Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/usb/musb/
A Dmusb_virthub.c32 power &= ~MUSB_POWER_RESUME; in musb_host_finish_resume()
68 if (power & MUSB_POWER_RESUME) in musb_port_suspend()
110 power |= MUSB_POWER_RESUME; in musb_port_suspend()
148 if (power & MUSB_POWER_RESUME) { in musb_port_reset()
159 power & ~MUSB_POWER_RESUME); in musb_port_reset()
A Dmusb_regs.h25 #define MUSB_POWER_RESUME 0x04 macro
A Dmusb_gadget.c1576 power |= MUSB_POWER_RESUME; in musb_gadget_wakeup()
1584 power &= ~MUSB_POWER_RESUME; in musb_gadget_wakeup()
A Dmusb_core.c2743 power &= MUSB_POWER_SUSPENDM | MUSB_POWER_RESUME; in musb_restore_context()
2744 musb->context.power &= ~(MUSB_POWER_SUSPENDM | MUSB_POWER_RESUME); in musb_restore_context()

Completed in 35 milliseconds