Searched refs:__fwnode (Results 1 - 5 of 5) sorted by last modified time

/linux-master/include/acpi/
H A Dacpi_bus.h513 #define to_acpi_device_node(__fwnode) \
515 typeof(__fwnode) __to_acpi_device_node_fwnode = __fwnode; \
523 #define to_acpi_data_node(__fwnode) \
525 typeof(__fwnode) __to_acpi_data_node_fwnode = __fwnode; \
/linux-master/drivers/base/
H A Dswnode.c56 #define to_swnode(__fwnode) \
58 typeof(__fwnode) __to_swnode_fwnode = __fwnode; \
/linux-master/include/linux/
H A Dof.h167 #define to_of_node(__fwnode) \
169 typeof(__fwnode) __to_of_node_fwnode = (__fwnode); \
/linux-master/drivers/acpi/
H A Dproperty.c1449 * @__fwnode: Endpoint firmware node pointing to a remote device
1451 * Returns the remote endpoint corresponding to @__fwnode. NULL on error.
1454 acpi_graph_get_remote_endpoint(const struct fwnode_handle *__fwnode) argument
1462 ret = acpi_node_get_property_reference(__fwnode, "remote-endpoint", 0,
/linux-master/lib/
H A Dvsprintf.c2118 struct fwnode_handle *__fwnode = depth ? local
2121 buf = string(buf, end, fwnode_get_name_prefix(__fwnode),
2123 buf = string(buf, end, fwnode_get_name(__fwnode),
2127 fwnode_handle_put(__fwnode);

Completed in 835 milliseconds