Searched defs:acpi_scan_handler (Results 1 – 1 of 1) sorted by relevance
76969 struct acpi_scan_handler { struct76970 const struct acpi_device_id *ids;76971 struct list_head list_node;76972 bool (*match)(const char *, const struct acpi_device_id **);76973 int (*attach)(struct acpi_device *, const struct acpi_device_id *);76974 void (*detach)(struct acpi_device *);76975 void (*bind)(struct device *);76976 void (*unbind)(struct device *);76977 struct acpi_hotplug_profile hotplug;