Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dfwnode.h164 int (*graph_parse_endpoint)(const struct fwnode_handle *fwnode, member
/openbmc/linux/drivers/base/
H A Dproperty.c1274 return fwnode_call_int_op(fwnode, graph_parse_endpoint, endpoint); in fwnode_graph_parse_endpoint()
H A Dswnode.c680 .graph_parse_endpoint = software_node_graph_parse_endpoint,
/openbmc/linux/drivers/of/
H A Dproperty.c1453 .graph_parse_endpoint = of_fwnode_graph_parse_endpoint,
/openbmc/linux/drivers/acpi/
H A Dproperty.c1603 .graph_parse_endpoint = acpi_fwnode_graph_parse_endpoint, \