Home
last modified time | relevance | path

Searched refs:master_ops (Results 1 – 3 of 3) sorted by relevance

/external/u-boot/drivers/video/
Ds6e8ax0.c16 struct mipi_dsim_master_ops *ops = dsim_dev->master_ops; in s6e8ax0_panel_cond()
46 struct mipi_dsim_master_ops *ops = dsim_dev->master_ops; in s6e8ax0_display_cond()
57 struct mipi_dsim_master_ops *ops = dsim_dev->master_ops; in s6e8ax0_gamma_cond()
71 struct mipi_dsim_master_ops *ops = dsim_dev->master_ops; in s6e8ax0_gamma_update()
82 struct mipi_dsim_master_ops *ops = dsim_dev->master_ops; in s6e8ax0_etc_source_control()
93 struct mipi_dsim_master_ops *ops = dsim_dev->master_ops; in s6e8ax0_etc_pentile_control()
105 struct mipi_dsim_master_ops *ops = dsim_dev->master_ops; in s6e8ax0_etc_mipi_control1()
116 struct mipi_dsim_master_ops *ops = dsim_dev->master_ops; in s6e8ax0_etc_mipi_control2()
127 struct mipi_dsim_master_ops *ops = dsim_dev->master_ops; in s6e8ax0_etc_power_control()
138 struct mipi_dsim_master_ops *ops = dsim_dev->master_ops; in s6e8ax0_etc_mipi_control3()
[all …]
/external/u-boot/drivers/video/exynos/
Dexynos_mipi_dsi.c167 static struct mipi_dsim_master_ops master_ops = { variable
194 dsim->master_ops = &master_ops; in exynos_mipi_dsi_init()
/external/u-boot/arch/arm/mach-exynos/include/mach/
Dmipi_dsim.h245 struct mipi_dsim_master_ops *master_ops; member