Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/video/drm/
H A Drockchip_rgb.c137 struct rockchip_mcu_panel { struct
150 static inline struct rockchip_mcu_panel *to_rockchip_mcu_panel(struct rockchip_panel *panel) in to_rockchip_mcu_panel() argument
152 return container_of(panel, struct rockchip_mcu_panel, base); in to_rockchip_mcu_panel()
321 struct rockchip_mcu_panel *mcu_panel = to_rockchip_mcu_panel(panel); in rockchip_mcu_panel_prepare()
356 struct rockchip_mcu_panel *mcu_panel = to_rockchip_mcu_panel(panel); in rockchip_mcu_panel_unprepare()
382 struct rockchip_mcu_panel *mcu_panel = to_rockchip_mcu_panel(panel); in rockchip_mcu_panel_enable()
398 struct rockchip_mcu_panel *mcu_panel = to_rockchip_mcu_panel(panel); in rockchip_mcu_panel_disable()
463 static int rockchip_mcu_panel_init(struct rockchip_mcu_panel *mcu_panel, ofnode mcu_panel_node) in rockchip_mcu_panel_init()
563 struct rockchip_mcu_panel *mcu_panel; in rockchip_rgb_probe()
565 mcu_panel = malloc(sizeof(struct rockchip_mcu_panel)); in rockchip_rgb_probe()