Searched refs:path_device (Results 1 – 1 of 1) sorted by relevance
295 char path_device[IIO_MAX_DEVICE_NAME_LENGTH]; in cros_ec_get_gesture_names() local296 strcpy(path_device, IIO_DIR); in cros_ec_get_gesture_names()297 strcat(path_device, sensor_name); in cros_ec_get_gesture_names()298 strcat(path_device, "/events"); in cros_ec_get_gesture_names()300 ALOGD("looking at %s:", path_device); in cros_ec_get_gesture_names()301 events_dir = opendir(path_device); in cros_ec_get_gesture_names()426 char path_device[IIO_MAX_DEVICE_NAME_LENGTH]; in cros_ec_get_sensors_names() local427 strcpy(path_device, IIO_DIR); in cros_ec_get_sensors_names()428 strcat(path_device, ent_device->d_name); in cros_ec_get_sensors_names()431 if (cros_ec_sysfs_get_attr(path_device, "name", dev_name)) in cros_ec_get_sensors_names()[all …]