Home
last modified time | relevance | path

Searched refs:sys_time (Results 1 – 10 of 10) sorted by relevance

/linux/drivers/net/wireless/intel/iwlwifi/mvm/ !
H A Dptp.c87 iwl_mvm_get_crosstimestamp_fw(struct iwl_mvm *mvm, u32 *gp2, u64 *sys_time) in iwl_mvm_get_crosstimestamp_fw() argument
121 *sys_time = (u64)le32_to_cpu(resp->platform_timestamp_hi) << 32 | in iwl_mvm_get_crosstimestamp_fw()
128 ktime_t *sys_time, u32 *gp2) in iwl_mvm_phc_get_crosstimestamp_loop() argument
140 *sys_time = tmp_sys_time; in iwl_mvm_phc_get_crosstimestamp_loop()
144 *gp2, *sys_time); in iwl_mvm_phc_get_crosstimestamp_loop()
161 ktime_t sys_time; in iwl_mvm_phc_get_crosstimestamp() local
172 ret = iwl_mvm_get_crosstimestamp_fw(mvm, &gp2, &sys_time); in iwl_mvm_phc_get_crosstimestamp()
177 iwl_mvm_phc_get_crosstimestamp_loop(mvm, &sys_time, &gp2); in iwl_mvm_phc_get_crosstimestamp()
183 gp2, mvm->ptp_data.last_gp2, gp2_ns, (s64)sys_time); in iwl_mvm_phc_get_crosstimestamp()
187 xtstamp->sys_realtime = sys_time; in iwl_mvm_phc_get_crosstimestamp()
/linux/drivers/net/wireless/intel/iwlwifi/mld/ !
H A Dptp.c195 iwl_mld_get_crosstimestamp_fw(struct iwl_mld *mld, u32 *gp2, u64 *sys_time) in iwl_mld_get_crosstimestamp_fw() argument
231 *sys_time = (u64)le32_to_cpu(resp->platform_timestamp_hi) << 32 | in iwl_mld_get_crosstimestamp_fw()
251 ktime_t sys_time; in iwl_mld_phc_get_crosstimestamp() local
255 ret = iwl_mld_get_crosstimestamp_fw(mld, &gp2, &sys_time); in iwl_mld_phc_get_crosstimestamp()
269 gp2, mld->ptp_data.last_gp2, gp2_ns, (s64)sys_time); in iwl_mld_phc_get_crosstimestamp()
273 xtstamp->sys_realtime = sys_time; in iwl_mld_phc_get_crosstimestamp()
/linux/tools/testing/selftests/x86/ !
H A Dtest_vsyscall.c100 static inline long sys_time(time_t *t) in sys_time() function
181 t_sys1 = sys_time(&t2_sys1); in test_time()
186 t_sys2 = sys_time(&t2_sys2); in test_time()
/linux/drivers/net/ethernet/intel/idpf/ !
H A Didpf_ptp.c190 u64 *dev_time, u64 *sys_time) in idpf_ptp_get_sync_device_time_direct() argument
208 *sys_time = (u64)sys_time_hi << 32 | sys_time_lo; in idpf_ptp_get_sync_device_time_direct()
221 u64 *dev_time, u64 *sys_time) in idpf_ptp_get_sync_device_time_mailbox() argument
231 *sys_time = cross_time.sys_time_ns; in idpf_ptp_get_sync_device_time_mailbox()
/linux/sound/soc/intel/avs/ !
H A Dmessages.c815 struct avs_sys_time sys_time; in avs_ipc_set_system_time() local
820 sys_time.val_l = us & UINT_MAX; in avs_ipc_set_system_time()
821 sys_time.val_u = us >> 32; in avs_ipc_set_system_time()
824 AVS_BASEFW_SYSTEM_TIME, (u8 *)&sys_time, sizeof(sys_time)); in avs_ipc_set_system_time()
/linux/tools/perf/arch/powerpc/entry/syscalls/ !
H A Dsyscall.tbl24 13 64 time sys_time
25 13 spu time sys_time
/linux/tools/perf/arch/parisc/entry/syscalls/ !
H A Dsyscall.tbl24 13 64 time sys_time
/linux/tools/perf/arch/x86/entry/syscalls/ !
H A Dsyscall_64.tbl213 201 common time sys_time
/linux/tools/perf/arch/arm64/entry/syscalls/ !
H A Dsyscall_32.tbl27 # 13 was sys_time
/linux/include/linux/ !
H A Dsyscalls.h1082 asmlinkage long sys_time(__kernel_old_time_t __user *tloc);