Home
last modified time | relevance | path

Searched refs:reg_work (Results 1 – 9 of 9) sorted by relevance

/Linux-v6.1/drivers/tty/serial/
Dsc16is7xx.c326 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()
1147 kthread_queue_work(&s->kworker, &one->reg_work); in sc16is7xx_config_rs485()
1489 kthread_init_work(&s->p[i].reg_work, sc16is7xx_reg_proc); in sc16is7xx_probe()
/Linux-v6.1/net/wireless/
Dreg.c239 static DECLARE_WORK(reg_work, reg_todo);
2690 schedule_work(&reg_work); in reg_set_request_processed()
3140 schedule_work(&reg_work); in reg_process_pending_hints()
3237 schedule_work(&reg_work); in queue_regulatory_request()
3599 schedule_work(&reg_work); in restore_regulatory_settings()
3715 schedule_work(&reg_work); in regulatory_hint_found_beacon()
4085 schedule_work(&reg_work); in regulatory_set_wiphy_regd()
4371 cancel_work_sync(&reg_work); in regulatory_exit()
/Linux-v6.1/drivers/md/bcache/
Dsuper.c2447 struct delayed_work reg_work; member
2458 container_of(work, struct async_reg_args, reg_work.work); in register_bdev_worker()
2488 container_of(work, struct async_reg_args, reg_work.work); in register_cache_worker()
2516 INIT_DELAYED_WORK(&args->reg_work, register_bdev_worker); in register_device_async()
2518 INIT_DELAYED_WORK(&args->reg_work, register_cache_worker); in register_device_async()
2521 queue_delayed_work(system_wq, &args->reg_work, 10); in register_device_async()
/Linux-v6.1/drivers/infiniband/hw/cxgb4/
Dprovider.c529 struct uld_ctx *ctx = container_of(work, struct uld_ctx, reg_work); in c4iw_register_device()
Diw_cxgb4.h335 struct work_struct reg_work; member
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()
/Linux-v6.1/drivers/scsi/qla2xxx/
Dqla_def.h2578 struct work_struct reg_work; member
Dqla_init.c5296 INIT_WORK(&fcport->reg_work, qla_register_fcport_fn); in qla2x00_alloc_fcport()
5968 fc_port_t *fcport = container_of(work, struct fc_port, reg_work); in qla_register_fcport_fn()
Dqla_os.c5232 queue_work(system_unbound_wq, &fcport->reg_work); in qla24xx_sched_upd_fcport()