Searched refs:reg_work (Results 1 – 7 of 7) sorted by relevance
| /linux/drivers/tty/serial/ |
| H A D | sc16is7xx.c | 293 struct kthread_work reg_work; member 438 kthread_queue_work(&s->kworker, &one->reg_work); in sc16is7xx_ier_clear() 451 kthread_queue_work(&s->kworker, &one->reg_work); in sc16is7xx_ier_set() 856 struct sc16is7xx_one *one = container_of(ws, struct sc16is7xx_one, reg_work); in sc16is7xx_reg_proc() 969 kthread_queue_work(&s->kworker, &one->reg_work); in sc16is7xx_set_mctrl() 1099 kthread_queue_work(&s->kworker, &one->reg_work); in sc16is7xx_config_rs485() 1506 kthread_init_work(&one->reg_work, sc16is7xx_reg_proc); in sc16is7xx_setup_channel()
|
| /linux/net/wireless/ |
| H A D | reg.c | 241 static DECLARE_WORK(reg_work, reg_todo); 2658 schedule_work(®_work); in reg_set_request_processed() 3114 schedule_work(®_work); in reg_process_pending_hints() 3214 schedule_work(®_work); in queue_regulatory_request() 3574 schedule_work(®_work); in restore_regulatory_settings() 3688 schedule_work(®_work); in regulatory_hint_found_beacon() 4054 schedule_work(®_work); in regulatory_set_wiphy_regd() 4347 cancel_work_sync(®_work); in regulatory_exit()
|
| /linux/drivers/md/bcache/ |
| H A D | super.c | 2482 struct delayed_work reg_work; member 2494 container_of(work, struct async_reg_args, reg_work.work); in register_bdev_worker() 2515 container_of(work, struct async_reg_args, reg_work.work); in register_cache_worker() 2534 INIT_DELAYED_WORK(&args->reg_work, register_bdev_worker); in register_device_async() 2536 INIT_DELAYED_WORK(&args->reg_work, register_cache_worker); in register_device_async() 2539 queue_delayed_work(system_percpu_wq, &args->reg_work, 10); in register_device_async()
|
| /linux/drivers/infiniband/hw/cxgb4/ |
| H A D | provider.c | 529 struct uld_ctx *ctx = container_of(work, struct uld_ctx, reg_work); in c4iw_register_device()
|
| H A D | device.c | 1236 INIT_WORK(&ctx->reg_work, c4iw_register_device); in c4iw_uld_state_change() 1237 queue_work(reg_workq, &ctx->reg_work); in c4iw_uld_state_change()
|
| /linux/drivers/scsi/qla2xxx/ |
| H A D | qla_init.c | 5615 INIT_WORK(&fcport->reg_work, qla_register_fcport_fn); in qla2x00_alloc_fcport() 6290 fc_port_t *fcport = container_of(work, struct fc_port, reg_work); in qla_register_fcport_fn()
|
| H A D | qla_os.c | 5286 queue_work(system_dfl_wq, &fcport->reg_work); in qla24xx_sched_upd_fcport()
|