Name

acpi_bus_find_driver — check if there is a driver installed for the device

Synopsis

int acpi_bus_find_driver (struct acpi_device * device);

Arguments

device

device that we are trying to find a supporting driver for

Description

Parses the list of registered drivers looking for a driver applicable for the specified device.