Home
last modified time | relevance | path

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

/hardware/invensense/65xx/libsensors_iio/
DMPLSupport.h32 int fill_dev_full_name_by_prefix(const char* dev_prefix,
/hardware/invensense/6515/libsensors_iio/
DMPLSupport.h31 int fill_dev_full_name_by_prefix(const char* dev_prefix,
DMPLSupport.cpp219 int fill_dev_full_name_by_prefix(const char* dev_prefix, in fill_dev_full_name_by_prefix() argument
223 int prefix_len = strlen(dev_prefix); in fill_dev_full_name_by_prefix()
224 strncpy(cand_name, dev_prefix, sizeof(cand_name) / sizeof(cand_name[0])); in fill_dev_full_name_by_prefix()