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

/linux-4.4.14/drivers/video/fbdev/
H A Dsh_mipi_dsi.c65 static struct sh_mipi *mipi_dsi[MAX_SH_MIPI_DSI]; variable in typeref:struct:sh_mipi
72 if (handle >= ARRAY_SIZE(mipi_dsi) || handle < 0) sh_mipi_by_handle()
75 return mipi_dsi[handle]; sh_mipi_by_handle()
433 if (!res || !res2 || idx >= ARRAY_SIZE(mipi_dsi) || !pdata) sh_mipi_probe()
441 for (idx = 0; idx < ARRAY_SIZE(mipi_dsi) && mipi_dsi[idx]; idx++) sh_mipi_probe()
444 if (idx == ARRAY_SIZE(mipi_dsi)) { sh_mipi_probe()
506 mipi_dsi[idx] = mipi; sh_mipi_probe()
545 for (i = 0; i < ARRAY_SIZE(mipi_dsi) && mipi_dsi[i] != mipi; i++) sh_mipi_remove()
548 if (i == ARRAY_SIZE(mipi_dsi)) { sh_mipi_remove()
552 mipi_dsi[i] = NULL; sh_mipi_remove()

Completed in 32 milliseconds