Searched refs:BUZ_NUM_STAT_COM (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/staging/media/zoran/ |
H A D | zoran.h | 53 #define BUZ_NUM_STAT_COM 4 macro 250 /* (dma_head - dma_tail) is number active in DMA, must be <= BUZ_NUM_STAT_COM */ 298 struct zr_buffer *inuse[BUZ_NUM_STAT_COM * 2];
|
H A D | zoran_card.c | 923 BUZ_NUM_STAT_COM * sizeof(u32), in zr36057_init() 928 for (j = 0; j < BUZ_NUM_STAT_COM; j++) in zr36057_init() 932 BUZ_NUM_STAT_COM * sizeof(u32) * 2, in zr36057_init() 953 dma_free_coherent(&zr->pci_dev->dev, BUZ_NUM_STAT_COM * sizeof(u32) * 2, zr->stat_comb, zr->p_scb); in zr36057_init() 955 dma_free_coherent(&zr->pci_dev->dev, BUZ_NUM_STAT_COM * sizeof(u32), zr->stat_com, zr->p_sc); in zr36057_init() 983 dma_free_coherent(&zr->pci_dev->dev, BUZ_NUM_STAT_COM * sizeof(u32), zr->stat_com, zr->p_sc); in zoran_remove() 984 dma_free_coherent(&zr->pci_dev->dev, BUZ_NUM_STAT_COM * sizeof(u32) * 2, zr->stat_comb, zr->p_scb); in zoran_remove()
|
H A D | zoran_device.c | 476 for (i = 0; i < BUZ_NUM_STAT_COM; i++) in init_jpeg_queue() 807 1) ? BUZ_NUM_STAT_COM : (BUZ_NUM_STAT_COM >> 1); in zoran_feed_stat_com()
|
H A D | zoran_driver.c | 931 for (j = 0; j < BUZ_NUM_STAT_COM; j++) { in zr_vb2_start_streaming() 983 for (j = 0; j < BUZ_NUM_STAT_COM; j++) { in zr_vb2_stop_streaming()
|
/kernel/linux/linux-6.6/drivers/media/pci/zoran/ |
H A D | zoran.h | 56 #define BUZ_NUM_STAT_COM 4 macro 243 /* (dma_head - dma_tail) is number active in DMA, must be <= BUZ_NUM_STAT_COM */ 292 struct zr_buffer *inuse[BUZ_NUM_STAT_COM * 2];
|
H A D | zoran_card.c | 1030 BUZ_NUM_STAT_COM * sizeof(u32), in zr36057_init() 1035 for (j = 0; j < BUZ_NUM_STAT_COM; j++) in zr36057_init() 1039 BUZ_NUM_STAT_COM * sizeof(u32) * 2, in zr36057_init() 1060 dma_free_coherent(&zr->pci_dev->dev, BUZ_NUM_STAT_COM * sizeof(u32) * 2, in zr36057_init() 1063 dma_free_coherent(&zr->pci_dev->dev, BUZ_NUM_STAT_COM * sizeof(u32), in zr36057_init() 1095 dma_free_coherent(&zr->pci_dev->dev, BUZ_NUM_STAT_COM * sizeof(u32), in zoran_remove() 1097 dma_free_coherent(&zr->pci_dev->dev, BUZ_NUM_STAT_COM * sizeof(u32) * 2, in zoran_remove()
|
H A D | zoran_device.c | 414 for (i = 0; i < BUZ_NUM_STAT_COM; i++) in init_jpeg_queue() 743 1) ? BUZ_NUM_STAT_COM : (BUZ_NUM_STAT_COM >> 1); in zoran_feed_stat_com()
|
H A D | zoran_driver.c | 872 for (j = 0; j < BUZ_NUM_STAT_COM; j++) { in zr_vb2_start_streaming() 924 for (j = 0; j < BUZ_NUM_STAT_COM; j++) { in zr_vb2_stop_streaming()
|
Completed in 14 milliseconds