Searched refs:sptr (Results 1 – 12 of 12) sorted by relevance
/hardware/invensense/65xx/libsensors_iio/ |
D | PressureSensor.IIO.secondary.cpp | 194 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()
|
D | CompassSensor.IIO.primary.cpp | 488 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()
|
D | CompassSensor.IIO.9150.cpp | 360 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()
|
D | MPLSensor.cpp | 5014 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/ |
D | PressureSensor.IIO.secondary.cpp | 190 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()
|
D | CompassSensor.IIO.primary.cpp | 522 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()
|
D | CompassSensor.IIO.9150.cpp | 392 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()
|
D | MPLSensor.cpp | 5378 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/ |
D | inv_gesture_test.c | 177 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/ |
D | inv_self_test.c | 168 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/google/gfxstream/host/apigen-codec-common/X11/ |
D | Xos_r.h | 419 struct servent *sptr; member 431 (memcpy(&(sp).sent, (sp).sptr, sizeof(struct servent)), \ 432 strcpy((sp).s_name, (sp).sptr->s_name), \ 434 strcpy((sp).s_proto, (sp).sptr->s_proto), \ 436 ((sp).sptr = &(sp).sent), \ 450 (((sp).sptr = getservbyname((s),(p))) ? _Xg_copyServent(sp) : 0), \ 452 (sp).sptr )
|
/hardware/broadcom/wlan/bcmdhd/dhdutil/ |
D | dhdu.c | 1049 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()
|