Searched refs:tune_req (Results 1 – 2 of 2) sorted by relevance
986 slot->tune_req = malloc(sizeof(*slot->tune_req), M_DEVBUF,1063 free(slot->tune_req, M_DEVBUF);1172 free(slot->tune_req, M_DEVBUF);1416 tune_data->mrq = tune_cmd->mrq = slot->tune_req;1471 struct mmc_request *tune_req; local1502 tune_req = slot->tune_req;1505 memset(tune_req, 0, sizeof(*tune_req));1506 tune_req->cmd = tune_cmd;1507 tune_req->done = sdhci_req_wakeup;1508 tune_req->done_data = slot;[all …]
387 struct mmc_request *tune_req; /* Tuning request */ member