Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/usb/class/
Dcdc-wdm.c59 #define WDM_RESETTING 9 macro
382 if (test_bit(WDM_RESETTING, &desc->flags)) in wdm_write()
512 if (test_bit(WDM_RESETTING, &desc->flags)) { in wdm_read()
1070 set_bit(WDM_RESETTING, &desc->flags); /* inform read/write */ in wdm_pre_reset()
1089 clear_bit(WDM_RESETTING, &desc->flags); in wdm_post_reset()