Home
last modified time | relevance | path

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

/linux/drivers/base/
H A Dswnode.c56 #define to_swnode(__fwnode) \ argument
58 typeof(__fwnode) __to_swnode_fwnode = __fwnode; \
/linux/include/linux/
H A Dof.h167 #define to_of_node(__fwnode) \ argument
169 typeof(__fwnode) __to_of_node_fwnode = (__fwnode); \
/linux/drivers/acpi/
H A Dproperty.c1555 acpi_graph_get_remote_endpoint(const struct fwnode_handle *__fwnode) in acpi_graph_get_remote_endpoint() argument
1563 ret = acpi_node_get_property_reference(__fwnode, "remote-endpoint", 0, in acpi_graph_get_remote_endpoint()
/linux/lib/
H A Dvsprintf.c2179 struct fwnode_handle *__fwnode = depth ? in fwnode_full_name_string() local
2182 buf = string(buf, end, fwnode_get_name_prefix(__fwnode), in fwnode_full_name_string()
2184 buf = string(buf, end, fwnode_get_name(__fwnode), in fwnode_full_name_string()
2188 fwnode_handle_put(__fwnode); in fwnode_full_name_string()