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
340 struct hvc_struct *hp = tty->driver_data; in hvc_open() local
383 struct hvc_struct *hp; in hvc_close() local
432 struct hvc_struct *hp = tty->driver_data; in hvc_cleanup() local
439 struct hvc_struct *hp = tty->driver_data; in hvc_hangup() local
474 static int hvc_push(struct hvc_struct *hp) in hvc_push()
499 struct hvc_struct *hp = tty->driver_data; in hvc_write() local
549 struct hvc_struct *hp; in hvc_set_winsz() local
575 struct hvc_struct *hp = tty->driver_data; in hvc_write_room() local
585 struct hvc_struct *hp = tty->driver_data; in hvc_chars_in_buffer() local
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() local
785 struct hvc_struct *hp = tty->driver_data; in hvc_tiocmget() local
795 struct hvc_struct *hp = tty->driver_data; in hvc_tiocmset() local
811 struct hvc_struct *hp = tty->driver_data; in hvc_poll_get_char() local
826 struct hvc_struct *hp = tty->driver_data; in hvc_poll_put_char() local
862 struct hvc_struct *hp; in hvc_alloc() local
917 int hvc_remove(struct hvc_struct *hp) in hvc_remove()