Symbol: atmel_mci
drivers/mmc/host/atmel-mci.c
1029
static u32 atmci_prepare_data(struct atmel_mci *host, struct mmc_data *data)
drivers/mmc/host/atmel-mci.c
1069
atmci_prepare_data_pdc(struct atmel_mci *host, struct mmc_data *data)
drivers/mmc/host/atmel-mci.c
1115
atmci_prepare_data_dma(struct atmel_mci *host, struct mmc_data *data)
drivers/mmc/host/atmel-mci.c
1192
atmci_submit_data(struct atmel_mci *host, struct mmc_data *data)
drivers/mmc/host/atmel-mci.c
1201
atmci_submit_data_pdc(struct atmel_mci *host, struct mmc_data *data)
drivers/mmc/host/atmel-mci.c
1210
atmci_submit_data_dma(struct atmel_mci *host, struct mmc_data *data)
drivers/mmc/host/atmel-mci.c
1221
static void atmci_stop_transfer(struct atmel_mci *host)
drivers/mmc/host/atmel-mci.c
1233
static void atmci_stop_transfer_pdc(struct atmel_mci *host)
drivers/mmc/host/atmel-mci.c
1238
static void atmci_stop_transfer_dma(struct atmel_mci *host)
drivers/mmc/host/atmel-mci.c
1258
static void atmci_start_request(struct atmel_mci *host,
drivers/mmc/host/atmel-mci.c
1353
static void atmci_queue_request(struct atmel_mci *host,
drivers/mmc/host/atmel-mci.c
1376
struct atmel_mci *host = slot->host;
drivers/mmc/host/atmel-mci.c
1410
struct atmel_mci *host = slot->host;
drivers/mmc/host/atmel-mci.c
1568
struct atmel_mci *host = slot->host;
drivers/mmc/host/atmel-mci.c
1585
static void atmci_request_end(struct atmel_mci *host, struct mmc_request *mrq)
drivers/mmc/host/atmel-mci.c
1627
static void atmci_command_complete(struct atmel_mci *host,
drivers/mmc/host/atmel-mci.c
1678
struct atmel_mci *host = slot->host;
drivers/mmc/host/atmel-mci.c
1752
struct atmel_mci *host = from_work(host, t, bh_work);
drivers/mmc/host/atmel-mci.c
1950
static void atmci_read_data_pio(struct atmel_mci *host)
drivers/mmc/host/atmel-mci.c
2017
static void atmci_write_data_pio(struct atmel_mci *host)
drivers/mmc/host/atmel-mci.c
2085
static void atmci_sdio_interrupt(struct atmel_mci *host, u32 status)
drivers/mmc/host/atmel-mci.c
2100
struct atmel_mci *host = dev_id;
drivers/mmc/host/atmel-mci.c
2242
static int atmci_init_slot(struct atmel_mci *host,
drivers/mmc/host/atmel-mci.c
2365
static int atmci_configure_dma(struct atmel_mci *host)
drivers/mmc/host/atmel-mci.c
2391
static void atmci_get_cap(struct atmel_mci *host)
drivers/mmc/host/atmel-mci.c
2446
struct atmel_mci *host;
drivers/mmc/host/atmel-mci.c
2595
struct atmel_mci *host = platform_get_drvdata(pdev);
drivers/mmc/host/atmel-mci.c
2627
struct atmel_mci *host = dev_get_drvdata(dev);
drivers/mmc/host/atmel-mci.c
2638
struct atmel_mci *host = dev_get_drvdata(dev);
drivers/mmc/host/atmel-mci.c
378
u32 (*prepare_data)(struct atmel_mci *host, struct mmc_data *data);
drivers/mmc/host/atmel-mci.c
379
void (*submit_data)(struct atmel_mci *host, struct mmc_data *data);
drivers/mmc/host/atmel-mci.c
380
void (*stop_transfer)(struct atmel_mci *host);
drivers/mmc/host/atmel-mci.c
403
struct atmel_mci *host;
drivers/mmc/host/atmel-mci.c
524
struct atmel_mci *host = s->private;
drivers/mmc/host/atmel-mci.c
605
struct atmel_mci *host = slot->host;
drivers/mmc/host/atmel-mci.c
628
static int atmci_of_init(struct atmel_mci *host)
drivers/mmc/host/atmel-mci.c
687
static inline unsigned int atmci_get_version(struct atmel_mci *host)
drivers/mmc/host/atmel-mci.c
700
static inline unsigned int atmci_convert_chksize(struct atmel_mci *host,
drivers/mmc/host/atmel-mci.c
717
struct atmel_mci *host = timer_container_of(host, t, timer);
drivers/mmc/host/atmel-mci.c
742
static inline unsigned int atmci_ns_to_clocks(struct atmel_mci *host,
drivers/mmc/host/atmel-mci.c
755
static void atmci_set_timeout(struct atmel_mci *host,
drivers/mmc/host/atmel-mci.c
835
static void atmci_send_command(struct atmel_mci *host,
drivers/mmc/host/atmel-mci.c
853
static void atmci_send_stop_cmd(struct atmel_mci *host, struct mmc_data *data)
drivers/mmc/host/atmel-mci.c
866
static void atmci_pdc_set_single_buf(struct atmel_mci *host,
drivers/mmc/host/atmel-mci.c
917
static void atmci_pdc_set_both_buf(struct atmel_mci *host, int dir)
drivers/mmc/host/atmel-mci.c
927
static void atmci_pdc_cleanup(struct atmel_mci *host)
drivers/mmc/host/atmel-mci.c
941
static void atmci_pdc_complete(struct atmel_mci *host)
drivers/mmc/host/atmel-mci.c
965
static void atmci_dma_cleanup(struct atmel_mci *host)
drivers/mmc/host/atmel-mci.c
980
struct atmel_mci *host = arg;