Searched defs:mlsl_handle (Results 1 - 3 of 3) sorted by relevance

/hardware/invensense/mlsdk/mllite/
H A Dml_mputest.c66 extern inv_error_t inv_factory_calibrate(void *mlsl_handle,
79 * @param mlsl_handle
96 inv_error_t inv_self_test_factory_calibrate(void *mlsl_handle, argument
117 result = inv_factory_calibrate(mlsl_handle, provide_result);
H A Dmldl_cfg_mpu.c198 * @param mlsl_handle handle to the mpu serial layer
207 void *mlsl_handle,
213 result = ioctl((int)mlsl_handle, MPU_GET_MPU_CONFIG, mldl_cfg);
219 result = inv_mpu_suspend(mldl_cfg, mlsl_handle, NULL, NULL, NULL,
232 * @param mlsl_handle handle to the mpu serial layer
240 void *mlsl_handle,
247 result = inv_mpu_suspend(mldl_cfg, mlsl_handle, NULL, NULL, NULL,
253 void *mlsl_handle,
262 result = ioctl((int)mlsl_handle, MPU_SET_MPU_CONFIG, mldl_cfg);
267 result = ioctl((int)mlsl_handle, MPU_RESUM
206 inv_mpu_open(struct mldl_cfg *mldl_cfg, void *mlsl_handle, void *accel_handle, void *compass_handle, void *pressure_handle) argument
239 inv_mpu_close(struct mldl_cfg *mldl_cfg, void *mlsl_handle, void *accel_handle, void *compass_handle, void *pressure_handle) argument
252 inv_mpu_resume(struct mldl_cfg* mldl_cfg, void *mlsl_handle, void *accel_handle, void *compass_handle, void *pressure_handle, unsigned long sensors) argument
283 inv_mpu_suspend(struct mldl_cfg *mldl_cfg, void *mlsl_handle, void *accel_handle, void *compass_handle, void *pressure_handle, unsigned long sensors) argument
[all...]
/hardware/invensense/mlsdk/mlutils/
H A Dmputest.c159 void *mlsl_handle,
284 * @param mlsl_handle
317 int inv_test_gyro_3050(void *mlsl_handle, argument
342 mlsl_handle, mputestCfgPtr->addr,
363 mlsl_handle, mputestCfgPtr->addr,
367 mlsl_handle, mputestCfgPtr->addr,
379 mlsl_handle, mputestCfgPtr->addr,
388 mlsl_handle, mputestCfgPtr->addr,
393 mlsl_handle, mputestCfgPtr->addr,
400 result = inv_serial_single_write(mlsl_handle,
569 inv_test_gyro_6050(void *mlsl_handle, short gyro_biases[3], short *temp_avg) argument
788 test_get_mpu_id(void *mlsl_handle) argument
844 inv_test_accel(void *mlsl_handle, short *bias, long gravity, uint_fast8_t perform_full_test) argument
971 inv_device_power_mgmt(void *mlsl_handle, uint_fast8_t power_level) argument
1108 inv_mpu_test(void *mlsl_handle, uint_fast8_t provide_result) argument
1272 inv_factory_calibrate(void *mlsl_handle, uint_fast8_t provide_result) argument
1337 test_get_data( void *mlsl_handle, struct mldl_cfg *mputestCfgPtr, short *vals) argument
[all...]

Completed in 161 milliseconds