Home
last modified time | relevance | path

Searched refs:fwnode_graph_parse_endpoint (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/base/
H A Dproperty.c1273 ret = fwnode_graph_parse_endpoint(ep, &fwnode_ep); in fwnode_graph_get_endpoint_by_id()
1338 int fwnode_graph_parse_endpoint(const struct fwnode_handle *fwnode, in fwnode_graph_parse_endpoint() function
1345 EXPORT_SYMBOL(fwnode_graph_parse_endpoint);
/linux/include/linux/
H A Dproperty.h542 int fwnode_graph_parse_endpoint(const struct fwnode_handle *fwnode,
/linux/drivers/media/mc/
H A Dmc-entity.c1493 ret = fwnode_graph_parse_endpoint(fwnode, &endpoint); in media_entity_get_fwnode_pad()