Searched refs:ts (Results 276 - 300 of 795) sorted by relevance

<<11121314151617181920>>

/linux-master/io_uring/
H A Dnotif.c12 static void io_notif_complete_tw_ext(struct io_kiocb *notif, struct io_tw_state *ts) argument
24 io_req_task_complete(notif, ts);
/linux-master/arch/x86/kernel/
H A Dpvclock.c125 struct timespec64 *ts)
153 set_normalized_timespec64(ts, now.tv_sec, now.tv_nsec);
123 pvclock_read_wallclock(struct pvclock_wall_clock *wall_clock, struct pvclock_vcpu_time_info *vcpu_time, struct timespec64 *ts) argument
H A Drtc.c109 void read_persistent_clock64(struct timespec64 *ts) argument
111 x86_platform.get_wallclock(ts);
/linux-master/drivers/net/dsa/hirschmann/
H A Dhellcreek_ptp.c85 struct timespec64 *ts)
94 *ts = ns_to_timespec64(ns);
100 const struct timespec64 *ts)
105 secl = ts->tv_sec & 0xffff;
106 nsh = ((u32)ts->tv_nsec & 0xffff0000) >> 16;
107 nsl = ts->tv_nsec & 0xffff;
112 hellcreek->seconds = ts->tv_sec;
113 hellcreek->last_ts = ts->tv_nsec;
84 hellcreek_ptp_gettime(struct ptp_clock_info *ptp, struct timespec64 *ts) argument
99 hellcreek_ptp_settime(struct ptp_clock_info *ptp, const struct timespec64 *ts) argument
/linux-master/drivers/net/phy/
H A Dnxp-c45-tja11xx.c373 struct timespec64 *ts,
380 ts->tv_nsec = phy_read_mmd(priv->phydev, MDIO_MMD_VEND1,
382 ts->tv_nsec |= phy_read_mmd(priv->phydev, MDIO_MMD_VEND1,
384 ts->tv_sec = phy_read_mmd(priv->phydev, MDIO_MMD_VEND1,
386 ts->tv_sec |= phy_read_mmd(priv->phydev, MDIO_MMD_VEND1,
393 struct timespec64 *ts,
399 _nxp_c45_ptp_gettimex64(ptp, ts, sts);
406 const struct timespec64 *ts)
412 ts->tv_nsec);
414 ts
372 _nxp_c45_ptp_gettimex64(struct ptp_clock_info *ptp, struct timespec64 *ts, struct ptp_system_timestamp *sts) argument
392 nxp_c45_ptp_gettimex64(struct ptp_clock_info *ptp, struct timespec64 *ts, struct ptp_system_timestamp *sts) argument
405 _nxp_c45_ptp_settime64(struct ptp_clock_info *ptp, const struct timespec64 *ts) argument
424 nxp_c45_ptp_settime64(struct ptp_clock_info *ptp, const struct timespec64 *ts) argument
482 nxp_c45_reconstruct_ts(struct timespec64 *ts, struct nxp_c45_hwts *hwts) argument
654 struct timespec64 ts; local
693 struct timespec64 ts; local
[all...]
/linux-master/drivers/hv/
H A Dhv_util.c314 static int hv_get_adj_host_time(struct timespec64 *ts) argument
337 *ts = ns_to_timespec64(reftime_to_ns(newtime));
346 struct timespec64 ts; local
348 if (!hv_get_adj_host_time(&ts))
349 do_settimeofday64(&ts);
731 static int hv_ptp_settime(struct ptp_clock_info *p, const struct timespec64 *ts) argument
745 static int hv_ptp_gettime(struct ptp_clock_info *info, struct timespec64 *ts) argument
747 return hv_get_adj_host_time(ts);
/linux-master/include/uapi/linux/
H A Dptp_clock.h155 struct ptp_clock_time ts[2 * PTP_MAX_SAMPLES + 1]; member in struct:ptp_sys_offset
165 struct ptp_clock_time ts[PTP_MAX_SAMPLES][3]; member in struct:ptp_sys_offset_extended
/linux-master/arch/x86/include/asm/
H A Dx86_init.h303 void (*get_wallclock)(struct timespec64 *ts);
304 int (*set_wallclock)(const struct timespec64 *ts);
/linux-master/drivers/net/wireless/ath/ath9k/
H A Dxmit.c64 struct ath_tx_status *ts, int txok);
68 struct ath_tx_status *ts, int nframes, int nbad,
285 struct ath_tx_status ts; local
291 memset(&ts, 0, sizeof(ts));
308 ath_tx_complete_buf(sc, bf, txq, &bf_head, NULL, &ts, 0);
370 struct ath_tx_status ts; local
373 memset(&ts, 0, sizeof(ts));
386 ath_tx_complete_buf(sc, bf, txq, &bf_head, NULL, &ts,
455 ath_tx_count_frames(struct ath_softc *sc, struct ath_buf *bf, struct ath_tx_status *ts, int txok, int *nframes, int *nbad) argument
487 ath_tx_complete_aggr(struct ath_softc *sc, struct ath_txq *txq, struct ath_buf *bf, struct list_head *bf_q, struct ieee80211_sta *sta, struct ath_atx_tid *tid, struct ath_tx_status *ts, int txok) argument
711 ath_tx_count_airtime(struct ath_softc *sc, struct ieee80211_sta *sta, struct ath_buf *bf, struct ath_tx_status *ts, u8 tid) argument
729 ath_tx_process_buffer(struct ath_softc *sc, struct ath_txq *txq, struct ath_tx_status *ts, struct ath_buf *bf, struct list_head *bf_head) argument
1010 struct ath_tx_status ts = {}; local
1875 struct ath_tx_status ts; local
2516 ath_tx_complete_buf(struct ath_softc *sc, struct ath_buf *bf, struct ath_txq *txq, struct list_head *bf_q, struct ieee80211_sta *sta, struct ath_tx_status *ts, int txok) argument
2572 ath_tx_rc_status(struct ath_softc *sc, struct ath_buf *bf, struct ath_tx_status *ts, int nframes, int nbad, int txok) argument
2636 struct ath_tx_status ts; local
2720 struct ath_tx_status ts; local
[all...]
/linux-master/drivers/media/dvb-core/
H A Ddmxdev.c489 list_for_each_entry(feed, &dmxdevfilter->feed.ts, next)
490 feed->ts->stop_filtering(feed->ts);
510 list_for_each_entry(feed, &filter->feed.ts, next) {
511 ret = feed->ts->start_filtering(feed->ts);
570 list_for_each_entry(feed, &dmxdevfilter->feed.ts, next) {
571 demux->release_ts_feed(demux, feed->ts);
572 feed->ts = NULL;
590 list_for_each_entry_safe(feed, tmp, &dmxdevfilter->feed.ts, nex
[all...]
/linux-master/drivers/iio/imu/inv_icm42600/
H A Dinv_icm42600_gyro.c102 struct inv_sensors_timestamp *ts = iio_priv(indio_dev); local
130 inv_sensors_timestamp_apply_odr(ts, 0, 0, 0);
324 struct inv_sensors_timestamp *ts = iio_priv(indio_dev); local
343 ret = inv_sensors_timestamp_update_odr(ts, inv_icm42600_odr_to_period(conf.odr),
720 struct inv_sensors_timestamp *ts; local
728 indio_dev = devm_iio_device_alloc(dev, sizeof(*ts));
739 ts = iio_priv(indio_dev);
740 inv_sensors_timestamp_init(ts, &ts_chip);
766 struct inv_sensors_timestamp *ts = iio_priv(indio_dev); local
789 inv_sensors_timestamp_apply_odr(ts, s
[all...]
H A Dinv_icm42600_accel.c102 struct inv_sensors_timestamp *ts = iio_priv(indio_dev); local
130 inv_sensors_timestamp_apply_odr(ts, 0, 0, 0);
312 struct inv_sensors_timestamp *ts = iio_priv(indio_dev); local
331 ret = inv_sensors_timestamp_update_odr(ts, inv_icm42600_odr_to_period(conf.odr),
709 struct inv_sensors_timestamp *ts; local
717 indio_dev = devm_iio_device_alloc(dev, sizeof(*ts));
728 ts = iio_priv(indio_dev);
729 inv_sensors_timestamp_init(ts, &ts_chip);
754 struct inv_sensors_timestamp *ts = iio_priv(indio_dev); local
777 inv_sensors_timestamp_apply_odr(ts, s
[all...]
/linux-master/drivers/net/wireless/mediatek/mt76/
H A Dmt76x02_dfs.c382 event->ts = MT_DFS_EVENT_TIMESTAMP(data);
400 delta_ts = event->ts - event_buff->data[last_event_idx].ts;
470 pri = event->ts - cur_event->ts;
478 seq.pri = event->ts - cur_event->ts;
479 seq.first_ts = cur_event->ts;
480 seq.last_ts = event->ts;
487 cur_pri = event->ts
[all...]
/linux-master/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dutils.c988 unsigned long ts,
991 unsigned int elapsed = jiffies_to_msecs(ts - mvm->tcm.ts);
993 jiffies_to_msecs(ts - mvm->tcm.uapsd_nonagg_ts);
1000 bool handle_ll = time_after(ts, mvm->tcm.ll_ts + MVM_LL_PERIOD);
1003 mvm->tcm.ll_ts = ts;
1005 mvm->tcm.uapsd_nonagg_ts = ts;
1093 unsigned long ts = jiffies; local
1095 time_after(ts, mvm->tcm.uapsd_nonagg_ts +
1099 if (mvm->tcm.paused || !time_after(ts, mv
987 iwl_mvm_calc_tcm_stats(struct iwl_mvm *mvm, unsigned long ts, bool handle_uapsd) argument
[all...]
/linux-master/drivers/ptp/
H A Dptp_clockmatrix.c106 struct timespec64 *ts)
128 ts->tv_sec = sec;
129 ts->tv_nsec = nsec;
134 static int timespec_to_char_array(struct timespec64 const *ts, argument
145 nsec = ts->tv_nsec;
146 sec = ts->tv_sec;
399 struct timespec64 *ts)
420 return char_array_to_timespec(buf, sizeof(buf), ts);
424 struct timespec64 *ts, u8 timeout)
452 err = char_array_to_timespec(buf, sizeof(buf), ts);
104 char_array_to_timespec(u8 *buf, u8 count, struct timespec64 *ts) argument
398 _idtcm_gettime_triggered(struct idtcm_channel *channel, struct timespec64 *ts) argument
423 _idtcm_gettime(struct idtcm_channel *channel, struct timespec64 *ts, u8 timeout) argument
461 struct timespec64 ts; local
484 _idtcm_gettime_immediate(struct idtcm_channel *channel, struct timespec64 *ts) argument
705 _idtcm_set_dpll_hw_tod(struct idtcm_channel *channel, struct timespec64 const *ts, enum hw_tod_write_trig_sel wr_trig) argument
772 _idtcm_set_dpll_scsr_tod(struct idtcm_channel *channel, struct timespec64 const *ts, enum scsr_tod_write_trig_sel wr_trig, enum scsr_tod_write_type_sel wr_type) argument
881 _idtcm_settime_deprecated(struct idtcm_channel *channel, struct timespec64 const *ts) argument
897 _idtcm_settime(struct idtcm_channel *channel, struct timespec64 const *ts, enum scsr_tod_write_type_sel wr_type) argument
1036 struct timespec64 ts; local
1360 struct timespec64 ts = {0, 0}; local
1784 idtcm_gettime(struct ptp_clock_info *ptp, struct timespec64 *ts) argument
1801 idtcm_settime_deprecated(struct ptp_clock_info *ptp, const struct timespec64 *ts) argument
1819 idtcm_settime(struct ptp_clock_info *ptp, const struct timespec64 *ts) argument
1858 struct timespec64 ts; local
1970 struct timespec64 ts = {0, 0}; local
[all...]
/linux-master/drivers/net/wireless/ath/
H A Ddfs_pattern_detector.h44 * @ts: pulse time stamp in us
51 u64 ts; member in struct:pulse_event
/linux-master/drivers/net/ethernet/cavium/common/
H A Dcavium_ptp.c159 * @ts: timespec
162 struct timespec64 *ts)
173 *ts = ns_to_timespec64(nsec);
181 * @ts: timespec
184 const struct timespec64 *ts)
191 nsec = timespec64_to_ns(ts);
161 cavium_ptp_gettime(struct ptp_clock_info *ptp_info, struct timespec64 *ts) argument
183 cavium_ptp_settime(struct ptp_clock_info *ptp_info, const struct timespec64 *ts) argument
/linux-master/lib/math/
H A Dtest_div64.c222 struct timespec64 ts, ts0, ts1; local
233 ts = timespec64_sub(ts1, ts0);
235 "%llu.%09lus elapsed\n", ts.tv_sec, ts.tv_nsec);
/linux-master/fs/xfs/libxfs/
H A Dxfs_inode_buf.h43 const xfs_timestamp_t ts);
/linux-master/drivers/iio/accel/
H A Dbmc150-accel.h72 s64 ts __aligned(8);
/linux-master/drivers/tee/optee/
H A Drpc.c17 struct timespec64 ts; local
25 ktime_get_real_ts64(&ts);
26 arg->params[0].u.value.a = ts.tv_sec;
27 arg->params[0].u.value.b = ts.tv_nsec;
/linux-master/drivers/net/ethernet/microchip/
H A Dlan743x_ptp.h68 struct timespec64 ts; member in struct:lan743x_extts
/linux-master/drivers/pps/generators/
H A Dpps_gen_parport.c167 struct timespec64 ts; local
169 ktime_get_real_ts64(&ts);
171 return ktime_set(ts.tv_sec +
172 ((ts.tv_nsec > 990 * NSEC_PER_MSEC) ? 1 : 0),
/linux-master/drivers/pps/clients/
H A Dpps-gpio.c47 struct pps_event_time ts; local
51 pps_get_ts(&ts);
58 pps_event(info->pps, &ts, PPS_CAPTUREASSERT, data);
62 pps_event(info->pps, &ts, PPS_CAPTURECLEAR, data);
/linux-master/drivers/net/ethernet/xscale/
H A Dptp_ixp46x.c154 static int ptp_ixp_gettime(struct ptp_clock_info *ptp, struct timespec64 *ts) argument
167 *ts = ns_to_timespec64(ns);
172 const struct timespec64 *ts)
179 ns = timespec64_to_ns(ts);
171 ptp_ixp_settime(struct ptp_clock_info *ptp, const struct timespec64 *ts) argument

Completed in 453 milliseconds

<<11121314151617181920>>