Lines Matching refs:device_node
154 static bool sun4i_drv_node_is_connector(struct device_node *node) in sun4i_drv_node_is_connector()
159 static bool sun4i_drv_node_is_frontend(struct device_node *node) in sun4i_drv_node_is_frontend()
170 static bool sun4i_drv_node_is_deu(struct device_node *node) in sun4i_drv_node_is_deu()
175 static bool sun4i_drv_node_is_supported_frontend(struct device_node *node) in sun4i_drv_node_is_supported_frontend()
183 static bool sun4i_drv_node_is_tcon(struct device_node *node) in sun4i_drv_node_is_tcon()
188 static bool sun4i_drv_node_is_tcon_with_ch0(struct device_node *node) in sun4i_drv_node_is_tcon_with_ch0()
204 static bool sun4i_drv_node_is_tcon_top(struct device_node *node) in sun4i_drv_node_is_tcon_top()
232 DECLARE_KFIFO(fifo, struct device_node *, 16);
236 struct device_node *node, in sun4i_drv_traverse_endpoints()
239 struct device_node *ep, *remote, *port; in sun4i_drv_traverse_endpoints()
296 struct device_node *node) in sun4i_drv_add_endpoints()
369 struct device_node *np = pdev->dev.of_node, *endpoint; in sun4i_drv_probe()
383 struct device_node *pipeline = of_parse_phandle(np, in sun4i_drv_probe()