Home
last modified time | relevance | path

Searched refs:PM_EVENT_AUTO_RESUME (Results 1 – 2 of 2) sorted by relevance

/linux-3.4.99/include/linux/
Dpm.h410 #define PM_EVENT_AUTO_RESUME (PM_EVENT_AUTO | PM_EVENT_RESUME) macro
431 { .event = PM_EVENT_AUTO_RESUME, })
/linux-3.4.99/drivers/usb/core/
Dhcd-pci.c466 if (event != PM_EVENT_AUTO_RESUME) in resume_common()
577 retval = resume_common(dev, PM_EVENT_AUTO_RESUME); in hcd_pci_runtime_resume()