Home
last modified time | relevance | path

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

/linux-2.6.39/arch/arm/mach-mx3/
Dmx31lite-db.c79 static int gpio_det, gpio_wp; variable
94 gpio_det = IOMUX_TO_GPIO(MX31_PIN_DCD_DCE1); in mxc_mmc1_init()
109 ret = gpio_request(gpio_det, "MMC detect"); in mxc_mmc1_init()
117 gpio_direction_input(gpio_det); in mxc_mmc1_init()
132 gpio_free(gpio_det); in mxc_mmc1_init()
139 gpio_free(gpio_det); in mxc_mmc1_exit()
Dmx31lilly-db.c105 static int gpio_det, gpio_wp; variable
115 gpio_det = IOMUX_TO_GPIO(MX31_PIN_GPIO1_1); in mxc_mmc1_init()
125 ret = gpio_request(gpio_det, "MMC detect"); in mxc_mmc1_init()
133 gpio_direction_input(gpio_det); in mxc_mmc1_init()
148 gpio_free(gpio_det); in mxc_mmc1_init()
155 gpio_free(gpio_det); in mxc_mmc1_exit()
Dmach-armadillo5x0.c410 int gpio_det, gpio_wp; in armadillo5x0_sdhc1_init() local
412 gpio_det = IOMUX_TO_GPIO(MX31_PIN_ATA_DMACK); in armadillo5x0_sdhc1_init()
415 ret = gpio_request(gpio_det, "sdhc-card-detect"); in armadillo5x0_sdhc1_init()
419 gpio_direction_input(gpio_det); in armadillo5x0_sdhc1_init()
441 gpio_free(gpio_det); in armadillo5x0_sdhc1_init()