Home
last modified time | relevance | path

Searched refs:mlsl_handle (Results 1 – 7 of 7) sorted by relevance

/hardware/invensense/60xx/mlsdk/mlutils/
Dmputest.c159 void *mlsl_handle,
317 int inv_test_gyro_3050(void *mlsl_handle, in inv_test_gyro_3050() argument
342 mlsl_handle, mputestCfgPtr->addr, in inv_test_gyro_3050()
363 mlsl_handle, mputestCfgPtr->addr, in inv_test_gyro_3050()
367 mlsl_handle, mputestCfgPtr->addr, in inv_test_gyro_3050()
379 mlsl_handle, mputestCfgPtr->addr, in inv_test_gyro_3050()
388 mlsl_handle, mputestCfgPtr->addr, in inv_test_gyro_3050()
393 mlsl_handle, mputestCfgPtr->addr, in inv_test_gyro_3050()
400 result = inv_serial_single_write(mlsl_handle, in inv_test_gyro_3050()
410 mlsl_handle, mputestCfgPtr->addr, in inv_test_gyro_3050()
[all …]
Dmputest.h37 inv_error_t inv_factory_calibrate(void *mlsl_handle,
46 int inv_mpu_test(void *mlsl_handle, uint_fast8_t provide_result);
/hardware/invensense/60xx/mlsdk/mllite/
Dmldl_cfg_mpu.c207 void *mlsl_handle, in inv_mpu_open() argument
213 result = ioctl((int)(uintptr_t)mlsl_handle, MPU_GET_MPU_CONFIG, mldl_cfg); in inv_mpu_open()
219 result = inv_mpu_suspend(mldl_cfg, mlsl_handle, NULL, NULL, NULL, in inv_mpu_open()
240 void *mlsl_handle, in inv_mpu_close() argument
247 result = inv_mpu_suspend(mldl_cfg, mlsl_handle, NULL, NULL, NULL, in inv_mpu_close()
253 void *mlsl_handle, in inv_mpu_resume() argument
262 result = ioctl((int)(uintptr_t)mlsl_handle, MPU_SET_MPU_CONFIG, mldl_cfg); in inv_mpu_resume()
267 result = ioctl((int)(uintptr_t)mlsl_handle, MPU_RESUME, NULL); in inv_mpu_resume()
272 result = ioctl((int)(uintptr_t)mlsl_handle, MPU_GET_MPU_CONFIG, mldl_cfg); in inv_mpu_resume()
284 void *mlsl_handle, in inv_mpu_suspend() argument
[all …]
Dml_mputest.c66 extern inv_error_t inv_factory_calibrate(void *mlsl_handle,
96 inv_error_t inv_self_test_factory_calibrate(void *mlsl_handle, in inv_self_test_factory_calibrate() argument
117 result = inv_factory_calibrate(mlsl_handle, provide_result); in inv_self_test_factory_calibrate()
Dml_mputest.h36 void *mlsl_handle, unsigned char provide_result);
Dmldl_cfg.h136 void *mlsl_handle,
141 void *mlsl_handle,
/hardware/invensense/60xx/mlsdk/platform/include/linux/
Dmpu.h242 int (*init) (void *mlsl_handle,
245 int (*exit) (void *mlsl_handle,
248 int (*suspend) (void *mlsl_handle,
251 int (*resume) (void *mlsl_handle,
254 int (*read) (void *mlsl_handle,
258 int (*config) (void *mlsl_handle,
262 int (*get_config) (void *mlsl_handle,