Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/usb/class/
Dcdc-wdm.c51 #define WDM_IN_USE 1 macro
153 clear_bit(WDM_IN_USE, &desc->flags); in wdm_out_callback()
376 r = wait_event_interruptible(desc->wait, !test_bit(WDM_IN_USE, in wdm_write()
379 if (test_bit(WDM_IN_USE, &desc->flags)) in wdm_write()
409 set_bit(WDM_IN_USE, &desc->flags); in wdm_write()
415 clear_bit(WDM_IN_USE, &desc->flags); in wdm_write()
580 wait_event(desc->wait, !test_bit(WDM_IN_USE, &desc->flags)); in wdm_flush()
606 if (!test_bit(WDM_IN_USE, &desc->flags)) in wdm_poll()
972 clear_bit(WDM_IN_USE, &desc->flags); in wdm_disconnect()
1010 (test_bit(WDM_IN_USE, &desc->flags) in wdm_suspend()
[all …]