Searched defs:acpi_scan_handler (Results 1 – 1 of 1) sorted by relevance
16659 struct acpi_scan_handler { struct16660 const struct acpi_device_id *ids;16661 struct list_head list_node;16662 bool (*match)(const char *, const struct acpi_device_id **);16663 int (*attach)(struct acpi_device *, const struct acpi_device_id *);16664 void (*detach)(struct acpi_device *);16665 void (*bind)(struct device *);16666 void (*unbind)(struct device *);16667 struct acpi_hotplug_profile hotplug;