OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:sw_head
(Results
1 - 3
of
3
) sorted by null
/external/qemu/audio/
audio_int.h
85
QLIST_HEAD (sw_out_listhead, SWVoiceOut)
sw_head
;
member in struct:HWVoiceOut
105
QLIST_HEAD (sw_in_listhead, SWVoiceIn)
sw_head
;
member in struct:HWVoiceIn
audio.c
854
for (sw = hw->
sw_head
.lh_first; sw; sw = sw->entries.le_next) {
923
QLIST_INSERT_HEAD (&hw_cap->
sw_head
, sw, entries);
945
for (sw = hw->
sw_head
.lh_first; sw; sw = sw->entries.le_next) {
1070
for (sw = hw->
sw_head
.lh_first; sw; sw = sw->entries.le_next) {
1332
for (temp_sw = hw->
sw_head
.lh_first; temp_sw;
1377
for (temp_sw = hw->
sw_head
.lh_first; temp_sw;
[
all
...]
audio_template.h
187
QLIST_INSERT_HEAD (&hw->
sw_head
, sw, entries);
200
if (!hw->
sw_head
.lh_first) {
273
QLIST_INIT (&hw->
sw_head
);
Completed in 40 milliseconds