Searched refs:to_acpi_data_node (Results 1 – 3 of 3) sorted by relevance
542 const struct acpi_data_node *dn = to_acpi_data_node(fwnode); in acpi_device_data_of_node()1049 const struct acpi_data_node *data = to_acpi_data_node(fwnode); in acpi_get_next_subnode()1071 dn = to_acpi_data_node(child); in acpi_get_next_subnode()1096 return to_acpi_data_node(fwnode)->parent; in acpi_node_get_parent()1125 name = to_acpi_data_node(fwnode)->name; in is_acpi_graph_node()
417 #define to_acpi_data_node(__fwnode) \ macro437 (!strcmp(to_acpi_data_node(fwnode)->name, name)) : false; in acpi_data_node_match()
709 static inline struct acpi_data_node *to_acpi_data_node(struct fwnode_handle *fwnode) in to_acpi_data_node() function