/u-boot/drivers/video/ |
A D | ssd2828.c | 201 gpio_free(cfg->csx_pin); in ssd2828_enable_gpio() 206 gpio_free(cfg->csx_pin); in ssd2828_enable_gpio() 207 gpio_free(cfg->sck_pin); in ssd2828_enable_gpio() 212 gpio_free(cfg->csx_pin); in ssd2828_enable_gpio() 213 gpio_free(cfg->sck_pin); in ssd2828_enable_gpio() 214 gpio_free(cfg->sdi_pin); in ssd2828_enable_gpio() 219 gpio_free(cfg->csx_pin); in ssd2828_enable_gpio() 220 gpio_free(cfg->sck_pin); in ssd2828_enable_gpio() 238 gpio_free(cfg->csx_pin); in ssd2828_free_gpio() 239 gpio_free(cfg->sck_pin); in ssd2828_free_gpio() [all …]
|
A D | hitachi_tx18d42vm_lcd.c | 77 gpio_free(mosi); in hitachi_tx18d42vm_init() 78 gpio_free(clk); in hitachi_tx18d42vm_init() 79 gpio_free(cs); in hitachi_tx18d42vm_init()
|
A D | scf0403_lcd.c | 239 gpio_free(gpio); in scf0403_request_reset_gpio() 294 gpio_free(priv.reset_gpio); in scf0403_init()
|
/u-boot/board/udoo/ |
A D | udoo.c | 157 gpio_free(IMX_GPIO_NR(6, 24)); in setup_iomux_enet() 158 gpio_free(IMX_GPIO_NR(6, 25)); in setup_iomux_enet() 159 gpio_free(IMX_GPIO_NR(6, 27)); in setup_iomux_enet() 160 gpio_free(IMX_GPIO_NR(6, 28)); in setup_iomux_enet() 161 gpio_free(IMX_GPIO_NR(6, 29)); in setup_iomux_enet()
|
/u-boot/board/isee/igep00x0/ |
A D | igep00x0.c | 68 gpio_free(GPIO_IGEP00X0_BOARD_DETECTION); in get_board_revision() 74 gpio_free(GPIO_IGEP00X0_REVISION_DETECTION); in get_board_revision() 76 gpio_free(IGEP0030_USB_TRANSCEIVER_RESET); in get_board_revision()
|
/u-boot/arch/arm/mach-imx/ |
A D | i2c-mxv7.c | 113 gpio_free(p->scl.gp); in setup_i2c() 115 gpio_free(p->sda.gp); in setup_i2c()
|
/u-boot/board/compulab/common/ |
A D | common.c | 59 gpio_free(gpio); in cl_usb_hub_deinit()
|
/u-boot/board/technexion/tao3530/ |
A D | tao3530.c | 64 gpio_free(1); in tao3530_revision() 67 gpio_free(65); in tao3530_revision()
|
/u-boot/board/siemens/capricorn/ |
A D | board.c | 124 gpio_free(ENET_TEST_1); in enet_device_phy_reset() 140 gpio_free(ENET_TEST_2); in enet_device_phy_reset() 406 gpio_free(gpio); in get_button_state()
|
/u-boot/board/isee/igep003x/ |
A D | board.c | 61 gpio_free(GPIO_GREEN_REVISION); in get_board_revision() 66 gpio_free(GPIO_RED_REVISION); in get_board_revision()
|
/u-boot/arch/powerpc/include/asm/ |
A D | mpc85xx_gpio.h | 75 static inline int gpio_free(unsigned gpio) in gpio_free() function
|
/u-boot/drivers/gpio/ |
A D | spear_gpio.c | 65 int gpio_free(unsigned gpio) in gpio_free() function
|
A D | mvgpio.c | 31 int gpio_free(unsigned gpio) in gpio_free() function
|
A D | mpc83xx_gpio.c | 45 int gpio_free(unsigned gpio) in gpio_free() function
|
A D | kona_gpio.c | 58 int gpio_free(unsigned gpio) in gpio_free() function
|
A D | omap_gpio.c | 219 int gpio_free(unsigned gpio) in gpio_free() function
|
/u-boot/cmd/ |
A D | gpio.c | 251 gpio_free(gpio); in do_gpio() 262 gpio_free(gpio); in do_gpio()
|
/u-boot/test/dm/ |
A D | spmi.c | 109 ut_assertok(gpio_free(gpio)); in dm_test_spmi_access_peripheral()
|
/u-boot/board/timll/devkit8000/ |
A D | devkit8000.c | 185 gpio_free(SPL_OS_BOOT_KEY); in spl_start_uboot()
|
/u-boot/board/corscience/tricorder/ |
A D | tricorder.c | 68 gpio_free(7); in get_eeprom()
|
/u-boot/board/siemens/rut/ |
A D | board.c | 115 gpio_free(gpio); in request_and_pulse_reset() 416 gpio_free(gpio); in set_gpio()
|
/u-boot/arch/arm/mach-rockchip/rk3308/ |
A D | rk3308.c | 167 gpio_free(GPIO0_A4); in rk_board_init()
|
/u-boot/board/siemens/common/ |
A D | board.c | 145 gpio_free(gpio); in get_button_state()
|
/u-boot/include/asm-generic/ |
A D | gpio.h | 64 int gpio_free(unsigned gpio);
|
/u-boot/drivers/pci/ |
A D | pcie_imx.c | 539 gpio_free(CONFIG_PCIE_IMX_POWER_GPIO); in imx6_pcie_toggle_power() 580 gpio_free(CONFIG_PCIE_IMX_PERST_GPIO); in imx6_pcie_toggle_reset()
|