Home
last modified time | relevance | path

Searched refs:sensor_timestamped (Results 1 – 2 of 2) sorted by relevance

/rk3399_ARM-atf/drivers/scmi-msg/
H A Dsensor.h105 uint16_t (*sensor_timestamped)(uint32_t agent_id, uint16_t sensor_id); member
120 .sensor_timestamped = _sensor_timestamped, \
H A Dsensor.c90 if (sensor_ops.sensor_timestamped != NULL) { in plat_scmi_sensor_timestamped()
91 return sensor_ops.sensor_timestamped(agent_id, sensor_id); in plat_scmi_sensor_timestamped()