Home
last modified time | relevance | path

Searched refs:DEVICE_SUSPENDED (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/usb/gadget/udc/bdc/
H A 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()
H A Dbdc.h270 #define DEVICE_SUSPENDED (1 << 17) macro
/kernel/linux/linux-6.6/drivers/usb/gadget/udc/bdc/
H A 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()
H A Dbdc.h270 #define DEVICE_SUSPENDED BIT(17) macro

Completed in 4 milliseconds