Lines Matching defs:hp
102 struct hvc_struct *hp; in hvc_get_by_index() local
234 struct hvc_struct *hp = container_of(kref, struct hvc_struct, kref); in destroy_hvc_struct() local
256 struct hvc_struct *hp; in hvc_instantiate() local
308 struct hvc_struct *hp; in hvc_open() local
357 struct hvc_struct *hp; in hvc_close() local
405 struct hvc_struct *hp = tty->driver_data; in hvc_hangup() local
448 static int hvc_push(struct hvc_struct *hp) in hvc_push()
473 struct hvc_struct *hp = tty->driver_data; in hvc_write() local
522 struct hvc_struct *hp; in hvc_set_winsz() local
549 struct hvc_struct *hp = tty->driver_data; in hvc_write_room() local
559 struct hvc_struct *hp = tty->driver_data; in hvc_chars_in_buffer() local
581 int hvc_poll(struct hvc_struct *hp) in hvc_poll()
701 void __hvc_resize(struct hvc_struct *hp, struct winsize ws) in __hvc_resize()
716 struct hvc_struct *hp; in khvcd() local
753 struct hvc_struct *hp = tty->driver_data; in hvc_tiocmget() local
763 struct hvc_struct *hp = tty->driver_data; in hvc_tiocmset() local
779 struct hvc_struct *hp = tty->driver_data; in hvc_poll_get_char() local
794 struct hvc_struct *hp = tty->driver_data; in hvc_poll_put_char() local
824 struct hvc_struct *hp; in hvc_alloc() local
873 int hvc_remove(struct hvc_struct *hp) in hvc_remove()