Searched refs:fix_data_timeout (Results 1 – 1 of 1) sorted by relevance
250 void (*fix_data_timeout)(struct loongson2_mmc_host *host, struct mmc_command *cmd); member341 if (host->pdata->fix_data_timeout) in loongson2_mmc_send_request()342 host->pdata->fix_data_timeout(host, cmd); in loongson2_mmc_send_request()862 .fix_data_timeout = ls2k2000_mmc_fix_data_timeout,