Home
last modified time | relevance | path

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

/linux/arch/m68k/coldfire/
H A Ddevice.c251 gpio_free(MCFQSPI_CS3); in mcf_cs_setup()
259 gpio_free(MCFQSPI_CS2); in mcf_cs_setup()
261 gpio_free(MCFQSPI_CS1); in mcf_cs_setup()
263 gpio_free(MCFQSPI_CS0); in mcf_cs_setup()
271 gpio_free(MCFQSPI_CS3); in mcf_cs_teardown()
273 gpio_free(MCFQSPI_CS2); in mcf_cs_teardown()
274 gpio_free(MCFQSPI_CS1); in mcf_cs_teardown()
275 gpio_free(MCFQSPI_CS0); in mcf_cs_teardown()
/linux/sound/soc/codecs/
H A Dak4641.c
/linux/sound/pci/cs5535audio/
H A Dcs5535audio_olpc.c186 gpio_free(OLPC_GPIO_MIC_AC); in olpc_quirks_cleanup()
/linux/arch/m68k/include/asm/
H A Dmcfgpio.h66 static inline void gpio_free(unsigned gpio) in gpio_free() function
/linux/Documentation/driver-api/gpio/
H A Dconsumer.rst467 considered valid until that GPIO number is released using gpio_free().