Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/thermal/intel/
A Dintel_hfi.c254 u64 new_timestamp, msr, hfi; in intel_hfi_process_event() local
295 new_timestamp = *(u64 *)hfi_instance->hw_table; in intel_hfi_process_event()
296 if (*hfi_instance->timestamp == new_timestamp) { in intel_hfi_process_event()
/linux-6.3-rc2/drivers/platform/chrome/
A Dcros_ec_sensorhub_ring.c420 s64 new_timestamp; in cros_ec_sensor_ring_process_event() local
426 new_timestamp = c - b * 1000 + a * 1000; in cros_ec_sensor_ring_process_event()
431 if (new_timestamp - *current_timestamp > 0) in cros_ec_sensor_ring_process_event()
432 *current_timestamp = new_timestamp; in cros_ec_sensor_ring_process_event()

Completed in 10 milliseconds