Lines Matching refs:entry
28 struct acpi_device_physical_node *entry;
46 list_for_each_entry(entry, &dev->physical_node_list,
48 ldev = get_device(entry->dev);
52 if (&entry->node !=
75 struct acpi_device_physical_node *entry;
79 list_for_each_entry(entry,
81 if (entry->dev && device_can_wakeup(entry->dev)) {
82 bool enable = !device_may_wakeup(entry->dev);
83 device_set_wakeup_enable(entry->dev, enable);