Home
last modified time | relevance | path

Searched refs:fwnode_graph_get_next_endpoint (Results 1 – 25 of 45) sorted by relevance

12

/Linux-v6.6/include/linux/
Dproperty.h414 struct fwnode_handle *fwnode_graph_get_next_endpoint(
451 for (child = fwnode_graph_get_next_endpoint(fwnode, NULL); child; \
452 child = fwnode_graph_get_next_endpoint(fwnode, child))
/Linux-v6.6/drivers/base/
Dproperty.c1046 fwnode_graph_get_next_endpoint(const struct fwnode_handle *fwnode, in fwnode_graph_get_next_endpoint() function
1070 ep = fwnode_graph_get_next_endpoint(parent->secondary, NULL); in fwnode_graph_get_next_endpoint()
1076 EXPORT_SYMBOL_GPL(fwnode_graph_get_next_endpoint);
/Linux-v6.6/drivers/media/platform/xilinx/
Dxilinx-vipp.c92 ep = fwnode_graph_get_next_endpoint(entity->asd.match.fwnode, in xvip_graph_build_one()
349 ep = fwnode_graph_get_next_endpoint(fwnode, ep); in xvip_graph_parse_one()
/Linux-v6.6/drivers/usb/typec/
Dhd3ss3220.c198 ep = fwnode_graph_get_next_endpoint(dev_fwnode(hd3ss3220->dev), NULL); in hd3ss3220_probe()
/Linux-v6.6/drivers/media/platform/microchip/
Dmicrochip-csi2dc.c563 input_fwnode = fwnode_graph_get_next_endpoint(of_fwnode_handle(of_node), in csi2dc_of_parse()
594 output_fwnode = fwnode_graph_get_next_endpoint in csi2dc_of_parse()
/Linux-v6.6/drivers/media/platform/marvell/
Dmmp-driver.c236 ep = fwnode_graph_get_next_endpoint(of_fwnode_handle(pdev->dev.of_node), in mmpcam_probe()
/Linux-v6.6/drivers/staging/media/atomisp/i2c/
Datomisp-gc0310.c619 dev->ep_fwnode = fwnode_graph_get_next_endpoint(dev_fwnode(&client->dev), NULL); in gc0310_probe()
/Linux-v6.6/drivers/media/i2c/
Dimx335.c806 ep = fwnode_graph_get_next_endpoint(fwnode, NULL); in imx335_parse_hw_config()
Dimx214.c883 endpoint = fwnode_graph_get_next_endpoint(dev_fwnode(dev), NULL); in imx214_parse_fwnode()
Dimx412.c968 ep = fwnode_graph_get_next_endpoint(fwnode, NULL); in imx412_parse_hw_config()
Dog01a1b.c975 ep = fwnode_graph_get_next_endpoint(fwnode, NULL); in og01a1b_check_hwcfg()
Dov4689.c850 endpoint = fwnode_graph_get_next_endpoint(fwnode, NULL); in ov4689_check_hwcfg()
Dimx334.c1102 ep = fwnode_graph_get_next_endpoint(fwnode, NULL); in imx334_parse_hw_config()
Dov8858.c1846 endpoint = fwnode_graph_get_next_endpoint(dev_fwnode(dev), NULL); in ov8858_parse_of()
Dov02a10.c820 ep = fwnode_graph_get_next_endpoint(fwnode, NULL); in ov02a10_check_hwcfg()
Dov9734.c897 ep = fwnode_graph_get_next_endpoint(fwnode, NULL); in ov9734_check_hwcfg()
Dhi556.c1207 ep = fwnode_graph_get_next_endpoint(fwnode, NULL); in hi556_check_hwcfg()
Dhi847.c2863 ep = fwnode_graph_get_next_endpoint(fwnode, NULL); in hi847_check_hwcfg()
Dov2740.c1005 ep = fwnode_graph_get_next_endpoint(fwnode, NULL); in ov2740_check_hwcfg()
Dimx319.c2381 ep = fwnode_graph_get_next_endpoint(fwnode, NULL); in imx319_get_hwcfg()
Dimx355.c1670 ep = fwnode_graph_get_next_endpoint(fwnode, NULL); in imx355_get_hwcfg()
Dov08x40.c3171 ep = fwnode_graph_get_next_endpoint(fwnode, NULL); in ov08x40_check_hwcfg()
Dov08d10.c1374 ep = fwnode_graph_get_next_endpoint(fwnode, NULL); in ov08d10_get_hwcfg()
Dov13b10.c1422 ep = fwnode_graph_get_next_endpoint(fwnode, NULL); in ov13b10_check_hwcfg()
Dimx415.c1085 ep = fwnode_graph_get_next_endpoint(dev_fwnode(sensor->dev), NULL); in imx415_parse_hw_config()

12