Searched refs:t_sensor_count (Results 1 – 6 of 6) sorted by relevance
98 uint8_t t_sensor_count, v_sensor_count; in get_value()102 t_sensor_count = sensor_ctx.module_config->t_sensor_count; in get_value()105 if (id >= (t_sensor_count + v_sensor_count)) { in get_value()109 if (id < t_sensor_count) { in get_value()138 uint8_t t_sensor_count, v_sensor_count; in get_info() local143 t_sensor_count = sensor_ctx.module_config->t_sensor_count; in get_info()150 if (id < t_sensor_count) { in get_info()189 sensor_ctx.module_config->t_sensor_count, in n1sdp_sensor_init()217 uint8_t t_sensor_count; in n1sdp_sensor_element_init() local221 t_sensor_count = sensor_ctx.module_config->t_sensor_count; in n1sdp_sensor_element_init()[all …]
50 for (count = 0; count < sensor_ctx.module_config->t_sensor_count; count++) { in morello_sensor_timer_callback()116 uint8_t t_sensor_count; in get_value()121 t_sensor_count = sensor_ctx.module_config->t_sensor_count; in get_value()124 if (el_idx > (t_sensor_count + v_sensor_count)) { in get_value()128 if (el_idx < t_sensor_count) { in get_value()139 v_dev_ctx = &sensor_ctx.v_dev_ctx_table[el_idx - t_sensor_count]; in get_value()175 sensor_ctx.module_config->t_sensor_count, in morello_sensor_init()195 uint8_t t_sensor_count; in morello_sensor_element_init() local199 t_sensor_count = sensor_ctx.module_config->t_sensor_count; in morello_sensor_element_init()201 if (el_idx < t_sensor_count) { in morello_sensor_element_init()[all …]
114 uint8_t t_sensor_count; member
115 uint8_t t_sensor_count; member
106 .t_sensor_count = 3,
Completed in 8 milliseconds