Home
last modified time | relevance | path

Searched refs:DEVICE_SUSPENDED (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/drivers/usb/gadget/udc/bdc/
Dbdc_udc.c196 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()
Dbdc.h275 #define DEVICE_SUSPENDED (1 << 17) macro