Searched refs:np_crtc (Results 1 – 2 of 2) sorted by relevance
123 struct device_node *np_crtc; member459 struct device_node *port, *endpoint, *np_crtc, *remote; in rockchip_mcu_panel_init() local554 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() local595 if (crtc->port == np_crtc) in rockchip_mcu_panel_xfer_mcu_cmd_seq()
42 struct device_node *np_crtc; in find_crtc_by_node() local45 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()