Home
last modified time | relevance | path

Searched refs:ts_count (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/media/dvb-core/
H A Ddvb_net.c116 unsigned long ts_count; /* Current ts cell counter. */ member
338 h->priv->ts_count, h->ts[0], in dvb_net_ule_new_ts_cell()
354 h->priv->ts_count++; in dvb_net_ule_new_ts_cell()
373 h->priv->ts_count, h->ts[4]); in dvb_net_ule_ts_pusi()
375 h->priv->ts_count++; in dvb_net_ule_ts_pusi()
385 h->priv->ts_count++; in dvb_net_ule_ts_pusi()
400 h->priv->ts_count, h->ts[3] & 0x0F, in dvb_net_ule_new_ts()
430 h->priv->ts_count, in dvb_net_ule_new_ts()
469 h->priv->ts_count, in dvb_net_ule_new_ts()
518 h->priv->ts_count, in dvb_net_ule_new_payload()
[all …]
/linux/drivers/rtc/
H A Drtc-pcf2127.c197 unsigned int ts_count; member
655 if (ts_id >= pcf2127->cfg->ts_count) in pcf2127_rtc_ts_snapshot()
677 if (pcf2127->cfg->ts_count == 1) { in pcf2127_rtc_irq()
713 for (i = 0; i < pcf2127->cfg->ts_count; i++) { in pcf2127_rtc_irq()
755 if (ts_id >= pcf2127->cfg->ts_count) in timestamp_store()
829 if (ts_id >= pcf2127->cfg->ts_count) in timestamp_show()
936 .ts_count = 1,
964 .ts_count = 1,
992 .ts_count = 4,
1039 if (ts_id >= pcf2127->cfg->ts_count) { in pcf2127_enable_ts()
[all …]
/linux/drivers/ptp/
H A Dptp_ocp.c127 u32 ts_count; member