Lines Matching refs:hvcs_struct

250 struct hvcs_struct {  struct
304 static int hvcs_has_pi(struct hvcs_struct *hvcsd); argument
306 struct hvcs_struct *hvcsd);
307 static int hvcs_get_pi(struct hvcs_struct *hvcsd);
310 static int hvcs_partner_connect(struct hvcs_struct *hvcsd);
311 static void hvcs_partner_free(struct hvcs_struct *hvcsd);
313 static int hvcs_enable_device(struct hvcs_struct *hvcsd,
332 static inline struct hvcs_struct *from_vio_dev(struct vio_dev *viod) in from_vio_dev()
341 struct hvcs_struct *hvcsd = from_vio_dev(viod); in hvcs_partner_vtys_show()
355 struct hvcs_struct *hvcsd = from_vio_dev(viod); in hvcs_partner_clcs_show()
380 struct hvcs_struct *hvcsd = from_vio_dev(viod); in hvcs_current_vty_show()
397 struct hvcs_struct *hvcsd = from_vio_dev(viod); in hvcs_vterm_state_store()
434 struct hvcs_struct *hvcsd = from_vio_dev(viod); in hvcs_vterm_state_show()
449 struct hvcs_struct *hvcsd = from_vio_dev(viod); in hvcs_index_show()
506 struct hvcs_struct *hvcsd = tty->driver_data; in hvcs_unthrottle()
517 struct hvcs_struct *hvcsd = tty->driver_data; in hvcs_throttle()
532 struct hvcs_struct *hvcsd = dev_instance; in hvcs_handle_interrupt()
544 static void hvcs_try_write(struct hvcs_struct *hvcsd) in hvcs_try_write()
574 static int hvcs_io(struct hvcs_struct *hvcsd) in hvcs_io()
630 struct hvcs_struct *hvcsd; in khvcsd()
686 struct hvcs_struct *hvcsd = container_of(p, struct hvcs_struct, port); in hvcs_destruct_port()
749 struct hvcs_struct *hvcsd; in hvcs_probe()
826 struct hvcs_struct *hvcsd = dev_get_drvdata(&dev->dev); in hvcs_remove()
868 static void hvcs_set_pi(struct hvcs_partner_info *pi, struct hvcs_struct *hvcsd) in hvcs_set_pi()
891 static int hvcs_get_pi(struct hvcs_struct *hvcsd) in hvcs_get_pi()
928 struct hvcs_struct *hvcsd; in hvcs_rescan_devices_list()
949 static int hvcs_has_pi(struct hvcs_struct *hvcsd) in hvcs_has_pi()
962 static int hvcs_partner_connect(struct hvcs_struct *hvcsd) in hvcs_partner_connect()
1013 static void hvcs_partner_free(struct hvcs_struct *hvcsd) in hvcs_partner_free()
1023 static int hvcs_enable_device(struct hvcs_struct *hvcsd, uint32_t unit_address, in hvcs_enable_device()
1065 static struct hvcs_struct *hvcs_get_by_index(int index) in hvcs_get_by_index()
1067 struct hvcs_struct *hvcsd; in hvcs_get_by_index()
1088 struct hvcs_struct *hvcsd; in hvcs_install()
1165 struct hvcs_struct *hvcsd = tty->driver_data; in hvcs_open()
1183 struct hvcs_struct *hvcsd; in hvcs_close()
1240 struct hvcs_struct *hvcsd = tty->driver_data; in hvcs_cleanup()
1247 struct hvcs_struct *hvcsd = tty->driver_data; in hvcs_hangup()
1308 struct hvcs_struct *hvcsd = tty->driver_data; in hvcs_write()
1412 struct hvcs_struct *hvcsd = tty->driver_data; in hvcs_write_room()
1422 struct hvcs_struct *hvcsd = tty->driver_data; in hvcs_chars_in_buffer()