Searched refs:v_dev_ctx_table (Results 1 – 4 of 4) sorted by relevance
73 v_dev_ctx = &sensor_ctx.v_dev_ctx_table[count]; in n1sdp_sensor_timer_callback()119 v_dev_ctx = &sensor_ctx.v_dev_ctx_table[id - t_sensor_count]; in get_value()196 sensor_ctx.v_dev_ctx_table = fwk_mm_calloc( in n1sdp_sensor_init()198 sizeof(sensor_ctx.v_dev_ctx_table[0])); in n1sdp_sensor_init()200 if (sensor_ctx.v_dev_ctx_table == NULL) { in n1sdp_sensor_init()243 v_dev_ctx = &sensor_ctx.v_dev_ctx_table[id - t_sensor_count]; in n1sdp_sensor_element_init()
48 struct n1sdp_volt_sensor_ctx *v_dev_ctx_table; member
88 v_dev_ctx = &sensor_ctx.v_dev_ctx_table[count]; in morello_sensor_timer_callback()139 v_dev_ctx = &sensor_ctx.v_dev_ctx_table[el_idx - t_sensor_count]; in get_value()178 sensor_ctx.v_dev_ctx_table = fwk_mm_calloc( in morello_sensor_init()180 sizeof(sensor_ctx.v_dev_ctx_table[0])); in morello_sensor_init()215 v_dev_ctx = &sensor_ctx.v_dev_ctx_table[el_idx - t_sensor_count]; in morello_sensor_element_init()
154 struct morello_volt_sensor_ctx *v_dev_ctx_table; member
Completed in 5 milliseconds