Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/tty/serial/
Dsc16is7xx.c332 struct kthread_work reg_work; member
471 kthread_queue_work(&s->kworker, &one->reg_work); in sc16is7xx_ier_clear()
484 kthread_queue_work(&s->kworker, &one->reg_work); in sc16is7xx_ier_set()
900 struct sc16is7xx_one *one = to_sc16is7xx_one(ws, reg_work); in sc16is7xx_reg_proc()
1014 kthread_queue_work(&s->kworker, &one->reg_work); in sc16is7xx_set_mctrl()
1144 kthread_queue_work(&s->kworker, &one->reg_work); in sc16is7xx_config_rs485()
1627 kthread_init_work(&s->p[i].reg_work, sc16is7xx_reg_proc); in sc16is7xx_probe()
/linux-6.12.1/net/wireless/
Dreg.c241 static DECLARE_WORK(reg_work, reg_todo);
2678 schedule_work(&reg_work); in reg_set_request_processed()
3134 schedule_work(&reg_work); in reg_process_pending_hints()
3234 schedule_work(&reg_work); in queue_regulatory_request()
3594 schedule_work(&reg_work); in restore_regulatory_settings()
3710 schedule_work(&reg_work); in regulatory_hint_found_beacon()
4077 schedule_work(&reg_work); in regulatory_set_wiphy_regd()
4368 cancel_work_sync(&reg_work); in regulatory_exit()
/linux-6.12.1/drivers/md/bcache/
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.12.1/drivers/infiniband/hw/cxgb4/
Dprovider.c529 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.h335 struct work_struct reg_work; member
/linux-6.12.1/drivers/scsi/qla2xxx/
Dqla_def.h2625 struct work_struct reg_work; member
Dqla_init.c5585 INIT_WORK(&fcport->reg_work, qla_register_fcport_fn); in qla2x00_alloc_fcport()
6260 fc_port_t *fcport = container_of(work, struct fc_port, reg_work); in qla_register_fcport_fn()
Dqla_os.c5296 queue_work(system_unbound_wq, &fcport->reg_work); in qla24xx_sched_upd_fcport()