Home
last modified time | relevance | path

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

/Linux-v6.1/include/linux/
Dfwnode.h153 int (*graph_parse_endpoint)(const struct fwnode_handle *fwnode, member
/Linux-v6.1/drivers/base/
Dproperty.c1199 return fwnode_call_int_op(fwnode, graph_parse_endpoint, endpoint); in fwnode_graph_parse_endpoint()
Dswnode.c677 .graph_parse_endpoint = software_node_graph_parse_endpoint,
/Linux-v6.1/drivers/of/
Dproperty.c1524 .graph_parse_endpoint = of_fwnode_graph_parse_endpoint,
/Linux-v6.1/drivers/acpi/
Dproperty.c1610 .graph_parse_endpoint = acpi_fwnode_graph_parse_endpoint, \