Searched refs:get_ro (Results 1 – 13 of 13) sorted by relevance
| /linux/include/linux/platform_data/ |
| H A D | mmc-mxcmmc.h | 20 int (*get_ro)(struct device *); member
|
| H A D | mmc-davinci.h | 15 int (*get_ro)(int module); member
|
| H A D | mmc-pxamci.h | 16 int (*get_ro)(struct device *); member
|
| H A D | mmc-omap.h | 87 int (*get_ro)(struct device *dev, int slot); member
|
| /linux/drivers/mmc/host/ |
| H A D | mxcmmc.c | 898 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 D | sdricoh_cs.c | 374 .get_ro = sdricoh_get_ro,
|
| H A D | meson-mx-sdhc-mmc.c | 501 .get_ro = mmc_gpio_get_ro,
|
| H A D | mmc_spi.c | 1123 .get_ro = mmc_gpio_get_ro,
|
| H A D | sunxi-mmc.c | 1114 .get_ro = mmc_gpio_get_ro,
|
| H A D | usdhi6rol0.c | 1202 .get_ro = usdhi6_get_ro,
|
| H A D | vub300.c | 2088 .get_ro = vub300_mmc_get_ro,
|
| /linux/include/linux/mmc/ |
| H A D | host.h | 201 int (*get_ro)(struct mmc_host *host); member
|
| /linux/drivers/md/ |
| H A D | md.c | 11102 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);
|