Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/usb/class/
H A Dcdc-acm.h112 # define EVENT_RX_STALL 1 macro
H A Dcdc-acm.c512 set_bit(EVENT_RX_STALL, &acm->flags); in acm_read_bulk_callback()
593 if (test_bit(EVENT_RX_STALL, &acm->flags)) { in acm_softint()
600 clear_bit(EVENT_RX_STALL, &acm->flags); in acm_softint()
1693 clear_bit(EVENT_RX_STALL, &acm->flags); in acm_pre_reset()
/kernel/linux/linux-6.6/drivers/usb/class/
H A Dcdc-acm.h84 # define EVENT_RX_STALL 1 macro
H A Dcdc-acm.c523 set_bit(EVENT_RX_STALL, &acm->flags); in acm_read_bulk_callback()
604 if (test_bit(EVENT_RX_STALL, &acm->flags)) { in acm_softint()
611 clear_bit(EVENT_RX_STALL, &acm->flags); in acm_softint()
1697 clear_bit(EVENT_RX_STALL, &acm->flags); in acm_pre_reset()

Completed in 8 milliseconds