Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/crypto/ccree/
Dcc_request_mgr.c44 bool is_runtime_suspended; member
692 request_mgr_handle->is_runtime_suspended = false; in cc_resume_req_queue()
714 request_mgr_handle->is_runtime_suspended = true; in cc_suspend_req_queue()
725 return request_mgr_handle->is_runtime_suspended; in cc_req_queue_suspended()
/Linux-v5.4/drivers/usb/musb/
Dmusb_core.h357 unsigned is_runtime_suspended:1; member
Dmusb_core.c2112 if (musb->is_runtime_suspended) { in musb_queue_resume_work()
2731 musb->is_runtime_suspended = 1; in musb_runtime_suspend()
2761 musb->is_runtime_suspended = 0; in musb_runtime_resume()