Home
last modified time | relevance | path

Searched refs:tspec (Results 1 – 8 of 8) sorted by relevance

/linux-6.12.1/drivers/ptp/
Dptp_kvm_common.c32 struct timespec64 tspec; in ptp_kvm_get_time_fn() local
39 ret = kvm_arch_ptp_get_crosststamp(&cycle, &tspec, &cs_id); in ptp_kvm_get_time_fn()
51 *device_time = timespec64_to_ktime(tspec); in ptp_kvm_get_time_fn()
88 struct timespec64 tspec; in ptp_kvm_gettime() local
92 ret = kvm_arch_ptp_get_clock(&tspec); in ptp_kvm_gettime()
100 memcpy(ts, &tspec, sizeof(struct timespec64)); in ptp_kvm_gettime()
Dptp_kvm_x86.c95 int kvm_arch_ptp_get_crosststamp(u64 *cycle, struct timespec64 *tspec, in kvm_arch_ptp_get_crosststamp() argument
121 tspec->tv_sec = clock_pair->sec; in kvm_arch_ptp_get_crosststamp()
122 tspec->tv_nsec = clock_pair->nsec; in kvm_arch_ptp_get_crosststamp()
/linux-6.12.1/drivers/staging/rtl8192e/
Drtl819x_TSProc.c97 memset(&ts_common_info->tspec, 0, sizeof(struct qos_tsinfo)); in ResetTsCommonInfo()
201 pRet->tspec.ts_id == TID && in SearchAdmitTRStream()
202 pRet->tspec.ucDirection == dir) in SearchAdmitTRStream()
223 memcpy((u8 *)(&(ts_common_info->tspec)), (u8 *)pTSPEC, in MakeTSEntry()
231 struct qos_tsinfo tspec; in rtllib_get_ts() local
232 struct qos_tsinfo *ts_info = &tspec; in rtllib_get_ts()
311 MakeTSEntry(*ppTS, addr, &tspec); in rtllib_get_ts()
Drtl819x_TS.h22 struct qos_tsinfo tspec; member
Drtl819x_BAProc.c477 ba->ba_param_set.field.tid = ts->ts_common_info.tspec.ts_id; in rtllib_ts_init_add_ba()
/linux-6.12.1/include/linux/
Dptp_kvm.h20 struct timespec64 *tspec, enum clocksource_ids *cs_id);
/linux-6.12.1/drivers/hsi/clients/
Dcmt_speech.c441 struct timespec64 tspec; in cs_hsi_read_on_control_complete() local
445 ktime_get_ts64(&tspec); in cs_hsi_read_on_control_complete()
447 tstamp->tv_sec = (__u32) tspec.tv_sec; in cs_hsi_read_on_control_complete()
448 tstamp->tv_nsec = (__u32) tspec.tv_nsec; in cs_hsi_read_on_control_complete()
/linux-6.12.1/drivers/net/wireless/ath/wcn36xx/
Dhal.h2871 struct wcn36xx_hal_tspec_ie tspec; member
4084 struct wcn36xx_hal_tspec_ie tspec[WCN36XX_HAL_MAX_AC]; member