Searched refs:API_PARSE (Results 1 – 2 of 2) sorted by relevance
/linux-4.19.296/drivers/isdn/hardware/eicon/ |
D | message.c | 67 static word api_parse(byte *, word, byte *, API_PARSE *); 68 static void api_save_msg(API_PARSE *in, byte *format, API_SAVE *out); 69 static void api_load_msg(API_SAVE *in, API_PARSE *out); 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 …]
|
D | divacapi.h | 102 typedef struct api_parse_s API_PARSE; typedef 138 API_PARSE parms[MAX_MSG_PARMS + 1];
|