Home
last modified time | relevance | path

Searched refs:tscc (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/media/dvb-core/
H A Ddvb_net.c106 unsigned char tscc; /* TS continuity counter after sync on PUSI. */ member
369 h->priv->tscc = h->ts[3] & 0x0F; in dvb_net_ule_ts_pusi()
395 if ((h->ts[3] & 0x0F) == h->priv->tscc) in dvb_net_ule_new_ts()
396 h->priv->tscc = (h->priv->tscc + 1) & 0x0F; in dvb_net_ule_new_ts()
401 h->priv->tscc); in dvb_net_ule_new_ts()
1380 priv->tscc = 0;
/kernel/linux/linux-6.6/drivers/media/dvb-core/
H A Ddvb_net.c106 unsigned char tscc; /* TS continuity counter after sync on PUSI. */ member
369 h->priv->tscc = h->ts[3] & 0x0F; in dvb_net_ule_ts_pusi()
395 if ((h->ts[3] & 0x0F) == h->priv->tscc) in dvb_net_ule_new_ts()
396 h->priv->tscc = (h->priv->tscc + 1) & 0x0F; in dvb_net_ule_new_ts()
401 h->priv->tscc); in dvb_net_ule_new_ts()
1380 priv->tscc = 0;

Completed in 5 milliseconds