Searched refs:system_counterval_t (Results 1 – 12 of 12) sorted by relevance
/openbmc/linux/arch/x86/include/asm/ |
H A 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);
|
/openbmc/linux/include/linux/ |
H A D | timekeeping.h | 276 struct system_counterval_t { struct 286 struct system_counterval_t *system_counterval, argument
|
H A D | stmmac.h | 283 int (*crosststamp)(ktime_t *device, struct system_counterval_t *system,
|
/openbmc/linux/drivers/ptp/ |
H A D | ptp_kvm_common.c | 28 struct system_counterval_t *system_counter, in ptp_kvm_get_time_fn()
|
/openbmc/linux/arch/x86/kernel/ |
H A D | tsc.c | 1300 struct system_counterval_t convert_art_to_tsc(u64 art) in convert_art_to_tsc() 1312 return (struct system_counterval_t) {.cs = art_related_clocksource, in convert_art_to_tsc() 1338 struct system_counterval_t convert_art_ns_to_tsc(u64 art_ns) in convert_art_ns_to_tsc() 1350 return (struct system_counterval_t) { .cs = art_related_clocksource, in convert_art_ns_to_tsc()
|
/openbmc/linux/drivers/net/ethernet/intel/e1000e/ |
H A D | ptp.c | 92 struct system_counterval_t *system, in e1000e_phc_get_syncdevicetime()
|
/openbmc/linux/drivers/net/ethernet/intel/igc/ |
H A D | igc_ptp.c | 911 static struct system_counterval_t igc_device_tstamp_to_system(u64 tstamp) in igc_device_tstamp_to_system() 916 return (struct system_counterval_t) { }; in igc_device_tstamp_to_system() 947 struct system_counterval_t *system, in igc_phc_get_syncdevicetime()
|
/openbmc/linux/drivers/net/ethernet/stmicro/stmmac/ |
H A D | stmmac_ptp.c | 238 struct system_counterval_t *system, in stmmac_get_syncdevicetime()
|
H A D | dwmac-intel.c | 304 struct system_counterval_t *system, in intel_crosststamp()
|
/openbmc/linux/sound/pci/hda/ |
H A 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()
|
/openbmc/linux/kernel/time/ |
H A D | timekeeping.c | 1209 struct system_counterval_t *sys_counterval, in get_device_system_crosststamp() 1215 struct system_counterval_t system_counterval; in get_device_system_crosststamp()
|
/openbmc/linux/drivers/net/ethernet/intel/ice/ |
H A D | ice_ptp.c | 1971 struct system_counterval_t *system, in ice_ptp_get_syncdevicetime()
|