mux.c (53aa930dc4bae6aa269951bd37103083145d6691) mux.c (bec5b814d46c2a704c3c8148752e62a33e9fa6dc)
1// SPDX-License-Identifier: GPL-2.0+
2/*
3** mux.c:
4** serial driver for the Mux console found in some PA-RISC servers.
5**
6** (c) Copyright 2002 Ryan Bradetich
7** (c) Copyright 2002 Hewlett-Packard Company
8**

--- 275 unchanged lines hidden (view full) ---

284 * @port: Ptr to the uart_port.
285 * @termios: new termios settings.
286 * @old: old termios settings.
287 *
288 * The Serial Mux does not support this function.
289 */
290static void
291mux_set_termios(struct uart_port *port, struct ktermios *termios,
1// SPDX-License-Identifier: GPL-2.0+
2/*
3** mux.c:
4** serial driver for the Mux console found in some PA-RISC servers.
5**
6** (c) Copyright 2002 Ryan Bradetich
7** (c) Copyright 2002 Hewlett-Packard Company
8**

--- 275 unchanged lines hidden (view full) ---

284 * @port: Ptr to the uart_port.
285 * @termios: new termios settings.
286 * @old: old termios settings.
287 *
288 * The Serial Mux does not support this function.
289 */
290static void
291mux_set_termios(struct uart_port *port, struct ktermios *termios,
292 struct ktermios *old)
292 const struct ktermios *old)
293{
294}
295
296/**
297 * mux_type - Describe the port.
298 * @port: Ptr to the uart_port.
299 *
300 * Return a pointer to a string constant describing the

--- 302 unchanged lines hidden ---
293{
294}
295
296/**
297 * mux_type - Describe the port.
298 * @port: Ptr to the uart_port.
299 *
300 * Return a pointer to a string constant describing the

--- 302 unchanged lines hidden ---