Lines Matching refs:hvutil_transport
28 static void hvt_reset(struct hvutil_transport *hvt) in hvt_reset()
40 struct hvutil_transport *hvt; in hvt_op_read()
43 hvt = container_of(file->f_op, struct hvutil_transport, fops); in hvt_op_read()
87 struct hvutil_transport *hvt; in hvt_op_write()
91 hvt = container_of(file->f_op, struct hvutil_transport, fops); in hvt_op_write()
109 struct hvutil_transport *hvt; in hvt_op_poll()
111 hvt = container_of(file->f_op, struct hvutil_transport, fops); in hvt_op_poll()
126 struct hvutil_transport *hvt; in hvt_op_open()
130 hvt = container_of(file->f_op, struct hvutil_transport, fops); in hvt_op_open()
162 static void hvt_transport_free(struct hvutil_transport *hvt) in hvt_transport_free()
171 struct hvutil_transport *hvt; in hvt_op_release()
174 hvt = container_of(file->f_op, struct hvutil_transport, fops); in hvt_op_release()
196 struct hvutil_transport *hvt, *hvt_found = NULL; in hvt_cn_callback()
227 int hvutil_transport_send(struct hvutil_transport *hvt, void *msg, int len, in hvutil_transport_send()
280 struct hvutil_transport *hvutil_transport_init(const char *name, in hvutil_transport_init()
285 struct hvutil_transport *hvt; in hvutil_transport_init()
335 void hvutil_transport_destroy(struct hvutil_transport *hvt) in hvutil_transport_destroy()