Searched refs:comp_num (Results 1 – 9 of 9) sorted by relevance
| /Linux-v5.15/drivers/media/platform/mtk-jpeg/ |
| D | mtk_jpeg_dec_parse.c | 103 param->comp_num = read_byte(&stream); in mtk_jpeg_do_parse() 104 if (param->comp_num != 1 && param->comp_num != 3) in mtk_jpeg_do_parse() 107 for (i = 0; i < param->comp_num; i++) { in mtk_jpeg_do_parse() 124 notfound = !(i == param->comp_num); in mtk_jpeg_do_parse()
|
| D | mtk_jpeg_dec_hw.c | 88 if (i >= param->comp_num) in mtk_jpeg_calc_mcu() 97 if (i < param->blk_num && comp < param->comp_num) { in mtk_jpeg_calc_mcu() 148 for (i = 0; i < param->comp_num; i++) { in mtk_jpeg_calc_dst_size() 359 static void mtk_jpeg_dec_set_sampling_factor(void __iomem *base, u32 comp_num, in mtk_jpeg_dec_set_sampling_factor() argument 368 if (comp_num == 1) in mtk_jpeg_dec_set_sampling_factor() 387 (config->comp_num == 1) ? 1 : 0); in mtk_jpeg_dec_set_config() 392 mtk_jpeg_dec_set_sampling_factor(base, config->comp_num, in mtk_jpeg_dec_set_config()
|
| D | mtk_jpeg_dec_hw.h | 37 u32 comp_num; member
|
| D | mtk_jpeg_core.c | 891 if (param->comp_num != dst_buf->num_planes) { in mtk_jpeg_set_dec_dst() 893 param->comp_num, dst_buf->num_planes); in mtk_jpeg_set_dec_dst()
|
| /Linux-v5.15/sound/soc/intel/boards/ |
| D | sof_sdw.c | 1025 int comp_num; in sof_card_dai_links_create() local 1053 comp_num = hdmi_num + ssp_num; in sof_card_dai_links_create() 1067 comp_num += dmic_num; in sof_card_dai_links_create() 1070 comp_num++; in sof_card_dai_links_create() 1076 num_links = comp_num + sdw_be_num; in sof_card_dai_links_create() 1080 total_cpu_dai_num = comp_num + sdw_cpu_dai_num; in sof_card_dai_links_create()
|
| /Linux-v5.15/drivers/media/platform/coda/ |
| D | coda-jpeg.c | 561 #define MCU_INFO(mcu_block_num, comp_num, comp0_info, comp1_info, comp2_info) \ argument 563 ((comp_num) << CODA9_JPEG_COMP_NUM_OFFSET) | \ 879 int chroma_format, comp_num; in coda9_jpeg_encode_header() local 938 comp_num = (chroma_format == CODA9_JPEG_FORMAT_400) ? 1 : 3; in coda9_jpeg_encode_header() 939 ret = coda_jpeg_put_word(8 + comp_num * 3, &stream); in coda9_jpeg_encode_header() 951 ret = coda_jpeg_put_byte(comp_num, &stream); in coda9_jpeg_encode_header() 954 for (i = 0; i < comp_num; i++) { in coda9_jpeg_encode_header()
|
| /Linux-v5.15/drivers/infiniband/hw/efa/ |
| D | efa_com.c | 429 u16 comp_num = 0; in efa_com_handle_admin_completion() local 451 comp_num++; in efa_com_handle_admin_completion() 460 aq->cq.cc += comp_num; in efa_com_handle_admin_completion() 462 aq->sq.cc += comp_num; in efa_com_handle_admin_completion() 463 atomic64_add(comp_num, &aq->stats.completed_cmd); in efa_com_handle_admin_completion()
|
| /Linux-v5.15/drivers/net/ethernet/amazon/ena/ |
| D | ena_com.c | 477 u16 comp_num = 0; in ena_com_handle_admin_completion() local 496 comp_num++; in ena_com_handle_admin_completion() 505 admin_queue->cq.head += comp_num; in ena_com_handle_admin_completion() 507 admin_queue->sq.head += comp_num; in ena_com_handle_admin_completion() 508 admin_queue->stats.completed_cmd += comp_num; in ena_com_handle_admin_completion()
|
| /Linux-v5.15/drivers/infiniband/hw/hns/ |
| D | hns_roce_hw_v2.c | 5979 int comp_num, int aeq_num, int other_num) in __hns_roce_request_irq() argument 6013 else if (j < (other_num + comp_num)) in __hns_roce_request_irq() 6021 0, hr_dev->irq_names[j - comp_num], in __hns_roce_request_irq() 6074 int comp_num; in hns_roce_v2_init_eq_table() local 6080 comp_num = hr_dev->caps.num_comp_vectors; in hns_roce_v2_init_eq_table() 6083 eq_num = comp_num + aeq_num; in hns_roce_v2_init_eq_table() 6095 if (i < comp_num) { in hns_roce_v2_init_eq_table() 6110 eq->irq = hr_dev->irq[i - comp_num + other_num]; in hns_roce_v2_init_eq_table() 6129 ret = __hns_roce_request_irq(hr_dev, irq_num, comp_num, aeq_num, in hns_roce_v2_init_eq_table()
|