Searched refs:_size (Results 1 – 1 of 1) sorted by relevance
879 const u8 _size = CAMERA_PXI_SIZE_INIT; in CAMERA_I2CInitAsyncCore() local914 …return CameraSendPxiCommand(command, _size, (u8)camera) ? CAMERA_RESULT_SUCCESS : CAMERA_RESULT_SE… in CAMERA_I2CInitAsyncCore()952 const u8 _size = CAMERA_PXI_SIZE_ACTIVATE; in CAMERA_I2CActivateAsyncCore() local1003 …return CameraSendPxiCommand(command, _size, (u8)camera) ? CAMERA_RESULT_SUCCESS : CAMERA_RESULT_SE… in CAMERA_I2CActivateAsyncCore()1042 const u8 _size = CAMERA_PXI_SIZE_CONTEXT_SWITCH; in CAMERA_I2CContextSwitchAsyncCore() local1044 u8 data[_size+2]; in CAMERA_I2CContextSwitchAsyncCore()1096 if (CameraSendPxiCommand(command, _size, data[0]) == FALSE) in CAMERA_I2CContextSwitchAsyncCore()1100 for (i = 1; i < _size; i+=3) { in CAMERA_I2CContextSwitchAsyncCore()1144 const u8 _size = CAMERA_PXI_SIZE_SIZE; in CAMERA_I2CSizeExAsyncCore() local1146 u8 data[_size+2]; in CAMERA_I2CSizeExAsyncCore()[all …]