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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/video/
H A Dsh_mipi_dsi.c38 static struct sh_mipi *mipi_dsi[MAX_SH_MIPI_DSI]; variable in typeref:struct:sh_mipi
45 if (handle >= ARRAY_SIZE(mipi_dsi) || handle < 0)
48 return mipi_dsi[handle];
324 if (!res || idx >= ARRAY_SIZE(mipi_dsi) || !pdata)
329 for (idx = 0; idx < ARRAY_SIZE(mipi_dsi) && mipi_dsi[idx]; idx++)
332 if (idx == ARRAY_SIZE(mipi_dsi)) {
402 mipi_dsi[idx] = mipi;
419 mipi_dsi[idx] = NULL;
451 for (i = 0; i < ARRAY_SIZE(mipi_dsi)
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/video/
H A Dsh_mipi_dsi.c38 static struct sh_mipi *mipi_dsi[MAX_SH_MIPI_DSI]; variable in typeref:struct:sh_mipi
45 if (handle >= ARRAY_SIZE(mipi_dsi) || handle < 0)
48 return mipi_dsi[handle];
324 if (!res || idx >= ARRAY_SIZE(mipi_dsi) || !pdata)
329 for (idx = 0; idx < ARRAY_SIZE(mipi_dsi) && mipi_dsi[idx]; idx++)
332 if (idx == ARRAY_SIZE(mipi_dsi)) {
402 mipi_dsi[idx] = mipi;
419 mipi_dsi[idx] = NULL;
451 for (i = 0; i < ARRAY_SIZE(mipi_dsi)
[all...]

Completed in 106 milliseconds