• Home
  • Raw
  • Download

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()
331 struct hvc_struct *hp; in hvc_install()
353 struct hvc_struct *hp = tty->driver_data; in hvc_open()
396 struct hvc_struct *hp; in hvc_close()
445 struct hvc_struct *hp = tty->driver_data; in hvc_cleanup()
452 struct hvc_struct *hp = tty->driver_data; in hvc_hangup()
487 static int hvc_push(struct hvc_struct *hp) in hvc_push()
512 struct hvc_struct *hp = tty->driver_data; in hvc_write()
576 struct hvc_struct *hp; in hvc_set_winsz()
581 hp = container_of(work, struct hvc_struct, tty_resize); in hvc_set_winsz()
602 struct hvc_struct *hp = tty->driver_data; in hvc_write_room()
612 struct hvc_struct *hp = tty->driver_data; in hvc_chars_in_buffer()
643 static int __hvc_poll(struct hvc_struct *hp, bool may_sleep) in __hvc_poll()
773 int hvc_poll(struct hvc_struct *hp) in hvc_poll()
789 void __hvc_resize(struct hvc_struct *hp, struct winsize ws) in __hvc_resize()
804 struct hvc_struct *hp; in khvcd()
849 struct hvc_struct *hp = tty->driver_data; in hvc_tiocmget()
859 struct hvc_struct *hp = tty->driver_data; in hvc_tiocmset()
875 struct hvc_struct *hp = tty->driver_data; in hvc_poll_get_char()
890 struct hvc_struct *hp = tty->driver_data; in hvc_poll_put_char()
922 struct hvc_struct *hvc_alloc(uint32_t vtermno, int data, in hvc_alloc()
926 struct hvc_struct *hp; in hvc_alloc()
981 int hvc_remove(struct hvc_struct *hp) in hvc_remove()