Searched refs:WDM_IN_USE (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/class/ |
H A D | cdc-wdm.c | 48 #define WDM_IN_USE 1 macro 156 clear_bit(WDM_IN_USE, &desc->flags); in wdm_out_callback() 401 r = wait_event_interruptible(desc->wait, !test_bit(WDM_IN_USE, in wdm_write() 404 if (test_bit(WDM_IN_USE, &desc->flags)) in wdm_write() 437 set_bit(WDM_IN_USE, &desc->flags); in wdm_write() 443 clear_bit(WDM_IN_USE, &desc->flags); in wdm_write() 624 !test_bit(WDM_IN_USE, &desc->flags) || in wdm_wait_for_response() 684 if (!test_bit(WDM_IN_USE, &desc->flags)) in wdm_poll() 1087 (test_bit(WDM_IN_USE, &desc->flags) in wdm_suspend() 1151 clear_bit(WDM_IN_USE, in wdm_pre_reset() [all...] |
/kernel/linux/linux-6.6/drivers/usb/class/ |
H A D | cdc-wdm.c | 50 #define WDM_IN_USE 1 macro 162 clear_bit(WDM_IN_USE, &desc->flags); in wdm_out_callback() 415 r = wait_event_interruptible(desc->wait, !test_bit(WDM_IN_USE, in wdm_write() 418 if (test_bit(WDM_IN_USE, &desc->flags)) in wdm_write() 451 set_bit(WDM_IN_USE, &desc->flags); in wdm_write() 457 clear_bit(WDM_IN_USE, &desc->flags); in wdm_write() 638 !test_bit(WDM_IN_USE, &desc->flags) || in wdm_wait_for_response() 698 if (!test_bit(WDM_IN_USE, &desc->flags)) in wdm_poll() 1262 (test_bit(WDM_IN_USE, &desc->flags) in wdm_suspend() 1326 clear_bit(WDM_IN_USE, in wdm_pre_reset() [all...] |
Completed in 4 milliseconds