Searched refs:gpio_det (Results 1 - 3 of 3) sorted by relevance

/linux-4.1.27/arch/arm/mach-imx/
H A Dmx31lilly-db.c101 static int gpio_det, gpio_wp; variable
111 gpio_det = IOMUX_TO_GPIO(MX31_PIN_GPIO1_1); mxc_mmc1_init()
121 ret = gpio_request(gpio_det, "MMC detect"); mxc_mmc1_init()
129 gpio_direction_input(gpio_det); mxc_mmc1_init()
144 gpio_free(gpio_det); mxc_mmc1_init()
151 gpio_free(gpio_det); mxc_mmc1_exit()
H A Dmx31lite-db.c77 static int gpio_det, gpio_wp; variable
92 gpio_det = IOMUX_TO_GPIO(MX31_PIN_DCD_DCE1); mxc_mmc1_init()
107 ret = gpio_request(gpio_det, "MMC detect"); mxc_mmc1_init()
115 gpio_direction_input(gpio_det); mxc_mmc1_init()
131 gpio_free(gpio_det); mxc_mmc1_init()
138 gpio_free(gpio_det); mxc_mmc1_exit()
H A Dmach-armadillo5x0.c389 int gpio_det, gpio_wp; armadillo5x0_sdhc1_init() local
391 gpio_det = IOMUX_TO_GPIO(MX31_PIN_ATA_DMACK); armadillo5x0_sdhc1_init()
394 ret = gpio_request(gpio_det, "sdhc-card-detect"); armadillo5x0_sdhc1_init()
398 gpio_direction_input(gpio_det); armadillo5x0_sdhc1_init()
420 gpio_free(gpio_det); armadillo5x0_sdhc1_init()

Completed in 33 milliseconds