Searched refs:__fwnode (Results 1 - 11 of 11) sorted by relevance
/kernel/linux/linux-5.10/include/acpi/ |
H A D | acpi_bus.h | 406 #define to_acpi_device_node(__fwnode) \ 408 typeof(__fwnode) __to_acpi_device_node_fwnode = __fwnode; \ 416 #define to_acpi_data_node(__fwnode) \ 418 typeof(__fwnode) __to_acpi_data_node_fwnode = __fwnode; \
|
/kernel/linux/linux-6.6/include/acpi/ |
H A D | acpi_bus.h | 418 #define to_acpi_device_node(__fwnode) \ 420 typeof(__fwnode) __to_acpi_device_node_fwnode = __fwnode; \ 428 #define to_acpi_data_node(__fwnode) \ 430 typeof(__fwnode) __to_acpi_data_node_fwnode = __fwnode; \
|
/kernel/linux/linux-5.10/drivers/base/ |
H A D | property.c | 625 struct fwnode_handle *__fwnode; in fwnode_count_parents() local 628 __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()
|
H A D | swnode.c | 42 #define to_swnode(__fwnode) \ 44 typeof(__fwnode) __to_swnode_fwnode = __fwnode; \
|
/kernel/linux/linux-6.6/drivers/base/ |
H A D | swnode.c | 45 #define to_swnode(__fwnode) \ 47 typeof(__fwnode) __to_swnode_fwnode = __fwnode; \
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | of.h | 160 #define to_of_node(__fwnode) \ 162 typeof(__fwnode) __to_of_node_fwnode = (__fwnode); \
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | of.h | 165 #define to_of_node(__fwnode) \ 167 typeof(__fwnode) __to_of_node_fwnode = (__fwnode); \
|
/kernel/linux/linux-5.10/lib/ |
H A D | vsprintf.c | 1991 struct fwnode_handle *__fwnode = depth ? in fwnode_full_name_string() local 1994 buf = string(buf, end, fwnode_get_name_prefix(__fwnode), in fwnode_full_name_string() 1996 buf = string(buf, end, fwnode_get_name(__fwnode), in fwnode_full_name_string() 2000 fwnode_handle_put(__fwnode); in fwnode_full_name_string()
|
/kernel/linux/linux-6.6/lib/ |
H A D | vsprintf.c | 2117 struct fwnode_handle *__fwnode = depth ? in fwnode_full_name_string() local 2120 buf = string(buf, end, fwnode_get_name_prefix(__fwnode), in fwnode_full_name_string() 2122 buf = string(buf, end, fwnode_get_name(__fwnode), in fwnode_full_name_string() 2126 fwnode_handle_put(__fwnode); in fwnode_full_name_string()
|
/kernel/linux/linux-5.10/drivers/acpi/ |
H A D | property.c | 1243 * Returns the remote endpoint corresponding to @__fwnode. NULL on error. 1246 acpi_graph_get_remote_endpoint(const struct fwnode_handle *__fwnode) in acpi_graph_get_remote_endpoint() argument 1254 ret = acpi_node_get_property_reference(__fwnode, "remote-endpoint", 0, in acpi_graph_get_remote_endpoint()
|
/kernel/linux/linux-6.6/drivers/acpi/ |
H A D | property.c | 1383 * @__fwnode: Endpoint firmware node pointing to a remote device 1385 * Returns the remote endpoint corresponding to @__fwnode. NULL on error. 1388 acpi_graph_get_remote_endpoint(const struct fwnode_handle *__fwnode) in acpi_graph_get_remote_endpoint() argument 1396 ret = acpi_node_get_property_reference(__fwnode, "remote-endpoint", 0, in acpi_graph_get_remote_endpoint()
|
Completed in 28 milliseconds