Home
last modified time | relevance | path

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

/linux-6.15/include/linux/gpio/
H A Dconsumer.h619 void acpi_dev_remove_driver_gpios(struct acpi_device *adev);
631 static inline void acpi_dev_remove_driver_gpios(struct acpi_device *adev) {} in acpi_dev_remove_driver_gpios() function
/linux-6.15/drivers/gpio/
H A Dgpiolib-acpi.c618 void acpi_dev_remove_driver_gpios(struct acpi_device *adev) in acpi_dev_remove_driver_gpios() function
623 EXPORT_SYMBOL_GPL(acpi_dev_remove_driver_gpios);
627 acpi_dev_remove_driver_gpios(adev); in acpi_dev_release_driver_gpios()
/linux-6.15/sound/soc/intel/boards/
H A Dbytcr_rt5640.c1301 acpi_dev_remove_driver_gpios(adev); in byt_rt5640_get_amcr0f28_settings()
1964 acpi_dev_remove_driver_gpios(ACPI_COMPANION(priv->codec_dev)); in snd_byt_rt5640_mc_probe()
1976 acpi_dev_remove_driver_gpios(ACPI_COMPANION(priv->codec_dev)); in snd_byt_rt5640_mc_remove()
/linux-6.15/Documentation/firmware-guide/acpi/
H A Dgpio-properties.rst265 calling acpi_dev_remove_driver_gpios() on the ACPI device object where that
/linux-6.15/sound/soc/codecs/
H A Dcs35l56.c1188 acpi_dev_remove_driver_gpios(adev); in cs35l56_acpi_dev_release_driver_gpios()