Searched refs:gpio_free (Results 1 - 25 of 41) sorted by relevance

12

/linux-master/drivers/pcmcia/
H A Dsa1100_h3600.c66 err06: gpio_free(H3XXX_EGPIO_CARD_RESET);
67 err05: gpio_free(H3XXX_EGPIO_OPT_RESET);
68 err04: gpio_free(H3XXX_EGPIO_OPT_ON);
69 err03: gpio_free(H3XXX_EGPIO_OPT_NVRAM_ON);
70 err01: gpio_free(H3XXX_GPIO_PCMCIA_IRQ0);
83 gpio_free(H3XXX_EGPIO_CARD_RESET);
84 gpio_free(H3XXX_EGPIO_OPT_RESET);
85 gpio_free(H3XXX_EGPIO_OPT_ON);
86 gpio_free(H3XXX_EGPIO_OPT_NVRAM_ON);
/linux-master/arch/mips/bcm47xx/
H A Dworkarounds.c16 gpio_free(usb_power);
/linux-master/drivers/gpio/
H A Dgpiolib-legacy.c12 void gpio_free(unsigned gpio) function
16 EXPORT_SYMBOL_GPL(gpio_free); variable
96 gpio_free((--array)->gpio);
111 gpio_free((array++)->gpio);
/linux-master/arch/arm/mach-orion5x/
H A Dnet2big-setup.c129 gpio_free(NET2BIG_GPIO_SATA0_POWER);
140 gpio_free(NET2BIG_GPIO_SATA1_POWER);
151 gpio_free(NET2BIG_GPIO_SATA_POWER_REQ);
176 gpio_free(NET2BIG_GPIO_SATA1_POWER);
178 gpio_free(NET2BIG_GPIO_SATA0_POWER);
256 gpio_free(NET2BIG_GPIO_PWR_LED_BLINK_STOP);
270 gpio_free(NET2BIG_GPIO_SATA0_BLUE_LED);
280 gpio_free(NET2BIG_GPIO_SATA1_BLUE_LED);
H A Dboard-rd88f5182.c52 gpio_free(pin);
65 gpio_free(pin);
H A Dboard-d2net.c89 gpio_free(D2NET_GPIO_BLUE_LED_BLINK_CTRL);
H A Dts209-setup.c119 gpio_free(pin);
133 gpio_free(pin);
310 gpio_free(TS209_RTC_GPIO);
H A Dterastation_pro2-setup.c90 gpio_free(pin);
345 gpio_free(TSP2_RTC_GPIO);
H A Dmv2120-setup.c219 gpio_free(MV2120_GPIO_RTC_IRQ);
H A Dts409-setup.c298 gpio_free(TS409_RTC_GPIO);
/linux-master/arch/arm/mach-ep93xx/
H A Dcore.c509 gpio_free(EP93XX_GPIO_LINE_EGPIO14);
518 gpio_free(EP93XX_GPIO_LINE_EGPIO14);
626 gpio_free(EP93XX_GPIO_LINE_C(i));
629 gpio_free(EP93XX_GPIO_LINE_C(i));
630 gpio_free(EP93XX_GPIO_LINE_D(i));
641 gpio_free(EP93XX_GPIO_LINE_C(i));
642 gpio_free(EP93XX_GPIO_LINE_D(i));
810 gpio_free(EP93XX_GPIO_LINE_H(i));
814 gpio_free(EP93XX_GPIO_LINE_G(i));
818 gpio_free(EP93XX_GPIO_LINE_
[all...]
/linux-master/arch/m68k/coldfire/
H A Ddevice.c251 gpio_free(MCFQSPI_CS3);
259 gpio_free(MCFQSPI_CS2);
261 gpio_free(MCFQSPI_CS1);
263 gpio_free(MCFQSPI_CS0);
271 gpio_free(MCFQSPI_CS3);
273 gpio_free(MCFQSPI_CS2);
274 gpio_free(MCFQSPI_CS1);
275 gpio_free(MCFQSPI_CS0);
/linux-master/include/linux/
H A Dgpio.h82 void gpio_free(unsigned gpio);
154 static inline void gpio_free(unsigned gpio) function
/linux-master/arch/arm/mach-pxa/
H A Dam300epd.c162 gpio_free(i);
166 gpio_free(gpios[i]);
183 gpio_free(gpios[i]);
186 gpio_free(i);
H A Dreset.c35 gpio_free(gpio);
H A Dam200epd.c132 gpio_free(gpios[i]);
144 gpio_free(gpios[i]);
H A Dspitz_pm.c110 gpio_free(18);
/linux-master/arch/arm/mach-sa1100/
H A Dh3xxx.c60 gpio_free(H3XXX_EGPIO_VPP_ON);
67 gpio_free(H3XXX_EGPIO_VPP_ON);
91 gpio_free(H3XXX_EGPIO_RS232_ON);
H A Dcollie.c300 gpio_free(COLLIE_GPIO_VPEN);
312 gpio_free(COLLIE_GPIO_VPEN);
/linux-master/sound/soc/codecs/
H A Dak4641.c598 gpio_free(pdata->gpio_npdn);
602 gpio_free(pdata->gpio_power);
614 gpio_free(pdata->gpio_power);
617 gpio_free(pdata->gpio_npdn);
/linux-master/drivers/nfc/nfcmrvl/
H A Dmain.c176 gpio_free(priv->config.reset_n_io);
193 gpio_free(priv->config.reset_n_io);
/linux-master/sound/pci/cs5535audio/
H A Dcs5535audio_olpc.c186 gpio_free(OLPC_GPIO_MIC_AC);
/linux-master/arch/m68k/include/asm/
H A Dmcfgpio.h66 static inline void gpio_free(unsigned gpio) function
/linux-master/drivers/net/wireless/intersil/p54/
H A Dp54spi.c666 gpio_free(p54spi_gpio_irq);
668 gpio_free(p54spi_gpio_power);
682 gpio_free(p54spi_gpio_power);
683 gpio_free(p54spi_gpio_irq);
/linux-master/arch/x86/platform/olpc/
H A Dolpc-xo1-sci.c396 gpio_free(OLPC_GPIO_ECSCI);
433 gpio_free(OLPC_GPIO_LID);

Completed in 209 milliseconds

12