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

/linux-4.4.14/drivers/video/fbdev/
H A Dsh_mipi_dsi.c54 struct sh_mipi { struct
63 #define to_sh_mipi(e) container_of(e, struct sh_mipi, entity)
65 static struct sh_mipi *mipi_dsi[MAX_SH_MIPI_DSI];
70 static struct sh_mipi *sh_mipi_by_handle(int handle) sh_mipi_by_handle()
78 static int sh_mipi_send_short(struct sh_mipi *mipi, u8 dsi_cmd, sh_mipi_send_short()
99 struct sh_mipi *mipi = sh_mipi_by_handle(LCD_CHAN2MIPI(handle)); sh_mipi_dcs()
107 struct sh_mipi *mipi = sh_mipi_by_handle(LCD_CHAN2MIPI(handle)); sh_mipi_dcs_param()
114 static void sh_mipi_dsi_enable(struct sh_mipi *mipi, bool enable) sh_mipi_dsi_enable()
125 struct sh_mipi *mipi = to_sh_mipi(platform_get_drvdata(pdev)); sh_mipi_shutdown()
130 static int sh_mipi_setup(struct sh_mipi *mipi, const struct fb_videomode *mode) sh_mipi_setup()
381 struct sh_mipi *mipi = to_sh_mipi(entity); mipi_display_on()
409 struct sh_mipi *mipi = to_sh_mipi(entity); mipi_display_off()
426 struct sh_mipi *mipi; sh_mipi_probe()
540 struct sh_mipi *mipi = to_sh_mipi(platform_get_drvdata(pdev)); sh_mipi_remove()

Completed in 30 milliseconds