Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/usb/serial/
Dgeneric.c113 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()
/Linux-v4.19/drivers/usb/class/
Dcdc-acm.h126 unsigned int throttle_req:1; /* throttle requested */ member
Dcdc-acm.c515 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()
/Linux-v4.19/include/linux/usb/
Dserial.h119 char throttle_req; member