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