Home
last modified time | relevance | path

Searched refs:sptr (Results 1 – 11 of 11) sorted by relevance

/hardware/invensense/65xx/libsensors_iio/
DPressureSensor.IIO.secondary.cpp194 char *sptr = pathP; in inv_init_sysfs_attributes() local
197 *dptr++ = sptr; in inv_init_sysfs_attributes()
198 sptr += sizeof(char[MAX_SYSFS_NAME_LEN]); in inv_init_sysfs_attributes()
DCompassSensor.IIO.primary.cpp488 char *sptr; in inv_init_sysfs_attributes() local
495 sptr = pathP; in inv_init_sysfs_attributes()
497 if (sptr == NULL) in inv_init_sysfs_attributes()
501 *dptr++ = sptr; in inv_init_sysfs_attributes()
502 sptr += sizeof(char[MAX_SYSFS_NAME_LEN]); in inv_init_sysfs_attributes()
DCompassSensor.IIO.9150.cpp360 char *sptr = pathP; in inv_init_sysfs_attributes() local
363 *dptr++ = sptr; in inv_init_sysfs_attributes()
364 sptr += sizeof(char[MAX_SYSFS_NAME_LEN]); in inv_init_sysfs_attributes()
DMPLSensor.cpp5014 char *sptr = sysfs_names_ptr; in inv_init_sysfs_attributes() local
5017 *dptr++ = sptr; in inv_init_sysfs_attributes()
5018 sptr += sizeof(char[MAX_SYSFS_NAME_LEN]); in inv_init_sysfs_attributes()
/hardware/invensense/6515/libsensors_iio/
DPressureSensor.IIO.secondary.cpp190 char *sptr = pathP; in inv_init_sysfs_attributes() local
193 *dptr++ = sptr; in inv_init_sysfs_attributes()
194 sptr += sizeof(char[MAX_SYSFS_NAME_LEN]); in inv_init_sysfs_attributes()
DCompassSensor.IIO.primary.cpp522 char *sptr; in inv_init_sysfs_attributes() local
529 sptr = pathP; in inv_init_sysfs_attributes()
531 if (sptr == NULL) in inv_init_sysfs_attributes()
535 *dptr++ = sptr; in inv_init_sysfs_attributes()
536 sptr += sizeof(char[MAX_SYSFS_NAME_LEN]); in inv_init_sysfs_attributes()
DCompassSensor.IIO.9150.cpp392 char *sptr = pathP; in inv_init_sysfs_attributes() local
395 *dptr++ = sptr; in inv_init_sysfs_attributes()
396 sptr += sizeof(char[MAX_SYSFS_NAME_LEN]); in inv_init_sysfs_attributes()
DMPLSensor.cpp5378 char *sptr = sysfs_names_ptr; local
5381 *dptr++ = sptr;
5382 sptr += sizeof(char[MAX_SYSFS_NAME_LEN]);
/hardware/invensense/6515/libsensors_iio/software/simple_apps/gesture_test/
Dinv_gesture_test.c177 char *sptr; in inv_init_sysfs_attributes() local
182 sptr = sysfs_names_ptr; in inv_init_sysfs_attributes()
183 if (sptr != NULL) { in inv_init_sysfs_attributes()
186 *dptr++ = sptr; in inv_init_sysfs_attributes()
187 sptr += sizeof(char[MAX_SYSFS_NAME_LEN]); in inv_init_sysfs_attributes()
/hardware/invensense/6515/libsensors_iio/software/simple_apps/self_test/
Dinv_self_test.c168 char *sptr; in inv_init_sysfs_attributes() local
173 sptr = sysfs_names_ptr; in inv_init_sysfs_attributes()
174 if (sptr != NULL) { in inv_init_sysfs_attributes()
177 *dptr++ = sptr; in inv_init_sysfs_attributes()
178 sptr += sizeof(char[MAX_SYSFS_NAME_LEN]); in inv_init_sysfs_attributes()
/hardware/broadcom/wlan/bcmdhd/dhdutil/
Ddhdu.c1049 char *sptr; in dhd_membytes() local
1080 sptr = argv[2]; in dhd_membytes()
1096 *ptr++ = *sptr++; in dhd_membytes()
1097 if (sptr >= (argv[2] + patlen)) in dhd_membytes()
1098 sptr = argv[2]; in dhd_membytes()