Home
last modified time | relevance | path

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

/Linux-v5.15/include/linux/
Dfwnode.h145 int (*graph_parse_endpoint)(const struct fwnode_handle *fwnode, member
/Linux-v5.15/drivers/base/
Dproperty.c1252 return fwnode_call_int_op(fwnode, graph_parse_endpoint, endpoint); in fwnode_graph_parse_endpoint()
Dswnode.c683 .graph_parse_endpoint = software_node_graph_parse_endpoint,
/Linux-v5.15/drivers/of/
Dproperty.c1474 .graph_parse_endpoint = of_fwnode_graph_parse_endpoint,
/Linux-v5.15/drivers/acpi/
Dproperty.c1408 .graph_parse_endpoint = acpi_fwnode_graph_parse_endpoint, \