Home
last modified time | relevance | path

Searched refs:urbs_in_error_delay (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/usb/class/
H A Dcdc-acm.h115 unsigned long urbs_in_error_delay; /* these need to be restarted after a delay */ member
H A 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()
1633 acm->urbs_in_error_delay = 0; in acm_suspend()
/kernel/linux/linux-6.6/drivers/usb/class/
H A Dcdc-acm.h87 unsigned long urbs_in_error_delay; /* these need to be restarted after a delay */ member
H A Dcdc-acm.c539 set_bit(rb->index, &acm->urbs_in_error_delay); in acm_read_bulk_callback()
617 if (test_and_clear_bit(i, &acm->urbs_in_error_delay)) in acm_softint()
1637 acm->urbs_in_error_delay = 0; in acm_suspend()

Completed in 6 milliseconds