us_private        178 drivers/tty/serial/ucc_uart.c 	struct ucc_slow_private *us_private;
us_private        448 drivers/tty/serial/ucc_uart.c 		ucc_slow_stop_tx(qe_port->us_private);
us_private        450 drivers/tty/serial/ucc_uart.c 		ucc_slow_restart_tx(qe_port->us_private);
us_private        657 drivers/tty/serial/ucc_uart.c 	ucc_slow_disable(qe_port->us_private, COMM_DIR_RX_AND_TX);
us_private        804 drivers/tty/serial/ucc_uart.c 	ucc_slow_enable(qe_port->us_private, COMM_DIR_RX_AND_TX);
us_private        838 drivers/tty/serial/ucc_uart.c 	ucc_slow_disable(qe_port->us_private, COMM_DIR_RX_AND_TX);
us_private        842 drivers/tty/serial/ucc_uart.c 	ucc_slow_graceful_stop_tx(qe_port->us_private);
us_private       1004 drivers/tty/serial/ucc_uart.c 	qe_port->us_private = uccs;
us_private       1057 drivers/tty/serial/ucc_uart.c 	struct ucc_slow_private *uccs = qe_port->us_private;