Home | History | Annotate | Download | only in libsensors_iio

Lines Matching full:fopen

384     logfile = fopen("/data/playback.bin", "w+");
594 // Either fopen()/open() are okay for sysfs access
596 // with fopen(), the benefit is that fprintf()/fscanf() are available
597 tempFp = fopen(mpu.in_timestamp_en, "w");
611 tempFp = fopen(mpu.buffer_length, "w");
625 tempFp = fopen(mpu.chip_enable, "w");
826 fptr = fopen(mpu.dmp_firmware, "w");
856 fptr = fopen(mpu.gyro_orient, "r");
887 fptr = fopen(mpu.accel_orient, "r");
3067 logfile = fopen("/data/playback.bin", "ab");
4532 fp = fopen(mpu.event_display_orientation, "r");
6056 fp = fopen(mpu.pedometer_steps, "r");
6080 fp = fopen(mpu.pedometer_counter, "r");
6144 fp = fopen(mpu.event_smd, "r");
6253 FILE* fptr = fopen(mpu.six_axis_q_value, "w");