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()
730 struct hvcs_struct *hvcsd; in hvcs_probe()
799 struct hvcs_struct *hvcsd = dev_get_drvdata(&dev->dev); in hvcs_remove()
840 static void hvcs_set_pi(struct hvcs_partner_info *pi, struct hvcs_struct *hvcsd) in hvcs_set_pi()
863 static int hvcs_get_pi(struct hvcs_struct *hvcsd) in hvcs_get_pi()
900 struct hvcs_struct *hvcsd; in hvcs_rescan_devices_list()
921 static int hvcs_has_pi(struct hvcs_struct *hvcsd) in hvcs_has_pi()
934 static int hvcs_partner_connect(struct hvcs_struct *hvcsd) in hvcs_partner_connect()
985 static void hvcs_partner_free(struct hvcs_struct *hvcsd) in hvcs_partner_free()
995 static int hvcs_enable_device(struct hvcs_struct *hvcsd, uint32_t unit_address, in hvcs_enable_device()
1037 static struct hvcs_struct *hvcs_get_by_index(int index) in hvcs_get_by_index()
1039 struct hvcs_struct *hvcsd; in hvcs_get_by_index()
1060 struct hvcs_struct *hvcsd; in hvcs_install()
1137 struct hvcs_struct *hvcsd = tty->driver_data; in hvcs_open()
1155 struct hvcs_struct *hvcsd; in hvcs_close()
1208 struct hvcs_struct *hvcsd = tty->driver_data; in hvcs_cleanup()
1222 struct hvcs_struct *hvcsd = tty->driver_data; in hvcs_hangup()
1260 struct hvcs_struct *hvcsd = tty->driver_data; in hvcs_write()
1365 struct hvcs_struct *hvcsd = tty->driver_data; in hvcs_write_room()
1375 struct hvcs_struct *hvcsd = tty->driver_data; in hvcs_chars_in_buffer()