Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/thermal/intel/
Dintel_hfi.c258 u64 new_timestamp, msr, hfi; in intel_hfi_process_event() local
299 new_timestamp = *(u64 *)hfi_instance->hw_table; in intel_hfi_process_event()
300 if (*hfi_instance->timestamp == new_timestamp) { in intel_hfi_process_event()
/linux-6.12.1/drivers/platform/chrome/
Dcros_ec_sensorhub_ring.c448 s64 new_timestamp; in cros_ec_sensor_ring_process_event() local
454 new_timestamp = c - b * 1000 + a * 1000; in cros_ec_sensor_ring_process_event()
459 if (new_timestamp - *current_timestamp > 0) in cros_ec_sensor_ring_process_event()
460 *current_timestamp = new_timestamp; in cros_ec_sensor_ring_process_event()