Home
last modified time | relevance | path

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

/system/bpf/include/vmlinux/android15_6.6/arm64/
Dvmlinux.h93097 struct gs_port { struct
93098 struct tty_port port;
93099 spinlock_t port_lock;
93100 struct gserial *port_usb;
93101 u8 port_num;
93102 struct list_head read_pool;
93103 int read_started;
93104 int read_allocated;
93105 struct list_head read_queue;
93106 unsigned int n_read;
[all …]
/system/bpf/include/vmlinux/android15_6.6/x86_64/
Dvmlinux.h102793 struct gs_port { struct
102794 struct tty_port port;
102795 spinlock_t port_lock;
102796 struct gserial *port_usb;
102797 u8 port_num;
102798 struct list_head read_pool;
102799 int read_started;
102800 int read_allocated;
102801 struct list_head read_queue;
102802 unsigned int n_read;
[all …]