/sound/firewire/digi00x/ |
D | digi00x.c | 55 container_of(work, struct snd_dg00x, dwork.work); in do_registration() 128 INIT_DEFERRABLE_WORK(&dg00x->dwork, do_registration); in snd_dg00x_probe() 129 snd_fw_schedule_registration(unit, &dg00x->dwork); in snd_dg00x_probe() 140 snd_fw_schedule_registration(unit, &dg00x->dwork); in snd_dg00x_update() 164 cancel_delayed_work_sync(&dg00x->dwork); in snd_dg00x_remove()
|
D | digi00x.h | 41 struct delayed_work dwork; member
|
/sound/firewire/motu/ |
D | motu.c | 64 struct snd_motu *motu = container_of(work, struct snd_motu, dwork.work); in do_registration() 137 INIT_DEFERRABLE_WORK(&motu->dwork, do_registration); in motu_probe() 138 snd_fw_schedule_registration(unit, &motu->dwork); in motu_probe() 152 cancel_delayed_work_sync(&motu->dwork); in motu_remove() 169 snd_fw_schedule_registration(unit, &motu->dwork); in motu_bus_update()
|
D | motu.h | 49 struct delayed_work dwork; member
|
/sound/firewire/tascam/ |
D | tascam.c | 97 struct snd_tscm *tscm = container_of(work, struct snd_tscm, dwork.work); in do_registration() 163 INIT_DEFERRABLE_WORK(&tscm->dwork, do_registration); in snd_tscm_probe() 164 snd_fw_schedule_registration(unit, &tscm->dwork); in snd_tscm_probe() 175 snd_fw_schedule_registration(unit, &tscm->dwork); in snd_tscm_update() 199 cancel_delayed_work_sync(&tscm->dwork); in snd_tscm_remove()
|
D | tascam.h | 74 struct delayed_work dwork; member
|
/sound/firewire/fireface/ |
D | ff.c | 49 struct snd_ff *ff = container_of(work, struct snd_ff, dwork.work); in do_registration() 118 INIT_DEFERRABLE_WORK(&ff->dwork, do_registration); in snd_ff_probe() 119 snd_fw_schedule_registration(unit, &ff->dwork); in snd_ff_probe() 130 snd_fw_schedule_registration(unit, &ff->dwork); in snd_ff_update() 147 cancel_work_sync(&ff->dwork.work); in snd_ff_remove()
|
D | ff.h | 73 struct delayed_work dwork; member
|
/sound/firewire/dice/ |
D | dice.c | 137 struct snd_dice *dice = container_of(work, struct snd_dice, dwork.work); in do_registration() 227 INIT_DEFERRABLE_WORK(&dice->dwork, do_registration); in dice_probe() 228 snd_fw_schedule_registration(unit, &dice->dwork); in dice_probe() 242 cancel_delayed_work_sync(&dice->dwork); in dice_remove() 259 snd_fw_schedule_registration(unit, &dice->dwork); in dice_bus_reset()
|
D | dice.h | 82 struct delayed_work dwork; member
|
/sound/firewire/oxfw/ |
D | oxfw.c | 185 struct snd_oxfw *oxfw = container_of(work, struct snd_oxfw, dwork.work); in do_registration() 264 INIT_DEFERRABLE_WORK(&oxfw->dwork, do_registration); in oxfw_probe() 265 snd_fw_schedule_registration(unit, &oxfw->dwork); in oxfw_probe() 275 snd_fw_schedule_registration(unit, &oxfw->dwork); in oxfw_bus_reset() 300 cancel_delayed_work_sync(&oxfw->dwork); in oxfw_remove()
|
D | oxfw.h | 44 struct delayed_work dwork; member
|
/sound/firewire/fireworks/ |
D | fireworks.c | 202 struct snd_efw *efw = container_of(work, struct snd_efw, dwork.work); in do_registration() 297 INIT_DEFERRABLE_WORK(&efw->dwork, do_registration); in efw_probe() 298 snd_fw_schedule_registration(unit, &efw->dwork); in efw_probe() 309 snd_fw_schedule_registration(unit, &efw->dwork); in efw_update() 333 cancel_delayed_work_sync(&efw->dwork); in efw_remove()
|
D | fireworks.h | 69 struct delayed_work dwork; member
|
/sound/firewire/ |
D | lib.c | 85 struct delayed_work *dwork) in snd_fw_schedule_registration() argument 98 mod_delayed_work(system_wq, dwork, delay); in snd_fw_schedule_registration()
|
D | lib.h | 27 struct delayed_work *dwork);
|
/sound/firewire/bebob/ |
D | bebob.c | 170 container_of(work, struct snd_bebob, dwork.work); in do_registration() 286 INIT_DEFERRABLE_WORK(&bebob->dwork, do_registration); in bebob_probe() 291 snd_fw_schedule_registration(unit, &bebob->dwork); in bebob_probe() 336 snd_fw_schedule_registration(unit, &bebob->dwork); in bebob_update() 353 cancel_delayed_work_sync(&bebob->dwork); in bebob_remove()
|
D | bebob.h | 87 struct delayed_work dwork; member
|
/sound/soc/intel/skylake/ |
D | skl-messages.c | 343 struct delayed_work *dwork; in skl_suspend_late_dsp() local 348 dwork = &skl->d0i3.work; in skl_suspend_late_dsp() 350 if (dwork->work.func) { in skl_suspend_late_dsp() 352 flush_delayed_work(dwork); in skl_suspend_late_dsp() 354 cancel_delayed_work_sync(dwork); in skl_suspend_late_dsp()
|