Searched refs:sensor_trigger_table (Results 1 – 1 of 1) sorted by relevance
196 } sensor_trigger_table[SENSOR_TRIG_COMMON_COUNT] = { variable220 for (int i = 0; i < ARRAY_SIZE(sensor_trigger_table); ++i) { in sensor_trigger_name_lookup()221 if (strcmp(name, sensor_trigger_table[i].name) == 0) { in sensor_trigger_name_lookup()349 (sensor_trigger_table[trigger].name == NULL in sensor_shell_processing_callback()351 : sensor_trigger_table[trigger].name)); in sensor_shell_processing_callback()823 for (int i = 0; i < ARRAY_SIZE(sensor_trigger_table); i++) { in trigger_name_get_for_stream()824 if (sensor_trigger_table[i].name != NULL) { in trigger_name_get_for_stream()826 entry->syntax = sensor_trigger_table[i].name; in trigger_name_get_for_stream()886 for (int i = 0; i < ARRAY_SIZE(sensor_trigger_table); i++) { in trigger_name_get()887 if (sensor_trigger_table[i].name != NULL) { in trigger_name_get()[all …]