Searched refs:uart_state (Results 1 – 3 of 3) sorted by relevance
| /drivers/tty/serial/ |
| A D | serial_core.c | 249 struct uart_state *state = container_of(port, struct uart_state, port); in uart_alloc_xmit_buf() 282 struct uart_state *state = container_of(port, struct uart_state, port); in uart_free_xmit_buf() 792 struct uart_state *state = container_of(port, struct uart_state, port); in uart_get_info() 1763 struct uart_state *state = container_of(port, struct uart_state, port); in uart_tty_port_shutdown() 1892 struct uart_state *state = container_of(port, struct uart_state, port); in uart_port_shutdown() 1915 struct uart_state *state = container_of(port, struct uart_state, port); in uart_carrier_raised() 1938 struct uart_state *state = container_of(port, struct uart_state, port); in uart_dtr_rts() 1982 struct uart_state *state = container_of(port, struct uart_state, port); in uart_port_activate() 2993 struct uart_state *state = container_of(port, struct uart_state, port); in console_show() 3010 struct uart_state *state = container_of(port, struct uart_state, port); in console_store() [all …]
|
| /drivers/platform/x86/lenovo/ |
| A D | yoga-tab2-pro-1380-fastcharger.c | 40 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()
|
| /drivers/tty/serial/8250/ |
| A D | 8250_port.c | 3014 struct uart_state *state = container_of(port, struct uart_state, port); in do_get_rxtrig() 3050 struct uart_state *state = container_of(port, struct uart_state, port); in do_set_rxtrig()
|
Completed in 16 milliseconds