Searched refs:WDM_IN_USE (Results 1 – 1 of 1) sorted by relevance
| /Linux-v5.4/drivers/usb/class/ |
| D | cdc-wdm.c | 48 #define WDM_IN_USE 1 macro 153 clear_bit(WDM_IN_USE, &desc->flags); in wdm_out_callback() 387 r = wait_event_interruptible(desc->wait, !test_bit(WDM_IN_USE, in wdm_write() 390 if (test_bit(WDM_IN_USE, &desc->flags)) in wdm_write() 420 set_bit(WDM_IN_USE, &desc->flags); in wdm_write() 426 clear_bit(WDM_IN_USE, &desc->flags); in wdm_write() 597 !test_bit(WDM_IN_USE, &desc->flags) || in wdm_flush() 626 if (!test_bit(WDM_IN_USE, &desc->flags)) in wdm_poll() 1025 (test_bit(WDM_IN_USE, &desc->flags) in wdm_suspend() 1088 clear_bit(WDM_IN_USE, &desc->flags); /* unblock write */ in wdm_pre_reset()
|