Home
last modified time | relevance | path

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

/linux-6.15/drivers/media/dvb-core/
H A Ddvb_net.c338 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()
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()
526 h->priv->ts_count++; in dvb_net_ule_new_payload()
554 h->priv->ts_count++; in dvb_net_ule_new_payload()
[all …]
/linux-6.15/drivers/rtc/
H A Drtc-pcf2127.c199 unsigned int ts_count; member
735 if (ts_id >= pcf2127->cfg->ts_count) in pcf2127_rtc_ts_snapshot()
757 if (pcf2127->cfg->ts_count == 1) { in pcf2127_rtc_irq()
793 for (i = 0; i < pcf2127->cfg->ts_count; i++) { in pcf2127_rtc_irq()
837 if (ts_id >= pcf2127->cfg->ts_count) in timestamp_store()
911 if (ts_id >= pcf2127->cfg->ts_count) in timestamp_show()
1018 .ts_count = 1,
1046 .ts_count = 1,
1074 .ts_count = 4,
1121 if (ts_id >= pcf2127->cfg->ts_count) { in pcf2127_enable_ts()
[all …]
/linux-6.15/drivers/ptp/
H A Dptp_ocp.c127 u32 ts_count; member