Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/crypto/ccree/
Dcc_request_mgr.c44 bool is_runtime_suspended; member
675 request_mgr_handle->is_runtime_suspended = false; in cc_resume_req_queue()
697 request_mgr_handle->is_runtime_suspended = true; in cc_suspend_req_queue()
708 return request_mgr_handle->is_runtime_suspended; in cc_req_queue_suspended()
/Linux-v4.19/drivers/usb/musb/
Dmusb_core.h357 unsigned is_runtime_suspended:1; member
Dmusb_core.c2118 if (musb->is_runtime_suspended) { in musb_queue_resume_work()
2747 musb->is_runtime_suspended = 1; in musb_runtime_suspend()
2777 musb->is_runtime_suspended = 0; in musb_runtime_resume()