Home
last modified time | relevance | path

Searched defs:uart_ops (Results 1 – 2 of 2) sorted by relevance

/system/bpf/include/vmlinux/android15_6.6/arm64/
Dvmlinux.h74545 struct uart_ops { struct
74546 unsigned int (*tx_empty)(struct uart_port *);
74547 void (*set_mctrl)(struct uart_port *, unsigned int);
74548 unsigned int (*get_mctrl)(struct uart_port *);
74549 void (*stop_tx)(struct uart_port *);
74550 void (*start_tx)(struct uart_port *);
74551 void (*throttle)(struct uart_port *);
74552 void (*unthrottle)(struct uart_port *);
74553 void (*send_xchar)(struct uart_port *, char);
74554 void (*stop_rx)(struct uart_port *);
[all …]
/system/bpf/include/vmlinux/android15_6.6/x86_64/
Dvmlinux.h84385 struct uart_ops { struct
84386 unsigned int (*tx_empty)(struct uart_port *);
84387 void (*set_mctrl)(struct uart_port *, unsigned int);
84388 unsigned int (*get_mctrl)(struct uart_port *);
84389 void (*stop_tx)(struct uart_port *);
84390 void (*start_tx)(struct uart_port *);
84391 void (*throttle)(struct uart_port *);
84392 void (*unthrottle)(struct uart_port *);
84393 void (*send_xchar)(struct uart_port *, char);
84394 void (*stop_rx)(struct uart_port *);
[all …]