Searched refs:fwnode_graph_get_next_endpoint (Results 1 – 25 of 37) sorted by relevance
12
/linux/drivers/base/ |
H A D | property.c | 1106 fwnode_graph_get_next_endpoint(const struct fwnode_handle *fwnode, in fwnode_graph_get_next_endpoint() function 1130 ep = fwnode_graph_get_next_endpoint(parent->secondary, NULL); in fwnode_graph_get_next_endpoint() 1136 EXPORT_SYMBOL_GPL(fwnode_graph_get_next_endpoint);
|
/linux/drivers/media/platform/marvell/ |
H A D | mmp-driver.c | 245 ep = fwnode_graph_get_next_endpoint(of_fwnode_handle(pdev->dev.of_node), in mmpcam_probe()
|
/linux/drivers/usb/typec/mux/ |
H A D | fsa4480.c | 209 ep = fwnode_graph_get_next_endpoint(dev_fwnode(&fsa->client->dev), NULL); in fsa4480_parse_data_lanes_mapping()
|
/linux/drivers/usb/typec/ |
H A D | hd3ss3220.c | 347 ep = fwnode_graph_get_next_endpoint(dev_fwnode(hd3ss3220->dev), NULL); in hd3ss3220_probe()
|
/linux/drivers/media/i2c/ |
H A D | imx412.c | 958 ep = fwnode_graph_get_next_endpoint(fwnode, NULL); in imx412_parse_hw_config()
|
H A D | ov02a10.c | 821 ep = fwnode_graph_get_next_endpoint(fwnode, NULL); in ov02a10_check_hwcfg()
|
H A D | ov02e10.c | 757 ep = fwnode_graph_get_next_endpoint(fwnode, NULL); in ov02e10_check_hwcfg()
|
H A D | ov8858.c | 1842 endpoint = fwnode_graph_get_next_endpoint(dev_fwnode(dev), NULL); in ov8858_parse_of()
|
H A D | imx355.c | 1639 ep = fwnode_graph_get_next_endpoint(fwnode, NULL); in imx355_get_hwcfg()
|
H A D | og01a1b.c | 941 ep = fwnode_graph_get_next_endpoint(fwnode, NULL); in og01a1b_check_hwcfg()
|
H A D | imx319.c | 2341 ep = fwnode_graph_get_next_endpoint(fwnode, NULL); in imx319_get_hwcfg()
|
H A D | hi847.c | 2814 ep = fwnode_graph_get_next_endpoint(fwnode, NULL); in hi847_check_hwcfg()
|
H A D | hi556.c | 1228 ep = fwnode_graph_get_next_endpoint(fwnode, NULL); in hi556_check_hwcfg()
|
H A D | ov5675.c | 1228 ep = fwnode_graph_get_next_endpoint(fwnode, NULL); in ov5675_get_hwcfg()
|
H A D | ov08d10.c | 1326 ep = fwnode_graph_get_next_endpoint(fwnode, NULL); in ov08d10_get_hwcfg()
|
H A D | imx335.c | 1041 ep = fwnode_graph_get_next_endpoint(fwnode, NULL); in imx335_parse_hw_config()
|
H A D | ov2740.c | 1151 ep = fwnode_graph_get_next_endpoint(fwnode, NULL); in ov2740_check_hwcfg()
|
H A D | ov5670.c | 2696 handle = fwnode_graph_get_next_endpoint(dev_fwnode(&client->dev), NULL); in ov5670_probe()
|
H A D | ov9282.c | 1155 ep = fwnode_graph_get_next_endpoint(fwnode, NULL); in ov9282_parse_hw_config()
|
H A D | ov13b10.c | 1520 ep = fwnode_graph_get_next_endpoint(fwnode, NULL); in ov13b10_check_hwcfg()
|
H A D | mt9p031.c | 1072 np = fwnode_graph_get_next_endpoint(dev_fwnode(dev), NULL); in mt9p031_parse_properties()
|
H A D | ov8856.c | 2306 ep = fwnode_graph_get_next_endpoint(fwnode, NULL); in ov8856_get_hwcfg()
|
H A D | ov2680.c | 1089 ep_fwnode = fwnode_graph_get_next_endpoint(dev_fwnode(dev), NULL); in ov2680_parse_dt()
|
H A D | imx283.c | 1412 ep = fwnode_graph_get_next_endpoint(fwnode, NULL); in imx283_parse_endpoint()
|
/linux/drivers/media/platform/renesas/ |
H A D | rcar_drif.c | 1210 ep = fwnode_graph_get_next_endpoint(of_fwnode_handle(sdr->dev->of_node), in rcar_drif_parse_subdevs()
|
12