Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/usb/class/
Dcdc-wdm.c48 #define WDM_IN_USE 1 macro
156 clear_bit(WDM_IN_USE, &desc->flags); in wdm_out_callback()
390 r = wait_event_interruptible(desc->wait, !test_bit(WDM_IN_USE, in wdm_write()
393 if (test_bit(WDM_IN_USE, &desc->flags)) in wdm_write()
426 set_bit(WDM_IN_USE, &desc->flags); in wdm_write()
432 clear_bit(WDM_IN_USE, &desc->flags); in wdm_write()
603 !test_bit(WDM_IN_USE, &desc->flags) || in wdm_wait_for_response()
663 if (!test_bit(WDM_IN_USE, &desc->flags)) in wdm_poll()
1064 (test_bit(WDM_IN_USE, &desc->flags) in wdm_suspend()
1127 clear_bit(WDM_IN_USE, &desc->flags); /* unblock write */ in wdm_pre_reset()