Searched refs:pull_data (Results 1 – 2 of 2) sorted by relevance
122 * @pull_data: Pointer to FIFO pull function.228 void (*pull_data)(struct dw_mci *host, void *buf, int cnt); member
2678 host->pull_data(host, buf, cnt); in dw_mci_pull_data() 3457 host->pull_data = dw_mci_pull_data16; in dw_mci_probe() 3463 host->pull_data = dw_mci_pull_data64_32; in dw_mci_probe() 3466 host->pull_data = dw_mci_pull_data64; in dw_mci_probe() 3476 host->pull_data = dw_mci_pull_data32; in dw_mci_probe()