Lines Matching refs:hvcs_struct

250 struct hvcs_struct {  struct
296 static int hvcs_get_pi(struct hvcs_struct *hvcsd); argument
299 static void hvcs_partner_free(struct hvcs_struct *hvcsd);
308 static inline struct hvcs_struct *from_vio_dev(struct vio_dev *viod) in from_vio_dev()
317 struct hvcs_struct *hvcsd = from_vio_dev(viod); in hvcs_partner_vtys_show()
331 struct hvcs_struct *hvcsd = from_vio_dev(viod); in hvcs_partner_clcs_show()
356 struct hvcs_struct *hvcsd = from_vio_dev(viod); in hvcs_current_vty_show()
373 struct hvcs_struct *hvcsd = from_vio_dev(viod); in hvcs_vterm_state_store()
410 struct hvcs_struct *hvcsd = from_vio_dev(viod); in hvcs_vterm_state_show()
425 struct hvcs_struct *hvcsd = from_vio_dev(viod); in hvcs_index_show()
487 struct hvcs_struct *hvcsd = tty->driver_data; in hvcs_unthrottle()
498 struct hvcs_struct *hvcsd = tty->driver_data; in hvcs_throttle()
513 struct hvcs_struct *hvcsd = dev_instance; in hvcs_handle_interrupt()
525 static void hvcs_try_write(struct hvcs_struct *hvcsd) in hvcs_try_write()
555 static int hvcs_io(struct hvcs_struct *hvcsd) in hvcs_io()
610 struct hvcs_struct *hvcsd; in khvcsd()
666 struct hvcs_struct *hvcsd = container_of(p, struct hvcs_struct, port); in hvcs_destruct_port()
732 struct hvcs_struct *hvcsd; in hvcs_probe()
801 struct hvcs_struct *hvcsd = dev_get_drvdata(&dev->dev); in hvcs_remove()
842 static void hvcs_set_pi(struct hvcs_partner_info *pi, struct hvcs_struct *hvcsd) in hvcs_set_pi()
865 static int hvcs_get_pi(struct hvcs_struct *hvcsd) in hvcs_get_pi()
902 struct hvcs_struct *hvcsd; in hvcs_rescan_devices_list()
923 static int hvcs_has_pi(struct hvcs_struct *hvcsd) in hvcs_has_pi()
936 static int hvcs_partner_connect(struct hvcs_struct *hvcsd) in hvcs_partner_connect()
987 static void hvcs_partner_free(struct hvcs_struct *hvcsd) in hvcs_partner_free()
997 static int hvcs_enable_device(struct hvcs_struct *hvcsd, uint32_t unit_address, in hvcs_enable_device()
1039 static struct hvcs_struct *hvcs_get_by_index(int index) in hvcs_get_by_index()
1041 struct hvcs_struct *hvcsd; in hvcs_get_by_index()
1062 struct hvcs_struct *hvcsd; in hvcs_install()
1139 struct hvcs_struct *hvcsd = tty->driver_data; in hvcs_open()
1157 struct hvcs_struct *hvcsd; in hvcs_close()
1210 struct hvcs_struct *hvcsd = tty->driver_data; in hvcs_cleanup()
1224 struct hvcs_struct *hvcsd = tty->driver_data; in hvcs_hangup()
1262 struct hvcs_struct *hvcsd = tty->driver_data; in hvcs_write()
1367 struct hvcs_struct *hvcsd = tty->driver_data; in hvcs_write_room()
1377 struct hvcs_struct *hvcsd = tty->driver_data; in hvcs_chars_in_buffer()