Home
last modified time | relevance | path

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

/drivers/staging/media/meson/vdec/
Dvdec_helpers.c246 list_add_tail(&new_ts->list, &sess->timestamps); in amvdec_add_ts()
258 list_for_each_entry(tmp, &sess->timestamps, list) { in amvdec_remove_ts()
328 struct list_head *timestamps = &sess->timestamps; in amvdec_dst_buf_done() local
335 if (list_empty(timestamps)) { in amvdec_dst_buf_done()
344 tmp = list_first_entry(timestamps, struct amvdec_timestamp, list); in amvdec_dst_buf_done()
372 list_for_each_entry_safe(tmp, n, &sess->timestamps, list) { in amvdec_dst_buf_done_offset()
Dvdec.h264 struct list_head timestamps; member
Dvdec.c379 list_for_each_entry_safe(tmp, n, &sess->timestamps, list) { in vdec_reset_timestamps()
910 INIT_LIST_HEAD(&sess->timestamps); in vdec_open()
/drivers/net/ethernet/sfc/
Dptp.c1136 struct skb_shared_hwtstamps timestamps; in efx_ptp_xmit_skb_mc() local
1165 memset(&timestamps, 0, sizeof(timestamps)); in efx_ptp_xmit_skb_mc()
1166 timestamps.hwtstamp = ptp_data->nic_to_kernel_time( in efx_ptp_xmit_skb_mc()
1171 skb_tstamp_tx(skb, &timestamps); in efx_ptp_xmit_skb_mc()
1234 struct skb_shared_hwtstamps *timestamps; in efx_ptp_match_rx() local
1237 timestamps = skb_hwtstamps(skb); in efx_ptp_match_rx()
1238 timestamps->hwtstamp = evt->hwtimestamp; in efx_ptp_match_rx()
2043 struct skb_shared_hwtstamps *timestamps; in __efx_rx_skb_attach_timestamp() local
2086 timestamps = skb_hwtstamps(skb); in __efx_rx_skb_attach_timestamp()
2087 timestamps->hwtstamp = in __efx_rx_skb_attach_timestamp()
/drivers/net/ethernet/marvell/octeontx2/nic/
Dotx2_txrx.h94 struct qmem *timestamps; member
Dotx2_txrx.c102 timestamp = ((u64 *)sq->timestamps->base)[snd_comp->sqe_id]; in otx2_snd_pkt_handler()
833 iova = sq->timestamps->iova + (sq->head * sizeof(u64)); in otx2_set_txtstamp()
Dotx2_common.c765 err = qmem_alloc(pfvf->dev, &sq->timestamps, qset->sqe_cnt, in otx2_sq_init()
766 sizeof(*sq->timestamps)); in otx2_sq_init()
/drivers/media/rc/img-ir/
DKconfig17 less reliable (due to lack of timestamps) and consumes more
/drivers/net/ethernet/mellanox/mlxsw/
Dspectrum_ptp.c648 stats->timestamps++; in mlxsw_sp1_ptp_ht_gc_collect()
1109 MLXSW_SP_PTP_PORT_STAT("ptp_rx_gcd_timestamps", rx_gcd.timestamps),
1111 MLXSW_SP_PTP_PORT_STAT("ptp_tx_gcd_timestamps", tx_gcd.timestamps),
Dspectrum.h266 u64 timestamps; member