Home
last modified time | relevance | path

Searched refs:ep (Results 1 – 3 of 3) sorted by relevance

/hardware/invensense/65xx/libsensors_iio/
DMPLSupport.cpp291 struct dirent *ep; in read_sysfs_dir() local
299 while ((ep = readdir (dp))) { in read_sysfs_dir()
300 if(ep != NULL) { in read_sysfs_dir()
301 LOGV_IF(0,"file name %s", ep->d_name); in read_sysfs_dir()
302 if(!strcmp(ep->d_name, ".") || !strcmp(ep->d_name, "..") || in read_sysfs_dir()
303 !strcmp(ep->d_name, "uevent") || !strcmp(ep->d_name, "dev") || in read_sysfs_dir()
304 !strcmp(ep->d_name, "self_test")) in read_sysfs_dir()
306 sprintf(full_path, "%s%s%s", sysfs_path, "/", ep->d_name); in read_sysfs_dir()
/hardware/invensense/6515/libsensors_iio/
DMPLSupport.cpp291 struct dirent *ep; in read_sysfs_dir() local
299 while ((ep = readdir (dp))) { in read_sysfs_dir()
300 if(ep != NULL) { in read_sysfs_dir()
301 LOGV_IF(0,"file name %s", ep->d_name); in read_sysfs_dir()
302 if(!strcmp(ep->d_name, ".") || !strcmp(ep->d_name, "..") || in read_sysfs_dir()
303 !strcmp(ep->d_name, "uevent") || !strcmp(ep->d_name, "dev") || in read_sysfs_dir()
304 !strcmp(ep->d_name, "self_test")) in read_sysfs_dir()
306 sprintf(full_path, "%s%s%s", sysfs_path, "/", ep->d_name); in read_sysfs_dir()
/hardware/broadcom/wlan/bcmdhd/dhdutil/
Dbcmutils.c1012 char *ep; in bcm_ether_atoe() local
1015 ea->octet[i++] = (char) bcm_strtoul(p, &ep, 16); in bcm_ether_atoe()
1016 p = ep; in bcm_ether_atoe()