Home
last modified time | relevance | path

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

/linux-4.4.14/sound/hda/
Dhdac_bus.c12 static void process_unsol_events(struct work_struct *work);
40 INIT_WORK(&bus->unsol_work, process_unsol_events); in snd_hdac_bus_init()
151 static void process_unsol_events(struct work_struct *work) in process_unsol_events() function