Home
last modified time | relevance | path

Searched refs:has_id (Results 1 – 2 of 2) sorted by relevance

/linux/tools/verification/rv/src/
H A Din_kernel.c320 int has_id; in ikm_has_id()
330 has_id = !!strstr(format, "REC->id"); in ikm_has_id()
332 debug_msg("ikm: monitor %s has id: %s\n", monitor_name, has_id ? "yes" : "no");
336 return has_id;
313 int has_id; ikm_has_id() local
/linux/drivers/iio/light/
H A Dopt3001.c99 bool has_id; member
899 if (opt->chip_info->has_id) { in opt3001_probe()
939 .has_id = true,
950 .has_id = false,