Searched refs:comp_num (Results 1 - 9 of 9) sorted by relevance

/linux-master/drivers/media/platform/mediatek/jpeg/
H A Dmtk_jpeg_dec_parse.c98 param->comp_num = read_byte(&stream);
99 if (param->comp_num != 1 && param->comp_num != 3)
102 for (i = 0; i < param->comp_num; i++) {
119 notfound = !(i == param->comp_num);
H A Dmtk_jpeg_dec_hw.h38 u32 comp_num; member in struct:mtk_jpeg_dec_param
H A Dmtk_jpeg_dec_hw.c112 if (i >= param->comp_num)
121 if (i < param->blk_num && comp < param->comp_num) {
172 for (i = 0; i < param->comp_num; i++) {
390 static void mtk_jpeg_dec_set_sampling_factor(void __iomem *base, u32 comp_num, argument
399 if (comp_num == 1)
419 (cfg->comp_num == 1) ? 1 : 0);
424 mtk_jpeg_dec_set_sampling_factor(base, cfg->comp_num,
H A Dmtk_jpeg_core.c918 if (param->comp_num != dst_buf->num_planes) {
920 param->comp_num, dst_buf->num_planes);
/linux-master/drivers/infiniband/hw/erdma/
H A Derdma_cmdq.c329 u16 comp_num; local
336 for (comp_num = 0; comp_num < cmdq->max_outstandings; comp_num++)
340 if (comp_num && cmdq->use_event)
/linux-master/drivers/media/platform/chips-media/coda/
H A Dcoda-jpeg.c561 #define MCU_INFO(mcu_block_num, comp_num, comp0_info, comp1_info, comp2_info) \
563 ((comp_num) << CODA9_JPEG_COMP_NUM_OFFSET) | \
879 int chroma_format, comp_num; local
938 comp_num = (chroma_format == CODA9_JPEG_FORMAT_400) ? 1 : 3;
939 ret = coda_jpeg_put_word(8 + comp_num * 3, &stream);
951 ret = coda_jpeg_put_byte(comp_num, &stream);
954 for (i = 0; i < comp_num; i++) {
/linux-master/drivers/infiniband/hw/efa/
H A Defa_com.c437 u16 comp_num = 0; local
459 comp_num++;
468 aq->cq.cc += comp_num;
470 aq->sq.cc += comp_num;
471 atomic64_add(comp_num, &aq->stats.completed_cmd);
/linux-master/drivers/net/ethernet/amazon/ena/
H A Dena_com.c464 u16 comp_num = 0; local
483 comp_num++;
492 admin_queue->cq.head += comp_num;
494 admin_queue->sq.head += comp_num;
495 admin_queue->stats.completed_cmd += comp_num;
/linux-master/drivers/infiniband/hw/hns/
H A Dhns_roce_hw_v2.c6493 int comp_num, int aeq_num, int other_num)
6528 else if (j < (other_num + comp_num))
6536 0, hr_dev->irq_names[j - comp_num],
6586 int comp_num; local
6595 comp_num = hr_dev->caps.num_comp_vectors;
6598 eq_num = comp_num + aeq_num;
6610 if (i < comp_num) {
6625 eq->irq = hr_dev->irq[i - comp_num + other_num];
6646 ret = __hns_roce_request_irq(hr_dev, irq_num, comp_num, aeq_num,
6492 __hns_roce_request_irq(struct hns_roce_dev *hr_dev, int irq_num, int comp_num, int aeq_num, int other_num) argument

Completed in 165 milliseconds