Home
last modified time | relevance | path

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

/linux-6.15/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-6.15/drivers/net/wireless/intel/iwlwifi/mld/
H A Dptp.c189 iwl_mld_get_crosstimestamp_fw(struct iwl_mld *mld, u32 *gp2, u64 *sys_time) in iwl_mld_get_crosstimestamp_fw() argument
225 *sys_time = (u64)le32_to_cpu(resp->platform_timestamp_hi) << 32 | in iwl_mld_get_crosstimestamp_fw()
245 ktime_t sys_time; in iwl_mld_phc_get_crosstimestamp() local
249 ret = iwl_mld_get_crosstimestamp_fw(mld, &gp2, &sys_time); in iwl_mld_phc_get_crosstimestamp()
263 gp2, mld->ptp_data.last_gp2, gp2_ns, (s64)sys_time); in iwl_mld_phc_get_crosstimestamp()
267 xtstamp->sys_realtime = sys_time; in iwl_mld_phc_get_crosstimestamp()
/linux-6.15/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-6.15/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-6.15/arch/powerpc/kernel/syscalls/
H A Dsyscall.tbl24 13 64 time sys_time
25 13 spu time sys_time
/linux-6.15/tools/perf/arch/powerpc/entry/syscalls/
H A Dsyscall.tbl24 13 64 time sys_time
25 13 spu time sys_time
/linux-6.15/tools/perf/arch/x86/entry/syscalls/
H A Dsyscall_64.tbl213 201 common time sys_time
/linux-6.15/tools/perf/arch/parisc/entry/syscalls/
H A Dsyscall.tbl24 13 64 time sys_time
/linux-6.15/arch/parisc/kernel/syscalls/
H A Dsyscall.tbl24 13 64 time sys_time
/linux-6.15/arch/x86/entry/syscalls/
H A Dsyscall_64.tbl213 201 common time sys_time
/linux-6.15/tools/perf/arch/arm64/entry/syscalls/
H A Dsyscall_32.tbl27 # 13 was sys_time
/linux-6.15/arch/arm64/tools/
H A Dsyscall_32.tbl27 # 13 was sys_time
/linux-6.15/include/linux/
H A Dsyscalls.h1069 asmlinkage long sys_time(__kernel_old_time_t __user *tloc);