Home
last modified time | relevance | path

Searched refs:prepare_command (Results 1 – 5 of 5) sorted by relevance

/linux-4.1.27/drivers/mmc/host/
Ddw_mmc-rockchip.c87 .prepare_command = dw_mci_rockchip_prepare_command,
93 .prepare_command = dw_mci_rockchip_prepare_command,
Ddw_mmc-pltfm.c35 .prepare_command = dw_mci_pltfm_prepare_command,
39 .prepare_command = dw_mci_pltfm_prepare_command,
Ddw_mmc.h284 void (*prepare_command)(struct dw_mci *host, u32 *cmdr); member
Ddw_mmc-exynos.c503 .prepare_command = dw_mci_exynos_prepare_command,
Ddw_mmc.c301 if (drv_data && drv_data->prepare_command) in dw_mci_prepare_command()
302 drv_data->prepare_command(slot->host, &cmdr); in dw_mci_prepare_command()