Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/mmc/
Dhost.h188 bool is_new_req; member
/linux-4.4.14/drivers/mmc/core/
Dcore.c451 context_info->is_new_req)); in mmc_wait_for_data_req_done()
457 context_info->is_new_req = false; in mmc_wait_for_data_req_done()
475 } else if (context_info->is_new_req) { in mmc_wait_for_data_req_done()
476 context_info->is_new_req = false; in mmc_wait_for_data_req_done()
2829 host->context_info.is_new_req = false; in mmc_init_context_info()
/linux-4.4.14/drivers/mmc/card/
Dqueue.c135 cntx->is_new_req = true; in mmc_request_fn()