Searched refs:mmc (Results 1 - 25 of 135) sorted by relevance

123456

/drivers/mmc/core/
H A Dhost.h2 * linux/drivers/mmc/core/host.h
13 #include <linux/mmc/host.h>
/drivers/net/ethernet/stmicro/stmmac/
H A Dmmc_core.c27 #include "mmc.h"
157 * counter after a read. So all the field of the mmc struct
160 void dwmac_mmc_read(void __iomem *ioaddr, struct stmmac_counters *mmc) argument
162 mmc->mmc_tx_octetcount_gb += readl(ioaddr + MMC_TX_OCTETCOUNT_GB);
163 mmc->mmc_tx_framecount_gb += readl(ioaddr + MMC_TX_FRAMECOUNT_GB);
164 mmc->mmc_tx_broadcastframe_g += readl(ioaddr + MMC_TX_BROADCASTFRAME_G);
165 mmc->mmc_tx_multicastframe_g += readl(ioaddr + MMC_TX_MULTICASTFRAME_G);
166 mmc->mmc_tx_64_octets_gb += readl(ioaddr + MMC_TX_64_OCTETS_GB);
167 mmc->mmc_tx_65_to_127_octets_gb +=
169 mmc
[all...]
/drivers/mmc/host/
H A Dsdhci-pci-data.c2 #include <linux/mmc/sdhci-pci-data.h>
H A Dandroid-goldfish.c32 #include <linux/mmc/mmc.h>
33 #include <linux/mmc/sdio.h>
34 #include <linux/mmc/host.h>
35 #include <linux/mmc/card.h>
118 struct mmc_host *mmc; member in struct:goldfish_mmc_host
180 dev_err(mmc_dev(host->mmc),
229 dma_unmap_sg(mmc_dev(host->mmc), data->sg, host->sg_len,
244 mmc_request_done(host->mmc, data->mrq);
286 mmc_request_done(host->mmc, cm
413 goldfish_mmc_request(struct mmc_host *mmc, struct mmc_request *req) argument
432 goldfish_mmc_set_ios(struct mmc_host *mmc, struct mmc_ios *ios) argument
440 goldfish_mmc_get_ro(struct mmc_host *mmc) argument
457 struct mmc_host *mmc; local
[all...]
H A Dsdhci.c2 * linux/drivers/mmc/host/sdhci.c - Secure Digital Host Controller Interface driver
28 #include <linux/mmc/mmc.h>
29 #include <linux/mmc/host.h>
30 #include <linux/mmc/card.h>
31 #include <linux/mmc/slot-gpio.h>
55 static int sdhci_execute_tuning(struct mmc_host *mmc, u32 opcode);
84 mmc_hostname(host->mmc));
141 (host->mmc->caps & MMC_CAP_NONREMOVABLE))
188 mmc_hostname(host->mmc), (in
1235 struct mmc_host *mmc = host->mmc; local
1311 sdhci_request(struct mmc_host *mmc, struct mmc_request *mrq) argument
1455 struct mmc_host *mmc = host->mmc; local
1598 sdhci_set_ios(struct mmc_host *mmc, struct mmc_ios *ios) argument
1627 sdhci_get_cd(struct mmc_host *mmc) argument
1680 sdhci_hw_reset(struct mmc_host *mmc) argument
1688 sdhci_get_ro(struct mmc_host *mmc) argument
1713 sdhci_enable_sdio_irq(struct mmc_host *mmc, int enable) argument
1735 struct mmc_host *mmc = host->mmc; local
1819 sdhci_start_signal_voltage_switch(struct mmc_host *mmc, struct mmc_ios *ios) argument
1833 sdhci_card_busy(struct mmc_host *mmc) argument
1846 sdhci_execute_tuning(struct mmc_host *mmc, u32 opcode) argument
2071 sdhci_card_event(struct mmc_host *mmc) argument
2771 struct mmc_host *mmc; local
2790 struct mmc_host *mmc; local
3304 struct mmc_host *mmc = host->mmc; local
[all...]
H A Dtmio_mmc_pio.c2 * linux/drivers/mmc/host/tmio_mmc_pio.c
37 #include <linux/mmc/host.h>
38 #include <linux/mmc/mmc.h>
39 #include <linux/mmc/slot-gpio.h>
40 #include <linux/mmc/tmio.h>
47 #include <linux/mmc/sdio.h>
129 static void tmio_mmc_enable_sdio_irq(struct mmc_host *mmc, int enable) argument
131 struct tmio_mmc_host *host = mmc_priv(mmc);
135 pm_runtime_get_sync(mmc_dev(mmc));
639 struct mmc_host *mmc = host->mmc; local
711 struct mmc_host *mmc = host->mmc; local
786 tmio_mmc_request(struct mmc_host *mmc, struct mmc_request *mrq) argument
837 struct mmc_host *mmc = host->mmc; local
853 struct mmc_host *mmc = host->mmc; local
887 struct mmc_host *mmc = host->mmc; local
918 tmio_mmc_set_ios(struct mmc_host *mmc, struct mmc_ios *ios) argument
987 tmio_mmc_get_ro(struct mmc_host *mmc) argument
1028 struct mmc_host *mmc = host->mmc; local
1062 struct mmc_host *mmc; local
1209 struct mmc_host *mmc = host->mmc; local
1232 struct mmc_host *mmc = dev_get_drvdata(dev); local
1249 struct mmc_host *mmc = dev_get_drvdata(dev); local
[all...]
H A Dmmci.c2 * linux/drivers/mmc/host/mmci.c - ARM PrimeCell MMCI PL180/1 driver
24 #include <linux/mmc/pm.h>
25 #include <linux/mmc/host.h>
26 #include <linux/mmc/card.h>
27 #include <linux/mmc/slot-gpio.h>
223 static int mmci_card_busy(struct mmc_host *mmc) argument
225 struct mmci_host *host = mmc_priv(mmc);
229 pm_runtime_get_sync(mmc_dev(mmc));
236 pm_runtime_mark_last_busy(mmc_dev(mmc));
237 pm_runtime_put_autosuspend(mmc_dev(mmc));
700 mmci_pre_request(struct mmc_host *mmc, struct mmc_request *mrq, bool is_first_req) argument
719 mmci_post_request(struct mmc_host *mmc, struct mmc_request *mrq, int err) argument
1278 mmci_request(struct mmc_host *mmc, struct mmc_request *mrq) argument
1311 mmci_set_ios(struct mmc_host *mmc, struct mmc_ios *ios) argument
1420 mmci_get_cd(struct mmc_host *mmc) argument
1435 mmci_sig_volt_switch(struct mmc_host *mmc, struct mmc_ios *ios) argument
1478 mmci_of_parse(struct device_node *np, struct mmc_host *mmc) argument
1514 struct mmc_host *mmc; local
1750 struct mmc_host *mmc = amba_get_drvdata(dev); local
1815 struct mmc_host *mmc = amba_get_drvdata(adev); local
1830 struct mmc_host *mmc = amba_get_drvdata(adev); local
[all...]
H A Dbfin_sdh.c18 #include <linux/mmc/host.h>
59 struct mmc_host *mmc; member in struct:sdh_host
121 dev_dbg(mmc_dev(host->mmc), "%s enter flags: 0x%x\n", __func__, data->flags);
158 host->dma_len = dma_map_sg(mmc_dev(host->mmc), data->sg, data->sg_len, host->dma_dir);
174 dev_dbg(mmc_dev(host->mmc), "%d: start_addr:0x%lx, "
206 dev_dbg(mmc_dev(host->mmc), "%s exit\n", __func__);
215 dev_dbg(mmc_dev(host->mmc), "%s enter cmd: 0x%p\n", __func__, cmd);
246 dev_dbg(mmc_dev(host->mmc), "%s enter\n", __func__);
250 mmc_request_done(host->mmc, mrq);
258 dev_dbg(mmc_dev(host->mmc), "
333 sdh_request(struct mmc_host *mmc, struct mmc_request *mrq) argument
356 sdh_set_ios(struct mmc_host *mmc, struct mmc_ios *ios) argument
526 struct mmc_host *mmc; local
621 struct mmc_host *mmc = platform_get_drvdata(pdev); local
[all...]
H A Ddavinci_mmc.c29 #include <linux/mmc/host.h>
36 #include <linux/mmc/mmc.h>
41 #include <linux/platform_data/mmc-davinci.h>
184 struct mmc_host *mmc; member in struct:mmc_davinci_host
288 dev_dbg(mmc_dev(host->mmc), "CMD%d, arg 0x%08x%s\n",
329 dev_dbg(mmc_dev(host->mmc), "unknown resp_type %04x\n",
442 dev_dbg(mmc_dev(host->mmc),
464 dev_dbg(mmc_dev(host->mmc),
485 host->sg_len = dma_map_sg(mmc_dev(host->mmc), dat
628 mmc_davinci_request(struct mmc_host *mmc, struct mmc_request *req) argument
683 calculate_clk_divider(struct mmc_host *mmc, struct mmc_ios *ios) argument
729 mmc_davinci_set_ios(struct mmc_host *mmc, struct mmc_ios *ios) argument
1054 mmc_davinci_get_cd(struct mmc_host *mmc) argument
1064 mmc_davinci_get_ro(struct mmc_host *mmc) argument
1074 mmc_davinci_enable_sdio_irq(struct mmc_host *mmc, int enable) argument
1110 struct mmc_host *mmc; local
1233 struct mmc_host *mmc = NULL; local
[all...]
H A Dsunxi-mmc.c39 #include <linux/mmc/host.h>
40 #include <linux/mmc/sd.h>
41 #include <linux/mmc/sdio.h>
42 #include <linux/mmc/mmc.h>
43 #include <linux/mmc/core.h>
44 #include <linux/mmc/card.h>
45 #include <linux/mmc/slot-gpio.h>
224 struct mmc_host *mmc; member in struct:sunxi_mmc_host
262 dev_err(mmc_dev(host->mmc), "fata
269 sunxi_mmc_init_host(struct mmc_host *mmc) argument
678 sunxi_mmc_set_ios(struct mmc_host *mmc, struct mmc_ios *ios) argument
733 sunxi_mmc_enable_sdio_irq(struct mmc_host *mmc, int enable) argument
753 sunxi_mmc_hw_reset(struct mmc_host *mmc) argument
762 sunxi_mmc_request(struct mmc_host *mmc, struct mmc_request *mrq) argument
959 struct mmc_host *mmc; local
1017 struct mmc_host *mmc = platform_get_drvdata(pdev); local
[all...]
H A Dwmt-sdmmc.c29 #include <linux/mmc/host.h>
30 #include <linux/mmc/mmc.h>
31 #include <linux/mmc/sd.h>
189 struct mmc_host *mmc; member in struct:wmt_mci_priv
226 static void wmt_mci_read_response(struct mmc_host *mmc) argument
233 priv = mmc_priv(mmc);
257 static int wmt_mci_send_command(struct mmc_host *mmc, u8 command, u8 cmdtype, argument
263 priv = mmc_priv(mmc);
306 dma_unmap_sg(mmc_dev(priv->mmc), re
465 wmt_reset_hardware(struct mmc_host *mmc) argument
504 wmt_dma_init(struct mmc_host *mmc) argument
528 wmt_dma_config(struct mmc_host *mmc, u32 descaddr, u8 dir) argument
562 wmt_mci_request(struct mmc_host *mmc, struct mmc_request *req) argument
673 wmt_mci_set_ios(struct mmc_host *mmc, struct mmc_ios *ios) argument
713 wmt_mci_get_ro(struct mmc_host *mmc) argument
720 wmt_mci_get_cd(struct mmc_host *mmc) argument
754 struct mmc_host *mmc; local
882 struct mmc_host *mmc; local
927 struct mmc_host *mmc = platform_get_drvdata(pdev); local
952 struct mmc_host *mmc = platform_get_drvdata(pdev); local
[all...]
H A Dmxcmmc.c2 * linux/drivers/mmc/host/mxcmmc.c - Freescale i.MX MMCI driver
28 #include <linux/mmc/host.h>
29 #include <linux/mmc/card.h>
41 #include <linux/mmc/slot-gpio.h>
45 #include <linux/platform_data/mmc-mxcmmc.h>
49 #define DRIVER_NAME "mxc-mmc"
126 struct mmc_host *mmc; member in struct:mxcmci_host
167 .name = "imx21-mmc",
170 .name = "imx31-mmc",
183 .compatible = "fsl,imx21-mmc",
772 mxcmci_request(struct mmc_host *mmc, struct mmc_request *req) argument
840 mxcmci_setup_dma(struct mmc_host *mmc) argument
856 mxcmci_set_ios(struct mmc_host *mmc, struct mmc_ios *ios) argument
907 struct mmc_host *mmc = data; local
915 mxcmci_get_ro(struct mmc_host *mmc) argument
929 mxcmci_enable_sdio_irq(struct mmc_host *mmc, int enable) argument
979 struct mmc_host *mmc = (struct mmc_host *)data; local
1016 struct mmc_host *mmc; local
1194 struct mmc_host *mmc = platform_get_drvdata(pdev); local
1215 struct mmc_host *mmc = dev_get_drvdata(dev); local
1225 struct mmc_host *mmc = dev_get_drvdata(dev); local
[all...]
H A Dsdhci-bcm-kona.c19 #include <linux/mmc/host.h>
27 #include <linux/mmc/slot-gpio.h>
146 ret = mmc_gpio_get_ro(host->mmc);
167 if (mmc_gpio_get_cd(host->mmc) > 0) {
168 dev_dbg(mmc_dev(host->mmc),
172 dev_dbg(mmc_dev(host->mmc),
188 return host->mmc->f_max;
257 mmc_of_parse(host->mmc);
259 if (!host->mmc->f_max) {
273 if (clk_set_rate(kona_dev->external_clk, host->mmc
[all...]
H A Dsdricoh_cs.c38 #include <linux/mmc/host.h>
91 /* mmc privdata */
94 struct mmc_host *mmc; /* MMC structure */ member in struct:sdricoh_host
265 static void sdricoh_request(struct mmc_host *mmc, struct mmc_request *mrq) argument
267 struct sdricoh_host *host = mmc_priv(mmc);
351 mmc_request_done(mmc, mrq);
355 static void sdricoh_set_ios(struct mmc_host *mmc, struct mmc_ios *ios) argument
357 struct sdricoh_host *host = mmc_priv(mmc);
376 static int sdricoh_get_ro(struct mmc_host *mmc) argument
378 struct sdricoh_host *host = mmc_priv(mmc);
403 struct mmc_host *mmc = NULL; local
500 struct mmc_host *mmc = link->priv; local
525 struct mmc_host *mmc = link->priv; local
[all...]
H A Dcb710-mmc.c2 * cb710/mmc.c
14 #include "cb710-mmc.h"
28 static void cb710_mmc_select_clock_divider(struct mmc_host *mmc, int hz) argument
30 struct cb710_slot *slot = cb710_mmc_to_slot(mmc);
444 static int cb710_mmc_command(struct mmc_host *mmc, struct mmc_command *cmd) argument
446 struct cb710_slot *slot = cb710_mmc_to_slot(mmc);
447 struct cb710_mmc_reader *reader = mmc_priv(mmc);
484 static void cb710_mmc_request(struct mmc_host *mmc, struct mmc_request *mrq) argument
486 struct cb710_slot *slot = cb710_mmc_to_slot(mmc);
487 struct cb710_mmc_reader *reader = mmc_priv(mmc);
561 cb710_mmc_set_ios(struct mmc_host *mmc, struct mmc_ios *ios) argument
600 cb710_mmc_get_ro(struct mmc_host *mmc) argument
608 cb710_mmc_get_cd(struct mmc_host *mmc) argument
618 struct mmc_host *mmc = cb710_slot_to_mmc(slot); local
650 struct mmc_host *mmc = (void *)data; local
689 struct mmc_host *mmc; local
744 struct mmc_host *mmc = cb710_slot_to_mmc(slot); local
[all...]
H A Dusdhi6rol0.c19 #include <linux/mmc/host.h>
20 #include <linux/mmc/mmc.h>
21 #include <linux/mmc/sd.h>
22 #include <linux/mmc/sdio.h>
159 struct mmc_host *mmc; member in struct:usdhi6_host
208 dev_vdbg(mmc_dev(host->mmc), "%s(0x%p + 0x%x) = 0x%x\n", __func__,
215 dev_vdbg(mmc_dev(host->mmc), "%s(0x%p + 0x%x) = 0x%x\n", __func__,
222 dev_vdbg(mmc_dev(host->mmc), "%s(0x%p + 0x%x) = 0x%x\n", __func__,
230 dev_vdbg(mmc_dev(host->mmc), "
788 struct mmc_host *mmc = host->mmc; local
810 usdhi6_set_ios(struct mmc_host *mmc, struct mmc_ios *ios) argument
1083 usdhi6_request(struct mmc_host *mmc, struct mmc_request *mrq) argument
1101 usdhi6_get_cd(struct mmc_host *mmc) argument
1117 usdhi6_get_ro(struct mmc_host *mmc) argument
1133 usdhi6_enable_sdio_irq(struct mmc_host *mmc, int enable) argument
1603 struct mmc_host *mmc = host->mmc; local
1698 struct mmc_host *mmc; local
[all...]
H A Dmxs-mmc.c38 #include <linux/mmc/host.h>
39 #include <linux/mmc/mmc.h>
40 #include <linux/mmc/sdio.h>
41 #include <linux/mmc/slot-gpio.h>
48 #define DRIVER_NAME "mxs-mmc"
65 struct mmc_host *mmc; member in struct:mxs_mmc_host
76 static int mxs_mmc_get_cd(struct mmc_host *mmc) argument
78 struct mxs_mmc_host *host = mmc_priv(mmc);
85 ret = mmc_gpio_get_cd(mmc);
490 mxs_mmc_request(struct mmc_host *mmc, struct mmc_request *mrq) argument
499 mxs_mmc_set_ios(struct mmc_host *mmc, struct mmc_ios *ios) argument
514 mxs_mmc_enable_sdio_irq(struct mmc_host *mmc, int enable) argument
578 struct mmc_host *mmc; local
689 struct mmc_host *mmc = platform_get_drvdata(pdev); local
708 struct mmc_host *mmc = dev_get_drvdata(dev); local
718 struct mmc_host *mmc = dev_get_drvdata(dev); local
[all...]
H A Dsdhci-msm.c2 * drivers/mmc/host/sdhci-msm.c - Qualcomm SDHCI Platform driver
20 #include <linux/mmc/mmc.h>
55 struct mmc_host *mmc; member in struct:sdhci_msm_host
64 struct mmc_host *mmc = host->mmc; local
72 dev_err(mmc_dev(mmc), "%s: CK_OUT_EN bit is not %d\n",
73 mmc_hostname(mmc), poll);
94 struct mmc_host *mmc = host->mmc; local
159 struct mmc_host *mmc = host->mmc; local
283 struct mmc_host *mmc = host->mmc; local
346 struct mmc_host *mmc = host->mmc; local
[all...]
H A Dushc.c24 #include <linux/mmc/host.h>
95 struct mmc_host *mmc; member in struct:ushc_data
190 mmc_signal_sdio_irq(ushc->mmc);
194 mmc_detect_change(ushc->mmc, msecs_to_jiffies(100));
249 mmc_request_done(ushc->mmc, req);
252 static void ushc_request(struct mmc_host *mmc, struct mmc_request *req) argument
254 struct ushc_data *ushc = mmc_priv(mmc);
321 mmc_request_done(mmc, req);
375 static void ushc_set_ios(struct mmc_host *mmc, struct mmc_ios *ios) argument
377 struct ushc_data *ushc = mmc_priv(mmc);
384 ushc_get_cd(struct mmc_host *mmc) argument
391 ushc_enable_sdio_irq(struct mmc_host *mmc, int enable) argument
425 struct mmc_host *mmc; local
[all...]
H A Domap.c2 * linux/drivers/mmc/host/omap.c
27 #include <linux/mmc/host.h>
28 #include <linux/mmc/card.h>
29 #include <linux/mmc/mmc.h>
33 #include <linux/platform_data/mmc-omap.h>
116 struct mmc_host *mmc; member in struct:mmc_omap_slot
125 struct mmc_host * mmc; member in struct:mmc_omap_host
208 while (host->mmc != NULL) {
210 wait_event(host->slot_wq, host->mmc
313 struct mmc_host *mmc = container_of(dev, struct mmc_host, class_dev); local
326 struct mmc_host *mmc = container_of(dev, struct mmc_host, class_dev); local
459 struct mmc_host *mmc; local
582 struct mmc_host *mmc; local
611 struct mmc_host *mmc; local
1083 mmc_omap_request(struct mmc_host *mmc, struct mmc_request *req) argument
1125 mmc_omap_calc_divisor(struct mmc_host *mmc, struct mmc_ios *ios) argument
1153 mmc_omap_set_ios(struct mmc_host *mmc, struct mmc_ios *ios) argument
1224 struct mmc_host *mmc; local
1303 struct mmc_host *mmc = slot->mmc; local
[all...]
H A Drtsx_pci_sdmmc.c28 #include <linux/mmc/host.h>
29 #include <linux/mmc/mmc.h>
30 #include <linux/mmc/sd.h>
31 #include <linux/mmc/card.h>
38 struct mmc_host *mmc; member in struct:realtek_pci_sdmmc
140 static void sdmmc_pre_req(struct mmc_host *mmc, struct mmc_request *mrq, argument
143 struct realtek_pci_sdmmc *host = mmc_priv(mmc);
157 static void sdmmc_post_req(struct mmc_host *mmc, struct mmc_request *mrq, argument
160 struct realtek_pci_sdmmc *host = mmc_priv(mmc);
444 struct mmc_host *mmc = host->mmc; local
743 struct mmc_host *mmc = host->mmc; local
814 sdmmc_request(struct mmc_host *mmc, struct mmc_request *mrq) argument
988 sdmmc_set_ios(struct mmc_host *mmc, struct mmc_ios *ios) argument
1036 sdmmc_get_ro(struct mmc_host *mmc) argument
1061 sdmmc_get_cd(struct mmc_host *mmc) argument
1159 sdmmc_switch_voltage(struct mmc_host *mmc, struct mmc_ios *ios) argument
1211 sdmmc_execute_tuning(struct mmc_host *mmc, u32 opcode) argument
1275 struct mmc_host *mmc = host->mmc; local
1294 struct mmc_host *mmc = host->mmc; local
1325 struct mmc_host *mmc; local
1371 struct mmc_host *mmc; local
[all...]
H A Dpxamci.c2 * linux/drivers/mmc/host/pxa.c - PXA MMCI driver
28 #include <linux/mmc/host.h>
41 #include <linux/platform_data/mmc-pxamci.h>
54 struct mmc_host *mmc; member in struct:pxamci_host
86 host->vcc = regulator_get_optional(mmc_dev(host->mmc), "vmmc");
91 host->mmc->ocr_avail = mmc_regulator_get_ocrmask(host->vcc);
93 dev_warn(mmc_dev(host->mmc),
99 host->mmc->ocr_avail = host->pdata ?
115 ret = mmc_regulator_set_ocr(host->mmc, host->vcc, vdd);
119 ret = mmc_regulator_set_ocr(host->mmc, hos
420 pxamci_request(struct mmc_host *mmc, struct mmc_request *mrq) argument
449 pxamci_get_ro(struct mmc_host *mmc) argument
468 pxamci_set_ios(struct mmc_host *mmc, struct mmc_ios *ios) argument
625 struct mmc_host *mmc; local
834 struct mmc_host *mmc = platform_get_drvdata(pdev); local
848 free_irq(gpio_to_irq(gpio_cd), mmc); local
[all...]
H A Domap_hsmmc.c2 * drivers/mmc/host/omap_hsmmc.c
36 #include <linux/mmc/host.h>
37 #include <linux/mmc/core.h>
38 #include <linux/mmc/mmc.h>
45 #include <linux/platform_data/mmc-omap.h>
176 struct mmc_host *mmc; member in struct:omap_hsmmc_host
236 struct omap_mmc_platform_data *mmc = host->pdata; local
239 return !gpio_get_value_cansleep(mmc->slots[0].switch_pin);
245 struct omap_mmc_platform_data *mmc local
254 struct omap_mmc_platform_data *mmc = host->pdata; local
265 struct omap_mmc_platform_data *mmc = host->pdata; local
274 struct omap_mmc_platform_data *mmc = host->pdata; local
803 struct mmc_host *mmc = container_of(dev, struct mmc_host, class_dev); local
816 struct mmc_host *mmc = container_of(dev, struct mmc_host, class_dev); local
1526 omap_hsmmc_post_req(struct mmc_host *mmc, struct mmc_request *mrq, int err) argument
1541 omap_hsmmc_pre_req(struct mmc_host *mmc, struct mmc_request *mrq, bool is_first_req) argument
1563 omap_hsmmc_request(struct mmc_host *mmc, struct mmc_request *req) argument
1611 omap_hsmmc_set_ios(struct mmc_host *mmc, struct mmc_ios *ios) argument
1667 omap_hsmmc_get_cd(struct mmc_host *mmc) argument
1676 omap_hsmmc_get_ro(struct mmc_host *mmc) argument
1685 omap_hsmmc_init_card(struct mmc_host *mmc, struct mmc_card *card) argument
1693 omap_hsmmc_enable_sdio_irq(struct mmc_host *mmc, int enable) argument
1730 struct mmc_host *mmc = host->mmc; local
1813 omap_hsmmc_enable_fclk(struct mmc_host *mmc) argument
1822 omap_hsmmc_disable_fclk(struct mmc_host *mmc) argument
1859 struct mmc_host *mmc = s->private; local
1908 omap_hsmmc_debugfs(struct mmc_host *mmc) argument
1917 omap_hsmmc_debugfs(struct mmc_host *mmc) argument
2022 struct mmc_host *mmc; local
[all...]
H A Dmvsdio.c26 #include <linux/mmc/host.h>
27 #include <linux/mmc/slot-gpio.h>
32 #include <linux/platform_data/mmc-mvsdio.h>
55 struct mmc_host *mmc; member in struct:mvsd_host
129 host->sg_frags = dma_map_sg(mmc_dev(host->mmc), data->sg,
138 static void mvsd_request(struct mmc_host *mmc, struct mmc_request *mrq) argument
140 struct mvsd_host *host = mmc_priv(mmc);
295 dma_unmap_sg(mmc_dev(host->mmc), data->sg, host->sg_frags,
493 mmc_request_done(host->mmc, mrq);
499 mmc_signal_sdio_irq(host->mmc);
552 mvsd_enable_sdio_irq(struct mmc_host *mmc, int enable) argument
599 mvsd_set_ios(struct mmc_host *mmc, struct mmc_ios *ios) argument
697 struct mmc_host *mmc = NULL; local
838 struct mmc_host *mmc = platform_get_drvdata(pdev); local
[all...]
/drivers/net/wireless/rsi/
H A Drsi_sdio.h22 #include <linux/mmc/card.h>
23 #include <linux/mmc/mmc.h>
24 #include <linux/mmc/host.h>
25 #include <linux/mmc/sdio_func.h>
26 #include <linux/mmc/sdio.h>
27 #include <linux/mmc/sd.h>
28 #include <linux/mmc/sdio_ids.h>

Completed in 284 milliseconds

123456