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
341 h->priv->ts_count, h->ts[0], in dvb_net_ule_new_ts_cell()
357 h->priv->ts_count++; in dvb_net_ule_new_ts_cell()
376 h->priv->ts_count, h->ts[4]); in dvb_net_ule_ts_pusi()
378 h->priv->ts_count++; in dvb_net_ule_ts_pusi()
388 h->priv->ts_count++; in dvb_net_ule_ts_pusi()
403 h->priv->ts_count, h->ts[3] & 0x0F, in dvb_net_ule_new_ts()
433 h->priv->ts_count, in dvb_net_ule_new_ts()
472 h->priv->ts_count, in dvb_net_ule_new_ts()
521 h->priv->ts_count, in dvb_net_ule_new_payload()
[all …]
/linux/drivers/rtc/
H A Drtc-pcf2127.c201 unsigned int ts_count; member
752 if (ts_id >= pcf2127->cfg->ts_count) in pcf2127_rtc_ts_snapshot()
774 if (pcf2127->cfg->ts_count == 1) { in pcf2127_rtc_irq()
810 for (i = 0; i < pcf2127->cfg->ts_count; i++) { in pcf2127_rtc_irq()
854 if (ts_id >= pcf2127->cfg->ts_count) in timestamp_store()
928 if (ts_id >= pcf2127->cfg->ts_count) in timestamp_show()
1035 .ts_count = 1,
1063 .ts_count = 1,
1091 .ts_count = 4,
1138 if (ts_id >= pcf2127->cfg->ts_count) { in pcf2127_enable_ts()
[all …]
/linux/drivers/ptp/
H A Dptp_ocp.c126 u32 ts_count; member