Searched defs:uart_ops (Results 1 – 7 of 7) sorted by relevance
| /external/bcc/libbpf-tools/powerpc/ |
| D | vmlinux_510.h | 19260 struct uart_ops { struct 19261 unsigned int (*tx_empty)(struct uart_port *); 19262 void (*set_mctrl)(struct uart_port *, unsigned int); 19263 unsigned int (*get_mctrl)(struct uart_port *); 19264 void (*stop_tx)(struct uart_port *); 19265 void (*start_tx)(struct uart_port *); 19266 void (*throttle)(struct uart_port *); 19267 void (*unthrottle)(struct uart_port *); 19268 void (*send_xchar)(struct uart_port *, char); 19269 void (*stop_rx)(struct uart_port *); [all …]
|
| D | vmlinux.h | 19260 struct uart_ops { struct 19261 unsigned int (*tx_empty)(struct uart_port *); 19262 void (*set_mctrl)(struct uart_port *, unsigned int); 19263 unsigned int (*get_mctrl)(struct uart_port *); 19264 void (*stop_tx)(struct uart_port *); 19265 void (*start_tx)(struct uart_port *); 19266 void (*throttle)(struct uart_port *); 19267 void (*unthrottle)(struct uart_port *); 19268 void (*send_xchar)(struct uart_port *, char); 19269 void (*stop_rx)(struct uart_port *); [all …]
|
| /external/libbpf/.github/actions/build-selftests/ |
| D | vmlinux.h | 23249 struct uart_ops { struct 23250 unsigned int (*tx_empty)(struct uart_port *); 23251 void (*set_mctrl)(struct uart_port *, unsigned int); 23252 unsigned int (*get_mctrl)(struct uart_port *); 23253 void (*stop_tx)(struct uart_port *); 23254 void (*start_tx)(struct uart_port *); 23255 void (*throttle)(struct uart_port *); 23256 void (*unthrottle)(struct uart_port *); 23257 void (*send_xchar)(struct uart_port *, char); 23258 void (*stop_rx)(struct uart_port *); [all …]
|
| /external/bcc/libbpf-tools/arm64/ |
| D | vmlinux.h | 59807 struct uart_ops { struct 59808 unsigned int (*tx_empty)(struct uart_port *); 59809 void (*set_mctrl)(struct uart_port *, unsigned int); 59810 unsigned int (*get_mctrl)(struct uart_port *); 59811 void (*stop_tx)(struct uart_port *); 59812 void (*start_tx)(struct uart_port *); 59813 void (*throttle)(struct uart_port *); 59814 void (*unthrottle)(struct uart_port *); 59815 void (*send_xchar)(struct uart_port *, char); 59816 void (*stop_rx)(struct uart_port *); [all …]
|
| D | vmlinux_510.h | 59807 struct uart_ops { struct 59808 unsigned int (*tx_empty)(struct uart_port *); 59809 void (*set_mctrl)(struct uart_port *, unsigned int); 59810 unsigned int (*get_mctrl)(struct uart_port *); 59811 void (*stop_tx)(struct uart_port *); 59812 void (*start_tx)(struct uart_port *); 59813 void (*throttle)(struct uart_port *); 59814 void (*unthrottle)(struct uart_port *); 59815 void (*send_xchar)(struct uart_port *, char); 59816 void (*stop_rx)(struct uart_port *); [all …]
|
| /external/bcc/libbpf-tools/x86/ |
| D | vmlinux_505.h | 23593 struct uart_ops { struct 23594 unsigned int (*tx_empty)(struct uart_port *); 23595 void (*set_mctrl)(struct uart_port *, unsigned int); 23596 unsigned int (*get_mctrl)(struct uart_port *); 23597 void (*stop_tx)(struct uart_port *); 23598 void (*start_tx)(struct uart_port *); 23599 void (*throttle)(struct uart_port *); 23600 void (*unthrottle)(struct uart_port *); 23601 void (*send_xchar)(struct uart_port *, char); 23602 void (*stop_rx)(struct uart_port *); [all …]
|
| D | vmlinux.h | 23593 struct uart_ops { struct 23594 unsigned int (*tx_empty)(struct uart_port *); 23595 void (*set_mctrl)(struct uart_port *, unsigned int); 23596 unsigned int (*get_mctrl)(struct uart_port *); 23597 void (*stop_tx)(struct uart_port *); 23598 void (*start_tx)(struct uart_port *); 23599 void (*throttle)(struct uart_port *); 23600 void (*unthrottle)(struct uart_port *); 23601 void (*send_xchar)(struct uart_port *, char); 23602 void (*stop_rx)(struct uart_port *); [all …]
|