Searched refs:reg_work (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/tty/serial/ |
| H A D | sc16is7xx.c | 292 struct kthread_work reg_work; member 437 kthread_queue_work(&s->kworker, &one->reg_work); in sc16is7xx_ier_clear() 450 kthread_queue_work(&s->kworker, &one->reg_work); in sc16is7xx_ier_set() 858 struct sc16is7xx_one *one = container_of(ws, struct sc16is7xx_one, reg_work); in sc16is7xx_reg_proc() 971 kthread_queue_work(&s->kworker, &one->reg_work); in sc16is7xx_set_mctrl() 1101 kthread_queue_work(&s->kworker, &one->reg_work); in sc16is7xx_config_rs485() 1513 kthread_init_work(&one->reg_work, sc16is7xx_reg_proc); in sc16is7xx_setup_channel()
|
| /linux/net/wireless/ |
| H A D | reg.c | 230 static DECLARE_WORK(reg_work, reg_todo); 2665 schedule_work(®_work); in reg_set_request_processed() 3121 schedule_work(®_work); in reg_process_pending_hints() 3221 schedule_work(®_work); in queue_regulatory_request() 3581 schedule_work(®_work); in restore_regulatory_settings() 3695 schedule_work(®_work); in regulatory_hint_found_beacon() 4062 schedule_work(®_work); in regulatory_set_wiphy_regd() 4355 cancel_work_sync(®_work); in regulatory_exit()
|
| /linux/drivers/scsi/qla2xxx/ |
| H A D | qla_init.c | 5709 INIT_WORK(&fcport->reg_work, qla_register_fcport_fn); in qla2x00_alloc_fcport() 6385 fc_port_t *fcport = container_of(work, struct fc_port, reg_work); in qla_register_fcport_fn()
|