Searched refs:WDM_IN_USE (Results 1 – 1 of 1) sorted by relevance
| /linux/drivers/usb/class/ |
| H A D | cdc-wdm.c | 50 #define WDM_IN_USE 1 macro 161 clear_bit(WDM_IN_USE, &desc->flags); in wdm_out_callback() 420 r = wait_event_interruptible(desc->wait, !test_bit(WDM_IN_USE, in wdm_write() 423 if (test_bit(WDM_IN_USE, &desc->flags)) in wdm_write() 456 set_bit(WDM_IN_USE, &desc->flags); in wdm_write() 462 clear_bit(WDM_IN_USE, &desc->flags); in wdm_write() 635 !test_bit(WDM_IN_USE, &desc->flags) || in wdm_wait_for_response() 695 if (!test_bit(WDM_IN_USE, &desc->flags)) in wdm_poll() 1270 (test_bit(WDM_IN_USE, &desc->flags) in wdm_suspend() 1334 clear_bit(WDM_IN_USE, &desc->flags); /* unblock write */ in wdm_pre_reset()
|