Searched refs:to_acpi_device_node (Results 1 – 2 of 2) sorted by relevance
43 #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
414 #define to_acpi_device_node(__fwnode) \ macro