Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dproperty.h502 struct fwnode_handle *fwnode_graph_get_next_endpoint(
539 for (child = fwnode_graph_get_next_endpoint(fwnode, NULL); child; \
540 child = fwnode_graph_get_next_endpoint(fwnode, child))
/linux/drivers/base/
H A Dproperty.c1115 fwnode_graph_get_next_endpoint(const struct fwnode_handle *fwnode, in fwnode_graph_get_next_endpoint() function
1139 ep = fwnode_graph_get_next_endpoint(parent->secondary, NULL); in fwnode_graph_get_next_endpoint()
1145 EXPORT_SYMBOL_GPL(fwnode_graph_get_next_endpoint);
/linux/drivers/usb/typec/mux/
H A Dfsa4480.c209 ep = fwnode_graph_get_next_endpoint(dev_fwnode(&fsa->client->dev), NULL); in fsa4480_parse_data_lanes_mapping()
/linux/drivers/media/i2c/
H A Dov772x.c1395 ep = fwnode_graph_get_next_endpoint(dev_fwnode(&client->dev), NULL); in ov772x_parse_dt()
H A Dov7670.c1806 ep = fwnode_graph_get_next_endpoint(fwnode, NULL); in ov7670_parse_dt()
H A Dthp7312.c2027 endpoint = fwnode_graph_get_next_endpoint(dev_fwnode(dev), NULL); in thp7312_parse_dt()
/linux/drivers/staging/media/ipu7/
H A Dipu7.c2117 endpoint = fwnode_graph_get_next_endpoint(fwnode, NULL); in ipu7_isys_check_fwnode_graph()