Searched defs:hvc_struct (Results 1 – 2 of 2) sorted by relevance
74588 struct hvc_struct { struct74589 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 …]
84228 struct hvc_struct { struct84229 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 …]