Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/usb/musb/
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()
Dmusb_regs.h25 #define MUSB_POWER_RESUME 0x04 macro
Dmusb_gadget.c1576 power |= MUSB_POWER_RESUME; in musb_gadget_wakeup()
1584 power &= ~MUSB_POWER_RESUME; in musb_gadget_wakeup()
Dmusb_core.c2741 power &= MUSB_POWER_SUSPENDM | MUSB_POWER_RESUME; in musb_restore_context()
2742 musb->context.power &= ~(MUSB_POWER_SUSPENDM | MUSB_POWER_RESUME); in musb_restore_context()