Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/tty/serial/
Dsc16is7xx.c316 struct kthread_work reg_work; member
745 struct sc16is7xx_one *one = to_sc16is7xx_one(ws, reg_work); in sc16is7xx_reg_proc()
783 kthread_queue_work(&s->kworker, &one->reg_work); in sc16is7xx_ier_clear()
827 kthread_queue_work(&s->kworker, &one->reg_work); in sc16is7xx_set_mctrl()
956 kthread_queue_work(&s->kworker, &one->reg_work); in sc16is7xx_config_rs485()
1241 kthread_init_work(&s->p[i].reg_work, sc16is7xx_reg_proc); in sc16is7xx_probe()
/Linux-v4.19/net/wireless/
Dreg.c218 static DECLARE_WORK(reg_work, reg_todo);
2320 schedule_work(&reg_work); in reg_set_request_processed()
2767 schedule_work(&reg_work); in reg_process_pending_hints()
2853 schedule_work(&reg_work); in queue_regulatory_request()
3186 schedule_work(&reg_work); in restore_regulatory_settings()
3255 schedule_work(&reg_work); in regulatory_hint_found_beacon()
3612 schedule_work(&reg_work); in regulatory_set_wiphy_regd()
3844 cancel_work_sync(&reg_work); in regulatory_exit()
/Linux-v4.19/drivers/infiniband/hw/cxgb4/
Dprovider.c534 struct uld_ctx *ctx = container_of(work, struct uld_ctx, reg_work); in c4iw_register_device()
Ddevice.c1229 INIT_WORK(&ctx->reg_work, c4iw_register_device); in c4iw_uld_state_change()
1230 queue_work(reg_workq, &ctx->reg_work); in c4iw_uld_state_change()
Diw_cxgb4.h337 struct work_struct reg_work; member