Searched refs:__fwnode (Results 1 – 5 of 5) sorted by relevance
523 #define to_acpi_device_node(__fwnode) \ argument525 typeof(__fwnode) __to_acpi_device_node_fwnode = __fwnode; \533 #define to_acpi_data_node(__fwnode) \ argument535 typeof(__fwnode) __to_acpi_data_node_fwnode = __fwnode; \
56 #define to_swnode(__fwnode) \ argument58 typeof(__fwnode) __to_swnode_fwnode = __fwnode; \
167 #define to_of_node(__fwnode) \ argument169 typeof(__fwnode) __to_of_node_fwnode = (__fwnode); \
1459 acpi_graph_get_remote_endpoint(const struct fwnode_handle *__fwnode) in acpi_graph_get_remote_endpoint() argument1467 ret = acpi_node_get_property_reference(__fwnode, "remote-endpoint", 0, in acpi_graph_get_remote_endpoint()
2097 struct fwnode_handle *__fwnode = depth ? in fwnode_full_name_string() local2100 buf = string(buf, end, fwnode_get_name_prefix(__fwnode), in fwnode_full_name_string()2102 buf = string(buf, end, fwnode_get_name(__fwnode), in fwnode_full_name_string()2106 fwnode_handle_put(__fwnode); in fwnode_full_name_string()