Searched refs:tune_req (Results 1 – 2 of 2) sorted by relevance
1039 slot->tune_req = malloc(sizeof(*slot->tune_req), M_DEVBUF,1116 free(slot->tune_req, M_DEVBUF);1209 free(slot->tune_req, M_DEVBUF);1517 tune_data->mrq = tune_cmd->mrq = slot->tune_req;1572 struct mmc_request *tune_req; local1603 tune_req = slot->tune_req;1606 memset(tune_req, 0, sizeof(*tune_req));1607 tune_req->cmd = tune_cmd;1608 tune_req->done = sdhci_req_wakeup;1609 tune_req->done_data = slot;[all …]
385 struct mmc_request *tune_req; /* Tuning request */ member