Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/usb/musb/
Dmusb_virthub.c57 power &= ~MUSB_POWER_RESUME; in musb_host_finish_resume()
95 power &= ~MUSB_POWER_RESUME; in musb_port_suspend()
131 power |= MUSB_POWER_RESUME; in musb_port_suspend()
169 if (power & MUSB_POWER_RESUME) { in musb_port_reset()
180 power & ~MUSB_POWER_RESUME); in musb_port_reset()
Dmusb_regs.h50 #define MUSB_POWER_RESUME 0x04 macro
Domap2430.c84 power &= ~MUSB_POWER_RESUME; in musb_do_idle()
Dmusb_gadget.c1597 power |= MUSB_POWER_RESUME; in musb_gadget_wakeup()
1605 power &= ~MUSB_POWER_RESUME; in musb_gadget_wakeup()
Dmusb_core.c2348 power &= MUSB_POWER_SUSPENDM | MUSB_POWER_RESUME; in musb_restore_context()
2349 musb->context.power &= ~(MUSB_POWER_SUSPENDM | MUSB_POWER_RESUME); in musb_restore_context()