Lines Matching refs:hvutil_transport
28 static void hvt_reset(struct hvutil_transport *hvt) in hvt_reset()
42 struct hvutil_transport *hvt; in hvt_op_read()
45 hvt = container_of(file->f_op, struct hvutil_transport, fops); in hvt_op_read()
78 struct hvutil_transport *hvt; in hvt_op_write()
81 hvt = container_of(file->f_op, struct hvutil_transport, fops); in hvt_op_write()
97 struct hvutil_transport *hvt; in hvt_op_poll()
99 hvt = container_of(file->f_op, struct hvutil_transport, fops); in hvt_op_poll()
110 struct hvutil_transport *hvt; in hvt_op_open()
112 hvt = container_of(file->f_op, struct hvutil_transport, fops); in hvt_op_open()
135 struct hvutil_transport *hvt; in hvt_op_release()
137 hvt = container_of(file->f_op, struct hvutil_transport, fops); in hvt_op_release()
151 struct hvutil_transport *hvt, *hvt_found = NULL; in hvt_cn_callback()
180 int hvutil_transport_send(struct hvutil_transport *hvt, void *msg, int len) in hvutil_transport_send()
215 struct hvutil_transport *hvutil_transport_init(const char *name, in hvutil_transport_init()
220 struct hvutil_transport *hvt; in hvutil_transport_init()
266 void hvutil_transport_destroy(struct hvutil_transport *hvt) in hvutil_transport_destroy()