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