Searched refs:ps3av_cs_video2av_table (Results 1 - 1 of 1) sorted by path

/linux-master/drivers/ps3/
H A Dps3av_cmd.c31 } ps3av_cs_video2av_table[] = { variable in typeref:struct:__anon456
87 for (i = 0; i < ARRAY_SIZE(ps3av_cs_video2av_table); i++)
88 if (ps3av_cs_video2av_table[i].cs == cs)
89 return ps3av_cs_video2av_table[i].av;
98 for (i = 0; i < ARRAY_SIZE(ps3av_cs_video2av_table); i++)
99 if (ps3av_cs_video2av_table[i].cs == cs)
100 return ps3av_cs_video2av_table[i].bl;

Completed in 189 milliseconds