Searched refs:rockchip_panel (Results 1 – 25 of 31) sorted by relevance
12
| /OK3568_Linux_fs/u-boot/drivers/video/drm/ |
| H A D | rockchip_panel.h | 11 struct rockchip_panel; 15 void (*prepare)(struct rockchip_panel *panel); 16 void (*unprepare)(struct rockchip_panel *panel); 17 void (*enable)(struct rockchip_panel *panel); 18 void (*disable)(struct rockchip_panel *panel); 19 int (*get_mode)(struct rockchip_panel *panel, 23 struct rockchip_panel { struct 34 static inline void rockchip_panel_init(struct rockchip_panel *panel, in rockchip_panel_init() argument 51 static inline void rockchip_panel_prepare(struct rockchip_panel *panel) in rockchip_panel_prepare() 60 static inline void rockchip_panel_enable(struct rockchip_panel *panel) in rockchip_panel_enable() [all …]
|
| H A D | rockchip_panel.su | |
| H A D | panel-maxim-max96752f.c | 45 static void max96752f_panel_prepare(struct rockchip_panel *panel) in max96752f_panel_prepare() 54 static void max96752f_panel_unprepare(struct rockchip_panel *panel) in max96752f_panel_unprepare() 63 static void max96752f_panel_enable(struct rockchip_panel *panel) in max96752f_panel_enable() 78 static void max96752f_panel_disable(struct rockchip_panel *panel) in max96752f_panel_disable() 103 struct rockchip_panel *panel; in max96752f_probe()
|
| H A D | panel-rohm-bu18rl82.c | 43 static void bu18rl82_panel_prepare(struct rockchip_panel *panel) in bu18rl82_panel_prepare() 52 static void bu18rl82_panel_unprepare(struct rockchip_panel *panel) in bu18rl82_panel_unprepare() 61 static void bu18rl82_panel_enable(struct rockchip_panel *panel) in bu18rl82_panel_enable() 76 static void bu18rl82_panel_disable(struct rockchip_panel *panel) in bu18rl82_panel_disable() 101 struct rockchip_panel *panel; in bu18rl82_probe()
|
| H A D | rockchip_panel.c | 163 static int rockchip_panel_send_mcu_cmds(struct rockchip_panel *panel, struct display_state *state, in rockchip_panel_send_mcu_cmds() 187 static int rockchip_panel_send_spi_cmds(struct rockchip_panel *panel, struct display_state *state, in rockchip_panel_send_spi_cmds() 295 static void panel_simple_prepare(struct rockchip_panel *panel) in panel_simple_prepare() 342 static void panel_simple_unprepare(struct rockchip_panel *panel) in panel_simple_unprepare() 380 static void panel_simple_enable(struct rockchip_panel *panel) in panel_simple_enable() 397 static void panel_simple_disable(struct rockchip_panel *panel) in panel_simple_disable() 482 struct rockchip_panel *panel; in rockchip_panel_probe() 584 U_BOOT_DRIVER(rockchip_panel) = {
|
| H A D | rockchip_rgb.c | 118 struct rockchip_panel base; 130 static inline struct rockchip_mcu_panel *to_rockchip_mcu_panel(struct rockchip_panel *panel) in to_rockchip_mcu_panel() 261 static void rockchip_mcu_panel_prepare(struct rockchip_panel *panel) in rockchip_mcu_panel_prepare() 296 static void rockchip_mcu_panel_unprepare(struct rockchip_panel *panel) in rockchip_mcu_panel_unprepare() 322 static void rockchip_mcu_panel_enable(struct rockchip_panel *panel) in rockchip_mcu_panel_enable() 338 static void rockchip_mcu_panel_disable(struct rockchip_panel *panel) in rockchip_mcu_panel_disable()
|
| H A D | .rockchip_panel.o.cmd | |
| H A D | rk618_lvds.c | 42 struct rockchip_panel *panel = bridge->conn->panel; in rk618_lvds_bridge_enable()
|
| H A D | .built-in.o.cmd | |
| H A D | rockchip_connector.h | 27 struct rockchip_panel *panel;
|
| H A D | Makefile | 36 obj-$(CONFIG_DRM_ROCKCHIP_PANEL) += rockchip_panel.o
|
| H A D | rockchip_display.h | 199 struct rockchip_panel *panel;
|
| H A D | rockchip_display.c | 425 static int display_get_timing_from_dts(struct rockchip_panel *panel, in display_get_timing_from_dts() 486 struct rockchip_panel *panel = conn_state->connector->panel; in display_get_timing() 1416 static int rockchip_of_find_panel(struct udevice *dev, struct rockchip_panel **panel) in rockchip_of_find_panel() 1451 *panel = (struct rockchip_panel *)dev_get_driver_data(panel_dev); in rockchip_of_find_panel() 1486 static int rockchip_of_find_panel_or_bridge(struct udevice *dev, struct rockchip_panel **panel, in rockchip_of_find_panel_or_bridge()
|
| H A D | rockchip_lvds.c | 115 struct rockchip_panel *panel = conn->panel; in rockchip_lvds_connector_init()
|
| H A D | .rockchip_crtc.o.cmd | |
| H A D | .rockchip_dw_hdmi.o.cmd | |
| H A D | .dw_mipi_dsi.o.cmd | |
| H A D | .rockchip_connector.o.cmd | |
| H A D | .analogix_dp_reg.o.cmd | |
| H A D | .dw_hdmi.o.cmd | |
| H A D | .rockchip_vop.o.cmd | |
| H A D | .analogix_dp.o.cmd | |
| H A D | .rockchip_lvds.o.cmd | |
| H A D | .rockchip_vop2.o.cmd | |
| H A D | .rockchip_rgb.o.cmd | |
12