Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/usb/class/
Dcdc-acm.h87 unsigned long urbs_in_error_delay; /* these need to be restarted after a delay */ member
Dcdc-acm.c528 set_bit(rb->index, &acm->urbs_in_error_delay); in acm_read_bulk_callback()
606 if (test_and_clear_bit(i, &acm->urbs_in_error_delay)) in acm_softint()
1610 acm->urbs_in_error_delay = 0; in acm_suspend()