Searched refs:reg_work (Results 1 – 9 of 9) sorted by relevance
/openbmc/linux/drivers/tty/serial/ |
H A D | sc16is7xx.c | 329 struct kthread_work reg_work; member 856 struct sc16is7xx_one *one = to_sc16is7xx_one(ws, reg_work); in sc16is7xx_reg_proc() 902 kthread_queue_work(&s->kworker, &one->reg_work); in sc16is7xx_ier_clear() 915 kthread_queue_work(&s->kworker, &one->reg_work); in sc16is7xx_ier_set() 1006 kthread_queue_work(&s->kworker, &one->reg_work); in sc16is7xx_set_mctrl() 1146 kthread_queue_work(&s->kworker, &one->reg_work); in sc16is7xx_config_rs485() 1600 kthread_init_work(&s->p[i].reg_work, sc16is7xx_reg_proc); in sc16is7xx_probe()
|
/openbmc/linux/net/wireless/ |
H A D | reg.c | 239 static DECLARE_WORK(reg_work, reg_todo); 2658 schedule_work(®_work); in reg_set_request_processed() 3108 schedule_work(®_work); in reg_process_pending_hints() 3208 schedule_work(®_work); in queue_regulatory_request() 3570 schedule_work(®_work); in restore_regulatory_settings() 3686 schedule_work(®_work); in regulatory_hint_found_beacon() 4056 schedule_work(®_work); in regulatory_set_wiphy_regd() 4344 cancel_work_sync(®_work); in regulatory_exit()
|
/openbmc/linux/drivers/md/bcache/ |
H A D | super.c | 2447 struct delayed_work reg_work; member 2459 container_of(work, struct async_reg_args, reg_work.work); in register_bdev_worker() 2480 container_of(work, struct async_reg_args, reg_work.work); in register_cache_worker() 2498 INIT_DELAYED_WORK(&args->reg_work, register_bdev_worker); in register_device_async() 2500 INIT_DELAYED_WORK(&args->reg_work, register_cache_worker); in register_device_async() 2503 queue_delayed_work(system_wq, &args->reg_work, 10); in register_device_async()
|
/openbmc/linux/drivers/infiniband/hw/cxgb4/ |
H A D | provider.c | 530 struct uld_ctx *ctx = container_of(work, struct uld_ctx, reg_work); in c4iw_register_device()
|
H A D | device.c | 1239 INIT_WORK(&ctx->reg_work, c4iw_register_device); in c4iw_uld_state_change() 1240 queue_work(reg_workq, &ctx->reg_work); in c4iw_uld_state_change()
|
H A D | iw_cxgb4.h | 335 struct work_struct reg_work; member
|
/openbmc/linux/drivers/scsi/qla2xxx/ |
H A D | qla_def.h | 2626 struct work_struct reg_work; member
|
H A D | qla_init.c | 5595 INIT_WORK(&fcport->reg_work, qla_register_fcport_fn); in qla2x00_alloc_fcport() 6270 fc_port_t *fcport = container_of(work, struct fc_port, reg_work); in qla_register_fcport_fn()
|
H A D | qla_os.c | 5293 queue_work(system_unbound_wq, &fcport->reg_work); in qla24xx_sched_upd_fcport()
|