Home
last modified time | relevance | path

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

/hardware/invensense/65xx/libsensors_iio/
DPressureSensor.IIO.secondary.cpp195 char *sptr = pathP; in inv_init_sysfs_attributes() local
197 if (sptr == NULL) in inv_init_sysfs_attributes()
201 *dptr++ = sptr; in inv_init_sysfs_attributes()
202 memset(sptr, 0, sizeof(sptr)); in inv_init_sysfs_attributes()
203 sptr += sizeof(char[MAX_SYSFS_NAME_LEN]); in inv_init_sysfs_attributes()
DCompassSensor.IIO.9150.cpp338 char *sptr; in inv_init_sysfs_attributes() local
344 sptr = pathP; in inv_init_sysfs_attributes()
346 if (sptr == NULL) in inv_init_sysfs_attributes()
353 *dptr++ = sptr; in inv_init_sysfs_attributes()
354 memset(sptr, 0, sizeof(sptr)); in inv_init_sysfs_attributes()
355 sptr += sizeof(char[MAX_SYSFS_NAME_LEN]); in inv_init_sysfs_attributes()
DCompassSensor.IIO.primary.cpp504 char *sptr; in inv_init_sysfs_attributes() local
511 sptr = pathP; in inv_init_sysfs_attributes()
513 if (sptr == NULL) in inv_init_sysfs_attributes()
517 *dptr++ = sptr; in inv_init_sysfs_attributes()
518 sptr += sizeof(char[MAX_SYSFS_NAME_LEN]); in inv_init_sysfs_attributes()
DMPLSensor.cpp4714 char *sptr; in inv_init_sysfs_attributes() local
4722 sptr = sysfs_names_ptr; in inv_init_sysfs_attributes()
4723 if (sptr != NULL) { in inv_init_sysfs_attributes()
4726 *dptr++ = sptr; in inv_init_sysfs_attributes()
4727 memset(sptr, 0, sizeof(sptr)); in inv_init_sysfs_attributes()
4728 sptr += sizeof(char[MAX_SYSFS_NAME_LEN]); in inv_init_sysfs_attributes()
/hardware/invensense/60xx/libsensors_iio/
DCompassSensor.IIO.9150.cpp336 char *sptr; in inv_init_sysfs_attributes() local
342 sptr = pathP; in inv_init_sysfs_attributes()
344 if (sptr == NULL) in inv_init_sysfs_attributes()
348 *dptr++ = sptr; in inv_init_sysfs_attributes()
349 sptr += sizeof(char[MAX_SYSFS_NAME_LEN]); in inv_init_sysfs_attributes()
DMPLSensor.cpp2680 char *sptr; in inv_init_sysfs_attributes() local
2686 sptr = sysfs_names_ptr; in inv_init_sysfs_attributes()
2687 if (sptr == NULL) { in inv_init_sysfs_attributes()
2695 *dptr++ = sptr; in inv_init_sysfs_attributes()
2696 sptr += sizeof(char[MAX_SYSFS_NAME_LEN]); in inv_init_sysfs_attributes()
/hardware/libhardware_legacy/wifi/
Dwifi.c327 char *sptr; in update_ctrl_interface() local
368 if ((sptr = strstr(pbuf, "ctrl_interface="))) { in update_ctrl_interface()
372 char *iptr = sptr + strlen("ctrl_interface="); in update_ctrl_interface()
/hardware/broadcom/wlan/bcmdhd/dhdutil/
Ddhdu.c1048 char *sptr; in dhd_membytes() local
1079 sptr = argv[2]; in dhd_membytes()
1095 *ptr++ = *sptr++; in dhd_membytes()
1096 if (sptr >= (argv[2] + patlen)) in dhd_membytes()
1097 sptr = argv[2]; in dhd_membytes()