Searched refs:sensor_trigger_table (Results 1 – 1 of 1) sorted by relevance
202 } sensor_trigger_table[SENSOR_TRIG_COMMON_COUNT] = { variable226 for (int i = 0; i < ARRAY_SIZE(sensor_trigger_table); ++i) { in sensor_trigger_name_lookup()227 if (strcmp(name, sensor_trigger_table[i].name) == 0) { in sensor_trigger_name_lookup()355 (sensor_trigger_table[trigger].name == NULL in sensor_shell_processing_callback()357 : sensor_trigger_table[trigger].name)); in sensor_shell_processing_callback()812 for (int i = 0; i < ARRAY_SIZE(sensor_trigger_table); i++) { in trigger_name_get_for_stream()813 if (sensor_trigger_table[i].name != NULL) { in trigger_name_get_for_stream()815 entry->syntax = sensor_trigger_table[i].name; in trigger_name_get_for_stream()875 for (int i = 0; i < ARRAY_SIZE(sensor_trigger_table); i++) { in trigger_name_get()876 if (sensor_trigger_table[i].name != NULL) { in trigger_name_get()[all …]