Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/staging/rtl8723bs/hal/
DHalPhyRf_8723B.c1813 u32 StartTime; in PHY_IQCalibrate_8723B() local
1893 StartTime = jiffies; in PHY_IQCalibrate_8723B()
2039 ProgressingTime = jiffies_to_msecs(jiffies - StartTime); in PHY_IQCalibrate_8723B()
2050 u32 StartTime; in PHY_LCCalibrate_8723B() local
2064 StartTime = jiffies; in PHY_LCCalibrate_8723B()
2079 ProgressingTime = jiffies_to_msecs(jiffies - StartTime); in PHY_LCCalibrate_8723B()
/Linux-v5.10/tools/perf/scripts/python/
Dexported-sql-viewer.py1331 start_time = self.collection.glb.StartTime(self.collection.machine_id)
1404 self.xrangelo = glb.StartTime(machine_id)
2193 self.start_time = self.glb.StartTime(collection.machine_id)
2275 rel_time_from = time_from - self.glb.StartTime(self.collection.machine_id)
5009 def StartTime(self, machine_id): member in Glb