Searched refs:hvsi_priv (Results 1 – 4 of 4) sorted by relevance
63 struct hvsi_priv { struct82 extern void hvsilib_init(struct hvsi_priv *pv, argument87 extern int hvsilib_open(struct hvsi_priv *pv, struct hvc_struct *hp);88 extern void hvsilib_close(struct hvsi_priv *pv, struct hvc_struct *hp);89 extern int hvsilib_read_mctrl(struct hvsi_priv *pv);90 extern int hvsilib_write_mctrl(struct hvsi_priv *pv, int dtr);91 extern void hvsilib_establish(struct hvsi_priv *pv);92 extern int hvsilib_get_chars(struct hvsi_priv *pv, char *buf, int count);93 extern int hvsilib_put_chars(struct hvsi_priv *pv, const char *buf, int count);
18 static void hvsi_start_handshake(struct hvsi_priv *pv) in hvsi_start_handshake()35 static int hvsi_send_close(struct hvsi_priv *pv) in hvsi_send_close()47 static void hvsi_cd_change(struct hvsi_priv *pv, int cd) in hvsi_cd_change()68 static void hvsi_got_control(struct hvsi_priv *pv) in hvsi_got_control()84 static void hvsi_got_query(struct hvsi_priv *pv) in hvsi_got_query()108 static void hvsi_got_response(struct hvsi_priv *pv) in hvsi_got_response()121 static int hvsi_check_packet(struct hvsi_priv *pv) in hvsi_check_packet()165 static int hvsi_get_packet(struct hvsi_priv *pv) in hvsi_get_packet()257 int hvsilib_read_mctrl(struct hvsi_priv *pv) in hvsilib_read_mctrl()312 void hvsilib_establish(struct hvsi_priv *pv) in hvsilib_establish()[all …]
44 struct hvsi_priv hvsi; /* HVSI specific data */
59 struct hvsi_priv hvsi; /* HVSI specific data */