Searched refs:ts_count (Results 1 – 3 of 3) sorted by relevance
/linux-6.12.1/drivers/media/dvb-core/ |
D | dvb_net.c | 116 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-6.12.1/drivers/rtc/ |
D | rtc-pcf2127.c | 197 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-6.12.1/drivers/ptp/ |
D | ptp_ocp.c | 127 u32 ts_count; member
|