Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/gpu/drm/rockchip/
H A Drockchip_rgb.c123 struct device_node *np_crtc; member
459 struct device_node *port, *endpoint, *np_crtc, *remote; in rockchip_mcu_panel_init() local
554 np_crtc = of_get_next_parent(remote); in rockchip_mcu_panel_init()
555 mcu_panel->np_crtc = np_crtc; in rockchip_mcu_panel_init()
561 if (!mcu_panel->np_crtc) { in rockchip_mcu_panel_init()
583 struct device_node *np_crtc = mcu_panel->np_crtc; in rockchip_mcu_panel_xfer_mcu_cmd_seq() local
595 if (crtc->port == np_crtc) in rockchip_mcu_panel_xfer_mcu_cmd_seq()
H A Drockchip_drm_logo.c42 struct device_node *np_crtc; in find_crtc_by_node() local
45 np_crtc = of_get_parent(node); in find_crtc_by_node()
46 if (!np_crtc || !of_device_is_available(np_crtc)) in find_crtc_by_node()
50 if (crtc->port == np_crtc) in find_crtc_by_node()