/external/u-boot/drivers/video/ |
D | ssd2828.c | 199 gpio_free(cfg->csx_pin); in ssd2828_enable_gpio() 204 gpio_free(cfg->csx_pin); in ssd2828_enable_gpio() 205 gpio_free(cfg->sck_pin); in ssd2828_enable_gpio() 210 gpio_free(cfg->csx_pin); in ssd2828_enable_gpio() 211 gpio_free(cfg->sck_pin); in ssd2828_enable_gpio() 212 gpio_free(cfg->sdi_pin); in ssd2828_enable_gpio() 217 gpio_free(cfg->csx_pin); in ssd2828_enable_gpio() 218 gpio_free(cfg->sck_pin); in ssd2828_enable_gpio() 219 gpio_free(cfg->sdi_pin); in ssd2828_enable_gpio() 220 gpio_free(cfg->reset_pin); in ssd2828_enable_gpio() [all …]
|
D | hitachi_tx18d42vm_lcd.c | 75 gpio_free(mosi); in hitachi_tx18d42vm_init() 76 gpio_free(clk); in hitachi_tx18d42vm_init() 77 gpio_free(cs); in hitachi_tx18d42vm_init()
|
D | scf0403_lcd.c | 237 gpio_free(gpio); in scf0403_request_reset_gpio() 292 gpio_free(priv.reset_gpio); in scf0403_init()
|
/external/u-boot/board/udoo/ |
D | udoo.c | 152 gpio_free(IMX_GPIO_NR(6, 24)); in setup_iomux_enet() 153 gpio_free(IMX_GPIO_NR(6, 25)); in setup_iomux_enet() 154 gpio_free(IMX_GPIO_NR(6, 27)); in setup_iomux_enet() 155 gpio_free(IMX_GPIO_NR(6, 28)); in setup_iomux_enet() 156 gpio_free(IMX_GPIO_NR(6, 29)); in setup_iomux_enet()
|
/external/u-boot/board/isee/igep00x0/ |
D | igep00x0.c | 63 gpio_free(GPIO_IGEP00X0_BOARD_DETECTION); in get_board_revision() 69 gpio_free(GPIO_IGEP00X0_REVISION_DETECTION); in get_board_revision() 71 gpio_free(IGEP0030_USB_TRANSCEIVER_RESET); in get_board_revision()
|
/external/u-boot/arch/arm/mach-imx/ |
D | i2c-mxv7.c | 112 gpio_free(p->scl.gp); in setup_i2c() 114 gpio_free(p->sda.gp); in setup_i2c()
|
/external/u-boot/board/technexion/tao3530/ |
D | tao3530.c | 60 gpio_free(1); in tao3530_revision() 63 gpio_free(65); in tao3530_revision()
|
/external/u-boot/board/isee/igep003x/ |
D | board.c | 56 gpio_free(GPIO_GREEN_REVISION); in get_board_revision() 61 gpio_free(GPIO_RED_REVISION); in get_board_revision()
|
/external/u-boot/board/compulab/common/ |
D | common.c | 57 gpio_free(gpio); in cl_usb_hub_deinit()
|
/external/u-boot/board/siemens/rut/ |
D | board.c | 110 gpio_free(gpio); in request_and_pulse_reset() 411 gpio_free(gpio); in set_gpio()
|
/external/u-boot/arch/powerpc/include/asm/ |
D | mpc85xx_gpio.h | 74 static inline int gpio_free(unsigned gpio) in gpio_free() function
|
/external/u-boot/drivers/gpio/ |
D | spear_gpio.c | 64 int gpio_free(unsigned gpio) in gpio_free() function
|
D | mvgpio.c | 30 int gpio_free(unsigned gpio) in gpio_free() function
|
D | mpc83xx_gpio.c | 44 int gpio_free(unsigned gpio) in gpio_free() function
|
D | mxs_gpio.c | 111 int gpio_free(unsigned gpio) in gpio_free() function
|
D | gpio-uclass.c | 261 int gpio_free(unsigned gpio) in gpio_free() function 588 gpio_free(gpio); in gpio_claim_vector() 596 gpio_free(gpio_num_array[i]); in gpio_claim_vector()
|
D | kona_gpio.c | 57 int gpio_free(unsigned gpio) in gpio_free() function
|
/external/u-boot/board/technexion/twister/ |
D | twister.c | 156 gpio_free(SPL_OS_BOOT_KEY); in spl_start_uboot()
|
/external/u-boot/test/dm/ |
D | spmi.c | 107 ut_assertok(gpio_free(gpio)); in dm_test_spmi_access_peripheral()
|
/external/u-boot/board/logicpd/am3517evm/ |
D | am3517evm.c | 146 gpio_free(PHY_GPIO); in misc_init_r()
|
/external/u-boot/board/timll/devkit8000/ |
D | devkit8000.c | 182 gpio_free(SPL_OS_BOOT_KEY); in spl_start_uboot()
|
/external/u-boot/board/corscience/tricorder/ |
D | tricorder.c | 64 gpio_free(7); in get_eeprom()
|
/external/u-boot/drivers/pci/ |
D | pcie_imx.c | 524 gpio_free(CONFIG_PCIE_IMX_POWER_GPIO); in imx6_pcie_toggle_power() 565 gpio_free(CONFIG_PCIE_IMX_PERST_GPIO); in imx6_pcie_toggle_reset()
|
/external/u-boot/board/siemens/common/ |
D | board.c | 139 gpio_free(gpio); in get_button_state()
|
/external/u-boot/include/asm-generic/ |
D | gpio.h | 62 int gpio_free(unsigned gpio);
|