Searched refs:sw_head (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Devices/Audio/
H A Daudio_int.h95 LIST_HEAD (sw_out_listhead, SWVoiceOut) sw_head; member in struct:HWVoiceOut
114 LIST_HEAD (sw_in_listhead, SWVoiceIn) sw_head; member in struct:HWVoiceIn
H A Daudio.c786 for (sw = hw->sw_head.lh_first; sw; sw = sw->entries.le_next) {
854 LIST_INSERT_HEAD (&hw_cap->sw_head, sw, entries);
876 for (sw = hw->sw_head.lh_first; sw; sw = sw->entries.le_next) {
984 for (sw = hw->sw_head.lh_first; sw; sw = sw->entries.le_next) {
1193 for (temp_sw = hw->sw_head.lh_first; temp_sw;
1235 for (temp_sw = hw->sw_head.lh_first; temp_sw;
1371 for (sw = hw->sw_head.lh_first; sw; sw = sw->entries.le_next) {
1400 for (sw = hw->sw_head.lh_first; sw; sw = sw->entries.le_next) {
1429 sw = hw->sw_head.lh_first;
1458 for (sw = hw->sw_head
[all...]
H A Daudio_template.h189 LIST_INSERT_HEAD (&hw->sw_head, sw, entries);
201 if (!hw->sw_head.lh_first) {
270 LIST_INIT (&hw->sw_head);

Completed in 49 milliseconds