Searched refs:mmc_gpiod_request_ro (Results 1 – 11 of 11) sorted by relevance
| /linux/drivers/mmc/core/ |
| A D | slot-gpio.c | 222 int mmc_gpiod_request_ro(struct mmc_host *host, const char *con_id, in mmc_gpiod_request_ro() function 250 EXPORT_SYMBOL(mmc_gpiod_request_ro);
|
| A D | host.c | 350 ret = mmc_gpiod_request_ro(host, "wp", 0, 0); in mmc_of_parse()
|
| /linux/include/linux/mmc/ |
| A D | slot-gpio.h | 21 int mmc_gpiod_request_ro(struct mmc_host *host, const char *con_id,
|
| /linux/drivers/mmc/host/ |
| A D | pxamci.c | 749 ret = mmc_gpiod_request_ro(mmc, "wp", 0, 0); in pxamci_probe()
|
| A D | mmc_spi.c | 1465 status = mmc_gpiod_request_ro(mmc, NULL, 1, 0); in mmc_spi_probe()
|
| A D | davinci_mmc.c | 1183 ret = mmc_gpiod_request_ro(mmc, "wp", 0, 0); in mmc_davinci_parse_pdata()
|
| A D | s3cmci.c | 1476 ret = mmc_gpiod_request_ro(host->mmc, "wp", 0, 0); in s3cmci_probe_pdata()
|
| A D | mmci.c | 2227 ret = mmc_gpiod_request_ro(mmc, "wp", 0, 0); in mmci_probe()
|
| /linux/ |
| A D | vmlinux.symvers | 4881 0x00000000 mmc_gpiod_request_ro vmlinux EXPORT_SYMBOL
|
| A D | System.map | 45596 ffff800010c43760 T mmc_gpiod_request_ro
|
| A D | .tmp_System.map | 45596 ffff800010c43760 T mmc_gpiod_request_ro
|
Completed in 328 milliseconds