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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/oss/
H A Dbtaudio.c155 static struct btaudio *btaudios; variable in typeref:struct:btaudio
310 for (bta = btaudios; bta != NULL; bta = bta->next)
470 for (bta = btaudios; bta != NULL; bta = bta->next)
486 for (bta = btaudios; bta != NULL; bta = bta->next)
1003 bta->next = btaudios;
1004 btaudios = bta;
1052 if (bta == btaudios) {
1053 btaudios = NULL;
1055 for (walk = btaudios; walk->next != bta; walk = walk->next)

Completed in 59 milliseconds