Searched refs:APPL (Results 1 – 4 of 4) sorted by relevance
/linux-4.1.27/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 | 70 #define MSG_IN_OVERHEAD sizeof(APPL *) 104 typedef struct _APPL APPL; typedef 183 APPL *s_next; 224 APPL *appl; 380 APPL *AdvSignalAppl;
|
D | message.c | 81 word api_put(APPL *, CAPI_MSG *); 100 static void SendSetupInfo(APPL *, PLCI *, dword, byte **, byte); 101 static void SendSSExtInd(APPL *, PLCI *plci, dword Id, byte **parms); 107 static byte connect_req(dword, word, DIVA_CAPI_ADAPTER *, PLCI *, APPL *, API_PARSE *); 108 static byte connect_res(dword, word, DIVA_CAPI_ADAPTER *, PLCI *, APPL *, API_PARSE *); 109 static byte connect_a_res(dword, word, DIVA_CAPI_ADAPTER *, PLCI *, APPL *, API_PARSE *); 110 static byte disconnect_req(dword, word, DIVA_CAPI_ADAPTER *, PLCI *, APPL *, API_PARSE *); 111 static byte disconnect_res(dword, word, DIVA_CAPI_ADAPTER *, PLCI *, APPL *, API_PARSE *); 112 static byte listen_req(dword, word, DIVA_CAPI_ADAPTER *, PLCI *, APPL *, API_PARSE *); 113 static byte info_req(dword, word, DIVA_CAPI_ADAPTER *, PLCI *, APPL *, API_PARSE *); [all …]
|
/linux-4.1.27/scripts/ |
D | sign-file | 83 my $APPL = 1 << 6;
|