Lines Matching defs:host
252 struct atmel_mci *host; member
273 #define atmci_test_and_clear_pending(host, event) \ argument
275 #define atmci_set_completed(host, event) \ argument
277 #define atmci_set_pending(host, event) \ argument
385 struct atmel_mci *host = s->private; in atmci_regs_show() local
477 struct atmel_mci *host = slot->host; in atmci_init_debugfs() local
583 static inline unsigned int atmci_get_version(struct atmel_mci *host) in atmci_get_version()
590 struct atmel_mci *host; in atmci_timeout_timer() local
616 static inline unsigned int atmci_ns_to_clocks(struct atmel_mci *host, in atmci_ns_to_clocks()
629 static void atmci_set_timeout(struct atmel_mci *host, in atmci_set_timeout()
711 static void atmci_send_command(struct atmel_mci *host, in atmci_send_command()
725 static void atmci_send_stop_cmd(struct atmel_mci *host, struct mmc_data *data) in atmci_send_stop_cmd()
736 static void atmci_pdc_set_single_buf(struct atmel_mci *host, in atmci_pdc_set_single_buf()
787 static void atmci_pdc_set_both_buf(struct atmel_mci *host, int dir) in atmci_pdc_set_both_buf()
797 static void atmci_pdc_cleanup(struct atmel_mci *host) in atmci_pdc_cleanup()
813 static void atmci_pdc_complete(struct atmel_mci *host) in atmci_pdc_complete()
836 static void atmci_dma_cleanup(struct atmel_mci *host) in atmci_dma_cleanup()
852 struct atmel_mci *host = arg; in atmci_dma_complete() local
901 static u32 atmci_prepare_data(struct atmel_mci *host, struct mmc_data *data) in atmci_prepare_data()
941 atmci_prepare_data_pdc(struct atmel_mci *host, struct mmc_data *data) in atmci_prepare_data_pdc()
992 atmci_prepare_data_dma(struct atmel_mci *host, struct mmc_data *data) in atmci_prepare_data_dma()
1070 atmci_submit_data(struct atmel_mci *host, struct mmc_data *data) in atmci_submit_data()
1079 atmci_submit_data_pdc(struct atmel_mci *host, struct mmc_data *data) in atmci_submit_data_pdc()
1088 atmci_submit_data_dma(struct atmel_mci *host, struct mmc_data *data) in atmci_submit_data_dma()
1099 static void atmci_stop_transfer(struct atmel_mci *host) in atmci_stop_transfer()
1110 static void atmci_stop_transfer_pdc(struct atmel_mci *host) in atmci_stop_transfer_pdc()
1115 static void atmci_stop_transfer_dma(struct atmel_mci *host) in atmci_stop_transfer_dma()
1135 static void atmci_start_request(struct atmel_mci *host, in atmci_start_request()
1234 static void atmci_queue_request(struct atmel_mci *host, in atmci_queue_request()
1255 struct atmel_mci *host = slot->host; in atmci_request() local
1290 struct atmel_mci *host = slot->host; in atmci_set_ios() local
1463 struct atmel_mci *host = slot->host; in atmci_enable_sdio_irq() local
1480 static void atmci_request_end(struct atmel_mci *host, struct mmc_request *mrq) in atmci_request_end()
1525 static void atmci_command_complete(struct atmel_mci *host, in atmci_command_complete()
1576 struct atmel_mci *host = slot->host; in atmci_detect_change() local
1650 struct atmel_mci *host = (struct atmel_mci *)priv; in atmci_tasklet_func() local
1854 static void atmci_read_data_pio(struct atmel_mci *host) in atmci_read_data_pio()
1922 static void atmci_write_data_pio(struct atmel_mci *host) in atmci_write_data_pio()
1992 static void atmci_sdio_interrupt(struct atmel_mci *host, u32 status) in atmci_sdio_interrupt()
2007 struct atmel_mci *host = dev_id; in atmci_interrupt() local
2148 static int atmci_init_slot(struct atmel_mci *host, in atmci_init_slot()
2280 static int atmci_configure_dma(struct atmel_mci *host) in atmci_configure_dma()
2323 static void atmci_get_cap(struct atmel_mci *host) in atmci_get_cap()
2375 struct atmel_mci *host; in atmci_probe() local
2529 struct atmel_mci *host = platform_get_drvdata(pdev); in atmci_remove() local
2564 struct atmel_mci *host = dev_get_drvdata(dev); in atmci_runtime_suspend() local
2575 struct atmel_mci *host = dev_get_drvdata(dev); in atmci_runtime_resume() local