Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/acpi/
A Dacpi_bus.h415 #define to_acpi_device_node(__fwnode) \ argument
417 typeof(__fwnode) __to_acpi_device_node_fwnode = __fwnode; \
425 #define to_acpi_data_node(__fwnode) \ argument
427 typeof(__fwnode) __to_acpi_data_node_fwnode = __fwnode; \
/linux-6.3-rc2/drivers/base/
A Dswnode.c45 #define to_swnode(__fwnode) \ argument
47 typeof(__fwnode) __to_swnode_fwnode = __fwnode; \
/linux-6.3-rc2/include/linux/
A Dof.h171 #define to_of_node(__fwnode) \ argument
173 typeof(__fwnode) __to_of_node_fwnode = (__fwnode); \
/linux-6.3-rc2/drivers/acpi/
A Dproperty.c1395 acpi_graph_get_remote_endpoint(const struct fwnode_handle *__fwnode) in acpi_graph_get_remote_endpoint() argument
1403 ret = acpi_node_get_property_reference(__fwnode, "remote-endpoint", 0, in acpi_graph_get_remote_endpoint()
/linux-6.3-rc2/lib/
A Dvsprintf.c2091 struct fwnode_handle *__fwnode = in fwnode_full_name_string() local
2094 buf = string(buf, end, fwnode_get_name_prefix(__fwnode), in fwnode_full_name_string()
2096 buf = string(buf, end, fwnode_get_name(__fwnode), in fwnode_full_name_string()
2099 fwnode_handle_put(__fwnode); in fwnode_full_name_string()

Completed in 21 milliseconds