Searched refs:mmc_gpiod_request_ro (Results 1 - 15 of 15) sorted by relevance
/kernel/linux/linux-5.10/include/linux/mmc/ |
H A D | slot-gpio.h | 21 int mmc_gpiod_request_ro(struct mmc_host *host, const char *con_id,
|
/kernel/linux/linux-6.6/include/linux/mmc/ |
H A D | slot-gpio.h | 22 int mmc_gpiod_request_ro(struct mmc_host *host, const char *con_id,
|
/kernel/linux/linux-5.10/drivers/mmc/core/ |
H A D | slot-gpio.c | 214 * mmc_gpiod_request_ro - request a gpio descriptor for write protection 222 int mmc_gpiod_request_ro(struct mmc_host *host, const char *con_id, in mmc_gpiod_request_ro() function 246 EXPORT_SYMBOL(mmc_gpiod_request_ro); variable
|
H A D | host.c | 296 ret = mmc_gpiod_request_ro(host, "wp", 0, 0); in mmc_of_parse()
|
/kernel/linux/linux-6.6/drivers/mmc/core/ |
H A D | slot-gpio.c | 233 * mmc_gpiod_request_ro - request a gpio descriptor for write protection 241 int mmc_gpiod_request_ro(struct mmc_host *host, const char *con_id, in mmc_gpiod_request_ro() function 269 EXPORT_SYMBOL(mmc_gpiod_request_ro); variable
|
H A D | host.c | 350 ret = mmc_gpiod_request_ro(host, "wp", 0, 0); in mmc_of_parse()
|
/kernel/linux/linux-5.10/drivers/mmc/host/ |
H A D | mmc_spi.c | 1302 status = mmc_gpiod_request_ro(mmc, NULL, 1, 0); in mmc_spi_probe()
|
H A D | pxamci.c | 749 ret = mmc_gpiod_request_ro(mmc, "wp", 0, 0); in pxamci_probe()
|
H A D | davinci_mmc.c | 1183 ret = mmc_gpiod_request_ro(mmc, "wp", 0, 0); in mmc_davinci_parse_pdata()
|
H A D | mmci.c | 2161 ret = mmc_gpiod_request_ro(mmc, "wp", 0, 0); in mmci_probe()
|
H A D | s3cmci.c | 1476 ret = mmc_gpiod_request_ro(host->mmc, "wp", 0, 0); in s3cmci_probe_pdata()
|
/kernel/linux/linux-6.6/drivers/mmc/host/ |
H A D | mmc_spi.c | 1289 status = mmc_gpiod_request_ro(mmc, NULL, 1, 0); in mmc_spi_probe()
|
H A D | pxamci.c | 747 ret = mmc_gpiod_request_ro(mmc, "wp", 0, 0); in pxamci_probe()
|
H A D | davinci_mmc.c | 1182 ret = mmc_gpiod_request_ro(mmc, "wp", 0, 0); in mmc_davinci_parse_pdata()
|
H A D | mmci.c | 2381 ret = mmc_gpiod_request_ro(mmc, "wp", 0, 0); in mmci_probe()
|
Completed in 20 milliseconds