Home
last modified time | relevance | path

Searched refs:MUSB_POWER_RESUME (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/drivers/usb/musb/
Dmusb_virthub.c32 power &= ~MUSB_POWER_RESUME; in musb_host_finish_resume()
69 if (power & MUSB_POWER_RESUME) in musb_port_suspend()
109 power |= MUSB_POWER_RESUME; in musb_port_suspend()
147 if (power & MUSB_POWER_RESUME) { in musb_port_reset()
158 power & ~MUSB_POWER_RESUME); in musb_port_reset()
Dmusb_regs.h25 #define MUSB_POWER_RESUME 0x04 macro
Dmusb_gadget.c1581 power |= MUSB_POWER_RESUME; in musb_gadget_wakeup()
1589 power &= ~MUSB_POWER_RESUME; in musb_gadget_wakeup()
Dmusb_core.c2589 power &= MUSB_POWER_SUSPENDM | MUSB_POWER_RESUME; in musb_restore_context()
2590 musb->context.power &= ~(MUSB_POWER_SUSPENDM | MUSB_POWER_RESUME); in musb_restore_context()