Home
last modified time | relevance | path

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

/linux-6.12.1/include/linux/gpio/
Dconsumer.h604 void acpi_dev_remove_driver_gpios(struct acpi_device *adev);
618 static inline void acpi_dev_remove_driver_gpios(struct acpi_device *adev) {} in acpi_dev_remove_driver_gpios() function
/linux-6.12.1/drivers/gpio/
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.12.1/sound/soc/intel/boards/
Dbytcr_rt5640.c1273 acpi_dev_remove_driver_gpios(adev); in byt_rt5640_get_amcr0f28_settings()
1940 acpi_dev_remove_driver_gpios(ACPI_COMPANION(priv->codec_dev)); in snd_byt_rt5640_mc_probe()
1952 acpi_dev_remove_driver_gpios(ACPI_COMPANION(priv->codec_dev)); in snd_byt_rt5640_mc_remove()
/linux-6.12.1/Documentation/firmware-guide/acpi/
Dgpio-properties.rst265 calling acpi_dev_remove_driver_gpios() on the ACPI device object where that
/linux-6.12.1/sound/soc/codecs/
Dcs35l56.c1182 acpi_dev_remove_driver_gpios(adev); in cs35l56_acpi_dev_release_driver_gpios()