Home
last modified time | relevance | path

Searched refs:to_acpi_device_node (Results 1 – 2 of 2) sorted by relevance

/include/linux/
Dacpi.h43 #define ACPI_COMPANION(dev) to_acpi_device_node((dev)->fwnode)
48 acpi_device_handle(to_acpi_device_node(fwnode))
775 static inline struct acpi_device *to_acpi_device_node(const struct fwnode_handle *fwnode) in to_acpi_device_node() function
/include/acpi/
Dacpi_bus.h414 #define to_acpi_device_node(__fwnode) \ macro