Searched refs:tbuf (Results 1 - 4 of 4) sorted by relevance
/hardware/invensense/6515/libsensors_iio/ |
H A D | CompassSensor.IIO.9150.cpp | 405 char tbuf[2]; local 409 tbuf[0] = num + 0x30; 410 tbuf[1] = 0; 411 sprintf(sysfs_path, "%s%s", "sys/class/input/input", tbuf);
|
H A D | CompassSensor.IIO.primary.cpp | 521 char sysfs_path[MAX_SYSFS_NAME_LEN], tbuf[2]; local 545 tbuf[0] = num + 0x30; 546 tbuf[1] = 0; 547 sprintf(sysfs_path, "%s%s", "sys/class/input/input", tbuf);
|
/hardware/invensense/65xx/libsensors_iio/ |
H A D | CompassSensor.IIO.9150.cpp | 376 char tbuf[2]; local 380 tbuf[0] = num + 0x30; 381 tbuf[1] = 0; 382 sprintf(sysfs_path, "%s%s", "sys/class/input/input", tbuf);
|
H A D | CompassSensor.IIO.primary.cpp | 487 char sysfs_path[MAX_SYSFS_NAME_LEN], tbuf[2]; local 511 tbuf[0] = num + 0x30; 512 tbuf[1] = 0; 513 sprintf(sysfs_path, "%s%s", "sys/class/input/input", tbuf);
|
Completed in 75 milliseconds