Home
last modified time | relevance | path

Searched refs:uart_ops (Results 1 – 25 of 64) sorted by relevance

123

/linux/drivers/tty/serial/8250/
H A D8250.h123 extern const struct uart_ops *univ8250_port_base_ops;
124 extern struct uart_ops univ8250_port_ops;
316 void univ8250_rsa_support(struct uart_ops *ops, const struct uart_ops *core_ops);
322 static inline void univ8250_rsa_support(struct uart_ops *ops, const struct uart_ops *core_ops) { } in univ8250_rsa_support()
H A D8250_rsa.c17 static const struct uart_ops *core_port_base_ops;
110 void univ8250_rsa_support(struct uart_ops *ops, const struct uart_ops *core_ops) in univ8250_rsa_support()
H A D8250_core.c309 const struct uart_ops *univ8250_port_base_ops;
310 struct uart_ops univ8250_port_ops;
/linux/Documentation/driver-api/serial/
H A Ddriver.rst19 by uart_ops) to the core serial driver. The low level driver is also
41 are described in the struct uart_ops listing below.)
62 uart_ops chapter
66 :identifiers: uart_ops
/linux/drivers/tty/serial/
H A Dsh-sci-common.h99 const struct uart_ops *uart_ops; member
H A Drsci.c430 static const struct uart_ops rsci_uart_ops = {
463 .uart_ops = &rsci_uart_ops,
H A Dsh-sci.c3119 static const struct uart_ops sci_uart_ops = {
3568 .uart_ops = &sci_uart_ops,
3576 .uart_ops = &sci_uart_ops,
3584 .uart_ops = &sci_uart_ops,
3592 .uart_ops = &sci_uart_ops,
3600 .uart_ops = &sci_uart_ops,
3608 .uart_ops = &sci_uart_ops,
3616 .uart_ops = &sci_uart_ops,
3624 .uart_ops = &sci_uart_ops,
3632 .uart_ops = &sci_uart_ops,
[all …]
H A Dtegra-tcu.c134 static const struct uart_ops tegra_tcu_uart_ops = {
H A Dmux.c403 static const struct uart_ops mux_pops = {
H A D21285.c352 static const struct uart_ops serial21285_ops = {
H A Desp32_acm.c264 static const struct uart_ops esp32s3_acm_pops = {
H A Dqcom_geni_serial.c155 static const struct uart_ops qcom_geni_console_pops;
156 static const struct uart_ops qcom_geni_uart_pops;
1741 static const struct uart_ops qcom_geni_console_pops = {
1764 static const struct uart_ops qcom_geni_uart_pops = {
H A Dliteuart.c265 static const struct uart_ops liteuart_ops = {
H A Dsunhv.c377 static const struct uart_ops sunhv_pops = {
H A Dapbuart.c297 static const struct uart_ops grlib_apbuart_ops = {
H A Dtimbuart.c379 static const struct uart_ops timbuart_ops = {
H A Ddigicolor-usart.c367 static const struct uart_ops digicolor_uart_ops = {
H A Dclps711x.c332 static const struct uart_ops uart_clps711x_ops = {
H A Dmps2-uart.c395 static const struct uart_ops mps2_uart_pops = {
H A Dmcf.c447 static const struct uart_ops mcf_uart_ops = {
H A Daltera_uart.c392 static const struct uart_ops altera_uart_ops = {
H A Dvt8500_serial.c560 static const struct uart_ops vt8500_uart_pops = {
H A Dlpc32xx_hs.c584 static const struct uart_ops serial_lpc32xx_pops = {
H A Dtegra-utc.c338 static const struct uart_ops tegra_utc_uart_ops = {
/linux/scripts/
H A Dconst_structs.checkpatch99 uart_ops

123