Searched refs:APPL (Results 1 – 3 of 3) sorted by relevance
/linux-4.19.296/drivers/isdn/hardware/eicon/ |
D | capifunc.c | 26 APPL *application = (APPL *) NULL; 39 extern word api_put(APPL *, CAPI_MSG *); 188 void *TransmitBufferSet(APPL *appl, dword ref) in TransmitBufferSet() 195 void *TransmitBufferGet(APPL *appl, void *p) in TransmitBufferGet() 203 void TransmitBufferFree(APPL *appl, void *p) in TransmitBufferFree() 209 void *ReceiveBufferGet(APPL *appl, int Num) in ReceiveBufferGet() 225 void sendf(APPL *appl, word command, dword Id, word Number, byte *format, ...) in sendf() 727 APPL *this; in diva_register_appl() 815 memset(this, 0, sizeof(APPL)); in diva_register_appl() 851 APPL *this = &application[appl - 1]; in diva_release_appl() [all …]
|
D | divacapi.h | 62 #define MSG_IN_OVERHEAD sizeof(APPL *) 94 typedef struct _APPL APPL; typedef 173 APPL *s_next; 214 APPL *appl; 370 APPL *AdvSignalAppl;
|
D | message.c | 66 word api_put(APPL *, CAPI_MSG *); 85 static void SendSetupInfo(APPL *, PLCI *, dword, byte **, byte); 86 static void SendSSExtInd(APPL *, PLCI *plci, dword Id, byte **parms); 92 static byte connect_req(dword, word, DIVA_CAPI_ADAPTER *, PLCI *, APPL *, API_PARSE *); 93 static byte connect_res(dword, word, DIVA_CAPI_ADAPTER *, PLCI *, APPL *, API_PARSE *); 94 static byte connect_a_res(dword, word, DIVA_CAPI_ADAPTER *, PLCI *, APPL *, API_PARSE *); 95 static byte disconnect_req(dword, word, DIVA_CAPI_ADAPTER *, PLCI *, APPL *, API_PARSE *); 96 static byte disconnect_res(dword, word, DIVA_CAPI_ADAPTER *, PLCI *, APPL *, API_PARSE *); 97 static byte listen_req(dword, word, DIVA_CAPI_ADAPTER *, PLCI *, APPL *, API_PARSE *); 98 static byte info_req(dword, word, DIVA_CAPI_ADAPTER *, PLCI *, APPL *, API_PARSE *); [all …]
|