Home
last modified time | relevance | path

Searched refs:get_ro (Results 1 – 23 of 23) sorted by relevance

/linux/include/linux/platform_data/
H A Dmmc-mxcmmc.h20 int (*get_ro)(struct device *); member
H A Dmmc-davinci.h15 int (*get_ro)(int module); member
H A Dmmc-pxamci.h16 int (*get_ro)(struct device *); member
H A Dmmc-omap.h87 int (*get_ro)(struct device *dev, int slot); member
/linux/drivers/mmc/host/
H A Dpxamci.c431 if (host->pdata && host->pdata->get_ro) in pxamci_get_ro()
432 return !!host->pdata->get_ro(mmc_dev(mmc)); in pxamci_get_ro()
523 .get_ro = pxamci_get_ro,
744 if (host->use_ro_gpio && host->pdata->get_ro) in pxamci_probe()
H A Dmxcmmc.c898 if (host->pdata && host->pdata->get_ro) in mxcmci_get_ro()
899 return !!host->pdata->get_ro(mmc_dev(mmc)); in mxcmci_get_ro()
987 .get_ro = mxcmci_get_ro,
H A Dsdricoh_cs.c374 .get_ro = sdricoh_get_ro,
H A Dowl-mmc.c558 .get_ro = mmc_gpio_get_ro,
H A Dmoxart-mmc.c545 .get_ro = moxart_get_ro,
H A Dmeson-mx-sdhc-mmc.c501 .get_ro = mmc_gpio_get_ro,
H A Dmmc_spi.c1123 .get_ro = mmc_gpio_get_ro,
H A Dloongson2-mmc.c591 .get_ro = mmc_gpio_get_ro,
H A Dcavium.c900 .get_ro = mmc_gpio_get_ro,
H A Djz4740_mmc.c1023 .get_ro = mmc_gpio_get_ro,
H A Dtifm_sd.c873 .get_ro = tifm_sd_ro
H A Dwbsd.c935 .get_ro = wbsd_get_ro,
H A Drtsx_pci_sdmmc.c1458 .get_ro = sdmmc_get_ro,
H A Dusdhi6rol0.c1202 .get_ro = usdhi6_get_ro,
H A Dsdhci-pci-gli.c1403 if (mmc->ops->get_ro(mmc)) { in gl9767_init_sd_express()
H A Dvub300.c2077 .get_ro = vub300_mmc_get_ro,
H A Ddw_mmc.c1817 .get_ro = dw_mci_get_ro,
/linux/include/linux/mmc/
H A Dhost.h201 int (*get_ro)(struct mmc_host *host); member
/linux/drivers/md/
H A Dmd.c10851 static int get_ro(char *buffer, const struct kernel_param *kp) in module_exit()
10860 module_param_call(start_ro, set_ro, get_ro, NULL, S_IRUSR|S_IWUSR);