Searched refs:tune_req (Results 1 – 2 of 2) sorted by relevance
960 slot->tune_req = malloc(sizeof(*slot->tune_req), M_DEVBUF,1037 free(slot->tune_req, M_DEVBUF);1146 free(slot->tune_req, M_DEVBUF);1392 tune_data->mrq = tune_cmd->mrq = slot->tune_req;1447 struct mmc_request *tune_req; local1478 tune_req = slot->tune_req;1481 memset(tune_req, 0, sizeof(*tune_req));1482 tune_req->cmd = tune_cmd;1483 tune_req->done = sdhci_req_wakeup;1484 tune_req->done_data = slot;[all …]
385 struct mmc_request *tune_req; /* Tuning request */ member