Home
last modified time | relevance | path

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

/linux-4.1.27/net/rfkill/
Drfkill-gpio.c163 acpi_dev_remove_driver_gpios(ACPI_COMPANION(&pdev->dev)); in rfkill_gpio_remove()
/linux-4.1.27/include/linux/
Dacpi.h721 static inline void acpi_dev_remove_driver_gpios(struct acpi_device *adev) in acpi_dev_remove_driver_gpios() function
732 static inline void acpi_dev_remove_driver_gpios(struct acpi_device *adev) {} in acpi_dev_remove_driver_gpios() function
/linux-4.1.27/Documentation/acpi/
Dgpio-properties.txt95 calling acpi_dev_remove_driver_gpios() on the ACPI device object where that
/linux-4.1.27/drivers/hid/i2c-hid/
Di2c-hid.c1087 acpi_dev_remove_driver_gpios(ACPI_COMPANION(&client->dev)); in i2c_hid_remove()