du_node 202 drivers/gpu/drm/rcar-du/rcar_du_of.c struct device_node *du_node; du_node 209 drivers/gpu/drm/rcar-du/rcar_du_of.c du_node = of_find_matching_node_and_match(NULL, of_ids, &match); du_node 210 drivers/gpu/drm/rcar-du/rcar_du_of.c if (!du_node || !of_device_is_available(du_node)) { du_node 211 drivers/gpu/drm/rcar-du/rcar_du_of.c of_node_put(du_node); du_node 216 drivers/gpu/drm/rcar-du/rcar_du_of.c soc_node = of_get_parent(du_node); du_node 250 drivers/gpu/drm/rcar-du/rcar_du_of.c index = of_property_match_string(du_node, "clock-names", name); du_node 254 drivers/gpu/drm/rcar-du/rcar_du_of.c ret = of_parse_phandle_with_args(du_node, "clocks", du_node 262 drivers/gpu/drm/rcar-du/rcar_du_of.c lvds->local = of_graph_get_endpoint_by_regs(du_node, port, 0); du_node 270 drivers/gpu/drm/rcar-du/rcar_du_of.c index = of_property_match_string(du_node, "reg-names", name); du_node 274 drivers/gpu/drm/rcar-du/rcar_du_of.c of_address_to_resource(du_node, index, &lvds->res); du_node 317 drivers/gpu/drm/rcar-du/rcar_du_of.c of_node_put(du_node);