Lines Matching refs:hvcs_struct

263 struct hvcs_struct {  struct
317 static int hvcs_has_pi(struct hvcs_struct *hvcsd); argument
319 struct hvcs_struct *hvcsd);
320 static int hvcs_get_pi(struct hvcs_struct *hvcsd);
323 static int hvcs_partner_connect(struct hvcs_struct *hvcsd);
324 static void hvcs_partner_free(struct hvcs_struct *hvcsd);
326 static int hvcs_enable_device(struct hvcs_struct *hvcsd,
345 static inline struct hvcs_struct *from_vio_dev(struct vio_dev *viod) in from_vio_dev()
354 struct hvcs_struct *hvcsd = from_vio_dev(viod); in hvcs_partner_vtys_show()
368 struct hvcs_struct *hvcsd = from_vio_dev(viod); in hvcs_partner_clcs_show()
393 struct hvcs_struct *hvcsd = from_vio_dev(viod); in hvcs_current_vty_show()
410 struct hvcs_struct *hvcsd = from_vio_dev(viod); in hvcs_vterm_state_store()
447 struct hvcs_struct *hvcsd = from_vio_dev(viod); in hvcs_vterm_state_show()
462 struct hvcs_struct *hvcsd = from_vio_dev(viod); in hvcs_index_show()
520 struct hvcs_struct *hvcsd = tty->driver_data; in hvcs_unthrottle()
531 struct hvcs_struct *hvcsd = tty->driver_data; in hvcs_throttle()
546 struct hvcs_struct *hvcsd = dev_instance; in hvcs_handle_interrupt()
558 static void hvcs_try_write(struct hvcs_struct *hvcsd) in hvcs_try_write()
588 static int hvcs_io(struct hvcs_struct *hvcsd) in hvcs_io()
644 struct hvcs_struct *hvcsd; in khvcsd()
700 struct hvcs_struct *hvcsd = container_of(p, struct hvcs_struct, port); in hvcs_destruct_port()
763 struct hvcs_struct *hvcsd; in hvcs_probe()
840 struct hvcs_struct *hvcsd = dev_get_drvdata(&dev->dev); in hvcs_remove()
882 static void hvcs_set_pi(struct hvcs_partner_info *pi, struct hvcs_struct *hvcsd) in hvcs_set_pi()
905 static int hvcs_get_pi(struct hvcs_struct *hvcsd) in hvcs_get_pi()
942 struct hvcs_struct *hvcsd; in hvcs_rescan_devices_list()
963 static int hvcs_has_pi(struct hvcs_struct *hvcsd) in hvcs_has_pi()
976 static int hvcs_partner_connect(struct hvcs_struct *hvcsd) in hvcs_partner_connect()
1027 static void hvcs_partner_free(struct hvcs_struct *hvcsd) in hvcs_partner_free()
1037 static int hvcs_enable_device(struct hvcs_struct *hvcsd, uint32_t unit_address, in hvcs_enable_device()
1079 static struct hvcs_struct *hvcs_get_by_index(int index) in hvcs_get_by_index()
1081 struct hvcs_struct *hvcsd; in hvcs_get_by_index()
1102 struct hvcs_struct *hvcsd; in hvcs_install()
1179 struct hvcs_struct *hvcsd = tty->driver_data; in hvcs_open()
1197 struct hvcs_struct *hvcsd; in hvcs_close()
1255 struct hvcs_struct *hvcsd = tty->driver_data; in hvcs_cleanup()
1262 struct hvcs_struct *hvcsd = tty->driver_data; in hvcs_hangup()
1323 struct hvcs_struct *hvcsd = tty->driver_data; in hvcs_write()
1427 struct hvcs_struct *hvcsd = tty->driver_data; in hvcs_write_room()
1437 struct hvcs_struct *hvcsd = tty->driver_data; in hvcs_chars_in_buffer()