Home | History | Annotate | Download | only in libsensors_iio

Lines Matching full:fopen

495     logfile = fopen("/data/playback.bin", "w+");
693 // Either fopen()/open() are okay for sysfs access
695 // with fopen(), the benefit is that fprintf()/fscanf() are available
696 tempFp = fopen(mpu.in_timestamp_en, "w");
707 tempFp = fopen(mpu.buffer_length, "w");
718 tempFp = fopen(mpu.chip_enable, "w");
917 fptr = fopen(mpu.dmp_firmware, "w");
944 fptr = fopen(mpu.gyro_orient, "r");
972 fptr = fopen(mpu.accel_orient, "r");
2988 logfile = fopen("/data/playback.bin", "ab");
4397 fp = fopen(mpu.event_display_orientation, "r");
5947 fp = fopen(mpu.pedometer_steps, "r");
6014 fp = fopen(mpu.event_smd, "r");
6168 FILE* fptr = fopen(mpu.six_axis_q_value, "w");