Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dacpi.h1020 static inline void acpi_dev_remove_driver_gpios(struct acpi_device *adev) in acpi_dev_remove_driver_gpios() function
1039 static inline void acpi_dev_remove_driver_gpios(struct acpi_device *adev) {} in acpi_dev_remove_driver_gpios() function
/Linux-v4.19/Documentation/acpi/
Dgpio-properties.txt157 calling acpi_dev_remove_driver_gpios() on the ACPI device object where that
/Linux-v4.19/drivers/gpio/
Dgpiolib-acpi.c366 acpi_dev_remove_driver_gpios(ACPI_COMPANION(dev)); in devm_acpi_dev_release_driver_gpios()