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()
340 struct hvc_struct *hp = tty->driver_data; in hvc_open()
383 struct hvc_struct *hp; in hvc_close()
432 struct hvc_struct *hp = tty->driver_data; in hvc_cleanup()
439 struct hvc_struct *hp = tty->driver_data; in hvc_hangup()
474 static int hvc_push(struct hvc_struct *hp) in hvc_push()
499 struct hvc_struct *hp = tty->driver_data; in hvc_write()
549 struct hvc_struct *hp; in hvc_set_winsz()
554 hp = container_of(work, struct hvc_struct, tty_resize); in hvc_set_winsz()
575 struct hvc_struct *hp = tty->driver_data; in hvc_write_room()
585 struct hvc_struct *hp = tty->driver_data; in hvc_chars_in_buffer()
607 int hvc_poll(struct hvc_struct *hp) in hvc_poll()
726 void __hvc_resize(struct hvc_struct *hp, struct winsize ws) in __hvc_resize()
741 struct hvc_struct *hp; in khvcd()
785 struct hvc_struct *hp = tty->driver_data; in hvc_tiocmget()
795 struct hvc_struct *hp = tty->driver_data; in hvc_tiocmset()
811 struct hvc_struct *hp = tty->driver_data; in hvc_poll_get_char()
826 struct hvc_struct *hp = tty->driver_data; in hvc_poll_put_char()
858 struct hvc_struct *hvc_alloc(uint32_t vtermno, int data, in hvc_alloc()
862 struct hvc_struct *hp; in hvc_alloc()
917 int hvc_remove(struct hvc_struct *hp) in hvc_remove()