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

/hardware/invensense/65xx/libsensors_iio/software/core/mllite/linux/
H A Dml_load_dmp.c18 * @brief functions for writing dmp firmware.
217 inv_error_t inv_write_dmp_data(FILE *fd, const unsigned char *dmp, size_t len) argument
227 MPL_LOGI("dmp firmware size to write = %d", len);
232 bytesWritten = fwrite(dmp, 1, len, fd);
260 perror("dmp fail");
/hardware/invensense/6515/libsensors_iio/software/core/mllite/linux/
H A Dml_load_dmp.c18 * @brief functions for writing dmp firmware.
252 inv_error_t inv_write_dmp_data(FILE *fd, const unsigned char *dmp, size_t len) argument
262 MPL_LOGI("dmp firmware size to write = %d", len);
267 bytesWritten = fwrite(dmp, 1, len, fd);
295 perror("dmp fail");
/hardware/invensense/6515/libsensors_iio/software/simple_apps/stress_iio/
H A Dstress_iio.c53 static void HandleTap(struct dmp_struct *dmp, int tap);
54 static void sipmle_print(struct dmp_struct *dmp, int d){ argument
55 printf("%s:%d\n", dmp->fname, d);
97 static void HandleTap(struct dmp_struct *dmp, int tap) argument
135 perror("dmp fail");
244 perror("dmp fail");

Completed in 132 milliseconds