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

12

/u-boot/drivers/video/
H A Dhitachi_tx18d42vm_lcd.c78 gpio_free(mosi);
79 gpio_free(clk);
80 gpio_free(cs);
H A Dssd2828.c200 gpio_free(cfg->csx_pin);
205 gpio_free(cfg->csx_pin);
206 gpio_free(cfg->sck_pin);
211 gpio_free(cfg->csx_pin);
212 gpio_free(cfg->sck_pin);
213 gpio_free(cfg->sdi_pin);
218 gpio_free(cfg->csx_pin);
219 gpio_free(cfg->sck_pin);
220 gpio_free(cfg->sdi_pin);
221 gpio_free(cf
[all...]
/u-boot/board/udoo/
H A Dudoo.c117 gpio_free(IMX_GPIO_NR(6, 24));
118 gpio_free(IMX_GPIO_NR(6, 25));
119 gpio_free(IMX_GPIO_NR(6, 27));
120 gpio_free(IMX_GPIO_NR(6, 28));
121 gpio_free(IMX_GPIO_NR(6, 29));
/u-boot/board/compulab/common/
H A Dcommon.c59 gpio_free(gpio);
/u-boot/board/isee/igep00x0/
H A Digep00x0.c68 gpio_free(GPIO_IGEP00X0_BOARD_DETECTION);
74 gpio_free(GPIO_IGEP00X0_REVISION_DETECTION);
76 gpio_free(IGEP0030_USB_TRANSCEIVER_RESET);
/u-boot/arch/arm/mach-imx/
H A Di2c-mxv7.c119 gpio_free(p->scl.gp);
121 gpio_free(p->sda.gp);
/u-boot/arch/powerpc/include/asm/
H A Dmpc85xx_gpio.h75 static inline int gpio_free(unsigned gpio) function
/u-boot/board/siemens/capricorn/
H A Dboard.c124 gpio_free(ENET_TEST_1);
140 gpio_free(ENET_TEST_2);
400 gpio_free(gpio);
/u-boot/board/timll/devkit8000/
H A Ddevkit8000.c184 gpio_free(SPL_OS_BOOT_KEY);
/u-boot/test/dm/
H A Dspmi.c109 ut_assertok(gpio_free(gpio));
/u-boot/board/isee/igep003x/
H A Dboard.c61 gpio_free(GPIO_GREEN_REVISION);
66 gpio_free(GPIO_RED_REVISION);
/u-boot/cmd/
H A Dgpio.c295 gpio_free(gpio);
306 gpio_free(gpio);
/u-boot/board/siemens/common/
H A Dboard_am335x.c123 gpio_free(gpio);
/u-boot/board/siemens/rut/
H A Dboard.c100 gpio_free(gpio);
/u-boot/arch/arm/mach-rockchip/rk3308/
H A Drk3308.c170 gpio_free(GPIO0_A4);
/u-boot/board/toradex/colibri-imx6ull/
H A Dcolibri-imx6ull.c133 gpio_free(FLASH_DET_GPIO);
/u-boot/include/asm-generic/
H A Dgpio.h64 int gpio_free(unsigned gpio);
255 * gpio_request() and gpio_free() are optional - if NULL then they will
/u-boot/arch/arm/mach-mvebu/
H A Defuse.c99 gpio_free(vhv_gpio);
/u-boot/drivers/gpio/
H A Domap_gpio.c219 int gpio_free(unsigned gpio) function
H A Dmxc_gpio.c150 int gpio_free(unsigned gpio) function
H A Dmxs_gpio.c116 int gpio_free(unsigned gpio) function
H A Dsunxi_gpio.c186 int gpio_free(unsigned gpio) function
/u-boot/board/toradex/colibri_imx7/
H A Dcolibri_imx7.c202 gpio_free(FLASH_DET_GPIO);
/u-boot/drivers/pci/
H A Dpcie_imx.c551 gpio_free(CFG_PCIE_IMX_POWER_GPIO);
595 gpio_free(CFG_PCIE_IMX_PERST_GPIO);
/u-boot/post/
H A Dpost.c70 gpio_free(gpio);

Completed in 519 milliseconds

12