Searched refs:acpi_drv (Results 1 – 1 of 1) sorted by relevance
548 acpi_drv->ops.notify(device, event); in acpi_notify_device()1011 struct acpi_driver *acpi_drv = to_acpi_driver(drv); in acpi_bus_match() local1031 if (!acpi_drv->ops.add) in acpi_device_probe()1034 ret = acpi_drv->ops.add(acpi_dev); in acpi_device_probe()1039 acpi_drv->name, acpi_dev->pnp.bus_id); in acpi_device_probe()1041 if (acpi_drv->ops.notify) { in acpi_device_probe()1044 if (acpi_drv->ops.remove) in acpi_device_probe()1045 acpi_drv->ops.remove(acpi_dev); in acpi_device_probe()1064 if (acpi_drv->ops.notify) in acpi_device_remove()1067 if (acpi_drv->ops.remove) in acpi_device_remove()[all …]
Completed in 7 milliseconds