Home
last modified time | relevance | path

Searched refs:get_ro (Results 1 – 20 of 20) 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 Dsdhci-tegra.c1362 .get_ro = tegra_sdhci_get_ro,
1423 .get_ro = tegra_sdhci_get_ro,
1472 .get_ro = tegra_sdhci_get_ro,
1510 .get_ro = tegra_sdhci_get_ro,
H A Dsdricoh_cs.c374 .get_ro = sdricoh_get_ro,
H A Dtmio_mmc_core.c1042 .get_ro = tmio_mmc_get_ro,
1181 _host->ops.get_ro = mmc_gpio_get_ro; in tmio_mmc_host_probe()
H A Dtoshsd.c552 .get_ro = toshsd_get_ro,
H A Dmvsdio.c666 .get_ro = mmc_gpio_get_ro,
H A Dcavium.c900 .get_ro = mmc_gpio_get_ro,
H A Dtifm_sd.c873 .get_ro = tifm_sd_ro
H A Dvia-sdmmc.c801 .get_ro = via_sdc_get_ro,
H A Dvub300.c2079 .get_ro = vub300_mmc_get_ro,
H A Dmmci.c2105 .get_ro = mmc_gpio_get_ro,
H A Ddw_mmc.c1817 .get_ro = dw_mci_get_ro,
H A Dmtk-sd.c2749 .get_ro = mmc_gpio_get_ro,
/linux/include/linux/mmc/
H A Dhost.h201 int (*get_ro)(struct mmc_host *host); member
/linux/drivers/mmc/core/
H A Dsd.c918 if (!host->ops->get_ro) in mmc_sd_get_ro()
921 ro = host->ops->get_ro(host); in mmc_sd_get_ro()
/linux/drivers/staging/greybus/
H A Dsdio.c757 .get_ro = gb_mmc_get_ro,
/linux/drivers/md/
H A Dmd.c10260 static int get_ro(char *buffer, const struct kernel_param *kp) in module_exit()
10269 module_param_call(start_ro, set_ro, get_ro, NULL, S_IRUSR|S_IWUSR);