Lines Matching full:char
325 char mIIOBuffer[(16 + 8 * 3 + 8) * IIO_BUFFER_LENGTH];
412 char chip_ID[MAX_CHIP_ID_LEN];
413 char mSysfsPath[MAX_SYSFS_NAME_LEN];
415 signed char mGyroOrientation[9];
416 signed char mAccelOrientation[9];
440 char *chip_enable;
441 char *power_state;
442 char *master_enable;
443 char *dmp_firmware;
444 char *firmware_loaded;
445 char *dmp_on;
446 char *dmp_int_on;
447 char *dmp_event_int_on;
448 char *tap_on;
449 char *key;
450 char *self_test;
451 char *temperature;
453 char *gyro_enable;
454 char *gyro_fifo_rate;
455 char *gyro_fsr;
456 char *gyro_orient;
457 char *gyro_fifo_enable;
458 char *gyro_rate;
460 char *accel_enable;
461 char *accel_fifo_rate;
462 char *accel_fsr;
463 char *accel_bias;
464 char *accel_orient;
465 char *accel_fifo_enable;
466 char *accel_rate;
468 char *three_axis_q_on; //formerly quaternion_on
469 char *three_axis_q_rate;
471 char *six_axis_q_on;
472 char *six_axis_q_rate;
474 char *six_axis_q_value;
476 char *ped_q_on;
477 char *ped_q_rate;
479 char *step_detector_on;
480 char *step_indicator_on;
482 char
483 char *in_timestamp_index;
484 char *in_timestamp_type;
486 char *buffer_length;
488 char *display_orientation_on;
489 char *event_display_orientation;
491 char *in_accel_x_offset;
492 char *in_accel_y_offset;
493 char *in_accel_z_offset;
494 char *in_accel_self_test_scale;
496 char *in_accel_x_dmp_bias;
497 char *in_accel_y_dmp_bias;
498 char *in_accel_z_dmp_bias;
500 char *in_gyro_x_offset;
501 char *in_gyro_y_offset;
502 char *in_gyro_z_offset;
503 char *in_gyro_self_test_scale;
505 char *in_gyro_x_dmp_bias;
506 char *in_gyro_y_dmp_bias;
507 char *in_gyro_z_dmp_bias;
509 char *event_smd;
510 char *smd_enable;
511 char *smd_delay_threshold;
512 char *smd_delay_threshold2;
513 char *smd_threshold;
514 char *batchmode_timeout;
515 char *batchmode_wake_fifo_full_on;
516 char *flush_batch;
518 char *pedometer_on;
519 char *pedometer_int_on;
520 char *event_pedometer;
521 char *pedometer_steps;
522 char *pedometer_step_thresh;
523 char *pedometer_counter;
525 char *motion_lpa_on;
528 char *sysfs_names_ptr;
538 char mLeftOverBuffer[1024];
550 void fillAccel(const char* accel, struct sensor_t *list);
551 void fillGyro(const char* gyro, struct sensor_t *list);