Searched defs:tcomm (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/GuestHost/OpenGL/util/
H A Dlibteac.c754 void teac_Close(Tcomm *tcomm) argument
758 if (tcomm) {
762 if ((tcomm->sbuf_pull_event[0] != 0) && (tcomm->sbuf_ready[0] != NULL)) {
764 elan3_waitevent_word(tcomm->ctx, tcomm->sbuf_pull_event[i],
765 tcomm->sbuf_ready[i], 10);
769 elan3_block_inputter (tcomm->ctx, 1);
771 if (tcomm->e_dma != 0) elan3_freeElan(tcomm
821 teac_Select(Tcomm* tcomm, int *ids, int num_ids, int timeout) argument
831 teac_Poll(Tcomm* tcomm, int *ids, int num_ids) argument
852 teac_sendBufferAvailable(Tcomm* tcomm) argument
862 teac_getSendBuffer( Tcomm* tcomm, long size ) argument
897 teac_getUnreadySendBuffer( Tcomm* tcomm, long size ) argument
922 teac_makeSendBufferReady( Tcomm* tcomm, SBuffer* buf ) argument
954 teac_Send( Tcomm* tcomm, int* ids, int num_ids, SBuffer* buf, void *start ) argument
1038 teac_Recv(Tcomm* tcomm, int id) argument
1132 teac_Dispose( Tcomm* tcomm, RBuffer* buf ) argument
[all...]

Completed in 44 milliseconds