Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/usb/gadget/udc/bdc/
Dbdc_udc.c192 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()
Dbdc.h270 #define DEVICE_SUSPENDED BIT(17) macro