Home
last modified time | relevance | path

Searched refs:dwork (Results 1 – 14 of 14) sorted by relevance

/sound/firewire/digi00x/
Ddigi00x.c62 container_of(work, struct snd_dg00x, dwork.work); in do_registration()
136 INIT_DEFERRABLE_WORK(&dg00x->dwork, do_registration); in snd_dg00x_probe()
137 snd_fw_schedule_registration(unit, &dg00x->dwork); in snd_dg00x_probe()
148 snd_fw_schedule_registration(unit, &dg00x->dwork); in snd_dg00x_update()
172 cancel_delayed_work_sync(&dg00x->dwork); in snd_dg00x_remove()
Ddigi00x.h41 struct delayed_work dwork; member
/sound/firewire/tascam/
Dtascam.c105 struct snd_tscm *tscm = container_of(work, struct snd_tscm, dwork.work); in do_registration()
179 INIT_DEFERRABLE_WORK(&tscm->dwork, do_registration); in snd_tscm_probe()
180 snd_fw_schedule_registration(unit, &tscm->dwork); in snd_tscm_probe()
191 snd_fw_schedule_registration(unit, &tscm->dwork); in snd_tscm_update()
215 cancel_delayed_work_sync(&tscm->dwork); in snd_tscm_remove()
Dtascam.h55 struct delayed_work dwork; member
/sound/firewire/dice/
Ddice.c178 struct snd_dice *dice = container_of(work, struct snd_dice, dwork.work); in do_registration()
265 INIT_DEFERRABLE_WORK(&dice->dwork, do_registration); in dice_probe()
266 snd_fw_schedule_registration(unit, &dice->dwork); in dice_probe()
280 cancel_delayed_work_sync(&dice->dwork); in dice_remove()
297 snd_fw_schedule_registration(unit, &dice->dwork); in dice_bus_reset()
Ddice.h72 struct delayed_work dwork; member
/sound/firewire/oxfw/
Doxfw.c214 struct snd_oxfw *oxfw = container_of(work, struct snd_oxfw, dwork.work); in do_registration()
304 INIT_DEFERRABLE_WORK(&oxfw->dwork, do_registration); in oxfw_probe()
305 snd_fw_schedule_registration(unit, &oxfw->dwork); in oxfw_probe()
315 snd_fw_schedule_registration(unit, &oxfw->dwork); in oxfw_bus_reset()
342 cancel_delayed_work_sync(&oxfw->dwork); in oxfw_remove()
Doxfw.h43 struct delayed_work dwork; member
/sound/firewire/bebob/
Dbebob.c187 container_of(work, struct snd_bebob, dwork.work); in do_registration()
310 INIT_DEFERRABLE_WORK(&bebob->dwork, do_registration); in bebob_probe()
315 snd_fw_schedule_registration(unit, &bebob->dwork); in bebob_probe()
360 snd_fw_schedule_registration(unit, &bebob->dwork); in bebob_update()
377 cancel_delayed_work_sync(&bebob->dwork); in bebob_remove()
Dbebob.h87 struct delayed_work dwork; member
/sound/firewire/fireworks/
Dfireworks.c222 struct snd_efw *efw = container_of(work, struct snd_efw, dwork.work); in do_registration()
325 INIT_DEFERRABLE_WORK(&efw->dwork, do_registration); in efw_probe()
326 snd_fw_schedule_registration(unit, &efw->dwork); in efw_probe()
337 snd_fw_schedule_registration(unit, &efw->dwork); in efw_update()
361 cancel_delayed_work_sync(&efw->dwork); in efw_remove()
Dfireworks.h69 struct delayed_work dwork; member
/sound/firewire/
Dlib.c85 struct delayed_work *dwork) in snd_fw_schedule_registration() argument
98 mod_delayed_work(system_wq, dwork, delay); in snd_fw_schedule_registration()
Dlib.h26 struct delayed_work *dwork);