Home
last modified time | relevance | path

Searched refs:dmp_path (Results 1 – 5 of 5) sorted by relevance

/hardware/invensense/65xx/libsensors_iio/software/core/mllite/linux/
Dml_load_dmp.c251 void read_dmp_img(char *dmp_path, char* out_file) in read_dmp_img() argument
259 if ((fp = fopen(dmp_path, "rb")) < 0) { in read_dmp_img()
Dml_load_dmp.h29 void read_dmp_img(char *dmp_path, char *out_file);
/hardware/invensense/6515/libsensors_iio/software/core/mllite/linux/
Dml_load_dmp.c286 void read_dmp_img(char *dmp_path, char* out_file) in read_dmp_img() argument
294 if ((fp = fopen(dmp_path, "rb")) < 0) { in read_dmp_img()
Dml_load_dmp.h29 void read_dmp_img(char *dmp_path, char *out_file);
/hardware/invensense/6515/libsensors_iio/
DMPLSupport.cpp268 char dmp_path[MAX_SYSFS_NAME_LEN]; in dump_dmp_img() local
271 sprintf(dmp_path, "%s%s", sysfs_path, "/dmp_firmware"); in dump_dmp_img()
274 LOGI("HAL DEBUG:open %s\n", dmp_path); in dump_dmp_img()
277 read_dmp_img(dmp_path, (char *)outFile); in dump_dmp_img()