Lines Matching refs:mmc_dev
229 pm_runtime_get_sync(mmc_dev(mmc)); in mmci_card_busy()
236 pm_runtime_mark_last_busy(mmc_dev(mmc)); in mmci_card_busy()
237 pm_runtime_put_autosuspend(mmc_dev(mmc)); in mmci_card_busy()
252 dev_err(mmc_dev(host->mmc), in mmci_validate_data()
385 pm_runtime_mark_last_busy(mmc_dev(host->mmc)); in mmci_request_end()
386 pm_runtime_put_autosuspend(mmc_dev(host->mmc)); in mmci_request_end()
435 host->dma_rx_channel = dma_request_slave_channel(mmc_dev(host->mmc), "rx"); in mmci_dma_setup()
436 host->dma_tx_channel = dma_request_slave_channel(mmc_dev(host->mmc), "tx"); in mmci_dma_setup()
459 dev_info(mmc_dev(host->mmc), "DMA channels RX %s, TX %s\n", in mmci_dma_setup()
501 dev_err(mmc_dev(host->mmc), "error during DMA transfer!\n"); in mmci_dma_data_error()
557 dev_err(mmc_dev(host->mmc), "buggy DMA detected. Taking evasive action.\n"); in mmci_dma_finalize()
658 dev_vdbg(mmc_dev(host->mmc), in mmci_dma_start_data()
790 dev_dbg(mmc_dev(host->mmc), "blksz %04x blks %04x flags %08x\n", in mmci_start_data()
882 dev_dbg(mmc_dev(host->mmc), "op %02x arg %08x flags %08x\n", in mmci_start_command()
937 dev_dbg(mmc_dev(host->mmc), "MCI ERROR IRQ, status 0x%08x at 0x%08x\n", in mmci_data_irq()
960 dev_err(mmc_dev(host->mmc), "stray MCI_DATABLOCKEND interrupt\n"); in mmci_data_irq()
1163 dev_dbg(mmc_dev(host->mmc), "irq1 (pio) %08x\n", status); in mmci_pio_irq()
1258 dev_dbg(mmc_dev(host->mmc), "irq0 (data+cmd) %08x\n", status); in mmci_irq()
1293 pm_runtime_get_sync(mmc_dev(mmc)); in mmci_request()
1321 pm_runtime_get_sync(mmc_dev(mmc)); in mmci_set_ios()
1324 host->plat->ios_handler(mmc_dev(mmc), ios)) in mmci_set_ios()
1325 dev_err(mmc_dev(mmc), "platform ios_handler failed\n"); in mmci_set_ios()
1354 dev_err(mmc_dev(mmc), in mmci_set_ios()
1403 dev_err(mmc_dev(host->mmc), in mmci_set_ios()
1418 pm_runtime_mark_last_busy(mmc_dev(mmc)); in mmci_set_ios()
1419 pm_runtime_put_autosuspend(mmc_dev(mmc)); in mmci_set_ios()
1432 status = plat->status(mmc_dev(host->mmc)); in mmci_get_cd()
1443 pm_runtime_get_sync(mmc_dev(mmc)); in mmci_sig_volt_switch()
1461 dev_warn(mmc_dev(mmc), "Voltage switch failed\n"); in mmci_sig_volt_switch()
1463 pm_runtime_mark_last_busy(mmc_dev(mmc)); in mmci_sig_volt_switch()
1464 pm_runtime_put_autosuspend(mmc_dev(mmc)); in mmci_sig_volt_switch()
1544 dev_dbg(mmc_dev(mmc), "designer ID = 0x%02x\n", host->hw_designer); in mmci_probe()
1545 dev_dbg(mmc_dev(mmc), "revision = 0x%01x\n", host->hw_revision); in mmci_probe()
1575 dev_dbg(mmc_dev(mmc), "eventual mclk rate: %u Hz\n", in mmci_probe()
1613 dev_dbg(mmc_dev(mmc), "clocking block at %u Hz\n", mmc->f_max); in mmci_probe()
1623 dev_warn(mmc_dev(mmc), "Platform OCR mask is ignored\n"); in mmci_probe()