Symbol: dw_mci_slot
drivers/mmc/host/dw_mmc-exynos.c
533
static int dw_mci_exynos_execute_tuning(struct dw_mci_slot *slot, u32 opcode)
drivers/mmc/host/dw_mmc-hi3798cv200.c
60
static int dw_mci_hi3798cv200_execute_tuning(struct dw_mci_slot *slot,
drivers/mmc/host/dw_mmc-hi3798mv200.c
77
static inline int dw_mci_hi3798mv200_enable_tuning(struct dw_mci_slot *slot)
drivers/mmc/host/dw_mmc-hi3798mv200.c
84
static inline int dw_mci_hi3798mv200_disable_tuning(struct dw_mci_slot *slot)
drivers/mmc/host/dw_mmc-hi3798mv200.c
91
static int dw_mci_hi3798mv200_execute_tuning_mix_mode(struct dw_mci_slot *slot,
drivers/mmc/host/dw_mmc-k3.c
143
struct dw_mci_slot *slot = mmc_priv(mmc);
drivers/mmc/host/dw_mmc-k3.c
202
static int dw_mci_hi6220_execute_tuning(struct dw_mci_slot *slot, u32 opcode)
drivers/mmc/host/dw_mmc-k3.c
367
static int dw_mci_hi3660_execute_tuning(struct dw_mci_slot *slot, u32 opcode)
drivers/mmc/host/dw_mmc-k3.c
405
struct dw_mci_slot *slot = mmc_priv(mmc);
drivers/mmc/host/dw_mmc-rockchip.c
287
static int dw_mci_rk3288_execute_tuning(struct dw_mci_slot *slot, u32 opcode)
drivers/mmc/host/dw_mmc-starfive.c
56
static int dw_mci_starfive_execute_tuning(struct dw_mci_slot *slot,
drivers/mmc/host/dw_mmc.c
110
struct dw_mci_slot *slot = s->private;
drivers/mmc/host/dw_mmc.c
1203
static void dw_mci_setup_bus(struct dw_mci_slot *slot, bool force_clkinit)
drivers/mmc/host/dw_mmc.c
1317
struct dw_mci_slot *slot,
drivers/mmc/host/dw_mmc.c
1378
struct dw_mci_slot *slot)
drivers/mmc/host/dw_mmc.c
1388
static void dw_mci_queue_request(struct dw_mci *host, struct dw_mci_slot *slot,
drivers/mmc/host/dw_mmc.c
1417
struct dw_mci_slot *slot = mmc_priv(mmc);
drivers/mmc/host/dw_mmc.c
1443
struct dw_mci_slot *slot = mmc_priv(mmc);
drivers/mmc/host/dw_mmc.c
1548
struct dw_mci_slot *slot = mmc_priv(mmc);
drivers/mmc/host/dw_mmc.c
1562
struct dw_mci_slot *slot = mmc_priv(mmc);
drivers/mmc/host/dw_mmc.c
1600
struct dw_mci_slot *slot = mmc_priv(mmc);
drivers/mmc/host/dw_mmc.c
1618
struct dw_mci_slot *slot = mmc_priv(mmc);
drivers/mmc/host/dw_mmc.c
1650
static void dw_mci_prepare_sdio_irq(struct dw_mci_slot *slot, bool prepare)
drivers/mmc/host/dw_mmc.c
1679
static void __dw_mci_enable_sdio_irq(struct dw_mci_slot *slot, int enb)
drivers/mmc/host/dw_mmc.c
168
static void dw_mci_init_debugfs(struct dw_mci_slot *slot)
drivers/mmc/host/dw_mmc.c
1700
struct dw_mci_slot *slot = mmc_priv(mmc);
drivers/mmc/host/dw_mmc.c
1715
struct dw_mci_slot *slot = mmc_priv(mmc);
drivers/mmc/host/dw_mmc.c
1722
struct dw_mci_slot *slot = mmc_priv(mmc);
drivers/mmc/host/dw_mmc.c
1735
struct dw_mci_slot *slot = mmc_priv(mmc);
drivers/mmc/host/dw_mmc.c
1898
struct dw_mci_slot *slot;
drivers/mmc/host/dw_mmc.c
1907
struct dw_mci_slot, queue_node);
drivers/mmc/host/dw_mmc.c
234
static void mci_send_cmd(struct dw_mci_slot *slot, u32 cmd, u32 arg)
drivers/mmc/host/dw_mmc.c
254
struct dw_mci_slot *slot = mmc_priv(mmc);
drivers/mmc/host/dw_mmc.c
2806
struct dw_mci_slot *slot = host->slot;
drivers/mmc/host/dw_mmc.c
2816
struct dw_mci_slot *slot = host->slot;
drivers/mmc/host/dw_mmc.c
2953
static int dw_mci_init_slot_caps(struct dw_mci_slot *slot)
drivers/mmc/host/dw_mmc.c
3008
struct dw_mci_slot *slot;
drivers/mmc/host/dw_mmc.c
3077
static void dw_mci_cleanup_slot(struct dw_mci_slot *slot)
drivers/mmc/host/dw_mmc.c
916
struct dw_mci_slot *slot = mmc_priv(mmc);
drivers/mmc/host/dw_mmc.c
934
struct dw_mci_slot *slot = mmc_priv(mmc);
drivers/mmc/host/dw_mmc.c
951
struct dw_mci_slot *slot = mmc_priv(mmc);
drivers/mmc/host/dw_mmc.h
215
struct dw_mci_slot *slot;
drivers/mmc/host/dw_mmc.h
612
int (*execute_tuning)(struct dw_mci_slot *slot, u32 opcode);