Searched refs:sensor_trigger_table (Results 1 – 1 of 1) sorted by relevance
209 } sensor_trigger_table[SENSOR_TRIG_COMMON_COUNT] = { variable235 for (int i = 0; i < ARRAY_SIZE(sensor_trigger_table); ++i) { in sensor_trigger_name_lookup()236 if (strcmp(name, sensor_trigger_table[i].name) == 0) { in sensor_trigger_name_lookup()365 (sensor_trigger_table[trigger].name == NULL in sensor_shell_processing_callback()367 : sensor_trigger_table[trigger].name)); in sensor_shell_processing_callback()822 for (int i = 0; i < ARRAY_SIZE(sensor_trigger_table); i++) { in trigger_name_get_for_stream()823 if (sensor_trigger_table[i].name != NULL) { in trigger_name_get_for_stream()825 entry->syntax = sensor_trigger_table[i].name; in trigger_name_get_for_stream()885 for (int i = 0; i < ARRAY_SIZE(sensor_trigger_table); i++) { in trigger_name_get()886 if (sensor_trigger_table[i].name != NULL) { in trigger_name_get()[all …]