Home
last modified time | relevance | path

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

/linux/drivers/tty/serial/
H A Dsc16is7xx.c293 struct kthread_work reg_work; member
438 kthread_queue_work(&s->kworker, &one->reg_work); in sc16is7xx_ier_clear()
451 kthread_queue_work(&s->kworker, &one->reg_work); in sc16is7xx_ier_set()
856 struct sc16is7xx_one *one = container_of(ws, struct sc16is7xx_one, reg_work); in sc16is7xx_reg_proc()
969 kthread_queue_work(&s->kworker, &one->reg_work); in sc16is7xx_set_mctrl()
1099 kthread_queue_work(&s->kworker, &one->reg_work); in sc16is7xx_config_rs485()
1506 kthread_init_work(&one->reg_work, sc16is7xx_reg_proc); in sc16is7xx_setup_channel()
/linux/net/wireless/
H A Dreg.c230 static DECLARE_WORK(reg_work, reg_todo);
2662 schedule_work(&reg_work);
3118 schedule_work(&reg_work);
3218 schedule_work(&reg_work);
3578 schedule_work(&reg_work); in is_wiphy_all_set_reg_flag()
3692 schedule_work(&reg_work); in print_rd_rules()
4058 schedule_work(&reg_work);
4351 cancel_work_sync(&reg_work); in regulatory_exit()
/linux/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.c1236 INIT_WORK(&ctx->reg_work, c4iw_register_device); in c4iw_uld_state_change()
1237 queue_work(reg_workq, &ctx->reg_work); in c4iw_uld_state_change()
/linux/drivers/scsi/qla2xxx/
H A Dqla_os.c5286 queue_work(system_dfl_wq, &fcport->reg_work); in qla24xx_sched_upd_fcport()