/aosp_15_r20/external/trusty/lk/include/dev/class/ |
D | uart.h | 29 struct uart_ops { struct 30 struct driver_ops std; 32 ssize_t (*read)(struct device *dev, void *buf, size_t len); 33 ssize_t (*write)(struct device *dev, const void *buf, size_t len);
|
/aosp_15_r20/external/coreboot/src/soc/intel/denverton_ns/ |
H A D | uart.c | 37 static struct device_operations uart_ops = { variable
|
/aosp_15_r20/external/coreboot/src/soc/intel/common/block/uart/ |
H A D | uart.c | 346 struct device_operations uart_ops = { variable
|
/aosp_15_r20/external/libbpf/.github/actions/build-selftests/ |
H A D | vmlinux.h | 48002 struct uart_ops { struct 48003 unsigned int (*tx_empty)(struct uart_port *); 48004 void (*set_mctrl)(struct uart_port *, unsigned int); 48005 unsigned int (*get_mctrl)(struct uart_port *); 48006 void (*stop_tx)(struct uart_port *); 48007 void (*start_tx)(struct uart_port *); 48008 void (*throttle)(struct uart_port *); 48009 void (*unthrottle)(struct uart_port *); 48010 void (*send_xchar)(struct uart_port *, char); 48011 void (*stop_rx)(struct uart_port *); [all …]
|
/aosp_15_r20/external/bcc/libbpf-tools/powerpc/ |
H A D | vmlinux.h | 25590 struct uart_ops { struct 25591 unsigned int (*tx_empty)(struct uart_port *); 25592 void (*set_mctrl)(struct uart_port *, unsigned int); 25593 unsigned int (*get_mctrl)(struct uart_port *); 25594 void (*stop_tx)(struct uart_port *); 25595 void (*start_tx)(struct uart_port *); 25596 void (*throttle)(struct uart_port *); 25597 void (*unthrottle)(struct uart_port *); 25598 void (*send_xchar)(struct uart_port *, char); 25599 void (*stop_rx)(struct uart_port *); [all …]
|
H A D | vmlinux_600.h | 25590 struct uart_ops { struct 25591 unsigned int (*tx_empty)(struct uart_port *); 25592 void (*set_mctrl)(struct uart_port *, unsigned int); 25593 unsigned int (*get_mctrl)(struct uart_port *); 25594 void (*stop_tx)(struct uart_port *); 25595 void (*start_tx)(struct uart_port *); 25596 void (*throttle)(struct uart_port *); 25597 void (*unthrottle)(struct uart_port *); 25598 void (*send_xchar)(struct uart_port *, char); 25599 void (*stop_rx)(struct uart_port *); [all …]
|
/aosp_15_r20/external/bcc/libbpf-tools/loongarch/ |
H A D | vmlinux.h | 39689 struct uart_ops { struct 39690 unsigned int (*tx_empty)(struct uart_port *); 39691 void (*set_mctrl)(struct uart_port *, unsigned int); 39692 unsigned int (*get_mctrl)(struct uart_port *); 39693 void (*stop_tx)(struct uart_port *); 39694 void (*start_tx)(struct uart_port *); 39695 void (*throttle)(struct uart_port *); 39696 void (*unthrottle)(struct uart_port *); 39697 void (*send_xchar)(struct uart_port *, char); 39698 void (*stop_rx)(struct uart_port *); [all …]
|
H A D | vmlinux_602.h | 39689 struct uart_ops { struct 39690 unsigned int (*tx_empty)(struct uart_port *); 39691 void (*set_mctrl)(struct uart_port *, unsigned int); 39692 unsigned int (*get_mctrl)(struct uart_port *); 39693 void (*stop_tx)(struct uart_port *); 39694 void (*start_tx)(struct uart_port *); 39695 void (*throttle)(struct uart_port *); 39696 void (*unthrottle)(struct uart_port *); 39697 void (*send_xchar)(struct uart_port *, char); 39698 void (*stop_rx)(struct uart_port *); [all …]
|
/aosp_15_r20/external/bcc/libbpf-tools/x86/ |
H A D | vmlinux.h | 28125 struct uart_ops { struct 28126 unsigned int (*tx_empty)(struct uart_port *); 28127 void (*set_mctrl)(struct uart_port *, unsigned int); 28128 unsigned int (*get_mctrl)(struct uart_port *); 28129 void (*stop_tx)(struct uart_port *); 28130 void (*start_tx)(struct uart_port *); 28131 void (*throttle)(struct uart_port *); 28132 void (*unthrottle)(struct uart_port *); 28133 void (*send_xchar)(struct uart_port *, char); 28134 void (*stop_rx)(struct uart_port *); [all …]
|
H A D | vmlinux_518.h | 28125 struct uart_ops { struct 28126 unsigned int (*tx_empty)(struct uart_port *); 28127 void (*set_mctrl)(struct uart_port *, unsigned int); 28128 unsigned int (*get_mctrl)(struct uart_port *); 28129 void (*stop_tx)(struct uart_port *); 28130 void (*start_tx)(struct uart_port *); 28131 void (*throttle)(struct uart_port *); 28132 void (*unthrottle)(struct uart_port *); 28133 void (*send_xchar)(struct uart_port *, char); 28134 void (*stop_rx)(struct uart_port *); [all …]
|
/aosp_15_r20/system/bpf/include/vmlinux/android15_6.6/arm64/ |
H A D | vmlinux.h | 74545 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 …]
|
/aosp_15_r20/external/bcc/libbpf-tools/arm64/ |
H A D | vmlinux_608.h | 36098 struct uart_ops { struct 36099 unsigned int (*tx_empty)(struct uart_port *); 36100 void (*set_mctrl)(struct uart_port *, unsigned int); 36101 unsigned int (*get_mctrl)(struct uart_port *); 36102 void (*stop_tx)(struct uart_port *); 36103 void (*start_tx)(struct uart_port *); 36104 void (*throttle)(struct uart_port *); 36105 void (*unthrottle)(struct uart_port *); 36106 void (*send_xchar)(struct uart_port *, char); 36107 void (*stop_rx)(struct uart_port *); [all …]
|
H A D | vmlinux.h | 36098 struct uart_ops { struct 36099 unsigned int (*tx_empty)(struct uart_port *); 36100 void (*set_mctrl)(struct uart_port *, unsigned int); 36101 unsigned int (*get_mctrl)(struct uart_port *); 36102 void (*stop_tx)(struct uart_port *); 36103 void (*start_tx)(struct uart_port *); 36104 void (*throttle)(struct uart_port *); 36105 void (*unthrottle)(struct uart_port *); 36106 void (*send_xchar)(struct uart_port *, char); 36107 void (*stop_rx)(struct uart_port *); [all …]
|
/aosp_15_r20/system/bpf/include/vmlinux/android15_6.6/x86_64/ |
H A D | vmlinux.h | 84385 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 …]
|
/aosp_15_r20/external/bcc/libbpf-tools/riscv/ |
H A D | vmlinux_602.h | 82251 struct uart_ops { struct 82252 unsigned int (*tx_empty)(struct uart_port *); 82253 void (*set_mctrl)(struct uart_port *, unsigned int); 82254 unsigned int (*get_mctrl)(struct uart_port *); 82255 void (*stop_tx)(struct uart_port *); 82256 void (*start_tx)(struct uart_port *); 82257 void (*throttle)(struct uart_port *); 82258 void (*unthrottle)(struct uart_port *); 82259 void (*send_xchar)(struct uart_port *, char); 82260 void (*stop_rx)(struct uart_port *); [all …]
|
H A D | vmlinux.h | 82251 struct uart_ops { struct 82252 unsigned int (*tx_empty)(struct uart_port *); 82253 void (*set_mctrl)(struct uart_port *, unsigned int); 82254 unsigned int (*get_mctrl)(struct uart_port *); 82255 void (*stop_tx)(struct uart_port *); 82256 void (*start_tx)(struct uart_port *); 82257 void (*throttle)(struct uart_port *); 82258 void (*unthrottle)(struct uart_port *); 82259 void (*send_xchar)(struct uart_port *, char); 82260 void (*stop_rx)(struct uart_port *); [all …]
|