Searched refs:dsim_dev (Results 1 – 2 of 2) sorted by relevance
14 static void s6e8ax0_panel_cond(struct mipi_dsim_device *dsim_dev) in s6e8ax0_panel_cond() argument16 struct mipi_dsim_master_ops *ops = dsim_dev->master_ops; in s6e8ax0_panel_cond()17 int reverse = dsim_dev->dsim_lcd_dev->reverse_panel; in s6e8ax0_panel_cond()35 ops->cmd_write(dsim_dev, MIPI_DSI_DCS_LONG_WRITE, in s6e8ax0_panel_cond()39 ops->cmd_write(dsim_dev, MIPI_DSI_DCS_LONG_WRITE, in s6e8ax0_panel_cond()44 static void s6e8ax0_display_cond(struct mipi_dsim_device *dsim_dev) in s6e8ax0_display_cond() argument46 struct mipi_dsim_master_ops *ops = dsim_dev->master_ops; in s6e8ax0_display_cond()51 ops->cmd_write(dsim_dev, MIPI_DSI_DCS_LONG_WRITE, in s6e8ax0_display_cond()55 static void s6e8ax0_gamma_cond(struct mipi_dsim_device *dsim_dev) in s6e8ax0_gamma_cond() argument57 struct mipi_dsim_master_ops *ops = dsim_dev->master_ops; in s6e8ax0_gamma_cond()[all …]
344 int (*mipi_panel_init)(struct mipi_dsim_device *dsim_dev);345 void (*mipi_display_on)(struct mipi_dsim_device *dsim_dev);