Searched refs:unsol_work (Results 1 – 2 of 2) sorted by relevance
41 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()
308 struct work_struct unsol_work; member