Home
last modified time | relevance | path

Searched refs:du_node (Results 1 - 1 of 1) sorted by relevance

/kernel/linux/linux-5.10/drivers/gpu/drm/rcar-du/
H A Drcar_du_of.c202 struct device_node *du_node; in rcar_du_of_lvds_patch() local
209 du_node = of_find_matching_node_and_match(NULL, of_ids, &match); in rcar_du_of_lvds_patch()
210 if (!du_node || !of_device_is_available(du_node)) { in rcar_du_of_lvds_patch()
211 of_node_put(du_node); in rcar_du_of_lvds_patch()
216 soc_node = of_get_parent(du_node); in rcar_du_of_lvds_patch()
250 index = of_property_match_string(du_node, "clock-names", name); in rcar_du_of_lvds_patch()
254 ret = of_parse_phandle_with_args(du_node, "clocks", in rcar_du_of_lvds_patch()
262 lvds->local = of_graph_get_endpoint_by_regs(du_node, port, 0); in rcar_du_of_lvds_patch()
270 index = of_property_match_string(du_node, "re in rcar_du_of_lvds_patch()
[all...]

Completed in 2 milliseconds