Symbol: au1xmmc_host
drivers/mmc/host/au1xmmc.c
1116
struct au1xmmc_host *host = platform_get_drvdata(pdev);
drivers/mmc/host/au1xmmc.c
1155
struct au1xmmc_host *host = dev_get_drvdata(dev);
drivers/mmc/host/au1xmmc.c
1168
struct au1xmmc_host *host = dev_get_drvdata(dev);
drivers/mmc/host/au1xmmc.c
165
static inline void IRQ_ON(struct au1xmmc_host *host, u32 mask)
drivers/mmc/host/au1xmmc.c
173
static inline void FLUSH_FIFO(struct au1xmmc_host *host)
drivers/mmc/host/au1xmmc.c
188
static inline void IRQ_OFF(struct au1xmmc_host *host, u32 mask)
drivers/mmc/host/au1xmmc.c
196
static inline void SEND_STOP(struct au1xmmc_host *host)
drivers/mmc/host/au1xmmc.c
212
static void au1xmmc_set_power(struct au1xmmc_host *host, int state)
drivers/mmc/host/au1xmmc.c
220
struct au1xmmc_host *host = mmc_priv(mmc);
drivers/mmc/host/au1xmmc.c
230
struct au1xmmc_host *host = mmc_priv(mmc);
drivers/mmc/host/au1xmmc.c
238
static void au1xmmc_finish_request(struct au1xmmc_host *host)
drivers/mmc/host/au1xmmc.c
259
struct au1xmmc_host *host = from_work(host, t, finish_bh_work);
drivers/mmc/host/au1xmmc.c
263
static int au1xmmc_send_command(struct au1xmmc_host *host,
drivers/mmc/host/au1xmmc.c
316
static void au1xmmc_data_complete(struct au1xmmc_host *host, u32 status)
drivers/mmc/host/au1xmmc.c
369
struct au1xmmc_host *host = from_work(host, t, data_bh_work);
drivers/mmc/host/au1xmmc.c
377
static void au1xmmc_send_pio(struct au1xmmc_host *host)
drivers/mmc/host/au1xmmc.c
433
static void au1xmmc_receive_pio(struct au1xmmc_host *host)
drivers/mmc/host/au1xmmc.c
516
static void au1xmmc_cmd_complete(struct au1xmmc_host *host, u32 status)
drivers/mmc/host/au1xmmc.c
587
static void au1xmmc_set_clock(struct au1xmmc_host *host, int rate)
drivers/mmc/host/au1xmmc.c
602
static int au1xmmc_prepare_data(struct au1xmmc_host *host,
drivers/mmc/host/au1xmmc.c
677
struct au1xmmc_host *host = mmc_priv(mmc);
drivers/mmc/host/au1xmmc.c
707
static void au1xmmc_reset_controller(struct au1xmmc_host *host)
drivers/mmc/host/au1xmmc.c
743
struct au1xmmc_host *host = mmc_priv(mmc);
drivers/mmc/host/au1xmmc.c
780
struct au1xmmc_host *host = dev_id;
drivers/mmc/host/au1xmmc.c
849
struct au1xmmc_host *host = (struct au1xmmc_host *)dev_id;
drivers/mmc/host/au1xmmc.c
861
static int au1xmmc_dbdma_init(struct au1xmmc_host *host)
drivers/mmc/host/au1xmmc.c
906
static void au1xmmc_dbdma_shutdown(struct au1xmmc_host *host)
drivers/mmc/host/au1xmmc.c
917
struct au1xmmc_host *host = mmc_priv(mmc);
drivers/mmc/host/au1xmmc.c
936
struct au1xmmc_host *host;