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