Lines Matching refs:hvc_struct

104 static struct hvc_struct *hvc_get_by_index(int index)  in hvc_get_by_index()
106 struct hvc_struct *hp; in hvc_get_by_index()
238 struct hvc_struct *hp = container_of(port, struct hvc_struct, port); in hvc_port_destruct()
274 struct hvc_struct *hp; in hvc_instantiate()
318 struct hvc_struct *hp; in hvc_install()
339 struct hvc_struct *hp = tty->driver_data; in hvc_open()
382 struct hvc_struct *hp; in hvc_close()
431 struct hvc_struct *hp = tty->driver_data; in hvc_cleanup()
438 struct hvc_struct *hp = tty->driver_data; in hvc_hangup()
473 static int hvc_push(struct hvc_struct *hp) in hvc_push()
498 struct hvc_struct *hp = tty->driver_data; in hvc_write()
548 struct hvc_struct *hp; in hvc_set_winsz()
553 hp = container_of(work, struct hvc_struct, tty_resize); in hvc_set_winsz()
574 struct hvc_struct *hp = tty->driver_data; in hvc_write_room()
584 struct hvc_struct *hp = tty->driver_data; in hvc_chars_in_buffer()
606 int hvc_poll(struct hvc_struct *hp) in hvc_poll()
725 void __hvc_resize(struct hvc_struct *hp, struct winsize ws) in __hvc_resize()
740 struct hvc_struct *hp; in khvcd()
784 struct hvc_struct *hp = tty->driver_data; in hvc_tiocmget()
794 struct hvc_struct *hp = tty->driver_data; in hvc_tiocmset()
810 struct hvc_struct *hp = tty->driver_data; in hvc_poll_get_char()
825 struct hvc_struct *hp = tty->driver_data; in hvc_poll_put_char()
857 struct hvc_struct *hvc_alloc(uint32_t vtermno, int data, in hvc_alloc()
861 struct hvc_struct *hp; in hvc_alloc()
916 int hvc_remove(struct hvc_struct *hp) in hvc_remove()