Home
last modified time | relevance | path

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

123

/linux-6.12.1/include/linux/
Dproperty.h467 struct fwnode_handle *fwnode_graph_get_next_endpoint(
504 for (child = fwnode_graph_get_next_endpoint(fwnode, NULL); child; \
505 child = fwnode_graph_get_next_endpoint(fwnode, child))
/linux-6.12.1/drivers/base/
Dproperty.c1041 fwnode_graph_get_next_endpoint(const struct fwnode_handle *fwnode, in fwnode_graph_get_next_endpoint() function
1065 ep = fwnode_graph_get_next_endpoint(parent->secondary, NULL); in fwnode_graph_get_next_endpoint()
1071 EXPORT_SYMBOL_GPL(fwnode_graph_get_next_endpoint);
/linux-6.12.1/drivers/media/platform/xilinx/
Dxilinx-vipp.c92 ep = fwnode_graph_get_next_endpoint(entity->asd.match.fwnode, in xvip_graph_build_one()
344 ep = fwnode_graph_get_next_endpoint(fwnode, ep); in xvip_graph_parse_one()
/linux-6.12.1/drivers/media/platform/microchip/
Dmicrochip-csi2dc.c565 input_fwnode = fwnode_graph_get_next_endpoint(of_fwnode_handle(of_node), in csi2dc_of_parse()
596 output_fwnode = fwnode_graph_get_next_endpoint in csi2dc_of_parse()
/linux-6.12.1/drivers/usb/typec/
Dhd3ss3220.c198 ep = fwnode_graph_get_next_endpoint(dev_fwnode(hd3ss3220->dev), NULL); in hd3ss3220_probe()
/linux-6.12.1/drivers/media/platform/marvell/
Dmmp-driver.c237 ep = fwnode_graph_get_next_endpoint(of_fwnode_handle(pdev->dev.of_node), in mmpcam_probe()
/linux-6.12.1/drivers/usb/typec/mux/
Dfsa4480.c208 ep = fwnode_graph_get_next_endpoint(dev_fwnode(&fsa->client->dev), NULL); in fsa4480_parse_data_lanes_mapping()
/linux-6.12.1/drivers/staging/media/atomisp/i2c/
Datomisp-gc0310.c616 ep_fwnode = fwnode_graph_get_next_endpoint(dev_fwnode(&client->dev), NULL); in gc0310_probe()
/linux-6.12.1/drivers/media/i2c/
Dimx214.c994 endpoint = fwnode_graph_get_next_endpoint(dev_fwnode(dev), NULL); in imx214_parse_fwnode()
Dimx412.c958 ep = fwnode_graph_get_next_endpoint(fwnode, NULL); in imx412_parse_hw_config()
Dov9734.c851 ep = fwnode_graph_get_next_endpoint(fwnode, NULL); in ov9734_check_hwcfg()
Dov8858.c1849 endpoint = fwnode_graph_get_next_endpoint(dev_fwnode(dev), NULL); in ov8858_parse_of()
Dov02a10.c821 ep = fwnode_graph_get_next_endpoint(fwnode, NULL); in ov02a10_check_hwcfg()
Dimx319.c2341 ep = fwnode_graph_get_next_endpoint(fwnode, NULL); in imx319_get_hwcfg()
Dov4689.c867 endpoint = fwnode_graph_get_next_endpoint(fwnode, NULL); in ov4689_check_hwcfg()
Dog01a1b.c941 ep = fwnode_graph_get_next_endpoint(fwnode, NULL); in og01a1b_check_hwcfg()
Dhi847.c2814 ep = fwnode_graph_get_next_endpoint(fwnode, NULL); in hi847_check_hwcfg()
Dimx355.c1639 ep = fwnode_graph_get_next_endpoint(fwnode, NULL); in imx355_get_hwcfg()
Dimx334.c1142 ep = fwnode_graph_get_next_endpoint(fwnode, NULL); in imx334_parse_hw_config()
Dov08x40.c2079 ep = fwnode_graph_get_next_endpoint(fwnode, NULL); in ov08x40_check_hwcfg()
Dimx335.c1031 ep = fwnode_graph_get_next_endpoint(fwnode, NULL); in imx335_parse_hw_config()
Dov5675.c1228 ep = fwnode_graph_get_next_endpoint(fwnode, NULL); in ov5675_get_hwcfg()
Dhi556.c1221 ep = fwnode_graph_get_next_endpoint(fwnode, NULL); in hi556_check_hwcfg()
Dov08d10.c1326 ep = fwnode_graph_get_next_endpoint(fwnode, NULL); in ov08d10_get_hwcfg()
/linux-6.12.1/drivers/media/pci/intel/
Dipu-bridge.c806 endpoint = fwnode_graph_get_next_endpoint(fwnode, NULL);

123