Searched refs:gpio_wprotect (Results 1 - 6 of 6) sorted by relevance

/linux-4.1.27/include/linux/platform_data/
H A Dmmc-s3cmci.h12 * @gpio_wprotect: GPIO number for the write protect line.
21 * The driver will use @gpio_wprotect to signal whether the card is write
37 unsigned int gpio_wprotect; member in struct:s3c24xx_mci_pdata
/linux-4.1.27/drivers/mmc/host/
H A Ds3cmci.c1308 ret = gpio_get_value(pdata->gpio_wprotect) ? 1 : 0; s3cmci_get_ro()
1677 ret = gpio_request(host->pdata->gpio_wprotect, "s3cmci wp"); s3cmci_probe()
1683 gpio_direction_input(host->pdata->gpio_wprotect); s3cmci_probe()
1780 gpio_free(host->pdata->gpio_wprotect); s3cmci_probe()
1843 gpio_free(pd->gpio_wprotect); s3cmci_remove()
/linux-4.1.27/arch/arm/mach-s3c24xx/
H A Dmach-h1940.c467 .gpio_wprotect = S3C2410_GPH(8),
H A Dmach-mini2440.c241 .gpio_wprotect = S3C2410_GPH(8),
H A Dmach-n30.c357 .gpio_wprotect = S3C2410_GPG(10),
H A Dmach-rx1950.c558 .gpio_wprotect = S3C2410_GPH(8),

Completed in 148 milliseconds