Searched refs:nbpackets (Results 1 – 2 of 2) sorted by relevance
289 static void pluto_dma_end(struct pluto *pluto, unsigned int nbpackets) in pluto_dma_end() argument306 if ((nbpackets == 0) || (nbpackets > TS_DMA_PACKETS)) { in pluto_dma_end()310 nbpackets = i / 188; in pluto_dma_end()317 dvb_dmx_swfilter_packets(&pluto->demux, pluto->dma_buf, nbpackets); in pluto_dma_end()321 memset(pluto->dma_buf, 0, nbpackets * 188); in pluto_dma_end()
689 unsigned int nbpackets; in dm1105_dmx_buffer() local710 nbpackets = ((dev->buffer_size - oldwrp) + nextwrp) / 188; in dm1105_dmx_buffer()712 nbpackets = (nextwrp - oldwrp) / 188; in dm1105_dmx_buffer()715 dvb_dmx_swfilter_packets(&dev->demux, &dev->ts_buf[oldwrp], nbpackets); in dm1105_dmx_buffer()