Home
last modified time | relevance | path

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

123

/linux-6.15/include/linux/
H A Dproperty.h458 struct fwnode_handle *fwnode_graph_get_next_endpoint(
495 for (child = fwnode_graph_get_next_endpoint(fwnode, NULL); child; \
496 child = fwnode_graph_get_next_endpoint(fwnode, child))
/linux-6.15/drivers/base/
H A Dproperty.c1079 fwnode_graph_get_next_endpoint(const struct fwnode_handle *fwnode, in fwnode_graph_get_next_endpoint() function
1103 ep = fwnode_graph_get_next_endpoint(parent->secondary, NULL); in fwnode_graph_get_next_endpoint()
1109 EXPORT_SYMBOL_GPL(fwnode_graph_get_next_endpoint);
/linux-6.15/drivers/media/platform/xilinx/
H A 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.15/drivers/media/platform/microchip/
H A 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.15/drivers/media/platform/marvell/
H A Dmmp-driver.c245 ep = fwnode_graph_get_next_endpoint(of_fwnode_handle(pdev->dev.of_node), in mmpcam_probe()
/linux-6.15/drivers/usb/typec/mux/
H A Dfsa4480.c208 ep = fwnode_graph_get_next_endpoint(dev_fwnode(&fsa->client->dev), NULL); in fsa4480_parse_data_lanes_mapping()
/linux-6.15/drivers/usb/typec/
H A Dhd3ss3220.c347 ep = fwnode_graph_get_next_endpoint(dev_fwnode(hd3ss3220->dev), NULL); in hd3ss3220_probe()
/linux-6.15/drivers/staging/media/atomisp/i2c/
H A Datomisp-gc0310.c606 ep_fwnode = fwnode_graph_get_next_endpoint(dev_fwnode(&client->dev), NULL); in gc0310_probe()
/linux-6.15/drivers/media/i2c/
H A Dov9734.c851 ep = fwnode_graph_get_next_endpoint(fwnode, NULL); in ov9734_check_hwcfg()
H A Dimx412.c958 ep = fwnode_graph_get_next_endpoint(fwnode, NULL); in imx412_parse_hw_config()
H A Dov8858.c1842 endpoint = fwnode_graph_get_next_endpoint(dev_fwnode(dev), NULL); in ov8858_parse_of()
H A Dov02a10.c821 ep = fwnode_graph_get_next_endpoint(fwnode, NULL); in ov02a10_check_hwcfg()
H A Dog01a1b.c941 ep = fwnode_graph_get_next_endpoint(fwnode, NULL); in og01a1b_check_hwcfg()
H A Dimx355.c1639 ep = fwnode_graph_get_next_endpoint(fwnode, NULL); in imx355_get_hwcfg()
H A Dhi847.c2814 ep = fwnode_graph_get_next_endpoint(fwnode, NULL); in hi847_check_hwcfg()
H A Dimx334.c1142 ep = fwnode_graph_get_next_endpoint(fwnode, NULL); in imx334_parse_hw_config()
H A Dimx319.c2341 ep = fwnode_graph_get_next_endpoint(fwnode, NULL); in imx319_get_hwcfg()
H A Dov4689.c867 endpoint = fwnode_graph_get_next_endpoint(fwnode, NULL); in ov4689_check_hwcfg()
H A Dov5675.c1228 ep = fwnode_graph_get_next_endpoint(fwnode, NULL); in ov5675_get_hwcfg()
H A Dhi556.c1220 ep = fwnode_graph_get_next_endpoint(fwnode, NULL); in hi556_check_hwcfg()
H A Dov08d10.c1326 ep = fwnode_graph_get_next_endpoint(fwnode, NULL); in ov08d10_get_hwcfg()
H A Dov5670.c2692 handle = fwnode_graph_get_next_endpoint(dev_fwnode(&client->dev), NULL); in ov5670_probe()
H A Dimx335.c1040 ep = fwnode_graph_get_next_endpoint(fwnode, NULL); in imx335_parse_hw_config()
H A Dov9282.c1155 ep = fwnode_graph_get_next_endpoint(fwnode, NULL); in ov9282_parse_hw_config()
/linux-6.15/drivers/media/pci/intel/
H A Dipu-bridge.c785 endpoint = fwnode_graph_get_next_endpoint(fwnode, NULL); in ipu_bridge_check_fwnode_graph()

123