Searched refs:phHDLLGetInfo_t (Results 1 – 2 of 2) sorted by relevance
155 } phHDLLGetInfo_t; typedef237 phHDLLGetInfo_t *deviceInfo;
89 void print_getInfoRsp(phHDLLGetInfo_t *getInfoRsp) { in print_getInfoRsp()140 phHDLLGetInfo_t *process_getInfo_rsp(uint8_t *payload) { in process_getInfo_rsp()142 phHDLLGetInfo_t *getInfoRsp = NULL; in process_getInfo_rsp()145 getInfoRsp = (phHDLLGetInfo_t *)malloc(sizeof(phHDLLGetInfo_t)); in process_getInfo_rsp()149 memset(getInfoRsp, 0, sizeof(phHDLLGetInfo_t)); in process_getInfo_rsp()478 phFWD_Status_t check_fw_update_required(phHDLLGetInfo_t *getInfoRsp) { in check_fw_update_required()604 phHDLLGetInfo_t *getInfoRsp = NULL; in handleGetInfoRsp()