Lines Matching refs:hvcs_struct
248 struct hvcs_struct { struct
302 static int hvcs_has_pi(struct hvcs_struct *hvcsd); argument
304 struct hvcs_struct *hvcsd);
305 static int hvcs_get_pi(struct hvcs_struct *hvcsd);
308 static int hvcs_partner_connect(struct hvcs_struct *hvcsd);
309 static void hvcs_partner_free(struct hvcs_struct *hvcsd);
311 static int hvcs_enable_device(struct hvcs_struct *hvcsd,
330 static inline struct hvcs_struct *from_vio_dev(struct vio_dev *viod) in from_vio_dev()
339 struct hvcs_struct *hvcsd = from_vio_dev(viod); in hvcs_partner_vtys_show()
353 struct hvcs_struct *hvcsd = from_vio_dev(viod); in hvcs_partner_clcs_show()
378 struct hvcs_struct *hvcsd = from_vio_dev(viod); in hvcs_current_vty_show()
395 struct hvcs_struct *hvcsd = from_vio_dev(viod); in hvcs_vterm_state_store()
432 struct hvcs_struct *hvcsd = from_vio_dev(viod); in hvcs_vterm_state_show()
447 struct hvcs_struct *hvcsd = from_vio_dev(viod); in hvcs_index_show()
504 struct hvcs_struct *hvcsd = tty->driver_data; in hvcs_unthrottle()
515 struct hvcs_struct *hvcsd = tty->driver_data; in hvcs_throttle()
530 struct hvcs_struct *hvcsd = dev_instance; in hvcs_handle_interrupt()
542 static void hvcs_try_write(struct hvcs_struct *hvcsd) in hvcs_try_write()
572 static int hvcs_io(struct hvcs_struct *hvcsd) in hvcs_io()
628 struct hvcs_struct *hvcsd; in khvcsd()
684 struct hvcs_struct *hvcsd = container_of(p, struct hvcs_struct, port); in hvcs_destruct_port()
747 struct hvcs_struct *hvcsd; in hvcs_probe()
824 struct hvcs_struct *hvcsd = dev_get_drvdata(&dev->dev); in hvcs_remove()
866 static void hvcs_set_pi(struct hvcs_partner_info *pi, struct hvcs_struct *hvcsd) in hvcs_set_pi()
889 static int hvcs_get_pi(struct hvcs_struct *hvcsd) in hvcs_get_pi()
926 struct hvcs_struct *hvcsd; in hvcs_rescan_devices_list()
947 static int hvcs_has_pi(struct hvcs_struct *hvcsd) in hvcs_has_pi()
960 static int hvcs_partner_connect(struct hvcs_struct *hvcsd) in hvcs_partner_connect()
1011 static void hvcs_partner_free(struct hvcs_struct *hvcsd) in hvcs_partner_free()
1021 static int hvcs_enable_device(struct hvcs_struct *hvcsd, uint32_t unit_address, in hvcs_enable_device()
1063 static struct hvcs_struct *hvcs_get_by_index(int index) in hvcs_get_by_index()
1065 struct hvcs_struct *hvcsd; in hvcs_get_by_index()
1086 struct hvcs_struct *hvcsd; in hvcs_install()
1163 struct hvcs_struct *hvcsd = tty->driver_data; in hvcs_open()
1181 struct hvcs_struct *hvcsd; in hvcs_close()
1231 struct hvcs_struct *hvcsd = tty->driver_data; in hvcs_cleanup()
1245 struct hvcs_struct *hvcsd = tty->driver_data; in hvcs_hangup()
1306 struct hvcs_struct *hvcsd = tty->driver_data; in hvcs_write()
1410 struct hvcs_struct *hvcsd = tty->driver_data; in hvcs_write_room()
1420 struct hvcs_struct *hvcsd = tty->driver_data; in hvcs_chars_in_buffer()