Home
last modified time | relevance | path

Searched defs:acpi_scan_handler (Results 1 – 1 of 1) sorted by relevance

/linux/include/acpi/
H A Dacpi_bus.h131 struct acpi_scan_handler { struct
132 struct list_head list_node;
133 const struct acpi_device_id *ids;
134 bool (*match)(const char *idstr, const struct acpi_device_id **matchid);
135 int (*attach)(struct acpi_device *dev, const struct acpi_device_id *id);
136 void (*detach)(struct acpi_device *dev);
137 void (*post_eject)(struct acpi_device *dev);
138 void (*bind)(struct device *phys_dev);
139 void (*unbind)(struct device *phys_dev);
140 struct acpi_hotplug_profile hotplug;