Searched defs:msp_stdlist (Results 1 - 1 of 1) sorted by relevance

/drivers/media/i2c/
H A Dmsp3400-kthreads.c41 } msp_stdlist[] = { variable in typeref:struct:__anon2176
173 for (i = 0; msp_stdlist[i].name != NULL; i++)
174 if (msp_stdlist[i].retval == std)
175 return msp_stdlist[i].name;
183 for (i = 0; msp_stdlist[i].name != NULL; i++)
184 if (msp_stdlist[i].retval == std)
185 return msp_stdlist[i].std;
765 for (i = 0; msp_stdlist[i].name != NULL; i++)
766 if (msp_stdlist[i].retval == val)
770 state->main = msp_stdlist[
[all...]

Completed in 492 milliseconds