Lines Matching defs:wakeup
382 * as falling edge to detect both disconnect and remote wakeup scenarios. When
384 * disconnect and remote wakeup. When no device is connected, configure both
421 static int dwc3_qcom_suspend(struct dwc3_qcom *qcom, bool wakeup)
444 if (dwc3_qcom_is_host(qcom) && wakeup) {
455 static int dwc3_qcom_resume(struct dwc3_qcom *qcom, bool wakeup)
463 if (dwc3_qcom_is_host(qcom) && wakeup)
497 * and the wakeup interrupts are disabled as part of resume.
527 /* Keep wakeup interrupts disabled until suspend */
745 wakeup_source = of_property_read_bool(dev->of_node, "wakeup-source");
778 bool wakeup = device_may_wakeup(dev);
785 ret = dwc3_qcom_suspend(qcom, wakeup);
798 bool wakeup = device_may_wakeup(dev);
801 ret = dwc3_qcom_resume(qcom, wakeup);