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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/soc/blackfin/
H A Dbf5xx-tdm.c81 static u16 sport_req[][7] = { {P_SPORT0_DTPRI, P_SPORT0_TSCLK, P_SPORT0_RFS, variable
288 if (peripheral_request_list(&sport_req[sport_num][0], "soc-audio")) {
297 peripheral_free_list(&sport_req[sport_num][0]);
333 peripheral_free_list(&sport_req[sport_num][0]);
339 peripheral_free_list(&sport_req[sport_num][0]);
H A Dbf5xx-i2s.c87 static u16 sport_req[][7] = { {P_SPORT0_DTPRI, P_SPORT0_TSCLK, P_SPORT0_RFS, variable
202 if (peripheral_request_list(&sport_req[sport_num][0], "soc-audio")) {
211 peripheral_free_list(&sport_req[sport_num][0]);
222 peripheral_free_list(&sport_req[sport_num][0]);
H A Dbf5xx-ac97.c50 static u16 sport_req[][7] = { variable
317 if (peripheral_request_list(sport_req[sport_num], "soc-audio")) {
374 peripheral_free_list(sport_req[sport_num]);
387 peripheral_free_list(sport_req[sport_num]);

Completed in 114 milliseconds