Home
last modified time | relevance | path

Searched refs:of_get_child_by_name (Results 1 – 9 of 9) sorted by relevance

/drivers/media/platform/exynos4-is/
Dmedia-dev.h145 node = of_get_child_by_name(node, FIMC_IS_OF_NODE_NAME); in fimc_md_is_isp_available()
Dmedia-dev.c505 ports = of_get_child_by_name(parent, "parallel-ports"); in fimc_md_of_sensors_register()
523 np = of_get_child_by_name(np, "port"); in __of_get_csis_id()
Dfimc-is.c811 node = of_get_child_by_name(dev->of_node, "pmu"); in fimc_is_probe()
/drivers/usb/phy/
Dphy-samsung-usb.c39 usbphy_sys = of_get_child_by_name(sphy->dev->of_node, "usbphy-sys"); in samsung_usbphy_parse_dt()
/drivers/gpu/host1x/drm/
Drgb.c142 np = of_get_child_by_name(dc->dev->of_node, "rgb"); in tegra_dc_rgb_probe()
/drivers/media/v4l2-core/
Dv4l2-of.c172 node = of_get_child_by_name(parent, "ports"); in v4l2_of_get_next_endpoint()
/drivers/gpu/drm/tilcdc/
Dtilcdc_panel.c319 info_np = of_get_child_by_name(np, "panel-info"); in of_get_panel_info()
/drivers/of/
Dbase.c547 struct device_node *of_get_child_by_name(const struct device_node *node, in of_get_child_by_name() function
557 EXPORT_SYMBOL(of_get_child_by_name);
/drivers/spi/
Dspi-s3c64xx.c953 data_np = of_get_child_by_name(slave_np, "controller-data"); in s3c64xx_get_slave_ctrldata()