Home
last modified time | relevance | path

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

/linux/drivers/tty/serial/
A Dserial_core.c248 struct uart_state *state = container_of(port, struct uart_state, port); in uart_alloc_xmit_buf()
281 struct uart_state *state = container_of(port, struct uart_state, port); in uart_free_xmit_buf()
791 struct uart_state *state = container_of(port, struct uart_state, port); in uart_get_info()
1779 struct uart_state *state = container_of(port, struct uart_state, port); in uart_tty_port_shutdown()
1908 struct uart_state *state = container_of(port, struct uart_state, port); in uart_port_shutdown()
1931 struct uart_state *state = container_of(port, struct uart_state, port); in uart_carrier_raised()
1955 struct uart_state *state = container_of(port, struct uart_state, port); in uart_dtr_rts()
1999 struct uart_state *state = container_of(port, struct uart_state, port); in uart_port_activate()
3038 struct uart_state *state = container_of(port, struct uart_state, port); in console_show()
3055 struct uart_state *state = container_of(port, struct uart_state, port); in console_store()
[all …]
/linux/drivers/platform/x86/
A Dlenovo-yoga-tab2-pro-1380-fastcharger.c40 struct pinctrl_state *uart_state; member
51 struct pinctrl_state *state = enable ? fc->gpio_state : fc->uart_state; in yt2_1380_fc_set_gpio_mode()
182 fc->uart_state = pinctrl_lookup_state(fc->pinctrl, "uart3_uart"); in yt2_1380_fc_serdev_probe()
183 if (IS_ERR(fc->gpio_state) || IS_ERR(fc->uart_state)) in yt2_1380_fc_serdev_probe()
/linux/include/linux/
A Dserial_core.h491 struct uart_state *state; /* pointer to parent state */
810 struct uart_state { struct
882 struct uart_state *state;
1265 struct uart_state *state = port->state; in uart_handle_break()
/linux/drivers/tty/serial/8250/
A D8250_port.c3037 struct uart_state *state = container_of(port, struct uart_state, port); in do_get_rxtrig()
3073 struct uart_state *state = container_of(port, struct uart_state, port); in do_set_rxtrig()

Completed in 19 milliseconds