Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/usb/class/
Dcdc-wdm.c51 #define WDM_DISCONNECTING 2 macro
311 && !test_bit(WDM_DISCONNECTING, &desc->flags) in wdm_int_callback()
403 if (test_bit(WDM_DISCONNECTING, &desc->flags)) { in wdm_write()
424 if (test_bit(WDM_DISCONNECTING, &desc->flags)) in wdm_write()
493 if (test_bit(WDM_DISCONNECTING, &desc->flags)) { in service_outstanding_interrupt()
507 if (!test_bit(WDM_DISCONNECTING, &desc->flags)) in service_outstanding_interrupt()
535 if (test_bit(WDM_DISCONNECTING, &desc->flags)) { in wdm_read()
557 if (test_bit(WDM_DISCONNECTING, &desc->flags)) { in wdm_read()
639 test_bit(WDM_DISCONNECTING, &desc->flags), in wdm_wait_for_response()
646 if (test_bit(WDM_DISCONNECTING, &desc->flags)) in wdm_wait_for_response()
[all …]