Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/usb/class/
Dcdc-acm.h110 # define EVENT_RX_STALL 1 macro
Dcdc-acm.c490 set_bit(EVENT_RX_STALL, &acm->flags); in acm_read_bulk_callback()
550 if (test_bit(EVENT_RX_STALL, &acm->flags)) { in acm_softint()
558 clear_bit(EVENT_RX_STALL, &acm->flags); in acm_softint()
1643 clear_bit(EVENT_RX_STALL, &acm->flags); in acm_pre_reset()