Home
last modified time | relevance | path

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

/openbmc/linux/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()