Home
last modified time | relevance | path

Searched refs:v_dev_ctx_table (Results 1 – 4 of 4) sorted by relevance

/SCP-firmware-master/product/n1sdp/module/n1sdp_sensor/src/
A Dmod_n1sdp_sensor.c73 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()
A Dmod_n1sdp_sensor_driver.h48 struct n1sdp_volt_sensor_ctx *v_dev_ctx_table; member
/SCP-firmware-master/product/morello/module/morello_sensor/src/
A Dmod_morello_sensor.c88 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()
/SCP-firmware-master/product/morello/module/morello_sensor/include/
A Dmod_morello_sensor.h154 struct morello_volt_sensor_ctx *v_dev_ctx_table; member

Completed in 5 milliseconds