Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/tty/serial/
Dsc16is7xx.c316 struct kthread_work reg_work; member
770 struct sc16is7xx_one *one = to_sc16is7xx_one(ws, reg_work); in sc16is7xx_reg_proc()
808 kthread_queue_work(&s->kworker, &one->reg_work); in sc16is7xx_ier_clear()
852 kthread_queue_work(&s->kworker, &one->reg_work); in sc16is7xx_set_mctrl()
986 kthread_queue_work(&s->kworker, &one->reg_work); in sc16is7xx_config_rs485()
1292 kthread_init_work(&s->p[i].reg_work, sc16is7xx_reg_proc); in sc16is7xx_probe()
/kernel/linux/linux-5.10/net/wireless/
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-5.10/drivers/md/bcache/
Dsuper.c2474 struct delayed_work reg_work; member
2485 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()
2543 INIT_DELAYED_WORK(&args->reg_work, register_bdev_worker); in register_device_aync()
2545 INIT_DELAYED_WORK(&args->reg_work, register_cache_worker); in register_device_aync()
2548 queue_delayed_work(system_wq, &args->reg_work, 10); in register_device_aync()
/kernel/linux/linux-5.10/drivers/infiniband/hw/cxgb4/
Dprovider.c526 struct uld_ctx *ctx = container_of(work, struct uld_ctx, reg_work); in c4iw_register_device()
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()
Diw_cxgb4.h336 struct work_struct reg_work; member
/kernel/linux/linux-5.10/drivers/scsi/qla2xxx/
Dqla_def.h2500 struct work_struct reg_work; member
Dqla_init.c5080 INIT_WORK(&fcport->reg_work, qla_register_fcport_fn); in qla2x00_alloc_fcport()
5723 fc_port_t *fcport = container_of(work, struct fc_port, reg_work); in qla_register_fcport_fn()
Dqla_os.c5054 queue_work(system_unbound_wq, &fcport->reg_work); in qla24xx_sched_upd_fcport()