Home
last modified time | relevance | path

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

1234

/linux-6.15/Documentation/driver-api/serial/
H A Ddriver.rst19 by uart_ops) to the core serial driver. The low level driver is also
42 are described in the struct uart_ops listing below.)
63 uart_ops chapter
67 :identifiers: uart_ops
/linux-6.15/drivers/tty/serial/8250/
H A D8250.h132 extern const struct uart_ops *univ8250_port_base_ops;
133 extern struct uart_ops univ8250_port_ops;
326 void univ8250_rsa_support(struct uart_ops *ops);
328 static inline void univ8250_rsa_support(struct uart_ops *ops) { } in univ8250_rsa_support()
H A D8250_rsa.c98 void univ8250_rsa_support(struct uart_ops *ops) in univ8250_rsa_support()
H A D8250_core.c307 const struct uart_ops *univ8250_port_base_ops = NULL;
308 struct uart_ops univ8250_port_ops;
/linux-6.15/drivers/nfc/nfcmrvl/
H A Duart.c57 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-6.15/scripts/
H A Dconst_structs.checkpatch98 uart_ops
/linux-6.15/drivers/tty/serial/
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 Dqcom_geni_serial.c143 static const struct uart_ops qcom_geni_console_pops;
144 static const struct uart_ops qcom_geni_uart_pops;
1597 static const struct uart_ops qcom_geni_console_pops = {
1620 static const struct uart_ops qcom_geni_uart_pops = {
H A D21285.c352 static const struct uart_ops serial21285_ops = {
H A Daltera_jtaguart.c236 static const struct uart_ops altera_jtaguart_ops = {
H A Desp32_acm.c264 static const struct uart_ops esp32s3_acm_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 Darc_uart.c452 static const struct uart_ops arc_serial_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 Dclps711x.c332 static const struct uart_ops uart_clps711x_ops = {
H A Ddigicolor-usart.c367 static const struct uart_ops digicolor_uart_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 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-6.15/include/linux/
H A Dserial_core.h375 struct uart_ops { struct
571 const struct uart_ops *ops;

1234