Lines Matching defs:hp

92 	struct hvc_struct *hp;  in hvc_get_by_index()  local
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() local
287 struct hvc_struct *hp; in hvc_instantiate() local
327 struct hvc_struct *hp; in hvc_install() local
349 struct hvc_struct *hp = tty->driver_data; in hvc_open() local
391 struct hvc_struct *hp = tty->driver_data; in hvc_close() local
434 struct hvc_struct *hp = tty->driver_data; in hvc_cleanup() local
441 struct hvc_struct *hp = tty->driver_data; in hvc_hangup() local
476 static int hvc_push(struct hvc_struct *hp) in hvc_push()
501 struct hvc_struct *hp = tty->driver_data; in hvc_write() local
565 struct hvc_struct *hp; in hvc_set_winsz() local
591 struct hvc_struct *hp = tty->driver_data; in hvc_write_room() local
601 struct hvc_struct *hp = tty->driver_data; in hvc_chars_in_buffer() local
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() local
838 struct hvc_struct *hp = tty->driver_data; in hvc_tiocmget() local
848 struct hvc_struct *hp = tty->driver_data; in hvc_tiocmset() local
864 struct hvc_struct *hp = tty->driver_data; in hvc_poll_get_char() local
879 struct hvc_struct *hp = tty->driver_data; in hvc_poll_put_char() local
915 struct hvc_struct *hp; in hvc_alloc() local
979 int hvc_remove(struct hvc_struct *hp) in hvc_remove()