Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/usb/gadget/udc/bdc/
Dbdc_udc.c191 bdc->devstatus |= DEVICE_SUSPENDED; in handle_link_state_change()
219 if (bdc->devstatus & DEVICE_SUSPENDED) { in handle_link_state_change()
221 bdc->devstatus &= ~DEVICE_SUSPENDED; in handle_link_state_change()
279 bdc->devstatus &= ~(DEVICE_SUSPENDED); in bdc_sr_uspc()
Dbdc.h270 #define DEVICE_SUSPENDED (1 << 17) macro