Searched refs:to_acpi_data_node (Results 1 – 3 of 3) sorted by relevance
482 const struct acpi_data_node *dn = to_acpi_data_node(fwnode); in acpi_device_data_of_node()975 const struct acpi_data_node *data = to_acpi_data_node(fwnode); in acpi_get_next_subnode()989 dn = to_acpi_data_node(child); in acpi_get_next_subnode()1014 return to_acpi_data_node(fwnode)->parent; in acpi_node_get_parent()1043 name = to_acpi_data_node(fwnode)->name; in is_acpi_graph_node()
424 #define to_acpi_data_node(__fwnode) \ macro444 (!strcmp(to_acpi_data_node(fwnode)->name, name)) : false; in acpi_data_node_match()
686 static inline struct acpi_data_node *to_acpi_data_node(struct fwnode_handle *fwnode) in to_acpi_data_node() function