Home
last modified time | relevance | path

Searched refs:reg_work (Results 1 - 18 of 18) sorted by relevance

/kernel/linux/linux-5.10/drivers/tty/serial/
H A Dsc16is7xx.c317 struct kthread_work reg_work; member
783 struct sc16is7xx_one *one = to_sc16is7xx_one(ws, reg_work); in sc16is7xx_reg_proc()
821 kthread_queue_work(&s->kworker, &one->reg_work); in sc16is7xx_ier_clear()
865 kthread_queue_work(&s->kworker, &one->reg_work); in sc16is7xx_set_mctrl()
999 kthread_queue_work(&s->kworker, &one->reg_work); in sc16is7xx_config_rs485()
1305 kthread_init_work(&s->p[i].reg_work, sc16is7xx_reg_proc); in sc16is7xx_probe()
/kernel/linux/linux-6.6/drivers/tty/serial/
H A Dsc16is7xx.c329 struct kthread_work reg_work; member
839 struct sc16is7xx_one *one = to_sc16is7xx_one(ws, reg_work); in sc16is7xx_reg_proc()
885 kthread_queue_work(&s->kworker, &one->reg_work); in sc16is7xx_ier_clear()
898 kthread_queue_work(&s->kworker, &one->reg_work); in sc16is7xx_ier_set()
989 kthread_queue_work(&s->kworker, &one->reg_work); in sc16is7xx_set_mctrl()
1129 kthread_queue_work(&s->kworker, &one->reg_work); in sc16is7xx_config_rs485()
1560 kthread_init_work(&s->p[i].reg_work, sc16is7xx_reg_proc); in sc16is7xx_probe()
/kernel/linux/linux-5.10/drivers/md/bcache/
H A Dsuper.c2476 struct delayed_work reg_work; member
2487 container_of(work, struct async_reg_args, reg_work.work); in register_bdev_worker()
2517 container_of(work, struct async_reg_args, reg_work.work); in register_cache_worker()
2545 INIT_DELAYED_WORK(&args->reg_work, register_bdev_worker); in register_device_aync()
2547 INIT_DELAYED_WORK(&args->reg_work, register_cache_worker); in register_device_aync()
2550 queue_delayed_work(system_wq, &args->reg_work, 10); in register_device_aync()
/kernel/linux/linux-6.6/drivers/md/bcache/
H A Dsuper.c2446 struct delayed_work reg_work; member
2458 container_of(work, struct async_reg_args, reg_work.work); in register_bdev_worker()
2479 container_of(work, struct async_reg_args, reg_work.work); in register_cache_worker()
2497 INIT_DELAYED_WORK(&args->reg_work, register_bdev_worker); in register_device_async()
2499 INIT_DELAYED_WORK(&args->reg_work, register_cache_worker); in register_device_async()
2502 queue_delayed_work(system_wq, &args->reg_work, 10); in register_device_async()
/kernel/linux/linux-5.10/net/wireless/
H A Dreg.c219 static DECLARE_WORK(reg_work, reg_todo);
2597 schedule_work(&reg_work); in reg_set_request_processed()
3044 schedule_work(&reg_work); in reg_process_pending_hints()
3130 schedule_work(&reg_work); in queue_regulatory_request()
3492 schedule_work(&reg_work); in restore_regulatory_settings()
3608 schedule_work(&reg_work); in regulatory_hint_found_beacon()
3969 schedule_work(&reg_work); in regulatory_set_wiphy_regd()
4251 cancel_work_sync(&reg_work); in regulatory_exit()
/kernel/linux/linux-6.6/net/wireless/
H A Dreg.c239 static DECLARE_WORK(reg_work, reg_todo);
2657 schedule_work(&reg_work); in reg_set_request_processed()
3107 schedule_work(&reg_work); in reg_process_pending_hints()
3207 schedule_work(&reg_work); in queue_regulatory_request()
3569 schedule_work(&reg_work); in restore_regulatory_settings()
3685 schedule_work(&reg_work); in regulatory_hint_found_beacon()
4055 schedule_work(&reg_work); in regulatory_set_wiphy_regd()
4343 cancel_work_sync(&reg_work); in regulatory_exit()
/kernel/linux/linux-5.10/drivers/infiniband/hw/cxgb4/
H A Dprovider.c526 struct uld_ctx *ctx = container_of(work, struct uld_ctx, reg_work); in c4iw_register_device()
H A Diw_cxgb4.h336 struct work_struct reg_work; member
H A Ddevice.c1237 INIT_WORK(&ctx->reg_work, c4iw_register_device); in c4iw_uld_state_change()
1238 queue_work(reg_workq, &ctx->reg_work); in c4iw_uld_state_change()
/kernel/linux/linux-6.6/drivers/infiniband/hw/cxgb4/
H A Dprovider.c529 struct uld_ctx *ctx = container_of(work, struct uld_ctx, reg_work); in c4iw_register_device()
H A Diw_cxgb4.h335 struct work_struct reg_work; member
H A Ddevice.c1237 INIT_WORK(&ctx->reg_work, c4iw_register_device); in c4iw_uld_state_change()
1238 queue_work(reg_workq, &ctx->reg_work); in c4iw_uld_state_change()
/kernel/linux/linux-5.10/drivers/scsi/qla2xxx/
H A Dqla_def.h2501 struct work_struct reg_work; member
H A Dqla_init.c5087 INIT_WORK(&fcport->reg_work, qla_register_fcport_fn); in qla2x00_alloc_fcport()
5736 fc_port_t *fcport = container_of(work, struct fc_port, reg_work); in qla_register_fcport_fn()
H A Dqla_os.c5048 queue_work(system_unbound_wq, &fcport->reg_work); in qla24xx_sched_upd_fcport()
/kernel/linux/linux-6.6/drivers/scsi/qla2xxx/
H A Dqla_def.h2626 struct work_struct reg_work; member
H A Dqla_init.c5564 INIT_WORK(&fcport->reg_work, qla_register_fcport_fn); in qla2x00_alloc_fcport()
6239 fc_port_t *fcport = container_of(work, struct fc_port, reg_work); in qla_register_fcport_fn()
H A Dqla_os.c5297 queue_work(system_unbound_wq, &fcport->reg_work); in qla24xx_sched_upd_fcport()

Completed in 89 milliseconds