Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/tty/serial/
Dqcom_geni_serial.c118 struct uart_port uport; member
147 static inline struct qcom_geni_serial_port *to_dev_port(struct uart_port *uport) in to_dev_port()
188 static int qcom_geni_serial_request_port(struct uart_port *uport) in qcom_geni_serial_request_port()
200 static void qcom_geni_serial_config_port(struct uart_port *uport, int cfg_flags) in qcom_geni_serial_config_port()
208 static unsigned int qcom_geni_serial_get_mctrl(struct uart_port *uport) in qcom_geni_serial_get_mctrl()
224 static void qcom_geni_serial_set_mctrl(struct uart_port *uport, in qcom_geni_serial_set_mctrl()
241 static const char *qcom_geni_serial_get_type(struct uart_port *uport) in qcom_geni_serial_get_type()
258 static bool qcom_geni_serial_main_active(struct uart_port *uport) in qcom_geni_serial_main_active()
263 static bool qcom_geni_serial_secondary_active(struct uart_port *uport) in qcom_geni_serial_secondary_active()
268 static bool qcom_geni_serial_poll_bit(struct uart_port *uport, in qcom_geni_serial_poll_bit()
[all …]
Dsb1250-duart.c100 #define to_sport(uport) container_of(uport, struct sbd_port, port) argument
232 static unsigned int sbd_tx_empty(struct uart_port *uport) in sbd_tx_empty()
239 static unsigned int sbd_get_mctrl(struct uart_port *uport) in sbd_get_mctrl()
253 static void sbd_set_mctrl(struct uart_port *uport, unsigned int mctrl) in sbd_set_mctrl()
281 static void sbd_stop_tx(struct uart_port *uport) in sbd_stop_tx()
289 static void sbd_start_tx(struct uart_port *uport) in sbd_start_tx()
304 static void sbd_stop_rx(struct uart_port *uport) in sbd_stop_rx()
311 static void sbd_enable_ms(struct uart_port *uport) in sbd_enable_ms()
319 static void sbd_break_ctl(struct uart_port *uport, int break_state) in sbd_break_ctl()
332 struct uart_port *uport = &sport->port; in sbd_receive_chars() local
[all …]
Ddz.c85 static inline struct dz_port *to_dport(struct uart_port *uport) in to_dport()
123 static void dz_stop_tx(struct uart_port *uport) in dz_stop_tx()
133 static void dz_start_tx(struct uart_port *uport) in dz_start_tx()
143 static void dz_stop_rx(struct uart_port *uport) in dz_stop_rx()
180 struct uart_port *uport; in dz_receive_chars() local
356 static unsigned int dz_get_mctrl(struct uart_port *uport) in dz_get_mctrl()
372 static void dz_set_mctrl(struct uart_port *uport, unsigned int mctrl) in dz_set_mctrl()
397 static int dz_startup(struct uart_port *uport) in dz_startup()
438 static void dz_shutdown(struct uart_port *uport) in dz_shutdown()
473 static unsigned int dz_tx_empty(struct uart_port *uport) in dz_tx_empty()
[all …]
Dzs.c99 #define to_zport(uport) container_of(uport, struct zs_port, port) argument
304 static unsigned int zs_tx_empty(struct uart_port *uport) in zs_tx_empty()
372 static unsigned int zs_get_mctrl(struct uart_port *uport) in zs_get_mctrl()
385 static void zs_set_mctrl(struct uart_port *uport, unsigned int mctrl) in zs_set_mctrl()
425 static void zs_stop_tx(struct uart_port *uport) in zs_stop_tx()
437 static void zs_start_tx(struct uart_port *uport) in zs_start_tx()
451 static void zs_stop_rx(struct uart_port *uport) in zs_stop_rx()
485 static void zs_enable_ms(struct uart_port *uport) in zs_enable_ms()
515 static void zs_break_ctl(struct uart_port *uport, int break_state) in zs_break_ctl()
539 struct uart_port *uport = &zport->port; in zs_receive_chars() local
[all …]
Dserial_core.c60 static int uart_dcd_enabled(struct uart_port *uport) in uart_dcd_enabled()
72 static inline void uart_port_deref(struct uart_port *uport) in uart_port_deref()
86 #define uart_port_unlock(uport, flags) \ argument
193 static void uart_port_dtr_rts(struct uart_port *uport, bool active) in uart_port_dtr_rts()
205 struct uart_port *uport = uart_port_check(state); in uart_change_line_settings() local
253 struct uart_port *uport = uart_port_check(state); in uart_port_startup() local
347 struct uart_port *uport = uart_port_check(state); in uart_shutdown() local
680 void uart_xchar_out(struct uart_port *uport, int offset) in uart_xchar_out()
775 struct uart_port *uport; in uart_get_info() local
825 struct uart_port *uport = uart_port_check(state); in uart_set_info() local
[all …]
Dsprd_serial.c1096 static bool sprd_uart_is_console(struct uart_port *uport) in sprd_uart_is_console()
1107 static int sprd_clk_init(struct uart_port *uport) in sprd_clk_init()
Darc_uart.c100 #define to_arc_port(uport) container_of(uport, struct arc_uart_port, port) argument
Dpmac_zilog.c1864 struct uart_pmac_port *uport = &pmz_ports[i]; in exit_pmz() local
Dserial-tegra.c107 struct uart_port uport; member
Dfsl_lpuart.c3156 struct uart_port *uport = &sport->port; in lpuart_console_fixup() local
/Linux-v6.6/include/linux/
Dserial_core.h672 #define __uart_port_tx(uport, ch, tx_ready, put_char, tx_done, for_test, \ argument
887 static inline bool uart_cts_enabled(struct uart_port *uport) in uart_cts_enabled()
892 static inline bool uart_softcts_mode(struct uart_port *uport) in uart_softcts_mode()
/Linux-v6.6/tools/testing/cxl/test/
Dcxl.c1150 struct platform_device *uport = in cxl_single_init() local
1330 struct platform_device *uport = in cxl_test_init() local
/Linux-v6.6/drivers/tty/serial/8250/
D8250_port.c3097 struct uart_port *uport = state->uart_port; in do_get_rxtrig() local
3133 struct uart_port *uport = state->uart_port; in do_set_rxtrig() local