Home
last modified time | relevance | path

Searched refs:acpi_drv (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/acpi/
A Dbus.c991 if (!acpi_drv->ops.add) in acpi_device_probe()
994 ret = acpi_drv->ops.add(acpi_dev); in acpi_device_probe()
998 acpi_dev->driver = acpi_drv; in acpi_device_probe()
1001 acpi_drv->name, acpi_dev->pnp.bus_id); in acpi_device_probe()
1003 if (acpi_drv->ops.notify) { in acpi_device_probe()
1006 if (acpi_drv->ops.remove) in acpi_device_probe()
1007 acpi_drv->ops.remove(acpi_dev); in acpi_device_probe()
1027 if (acpi_drv) { in acpi_device_remove()
1028 if (acpi_drv->ops.notify) in acpi_device_remove()
1030 if (acpi_drv->ops.remove) in acpi_device_remove()
[all …]

Completed in 5 milliseconds