Home
last modified time | relevance | path

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

/linux/drivers/usb/class/
H A Dcdc-wdm.c59 #define WDM_OVERFLOW 10 macro
223 set_bit(WDM_OVERFLOW, &desc->flags); in wdm_in_callback()
226 if (!test_bit(WDM_OVERFLOW, &desc->flags)) { in wdm_in_callback()
545 if (test_bit(WDM_OVERFLOW, &desc->flags)) { in wdm_read()
546 clear_bit(WDM_OVERFLOW, &desc->flags); in wdm_read()
1352 clear_bit(WDM_OVERFLOW, &desc->flags); in wdm_post_reset()