/linux/Documentation/driver-api/serial/ |
H A D | driver.rst | 19 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/8250/ |
H A D | 8250.h | 132 extern const struct uart_ops *univ8250_port_base_ops; 133 extern struct uart_ops univ8250_port_ops; 320 void univ8250_rsa_support(struct uart_ops *ops); 326 static inline void univ8250_rsa_support(struct uart_ops *ops) { } in univ8250_rsa_support()
|
H A D | 8250_rsa.c | 100 void univ8250_rsa_support(struct uart_ops *ops) in univ8250_rsa_support()
|
H A D | 8250_core.c | 310 const struct uart_ops *univ8250_port_base_ops = NULL; 311 struct uart_ops univ8250_port_ops;
|
/linux/drivers/tty/serial/ |
H A D | sh-sci-common.h | 99 const struct uart_ops *uart_ops; member
|
H A D | rsci.c | 430 static const struct uart_ops rsci_uart_ops = { 463 .uart_ops = &rsci_uart_ops,
|
H A D | sh-sci.c | 2935 static const struct uart_ops sci_uart_ops = { 3384 .uart_ops = &sci_uart_ops, 3392 .uart_ops = &sci_uart_ops, 3400 .uart_ops = &sci_uart_ops, 3408 .uart_ops = &sci_uart_ops, 3416 .uart_ops = &sci_uart_ops, 3424 .uart_ops = &sci_uart_ops, 3432 .uart_ops = &sci_uart_ops, 3440 .uart_ops = &sci_uart_ops, 3448 .uart_ops [all...] |
H A D | mux.c | 403 static const struct uart_ops mux_pops = {
|
H A D | esp32_acm.c | 264 static const struct uart_ops esp32s3_acm_pops = {
|
H A D | altera_jtaguart.c | 236 static const struct uart_ops altera_jtaguart_ops = {
|
H A D | liteuart.c | 265 static const struct uart_ops liteuart_ops = {
|
H A D | sunhv.c | 377 static const struct uart_ops sunhv_pops = {
|
H A D | arc_uart.c | 452 static const struct uart_ops arc_serial_pops = {
|
H A D | apbuart.c | 297 static const struct uart_ops grlib_apbuart_ops = {
|
H A D | timbuart.c | 379 static const struct uart_ops timbuart_ops = {
|
H A D | clps711x.c | 332 static const struct uart_ops uart_clps711x_ops = {
|
H A D | digicolor-usart.c | 367 static const struct uart_ops digicolor_uart_ops = {
|
H A D | altera_uart.c | 392 static const struct uart_ops altera_uart_ops = {
|
H A D | mcf.c | 447 static const struct uart_ops mcf_uart_ops = {
|
H A D | mps2-uart.c | 395 static const struct uart_ops mps2_uart_pops = {
|
H A D | tegra-utc.c | 338 static const struct uart_ops tegra_utc_uart_ops = {
|
H A D | vt8500_serial.c | 560 static const struct uart_ops vt8500_uart_pops = {
|
/linux/drivers/nfc/nfcmrvl/ |
H A D | uart.c | 57 static const struct nfcmrvl_if_ops uart_ops = { variable 122 priv = nfcmrvl_nci_register_dev(NFCMRVL_PHY_UART, nu, &uart_ops, in nfcmrvl_nci_uart_open()
|
/linux/scripts/ |
H A D | const_structs.checkpatch | 99 uart_ops
|
/linux/include/linux/ |
H A D | serial_core.h | 37 * struct uart_ops -- interface between serial_core and the driver 375 struct uart_ops { struct 573 const struct uart_ops *ops; 376 tx_emptyuart_ops global() argument 377 set_mctrluart_ops global() argument 378 get_mctrluart_ops global() argument 379 stop_txuart_ops global() argument 380 start_txuart_ops global() argument 381 throttleuart_ops global() argument 382 unthrottleuart_ops global() argument 383 send_xcharuart_ops global() argument 384 stop_rxuart_ops global() argument 385 start_rxuart_ops global() argument 386 enable_msuart_ops global() argument 387 break_ctluart_ops global() argument 388 startupuart_ops global() argument 389 shutdownuart_ops global() argument 390 flush_bufferuart_ops global() argument 391 set_termiosuart_ops global() argument 393 set_ldiscuart_ops global() argument 394 pmuart_ops global() argument 396 typeuart_ops global() argument 397 release_portuart_ops global() argument 398 request_portuart_ops global() argument 399 config_portuart_ops global() argument 400 verify_portuart_ops global() argument 401 ioctluart_ops global() argument 403 poll_inituart_ops global() argument 404 poll_put_charuart_ops global() argument 405 poll_get_charuart_ops global() argument
|