Lines Matching refs:hvutil_transport
18 static void hvt_reset(struct hvutil_transport *hvt) in hvt_reset()
30 struct hvutil_transport *hvt; in hvt_op_read()
33 hvt = container_of(file->f_op, struct hvutil_transport, fops); in hvt_op_read()
77 struct hvutil_transport *hvt; in hvt_op_write()
81 hvt = container_of(file->f_op, struct hvutil_transport, fops); in hvt_op_write()
99 struct hvutil_transport *hvt; in hvt_op_poll()
101 hvt = container_of(file->f_op, struct hvutil_transport, fops); in hvt_op_poll()
116 struct hvutil_transport *hvt; in hvt_op_open()
120 hvt = container_of(file->f_op, struct hvutil_transport, fops); in hvt_op_open()
152 static void hvt_transport_free(struct hvutil_transport *hvt) in hvt_transport_free()
161 struct hvutil_transport *hvt; in hvt_op_release()
164 hvt = container_of(file->f_op, struct hvutil_transport, fops); in hvt_op_release()
186 struct hvutil_transport *hvt, *hvt_found = NULL; in hvt_cn_callback()
217 int hvutil_transport_send(struct hvutil_transport *hvt, void *msg, int len, in hvutil_transport_send()
270 struct hvutil_transport *hvutil_transport_init(const char *name, in hvutil_transport_init()
275 struct hvutil_transport *hvt; in hvutil_transport_init()
325 void hvutil_transport_destroy(struct hvutil_transport *hvt) in hvutil_transport_destroy()