Lines Matching defs:hp
106 struct hvc_struct *hp; in hvc_get_by_index() local
238 struct hvc_struct *hp = container_of(port, struct hvc_struct, port); in hvc_port_destruct() local
274 struct hvc_struct *hp; in hvc_instantiate() local
318 struct hvc_struct *hp; in hvc_install() local
339 struct hvc_struct *hp = tty->driver_data; in hvc_open() local
382 struct hvc_struct *hp; in hvc_close() local
431 struct hvc_struct *hp = tty->driver_data; in hvc_cleanup() local
438 struct hvc_struct *hp = tty->driver_data; in hvc_hangup() local
473 static int hvc_push(struct hvc_struct *hp) in hvc_push()
498 struct hvc_struct *hp = tty->driver_data; in hvc_write() local
548 struct hvc_struct *hp; in hvc_set_winsz() local
574 struct hvc_struct *hp = tty->driver_data; in hvc_write_room() local
584 struct hvc_struct *hp = tty->driver_data; in hvc_chars_in_buffer() local
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() local
784 struct hvc_struct *hp = tty->driver_data; in hvc_tiocmget() local
794 struct hvc_struct *hp = tty->driver_data; in hvc_tiocmset() local
810 struct hvc_struct *hp = tty->driver_data; in hvc_poll_get_char() local
825 struct hvc_struct *hp = tty->driver_data; in hvc_poll_put_char() local
861 struct hvc_struct *hp; in hvc_alloc() local
916 int hvc_remove(struct hvc_struct *hp) in hvc_remove()