Home
last modified time | relevance | path

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

/linux/sound/hda/core/
H A Dbus.c43 INIT_WORK(&bus->unsol_work, snd_hdac_bus_process_unsol_events); in snd_hdac_bus_init()
75 cancel_work_sync(&bus->unsol_work); in snd_hdac_bus_exit()
160 schedule_work(&bus->unsol_work); in snd_hdac_bus_queue_event()
168 struct hdac_bus *bus = container_of(work, struct hdac_bus, unsol_work); in snd_hdac_bus_process_unsol_events()
233 flush_work(&bus->unsol_work); in snd_hdac_bus_remove_device()
/linux/include/sound/
H A Dhdaudio.h317 struct work_struct unsol_work; member
/linux/sound/hda/controllers/
H A Dintel.c1020 flush_work(&azx_bus(chip)->unsol_work); in azx_prepare()
1402 cancel_work_sync(&bus->unsol_work); in azx_dev_disconnect()