Searched refs:DEVICE_SUSPENDED (Results 1 – 2 of 2) sorted by relevance
192 bdc->devstatus |= DEVICE_SUSPENDED; in handle_link_state_change()220 if (bdc->devstatus & DEVICE_SUSPENDED) { in handle_link_state_change()222 bdc->devstatus &= ~DEVICE_SUSPENDED; in handle_link_state_change()280 bdc->devstatus &= ~(DEVICE_SUSPENDED); in bdc_sr_uspc()
270 #define DEVICE_SUSPENDED BIT(17) macro