Home
last modified time | relevance | path

Searched refs:throttle_req (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/drivers/usb/serial/
Dgeneric.c87 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()
/linux-4.1.27/drivers/usb/class/
Dcdc-acm.h121 unsigned int throttle_req:1; /* throttle requested */ member
Dcdc-acm.c451 acm->throttled = acm->throttle_req; in acm_read_bulk_callback()
584 acm->throttle_req = 0; in acm_port_activate()
763 acm->throttle_req = 1; in acm_tty_throttle()
775 acm->throttle_req = 0; in acm_tty_unthrottle()
/linux-4.1.27/include/linux/usb/
Dserial.h118 char throttle_req; member