Home
last modified time | relevance | path

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

/linux-6.15/drivers/tty/serial/
H A Dsc16is7xx.c333 struct kthread_work reg_work; member
474 kthread_queue_work(&s->kworker, &one->reg_work); in sc16is7xx_ier_clear()
487 kthread_queue_work(&s->kworker, &one->reg_work); in sc16is7xx_ier_set()
915 struct sc16is7xx_one *one = to_sc16is7xx_one(ws, reg_work); in sc16is7xx_reg_proc()
1029 kthread_queue_work(&s->kworker, &one->reg_work); in sc16is7xx_set_mctrl()
1159 kthread_queue_work(&s->kworker, &one->reg_work); in sc16is7xx_config_rs485()
1655 kthread_init_work(&s->p[i].reg_work, sc16is7xx_reg_proc); in sc16is7xx_probe()
/linux-6.15/net/wireless/
H A Dreg.c241 static DECLARE_WORK(reg_work, reg_todo);
2679 schedule_work(&reg_work); in reg_set_request_processed()
3135 schedule_work(&reg_work); in reg_process_pending_hints()
3235 schedule_work(&reg_work); in queue_regulatory_request()
3595 schedule_work(&reg_work); in restore_regulatory_settings()
3709 schedule_work(&reg_work); in regulatory_hint_found_beacon()
4075 schedule_work(&reg_work); in regulatory_set_wiphy_regd()
4366 cancel_work_sync(&reg_work); in regulatory_exit()
/linux-6.15/drivers/md/bcache/
H A Dsuper.c2439 struct delayed_work reg_work; member
2451 container_of(work, struct async_reg_args, reg_work.work); in register_bdev_worker()
2472 container_of(work, struct async_reg_args, reg_work.work); in register_cache_worker()
2491 INIT_DELAYED_WORK(&args->reg_work, register_bdev_worker); in register_device_async()
2493 INIT_DELAYED_WORK(&args->reg_work, register_cache_worker); in register_device_async()
2496 queue_delayed_work(system_wq, &args->reg_work, 10); in register_device_async()
/linux-6.15/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 Ddevice.c1239 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 Diw_cxgb4.h335 struct work_struct reg_work; member
/linux-6.15/drivers/scsi/qla2xxx/
H A Dqla_def.h2625 struct work_struct reg_work; member
H A Dqla_init.c5595 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 Dqla_os.c5295 queue_work(system_unbound_wq, &fcport->reg_work); in qla24xx_sched_upd_fcport()