Searched refs:throttle_req (Results 1 – 4 of 4) sorted by relevance
87 port->throttle_req = 0; in usb_serial_generic_open()388 port->throttled = port->throttle_req; in usb_serial_generic_read_bulk_callback()444 port->throttle_req = 1; in usb_serial_generic_throttle()456 port->throttled = port->throttle_req = 0; in usb_serial_generic_unthrottle()
121 unsigned int throttle_req:1; /* throttle requested */ member
447 acm->throttled = acm->throttle_req; in acm_read_bulk_callback()580 acm->throttle_req = 0; in acm_port_activate()759 acm->throttle_req = 1; in acm_tty_throttle()771 acm->throttle_req = 0; in acm_tty_unthrottle()
118 char throttle_req; member