Lines Matching refs:hvc_struct

90 static struct hvc_struct *hvc_get_by_index(int index)  in hvc_get_by_index()
92 struct hvc_struct *hp; in hvc_get_by_index()
131 static int hvc_flush(struct hvc_struct *hp) in hvc_flush()
251 struct hvc_struct *hp = container_of(port, struct hvc_struct, port); in hvc_port_destruct()
287 struct hvc_struct *hp; in hvc_instantiate()
327 struct hvc_struct *hp; in hvc_install()
349 struct hvc_struct *hp = tty->driver_data; in hvc_open()
391 struct hvc_struct *hp = tty->driver_data; in hvc_close()
434 struct hvc_struct *hp = tty->driver_data; in hvc_cleanup()
441 struct hvc_struct *hp = tty->driver_data; in hvc_hangup()
476 static int hvc_push(struct hvc_struct *hp) in hvc_push()
501 struct hvc_struct *hp = tty->driver_data; in hvc_write()
565 struct hvc_struct *hp; in hvc_set_winsz()
570 hp = container_of(work, struct hvc_struct, tty_resize); in hvc_set_winsz()
591 struct hvc_struct *hp = tty->driver_data; in hvc_write_room()
601 struct hvc_struct *hp = tty->driver_data; in hvc_chars_in_buffer()
632 static int __hvc_poll(struct hvc_struct *hp, bool may_sleep) in __hvc_poll()
762 int hvc_poll(struct hvc_struct *hp) in hvc_poll()
778 void __hvc_resize(struct hvc_struct *hp, struct winsize ws) in __hvc_resize()
793 struct hvc_struct *hp; in khvcd()
838 struct hvc_struct *hp = tty->driver_data; in hvc_tiocmget()
848 struct hvc_struct *hp = tty->driver_data; in hvc_tiocmset()
864 struct hvc_struct *hp = tty->driver_data; in hvc_poll_get_char()
879 struct hvc_struct *hp = tty->driver_data; in hvc_poll_put_char()
911 struct hvc_struct *hvc_alloc(uint32_t vtermno, int data, in hvc_alloc()
915 struct hvc_struct *hp; in hvc_alloc()
979 int hvc_remove(struct hvc_struct *hp) in hvc_remove()