Home
last modified time | relevance | path

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

/linux-6.15/include/linux/
H A Dfwnode.h180 int (*graph_parse_endpoint)(const struct fwnode_handle *fwnode, member
/linux-6.15/drivers/base/
H A Dproperty.c1307 return fwnode_call_int_op(fwnode, graph_parse_endpoint, endpoint); in fwnode_graph_parse_endpoint()
H A Dswnode.c692 .graph_parse_endpoint = software_node_graph_parse_endpoint,
/linux-6.15/drivers/of/
H A Dproperty.c1640 .graph_parse_endpoint = of_fwnode_graph_parse_endpoint,
/linux-6.15/drivers/acpi/
H A Dproperty.c1675 .graph_parse_endpoint = acpi_fwnode_graph_parse_endpoint, \