Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/tty/serial/
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
357 static unsigned int dz_get_mctrl(struct uart_port *uport) in dz_get_mctrl()
373 static void dz_set_mctrl(struct uart_port *uport, unsigned int mctrl) in dz_set_mctrl()
398 static int dz_startup(struct uart_port *uport) in dz_startup()
439 static void dz_shutdown(struct uart_port *uport) in dz_shutdown()
474 static unsigned int dz_tx_empty(struct uart_port *uport) in dz_tx_empty()
[all …]
Dqcom_geni_serial.c121 struct uart_port uport; member
191 static int qcom_geni_serial_request_port(struct uart_port *uport) in qcom_geni_serial_request_port()
203 static void qcom_geni_serial_config_port(struct uart_port *uport, int cfg_flags) in qcom_geni_serial_config_port()
211 static unsigned int qcom_geni_serial_get_mctrl(struct uart_port *uport) in qcom_geni_serial_get_mctrl()
227 static void qcom_geni_serial_set_mctrl(struct uart_port *uport, in qcom_geni_serial_set_mctrl()
244 static const char *qcom_geni_serial_get_type(struct uart_port *uport) in qcom_geni_serial_get_type()
261 static bool qcom_geni_serial_poll_bit(struct uart_port *uport, in qcom_geni_serial_poll_bit()
299 static void qcom_geni_serial_setup_tx(struct uart_port *uport, u32 xmit_size) in qcom_geni_serial_setup_tx()
308 static void qcom_geni_serial_poll_tx_done(struct uart_port *uport) in qcom_geni_serial_poll_tx_done()
325 static void qcom_geni_serial_abort_rx(struct uart_port *uport) in qcom_geni_serial_abort_rx()
[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.c59 static int uart_dcd_enabled(struct uart_port *uport) in uart_dcd_enabled()
71 static inline void uart_port_deref(struct uart_port *uport) in uart_port_deref()
85 #define uart_port_unlock(uport, flags) \ argument
170 static void uart_port_dtr_rts(struct uart_port *uport, int raise) in uart_port_dtr_rts()
185 struct uart_port *uport = uart_port_check(state); in uart_port_startup() local
279 struct uart_port *uport = uart_port_check(state); in uart_shutdown() local
486 struct uart_port *uport = uart_port_check(state); in uart_change_speed() local
659 void uart_xchar_out(struct uart_port *uport, int offset) in uart_xchar_out()
754 struct uart_port *uport; in uart_get_info() local
804 struct uart_port *uport = uart_port_check(state); in uart_set_info() local
[all …]
Dsprd_serial.c1122 static bool sprd_uart_is_console(struct uart_port *uport) in sprd_uart_is_console()
1133 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.c1867 struct uart_pmac_port *uport = &pmz_ports[i]; in exit_pmz() local
Dserial-tegra.c108 struct uart_port uport; member
Dsamsung_tty.c1894 struct uart_port *uport; in s3c24xx_serial_cpufreq_transition() local
/linux-5.19.10/drivers/cxl/core/
Dport.c396 static struct cxl_port *cxl_port_alloc(struct device *uport, in cxl_port_alloc()
452 struct cxl_port *devm_cxl_add_port(struct device *host, struct device *uport, in devm_cxl_add_port()
510 static void unregister_pci_bus(void *uport) in unregister_pci_bus()
515 int devm_cxl_register_pci_bus(struct device *host, struct device *uport, in devm_cxl_register_pci_bus()
/linux-5.19.10/include/linux/
Dserial_core.h444 static inline bool uart_cts_enabled(struct uart_port *uport) in uart_cts_enabled()
449 static inline bool uart_softcts_mode(struct uart_port *uport) in uart_softcts_mode()
/linux-5.19.10/tools/testing/cxl/test/
Dcxl.c688 struct platform_device *uport = in cxl_test_init() local
/linux-5.19.10/drivers/cxl/
Dcxl.h273 struct device *uport; member
/linux-5.19.10/drivers/tty/serial/8250/
D8250_port.c3073 struct uart_port *uport = state->uart_port; in do_get_rxtrig() local
3109 struct uart_port *uport = state->uart_port; in do_set_rxtrig() local