Searched refs:tune_req (Results 1 – 2 of 2) sorted by relevance
1040 slot->tune_req = malloc(sizeof(*slot->tune_req), M_DEVBUF,1117 free(slot->tune_req, M_DEVBUF);1210 free(slot->tune_req, M_DEVBUF);1518 tune_data->mrq = tune_cmd->mrq = slot->tune_req;1573 struct mmc_request *tune_req; local1604 tune_req = slot->tune_req;1607 memset(tune_req, 0, sizeof(*tune_req));1608 tune_req->cmd = tune_cmd;1609 tune_req->done = sdhci_req_wakeup;1610 tune_req->done_data = slot;[all …]
387 struct mmc_request *tune_req; /* Tuning request */ member