Home
last modified time | relevance | path

Searched defs:gb_tty (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/drivers/staging/greybus/
Duart.c51 struct gb_tty { struct
69 struct gb_tty_line_coding line_coding; argument
84 struct gb_tty *gb_tty = gb_connection_get_data(connection); in gb_uart_receive_data_handler() argument
140 struct gb_tty *gb_tty = gb_connection_get_data(connection); in gb_uart_serial_state_handler() local
160 struct gb_tty *gb_tty = gb_connection_get_data(connection); in gb_uart_receive_credits_handler() local
210 struct gb_tty *gb_tty = gb_connection_get_data(connection); in gb_uart_request_handler() local
236 struct gb_tty *gb_tty; in gb_uart_tx_write_work() local
299 static int send_control(struct gb_tty *gb_tty, u8 control) in send_control()
309 static int send_break(struct gb_tty *gb_tty, u8 state) in send_break()
324 static int gb_uart_wait_for_all_credits(struct gb_tty *gb_tty) in gb_uart_wait_for_all_credits()
[all …]