| /linux/drivers/pcmcia/ |
| H A D | sa1100_h3600.c | 66 err06: gpio_free(H3XXX_EGPIO_CARD_RESET); in h3600_pcmcia_hw_init() 67 err05: gpio_free(H3XXX_EGPIO_OPT_RESET); in h3600_pcmcia_hw_init() 68 err04: gpio_free(H3XXX_EGPIO_OPT_ON); in h3600_pcmcia_hw_init() 69 err03: gpio_free(H3XXX_EGPIO_OPT_NVRAM_ON); in h3600_pcmcia_hw_init() 70 err01: gpio_free(H3XXX_GPIO_PCMCIA_IRQ0); in h3600_pcmcia_hw_init() 83 gpio_free(H3XXX_EGPIO_CARD_RESET); in h3600_pcmcia_hw_shutdown() 84 gpio_free(H3XXX_EGPIO_OPT_RESET); in h3600_pcmcia_hw_shutdown() 85 gpio_free(H3XXX_EGPIO_OPT_ON); in h3600_pcmcia_hw_shutdown() 86 gpio_free(H3XXX_EGPIO_OPT_NVRAM_ON); in h3600_pcmcia_hw_shutdown()
|
| /linux/drivers/gpio/ |
| H A D | gpiolib-legacy.c | 18 void gpio_free(unsigned gpio) in gpio_free() function 22 EXPORT_SYMBOL_GPL(gpio_free); 49 gpio_free(gpio); in gpio_request_one() 73 gpio_free((unsigned)(unsigned long)gpio); in devm_gpio_release() 103 gpio_free(gpio); in devm_gpio_request_one()
|
| /linux/arch/arm/mach-orion5x/ |
| H A D | net2big-setup.c | 130 gpio_free(NET2BIG_GPIO_SATA0_POWER); in net2big_sata_power_init() 141 gpio_free(NET2BIG_GPIO_SATA1_POWER); in net2big_sata_power_init() 152 gpio_free(NET2BIG_GPIO_SATA_POWER_REQ); in net2big_sata_power_init() 177 gpio_free(NET2BIG_GPIO_SATA1_POWER); in net2big_sata_power_init() 179 gpio_free(NET2BIG_GPIO_SATA0_POWER); in net2big_sata_power_init() 268 gpio_free(NET2BIG_GPIO_PWR_LED_BLINK_STOP); in net2big_gpio_leds_init() 282 gpio_free(NET2BIG_GPIO_SATA0_BLUE_LED); in net2big_gpio_leds_init() 292 gpio_free(NET2BIG_GPIO_SATA1_BLUE_LED); in net2big_gpio_leds_init()
|
| H A D | ts209-setup.c | 119 gpio_free(pin); in qnap_ts209_pci_preinit() 133 gpio_free(pin); in qnap_ts209_pci_preinit() 310 gpio_free(TS209_RTC_GPIO); in qnap_ts209_init()
|
| H A D | board-rd88f5182.c | 52 gpio_free(pin); in rd88f5182_pci_preinit() 65 gpio_free(pin); in rd88f5182_pci_preinit()
|
| H A D | terastation_pro2-setup.c | 90 gpio_free(pin); in tsp2_pci_preinit() 345 gpio_free(TSP2_RTC_GPIO); in tsp2_init()
|
| H A D | board-d2net.c | 98 gpio_free(D2NET_GPIO_BLUE_LED_BLINK_CTRL); in d2net_gpio_leds_init()
|
| H A D | mv2120-setup.c | 231 gpio_free(MV2120_GPIO_RTC_IRQ); in mv2120_init()
|
| H A D | ts409-setup.c | 306 gpio_free(TS409_RTC_GPIO); in qnap_ts409_init()
|
| /linux/arch/arm/mach-sa1100/ |
| H A D | h3600.c | 59 gpio_free(H3600_EGPIO_LVDD_ON); in h3600_lcd_request() 61 gpio_free(H3600_EGPIO_LCD_5V_ON); in h3600_lcd_request() 63 gpio_free(H3600_EGPIO_LCD_PCI); in h3600_lcd_request() 65 gpio_free(H3XXX_EGPIO_LCD_ON); in h3600_lcd_request()
|
| H A D | h3xxx.c | 60 gpio_free(H3XXX_EGPIO_VPP_ON); in h3xxx_flash_init() 67 gpio_free(H3XXX_EGPIO_VPP_ON); in h3xxx_flash_exit() 91 gpio_free(H3XXX_EGPIO_RS232_ON); in h3xxx_uart_pm()
|
| H A D | collie.c | 300 gpio_free(COLLIE_GPIO_VPEN); in collie_flash_init() 312 gpio_free(COLLIE_GPIO_VPEN); in collie_flash_exit()
|
| /linux/arch/m68k/coldfire/ |
| H A D | device.c | 251 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/arch/arm/mach-pxa/ |
| H A D | am300epd.c | 162 gpio_free(i); in am300_init_gpio_regs() 166 gpio_free(gpios[i]); in am300_init_gpio_regs() 183 gpio_free(gpios[i]); in am300_cleanup() 186 gpio_free(i); in am300_cleanup()
|
| H A D | am200epd.c | 132 gpio_free(gpios[i]); in am200_init_gpio_regs() 144 gpio_free(gpios[i]); in am200_cleanup()
|
| H A D | reset.c | 35 gpio_free(gpio); in init_gpio_reset()
|
| H A D | sharpsl_pm.c | 909 gpio_free(sharpsl_pm.machinfo->gpio_batlock); in sharpsl_pm_remove() 910 gpio_free(sharpsl_pm.machinfo->gpio_batfull); in sharpsl_pm_remove() 911 gpio_free(sharpsl_pm.machinfo->gpio_acin); in sharpsl_pm_remove()
|
| /linux/include/linux/ |
| H A D | gpio.h | 54 void gpio_free(unsigned gpio); 116 static inline void gpio_free(unsigned gpio) in gpio_free() function
|
| /linux/sound/soc/codecs/ |
| H A D | ak4641.c | |
| /linux/arch/mips/bcm47xx/ |
| H A D | workarounds.c | 16 gpio_free(usb_power); in bcm47xx_workarounds_enable_usb_power()
|
| /linux/drivers/nfc/nfcmrvl/ |
| H A D | main.c | 176 gpio_free(priv->config.reset_n_io); in nfcmrvl_nci_register_dev() 193 gpio_free(priv->config.reset_n_io); in nfcmrvl_nci_unregister_dev()
|
| /linux/drivers/net/wireless/intersil/p54/ |
| H A D | p54spi.c | 664 gpio_free(p54spi_gpio_irq); in p54spi_probe() 666 gpio_free(p54spi_gpio_power); in p54spi_probe() 680 gpio_free(p54spi_gpio_power); in p54spi_remove() 681 gpio_free(p54spi_gpio_irq); in p54spi_remove()
|
| /linux/arch/x86/platform/olpc/ |
| H A D | olpc-xo1-sci.c | 395 gpio_free(OLPC_GPIO_ECSCI); in free_ec_sci() 432 gpio_free(OLPC_GPIO_LID); in free_lid_events()
|
| /linux/sound/pci/cs5535audio/ |
| H A D | cs5535audio_olpc.c | 186 gpio_free(OLPC_GPIO_MIC_AC); in olpc_quirks_cleanup()
|
| /linux/arch/m68k/include/asm/ |
| H A D | mcfgpio.h | 66 static inline void gpio_free(unsigned gpio) in gpio_free() function
|