Home
last modified time | relevance | path

Searched refs:bu18rl82 (Results 1 – 5 of 5) sorted by relevance

/rk3399_rockchip-uboot/drivers/video/drm/
H A Dpanel-rohm-bu18rl82.c25 struct bu18rl82;
29 int (*prepare)(struct bu18rl82 *rl82);
30 int (*unprepare)(struct bu18rl82 *rl82);
31 int (*enable)(struct bu18rl82 *rl82);
32 int (*disable)(struct bu18rl82 *rl82);
33 int (*backlight_enable)(struct bu18rl82 *rl82);
34 int (*backlight_disable)(struct bu18rl82 *rl82);
37 struct bu18rl82 { struct
45 struct bu18rl82 *rl82 = dev_get_priv(panel->dev); in bu18rl82_panel_prepare() argument
54 struct bu18rl82 *rl82 = dev_get_priv(panel->dev); in bu18rl82_panel_unprepare()
[all …]
H A DMakefile19 obj-$(CONFIG_DRM_PANEL_ROHM_BU18RL82) += panel-rohm-bu18rl82.o
37 obj-$(CONFIG_DRM_ROHM_BU18XL82) += rohm-bu18tl82.o rohm-bu18rl82.o
H A Drohm-bu18rl82.c207 U_BOOT_DRIVER(bu18rl82) = {
/rk3399_rockchip-uboot/drivers/video/drm/display-serdes/rohm/
H A DKconfig24 tristate "rohm bu18rl82 serdes"
27 To support rohm bu18rl82 display serdes.
H A DMakefile10 obj-$(CONFIG_SERDES_DISPLAY_CHIP_ROHM_BU18RL82) += rohm-bu18rl82.o