Searched refs:fwControl (Results 1 – 1 of 1) sorted by relevance
246 tdFWControl_t *fwControl; in tdipFWControlIoctl() local263 if(fwControl->len != 0) in tdipFWControlIoctl()271 fwControl->len, in tdipFWControlIoctl()275 osti_memset( (void *)buffer, 0, fwControl->len ); in tdipFWControlIoctl()277 fwControl->buffer, in tdipFWControlIoctl()278 fwControl->len ); in tdipFWControlIoctl()281 flashUpdateInfo.agSgl.len = fwControl->len; in tdipFWControlIoctl()283 flashUpdateInfo.currentImageOffset = fwControl->offset; in tdipFWControlIoctl()284 flashUpdateInfo.currentImageLen = fwControl->len; in tdipFWControlIoctl()285 flashUpdateInfo.totalImageLen = fwControl->size; in tdipFWControlIoctl()[all …]