Searched refs:nbpackets (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/pci/pluto2/ |
H A D | pluto2.c | 275 static void pluto_dma_end(struct pluto *pluto, unsigned int nbpackets) in pluto_dma_end() argument 289 * has received nbpackets>TS_DMA_PACKETS packets, but no packet in pluto_dma_end() 292 if ((nbpackets == 0) || (nbpackets > TS_DMA_PACKETS)) { in pluto_dma_end() 296 nbpackets = i / 188; in pluto_dma_end() 303 dvb_dmx_swfilter_packets(&pluto->demux, pluto->dma_buf, nbpackets); in pluto_dma_end() 307 memset(pluto->dma_buf, 0, nbpackets * 188); in pluto_dma_end()
|
/kernel/linux/linux-6.6/drivers/media/pci/pluto2/ |
H A D | pluto2.c | 275 static void pluto_dma_end(struct pluto *pluto, unsigned int nbpackets) in pluto_dma_end() argument 289 * has received nbpackets>TS_DMA_PACKETS packets, but no packet in pluto_dma_end() 292 if ((nbpackets == 0) || (nbpackets > TS_DMA_PACKETS)) { in pluto_dma_end() 296 nbpackets = i / 188; in pluto_dma_end() 303 dvb_dmx_swfilter_packets(&pluto->demux, pluto->dma_buf, nbpackets); in pluto_dma_end() 307 memset(pluto->dma_buf, 0, nbpackets * 188); in pluto_dma_end()
|
/kernel/linux/linux-5.10/drivers/media/pci/dm1105/ |
H A D | dm1105.c | 674 unsigned int nbpackets; in dm1105_dmx_buffer() local 695 nbpackets = ((dev->buffer_size - oldwrp) + nextwrp) / 188; in dm1105_dmx_buffer() 697 nbpackets = (nextwrp - oldwrp) / 188; in dm1105_dmx_buffer() 700 dvb_dmx_swfilter_packets(&dev->demux, &dev->ts_buf[oldwrp], nbpackets); in dm1105_dmx_buffer()
|
/kernel/linux/linux-6.6/drivers/media/pci/dm1105/ |
H A D | dm1105.c | 672 unsigned int nbpackets; in dm1105_dmx_buffer() local 693 nbpackets = ((dev->buffer_size - oldwrp) + nextwrp) / 188; in dm1105_dmx_buffer() 695 nbpackets = (nextwrp - oldwrp) / 188; in dm1105_dmx_buffer() 698 dvb_dmx_swfilter_packets(&dev->demux, &dev->ts_buf[oldwrp], nbpackets); in dm1105_dmx_buffer()
|
Completed in 6 milliseconds