Searched refs:system_counterval_t (Results 1 – 12 of 12) sorted by relevance
/linux-6.1.9/arch/x86/include/asm/ |
D | tsc.h | 30 extern struct system_counterval_t convert_art_to_tsc(u64 art); 31 extern struct system_counterval_t convert_art_ns_to_tsc(u64 art_ns);
|
/linux-6.1.9/include/linux/ |
D | timekeeping.h | 276 struct system_counterval_t { struct 286 struct system_counterval_t *system_counterval, argument
|
D | stmmac.h | 234 int (*crosststamp)(ktime_t *device, struct system_counterval_t *system,
|
/linux-6.1.9/drivers/ptp/ |
D | ptp_kvm_common.c | 28 struct system_counterval_t *system_counter, in ptp_kvm_get_time_fn()
|
/linux-6.1.9/arch/x86/kernel/ |
D | tsc.c | 1259 struct system_counterval_t convert_art_to_tsc(u64 art) in convert_art_to_tsc() 1271 return (struct system_counterval_t) {.cs = art_related_clocksource, in convert_art_to_tsc() 1297 struct system_counterval_t convert_art_ns_to_tsc(u64 art_ns) in convert_art_ns_to_tsc() 1309 return (struct system_counterval_t) { .cs = art_related_clocksource, in convert_art_ns_to_tsc()
|
/linux-6.1.9/drivers/net/ethernet/intel/igc/ |
D | igc_ptp.c | 784 static struct system_counterval_t igc_device_tstamp_to_system(u64 tstamp) in igc_device_tstamp_to_system() 789 return (struct system_counterval_t) { }; in igc_device_tstamp_to_system() 820 struct system_counterval_t *system, in igc_phc_get_syncdevicetime()
|
/linux-6.1.9/drivers/net/ethernet/intel/e1000e/ |
D | ptp.c | 102 struct system_counterval_t *system, in e1000e_phc_get_syncdevicetime()
|
/linux-6.1.9/drivers/net/ethernet/stmicro/stmmac/ |
D | stmmac_ptp.c | 244 struct system_counterval_t *system, in stmmac_get_syncdevicetime()
|
D | dwmac-intel.c | 306 struct system_counterval_t *system, in intel_crosststamp()
|
/linux-6.1.9/sound/pci/hda/ |
D | hda_controller.c | 365 struct system_counterval_t *system, void *ctx) in azx_get_sync_time() 467 struct system_counterval_t *system, void *ctx) in azx_get_sync_time()
|
/linux-6.1.9/kernel/time/ |
D | timekeeping.c | 1207 struct system_counterval_t *sys_counterval, in get_device_system_crosststamp() 1213 struct system_counterval_t system_counterval; in get_device_system_crosststamp()
|
/linux-6.1.9/drivers/net/ethernet/intel/ice/ |
D | ice_ptp.c | 1954 struct system_counterval_t *system, in ice_ptp_get_syncdevicetime()
|