Home
last modified time | relevance | path

Searched refs:get_ro (Results 1 – 13 of 13) 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 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 Dmeson-mx-sdhc-mmc.c501 .get_ro = mmc_gpio_get_ro,
H A Dmmc_spi.c1123 .get_ro = mmc_gpio_get_ro,
H A Dsunxi-mmc.c1114 .get_ro = mmc_gpio_get_ro,
H A Dusdhi6rol0.c1202 .get_ro = usdhi6_get_ro,
H A Dvub300.c2088 .get_ro = vub300_mmc_get_ro,
/linux/include/linux/mmc/
H A Dhost.h201 int (*get_ro)(struct mmc_host *host); member
/linux/drivers/md/
H A Dmd.c11102 static int get_ro(char *buffer, const struct kernel_param *kp) in module_exit()
11111 module_param_call(start_ro, set_ro, get_ro, NULL, S_IRUSR|S_IWUSR);