Searched defs:acpi_scan_handler (Results 1 – 1 of 1) sorted by relevance
60307 struct acpi_scan_handler { struct60308 const struct acpi_device_id *ids;60309 struct list_head list_node;60310 bool (*match)(const char *, const struct acpi_device_id **);60311 int (*attach)(struct acpi_device *, const struct acpi_device_id *);60312 void (*detach)(struct acpi_device *);60313 void (*bind)(struct device *);60314 void (*unbind)(struct device *);60315 struct acpi_hotplug_profile hotplug;