Home
last modified time | relevance | path

Searched refs:unsol_work (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/sound/hda/
Dhdac_bus.c41 INIT_WORK(&bus->unsol_work, snd_hdac_bus_process_unsol_events); in snd_hdac_bus_init()
59 cancel_work_sync(&bus->unsol_work); in snd_hdac_bus_exit()
147 schedule_work(&bus->unsol_work); in snd_hdac_bus_queue_event()
156 struct hdac_bus *bus = container_of(work, struct hdac_bus, unsol_work); in snd_hdac_bus_process_unsol_events()
217 flush_work(&bus->unsol_work); in snd_hdac_bus_remove_device()
/Linux-v5.4/include/sound/
Dhdaudio.h308 struct work_struct unsol_work; member