Home
last modified time | relevance | path

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

/drivers/usb/class/
A Dcdc-acm.h84 # define EVENT_RX_STALL 1 macro
A Dcdc-acm.c534 set_bit(EVENT_RX_STALL, &acm->flags); in acm_read_bulk_callback()
615 if (test_bit(EVENT_RX_STALL, &acm->flags)) { in acm_softint()
622 clear_bit(EVENT_RX_STALL, &acm->flags); in acm_softint()
1706 clear_bit(EVENT_RX_STALL, &acm->flags); in acm_pre_reset()

Completed in 11 milliseconds