Home
last modified time | relevance | path

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

/Linux-v4.19/sound/hda/
Dhdac_bus.c40 INIT_WORK(&bus->unsol_work, process_unsol_events); in snd_hdac_bus_init()
56 cancel_work_sync(&bus->unsol_work); in snd_hdac_bus_exit()
144 schedule_work(&bus->unsol_work); in snd_hdac_bus_queue_event()
153 struct hdac_bus *bus = container_of(work, struct hdac_bus, unsol_work); in process_unsol_events()
215 flush_work(&bus->unsol_work); in snd_hdac_bus_remove_device()
/Linux-v4.19/include/sound/
Dhdaudio.h327 struct work_struct unsol_work; member