Home
last modified time | relevance | path

Searched refs:system_counterval_t (Results 1 – 12 of 12) sorted by relevance

/openbmc/linux/arch/x86/include/asm/
H A Dtsc.h30 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 Dtimekeeping.h276 struct system_counterval_t { struct
286 struct system_counterval_t *system_counterval, argument
H A Dstmmac.h283 int (*crosststamp)(ktime_t *device, struct system_counterval_t *system,
/openbmc/linux/drivers/ptp/
H A Dptp_kvm_common.c28 struct system_counterval_t *system_counter, in ptp_kvm_get_time_fn()
/openbmc/linux/arch/x86/kernel/
H A Dtsc.c1300 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 Dptp.c92 struct system_counterval_t *system, in e1000e_phc_get_syncdevicetime()
/openbmc/linux/drivers/net/ethernet/intel/igc/
H A Digc_ptp.c911 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 Dstmmac_ptp.c238 struct system_counterval_t *system, in stmmac_get_syncdevicetime()
H A Ddwmac-intel.c304 struct system_counterval_t *system, in intel_crosststamp()
/openbmc/linux/sound/pci/hda/
H A Dhda_controller.c365 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 Dtimekeeping.c1209 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 Dice_ptp.c1971 struct system_counterval_t *system, in ice_ptp_get_syncdevicetime()