Searched refs:DEVICE_SUSPENDED (Results 1 – 2 of 2) sorted by relevance
196 bdc->devstatus |= DEVICE_SUSPENDED; in handle_link_state_change()224 if (bdc->devstatus & DEVICE_SUSPENDED) { in handle_link_state_change()226 bdc->devstatus &= ~DEVICE_SUSPENDED; in handle_link_state_change()283 bdc->devstatus &= ~(DEVICE_SUSPENDED); in bdc_sr_uspc()
275 #define DEVICE_SUSPENDED (1 << 17) macro