OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cand_name
(Results
1 - 2
of
2
) sorted by null
/hardware/invensense/6515/libsensors_iio/
MPLSupport.cpp
222
char
cand_name
[20];
local
224
strncpy(
cand_name
, dev_prefix, sizeof(
cand_name
) / sizeof(
cand_name
[0]));
228
snprintf(&
cand_name
[prefix_len],
229
sizeof(
cand_name
) / sizeof(
cand_name
[0]),
231
int dev_num = find_type_by_name(
cand_name
, "iio:device");
233
strncpy(dev_full_name,
cand_name
, len);
239
snprintf(&
cand_name
[prefix_len]
[
all
...]
/hardware/invensense/65xx/libsensors_iio/
MPLSupport.cpp
222
char
cand_name
[20];
local
224
strncpy(
cand_name
, dev_prefix, sizeof(
cand_name
) / sizeof(
cand_name
[0]));
228
snprintf(&
cand_name
[prefix_len],
229
sizeof(
cand_name
) / sizeof(
cand_name
[0]),
231
int dev_num = find_type_by_name(
cand_name
, "iio:device");
233
strncpy(dev_full_name,
cand_name
, len);
239
snprintf(&
cand_name
[prefix_len],
[
all
...]
Completed in 287 milliseconds