Home
last modified time | relevance | path

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

/system/bpf/include/vmlinux/android15_6.6/arm64/
Dvmlinux.h74588 struct hvc_struct { struct
74589 struct tty_port port;
74590 spinlock_t lock;
74591 int index;
74592 int do_wakeup;
74593 char *outbuf;
74594 int outbuf_size;
74595 int n_outbuf;
74596 uint32_t vtermno;
74597 const struct hv_ops *ops;
[all …]
/system/bpf/include/vmlinux/android15_6.6/x86_64/
Dvmlinux.h84228 struct hvc_struct { struct
84229 struct tty_port port;
84230 spinlock_t lock;
84231 int index;
84232 int do_wakeup;
84233 char *outbuf;
84234 int outbuf_size;
84235 int n_outbuf;
84236 uint32_t vtermno;
84237 const struct hv_ops *ops;
[all …]