Searched refs:du_node (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/rcar-du/ |
| H A D | rcar_du_of.c | 202 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, "reg-names", name); in rcar_du_of_lvds_patch() 274 of_address_to_resource(du_node, index, &lvds->res); in rcar_du_of_lvds_patch() [all …]
|