Searched refs:REMOTE_WAKEUP_ISSUED (Results 1 – 2 of 2) sorted by relevance
198 if (bdc->devstatus & REMOTE_WAKEUP_ISSUED) { in handle_link_state_change()199 bdc->devstatus &= ~REMOTE_WAKEUP_ISSUED; in handle_link_state_change()493 bdc->devstatus |= REMOTE_WAKEUP_ISSUED; in bdc_udc_wakeup()
269 #define REMOTE_WAKEUP_ISSUED BIT(16) macro