Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/class/
H A Dcdc-acm.h85 # define ACM_THROTTLED 2 macro
H A Dcdc-acm.c583 if (test_bit(ACM_THROTTLED, &acm->flags)) in acm_read_bulk_callback()
726 clear_bit(ACM_THROTTLED, &acm->flags); in acm_port_activate()
910 set_bit(ACM_THROTTLED, &acm->flags); in acm_tty_throttle()
917 clear_bit(ACM_THROTTLED, &acm->flags); in acm_tty_unthrottle()