Searched refs:fwProfile (Results 1 – 1 of 1) sorted by relevance
137 tdFWProfile_t *fwProfile; in tdipFWProfileIoctl() local147 fwProfile = (tdFWProfile_t *)&agIOCTLPayload->FunctionSpecificArea[0]; in tdipFWProfileIoctl()150 fwProfileInfo.processor = fwProfile->processor; in tdipFWProfileIoctl()151 fwProfileInfo.cmd = fwProfile->cmd; in tdipFWProfileIoctl()152 fwProfileInfo.len = fwProfile->len; in tdipFWProfileIoctl()153 fwProfileInfo.tcid = fwProfile->tcid; in tdipFWProfileIoctl()154 if(fwProfile->cmd == START_CODE_PROFILE) in tdipFWProfileIoctl()156 fwProfileInfo.codeStartAdd = fwProfile->codeStartAdd; in tdipFWProfileIoctl()157 fwProfileInfo.codeEndAdd = fwProfile->codeEndAdd; in tdipFWProfileIoctl()159 if((fwProfile->cmd == STOP_TIMER_PROFILE) || (fwProfile->cmd == STOP_CODE_PROFILE)) in tdipFWProfileIoctl()[all …]