Searched refs:__fwnode (Results 1 – 6 of 6) sorted by relevance
406 #define to_acpi_device_node(__fwnode) \ argument408 typeof(__fwnode) __to_acpi_device_node_fwnode = __fwnode; \416 #define to_acpi_data_node(__fwnode) \ argument418 typeof(__fwnode) __to_acpi_data_node_fwnode = __fwnode; \
625 struct fwnode_handle *__fwnode; in fwnode_count_parents() local628 __fwnode = fwnode_get_parent(fwnode); in fwnode_count_parents()630 for (count = 0; __fwnode; count++) in fwnode_count_parents()631 __fwnode = fwnode_get_next_parent(__fwnode); in fwnode_count_parents()
42 #define to_swnode(__fwnode) \ argument44 typeof(__fwnode) __to_swnode_fwnode = __fwnode; \
160 #define to_of_node(__fwnode) \ argument162 typeof(__fwnode) __to_of_node_fwnode = (__fwnode); \
1242 acpi_graph_get_remote_endpoint(const struct fwnode_handle *__fwnode) in acpi_graph_get_remote_endpoint() argument1250 ret = acpi_node_get_property_reference(__fwnode, "remote-endpoint", 0, in acpi_graph_get_remote_endpoint()
1987 struct fwnode_handle *__fwnode = in fwnode_full_name_string() local1990 buf = string(buf, end, fwnode_get_name_prefix(__fwnode), in fwnode_full_name_string()1992 buf = string(buf, end, fwnode_get_name(__fwnode), in fwnode_full_name_string()1995 fwnode_handle_put(__fwnode); in fwnode_full_name_string()