Home
last modified time | relevance | path

Searched refs:is_new_req (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/include/linux/mmc/
Dhost.h185 bool is_new_req; member
/linux-4.1.27/drivers/mmc/core/
Dcore.c407 context_info->is_new_req)); in mmc_wait_for_data_req_done()
413 context_info->is_new_req = false; in mmc_wait_for_data_req_done()
430 } else if (context_info->is_new_req) { in mmc_wait_for_data_req_done()
431 context_info->is_new_req = false; in mmc_wait_for_data_req_done()
2706 host->context_info.is_new_req = false; in mmc_init_context_info()
/linux-4.1.27/drivers/mmc/card/
Dqueue.c137 cntx->is_new_req = true; in mmc_request_fn()