Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/acpi/
H A Dacpi_bus.h406 #define to_acpi_device_node(__fwnode) \ argument
408 typeof(__fwnode) __to_acpi_device_node_fwnode = __fwnode; \
416 #define to_acpi_data_node(__fwnode) \ argument
418 typeof(__fwnode) __to_acpi_data_node_fwnode = __fwnode; \
/OK3568_Linux_fs/kernel/drivers/base/
H A Dproperty.c650 struct fwnode_handle *__fwnode; in fwnode_count_parents() local
653 __fwnode = fwnode_get_parent(fwnode); in fwnode_count_parents()
655 for (count = 0; __fwnode; count++) in fwnode_count_parents()
656 __fwnode = fwnode_get_next_parent(__fwnode); in fwnode_count_parents()
H A Dswnode.c42 #define to_swnode(__fwnode) \ argument
44 typeof(__fwnode) __to_swnode_fwnode = __fwnode; \
/OK3568_Linux_fs/kernel/include/linux/
H A Dof.h160 #define to_of_node(__fwnode) \ argument
162 typeof(__fwnode) __to_of_node_fwnode = (__fwnode); \
/OK3568_Linux_fs/kernel/drivers/acpi/
H A Dproperty.c1242 acpi_graph_get_remote_endpoint(const struct fwnode_handle *__fwnode) in acpi_graph_get_remote_endpoint() argument
1250 ret = acpi_node_get_property_reference(__fwnode, "remote-endpoint", 0, in acpi_graph_get_remote_endpoint()
/OK3568_Linux_fs/kernel/lib/
H A Dvsprintf.c2004 struct fwnode_handle *__fwnode = in fwnode_full_name_string() local
2007 buf = string(buf, end, fwnode_get_name_prefix(__fwnode), in fwnode_full_name_string()
2009 buf = string(buf, end, fwnode_get_name(__fwnode), in fwnode_full_name_string()
2012 fwnode_handle_put(__fwnode); in fwnode_full_name_string()