Home
last modified time | relevance | path

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

/drivers/staging/ccree/
Dssi_request_mgr.c60 bool is_runtime_suspended; member
560 request_mgr_handle->is_runtime_suspended = false; in ssi_request_mgr_runtime_resume_queue()
582 request_mgr_handle->is_runtime_suspended = true; in ssi_request_mgr_runtime_suspend_queue()
593 return request_mgr_handle->is_runtime_suspended; in ssi_request_mgr_is_queue_runtime_suspend()
/drivers/usb/musb/
Dmusb_core.h395 unsigned is_runtime_suspended:1; member
Dmusb_core.c2122 if (musb->is_runtime_suspended) { in musb_queue_resume_work()
2770 musb->is_runtime_suspended = 1; in musb_runtime_suspend()
2800 musb->is_runtime_suspended = 0; in musb_runtime_resume()