Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dfwnode.h136 * @graph_parse_endpoint: Parse endpoint for port and endpoint id.
181 int (*graph_parse_endpoint)(const struct fwnode_handle *fwnode, member
/linux/drivers/base/
H A Dproperty.c1345 return fwnode_call_int_op(fwnode, graph_parse_endpoint, endpoint);
/linux/drivers/acpi/
H A Dproperty.c1762 .graph_parse_endpoint = acpi_fwnode_graph_parse_endpoint, \