Lines Matching refs:sh_mipi
54 struct sh_mipi { struct
63 #define to_sh_mipi(e) container_of(e, struct sh_mipi, entity) argument
65 static struct sh_mipi *mipi_dsi[MAX_SH_MIPI_DSI];
70 static struct sh_mipi *sh_mipi_by_handle(int handle) in sh_mipi_by_handle()
78 static int sh_mipi_send_short(struct sh_mipi *mipi, u8 dsi_cmd, in sh_mipi_send_short()
99 struct sh_mipi *mipi = sh_mipi_by_handle(LCD_CHAN2MIPI(handle)); in sh_mipi_dcs()
107 struct sh_mipi *mipi = sh_mipi_by_handle(LCD_CHAN2MIPI(handle)); in sh_mipi_dcs_param()
114 static void sh_mipi_dsi_enable(struct sh_mipi *mipi, bool enable) in sh_mipi_dsi_enable()
125 struct sh_mipi *mipi = to_sh_mipi(platform_get_drvdata(pdev)); in sh_mipi_shutdown()
130 static int sh_mipi_setup(struct sh_mipi *mipi, const struct fb_videomode *mode) in sh_mipi_setup()
381 struct sh_mipi *mipi = to_sh_mipi(entity); in mipi_display_on()
409 struct sh_mipi *mipi = to_sh_mipi(entity); in mipi_display_off()
426 struct sh_mipi *mipi; in sh_mipi_probe()
540 struct sh_mipi *mipi = to_sh_mipi(platform_get_drvdata(pdev)); in sh_mipi_remove()