Searched refs:throttle_req (Results 1 – 4 of 4) sorted by relevance
113 port->throttle_req = 0; in usb_serial_generic_open()415 port->throttled = port->throttle_req; in usb_serial_generic_read_bulk_callback()472 port->throttle_req = 1; in usb_serial_generic_throttle()484 port->throttled = port->throttle_req = 0; in usb_serial_generic_unthrottle()
126 unsigned int throttle_req:1; /* throttle requested */ member
515 acm->throttled = acm->throttle_req; in acm_read_bulk_callback()655 acm->throttle_req = 0; in acm_port_activate()825 acm->throttle_req = 1; in acm_tty_throttle()837 acm->throttle_req = 0; in acm_tty_unthrottle()
119 char throttle_req; member