/linux-4.1.27/arch/arm/mach-imx/ |
H A D | mx31lilly-db.c | 101 static int gpio_det, gpio_wp; variable 112 gpio_wp = IOMUX_TO_GPIO(MX31_PIN_LCS0); mxc_mmc1_init() 125 ret = gpio_request(gpio_wp, "MMC w/p"); mxc_mmc1_init() 130 gpio_direction_input(gpio_wp); mxc_mmc1_init() 141 gpio_free(gpio_wp); mxc_mmc1_init() 152 gpio_free(gpio_wp); mxc_mmc1_exit()
|
H A D | mx31lite-db.c | 77 static int gpio_det, gpio_wp; variable 93 gpio_wp = IOMUX_TO_GPIO(MX31_PIN_GPIO1_6); mxc_mmc1_init() 111 ret = gpio_request(gpio_wp, "MMC w/p"); mxc_mmc1_init() 116 gpio_direction_input(gpio_wp); mxc_mmc1_init() 128 gpio_free(gpio_wp); mxc_mmc1_init() 139 gpio_free(gpio_wp); mxc_mmc1_exit()
|
H A D | mach-armadillo5x0.c | 389 int gpio_det, gpio_wp; armadillo5x0_sdhc1_init() local 392 gpio_wp = IOMUX_TO_GPIO(MX31_PIN_ATA_RESET_B); armadillo5x0_sdhc1_init() 400 ret = gpio_request(gpio_wp, "sdhc-write-protect"); armadillo5x0_sdhc1_init() 404 gpio_direction_input(gpio_wp); armadillo5x0_sdhc1_init() 417 gpio_free(gpio_wp); armadillo5x0_sdhc1_init()
|
/linux-4.1.27/include/linux/amba/ |
H A D | mmci.h | 21 * gpio_wp (below) this function will be called to determine 23 * @gpio_wp: read this GPIO pin to see if the card is write protected 31 int gpio_wp; member in struct:mmci_platform_data
|
/linux-4.1.27/arch/arm/mach-omap2/ |
H A D | hsmmc.h | 21 int gpio_wp; /* or -EINVAL */ member in struct:omap2_hsmmc_info
|
H A D | hsmmc.c | 161 if (gpio_is_valid(mmc_controller->gpio_wp) && omap_hsmmc_mux() 162 (mmc_controller->gpio_wp < OMAP_MAX_GPIO_LINES)) omap_hsmmc_mux() 163 omap_mux_init_gpio(mmc_controller->gpio_wp, omap_hsmmc_mux() 266 mmc->gpio_wp = c->gpio_wp; omap_hsmmc_pdata_init() 379 mmc_pdata->gpio_wp = c->gpio_wp; omap_hsmmc_late_init()
|
H A D | board-omap3logic.c | 106 .gpio_wp = -EINVAL, 116 board_mmc_info[0].gpio_wp = OMAP3530_LV_SOM_MMC_GPIO_WP; board_mmc_init()
|
H A D | board-omap3pandora.c | 272 .gpio_wp = 126, 280 .gpio_wp = 127, 289 .gpio_wp = -EINVAL,
|
H A D | board-omap3beagle.c | 276 .gpio_wp = -EINVAL, 306 mmc[0].gpio_wp = beagle_config.mmc1_gpio_wp; beagle_twl_gpio_setup()
|
H A D | board-overo.c | 277 .gpio_wp = -EINVAL, 283 .gpio_wp = -EINVAL,
|
H A D | board-cm-t35.c | 401 .gpio_wp = -EINVAL, 409 .gpio_wp = -EINVAL,
|
H A D | board-ldp.c | 348 .gpio_wp = -EINVAL,
|
H A D | board-rx51-peripherals.c | 500 .gpio_wp = -EINVAL, 508 .gpio_wp = -EINVAL,
|
/linux-4.1.27/arch/arm/mach-versatile/ |
H A D | versatile_pb.c | 46 .gpio_wp = -1,
|
H A D | core.c | 294 .gpio_wp = -1,
|
/linux-4.1.27/include/linux/platform_data/ |
H A D | hsmmc-omap.h | 75 int gpio_wp; /* gpio (write protect) */ member in struct:omap_hsmmc_platform_data
|
H A D | mmc-omap.h | 87 int gpio_wp; /* gpio (write protect) */ member in struct:omap_mmc_platform_data::omap_mmc_slot_data
|
/linux-4.1.27/arch/arm/mach-realview/ |
H A D | core.c | 236 .gpio_wp = 17, 244 .gpio_wp = 19,
|
/linux-4.1.27/arch/arm/mach-integrator/ |
H A D | integrator_cp.c | 169 .gpio_wp = -1,
|
/linux-4.1.27/drivers/mmc/host/ |
H A D | omap_hsmmc.c | 444 if (gpio_is_valid(pdata->gpio_wp)) { omap_hsmmc_gpio_init() 445 ret = mmc_gpio_request_ro(mmc, pdata->gpio_wp); omap_hsmmc_gpio_init() 1891 pdata->gpio_wp = -EINVAL; of_get_hsmmc_pdata()
|
H A D | mmci.c | 1705 else if (gpio_is_valid(plat->gpio_wp)) { mmci_probe() 1706 ret = mmc_gpio_request_ro(mmc, plat->gpio_wp); mmci_probe()
|