Searched refs:bds (Results 1 – 15 of 15) sorted by relevance
/drivers/staging/media/ipu3/ |
D | ipu3-css-params.c | 1927 acc->bds.per_stripe.aligned_data[i].data.crop.hor_crop_en = 0; in acc_bds_per_stripe_data() 1928 acc->bds.per_stripe.aligned_data[i].data.crop.hor_crop_start = 0; in acc_bds_per_stripe_data() 1929 acc->bds.per_stripe.aligned_data[i].data.crop.hor_crop_end = 0; in acc_bds_per_stripe_data() 1930 acc->bds.per_stripe.aligned_data[i].data.hor_ctrl0 = in acc_bds_per_stripe_data() 1931 acc->bds.hor.hor_ctrl0; in acc_bds_per_stripe_data() 1932 acc->bds.per_stripe.aligned_data[i].data.hor_ctrl0.out_frame_width = in acc_bds_per_stripe_data() 1934 acc->bds.per_stripe.aligned_data[i].data.ver_ctrl1.out_frame_width = in acc_bds_per_stripe_data() 1936 acc->bds.per_stripe.aligned_data[i].data.ver_ctrl1.out_frame_height = in acc_bds_per_stripe_data() 2293 acc->bds.hor.hor_ctrl1.hor_crop_en = 0; in imgu_css_cfg_acc() 2294 acc->bds.hor.hor_ctrl1.hor_crop_start = 0; in imgu_css_cfg_acc() [all …]
|
D | ipu3-css.c | 1712 struct v4l2_rect *const bds = &r[IPU3_CSS_RECT_BDS]; in imgu_css_fmt_try() local 1775 if (bds->width <= 0 || bds->height <= 0) { in imgu_css_fmt_try() 1776 bds->width = out->width; in imgu_css_fmt_try() 1777 bds->height = out->height; in imgu_css_fmt_try() 1788 bds->width = imgu_css_adjust(bds->width, BDS_ALIGN_W); in imgu_css_fmt_try() 1789 bds->height = imgu_css_adjust(bds->height, 1); in imgu_css_fmt_try() 1797 s = (bds->width - gdc->width) / 2; in imgu_css_fmt_try() 1799 s = (bds->height - gdc->height) / 2; in imgu_css_fmt_try() 1834 bds->width, bds->height, gdc->width, gdc->height, in imgu_css_fmt_try()
|
D | ipu3.h | 96 struct v4l2_rect bds; /* bayer-domain scaled resolution*/ member
|
D | ipu3-v4l2.c | 107 rects[IPU3_CSS_RECT_BDS] = &imgu_sd->rect.bds; in imgu_subdev_s_stream() 210 r = &imgu_sd->rect.bds; in imgu_subdev_get_selection() 249 rect = &imgu_sd->rect.bds; in imgu_subdev_set_selection() 729 rects[IPU3_CSS_RECT_BDS] = &imgu_sd->rect.bds; in imgu_fmt()
|
D | ipu3-css-fw.c | 25 bi->info.isp.sp.bds.supported_bds_factors, in imgu_css_fw_show_binary()
|
D | ipu3-abi.h | 1297 struct imgu_abi_bds_config bds; member 1644 struct imgu_abi_binary_bds_info bds; member
|
D | ipu3.c | 478 rects[IPU3_CSS_RECT_BDS] = &imgu_pipe->imgu_sd.rect.bds; in imgu_video_nodes_init()
|
/drivers/staging/media/atomisp/pci/runtime/binary/src/ |
D | binary.c | 204 need_bds_factor_2_00 = ((binary->info->sp.bds.supported_bds_factors & in ia_css_binary_compute_shading_table_bayer_origin() 341 need_bds_factor_2_00 = ((binary->info->sp.bds.supported_bds_factors & in sh_css_binary_get_sc_requirements() 351 need_bds_factor_1_50 = ((binary->info->sp.bds.supported_bds_factors & in sh_css_binary_get_sc_requirements() 358 need_bds_factor_1_25 = ((binary->info->sp.bds.supported_bds_factors & in sh_css_binary_get_sc_requirements() 378 binary->info->sp.bds.supported_bds_factors, in sh_css_binary_get_sc_requirements() 1725 if (!supports_bds_factor(candidate->bds.supported_bds_factors, in __ia_css_binary_find() 1729 __LINE__, candidate->bds.supported_bds_factors, in __ia_css_binary_find()
|
/drivers/staging/media/atomisp/pci/ |
D | ia_css_isp_params.h | 99 struct ia_css_isp_parameter bds; member
|
D | ia_css_acc_types.h | 213 struct ia_css_binary_bds_info bds; member
|
/drivers/dma/ |
D | imx-sdma.c | 1339 enum dma_transfer_direction direction, u32 bds) in sdma_transfer_init() argument 1356 desc->num_bd = bds; in sdma_transfer_init()
|
/drivers/net/ethernet/broadcom/bnx2x/ |
D | bnx2x.h | 664 #define NEXT_CNT_PER_TX_PKT(bds) \ argument 665 (((bds) + MAX_TX_DESC_CNT - 1) / \
|
D | bnx2x_hsi.h | 4649 union eth_tx_bd_types bds[13]; member
|
/drivers/staging/media/atomisp/pci/css_2401_system/hive/ |
D | ia_css_isp_params.c | 1019 stage->binary->info->mem_offsets.offsets.param->dmem.bds.size; in ia_css_process_bds() 1022 stage->binary->info->mem_offsets.offsets.param->dmem.bds.offset; in ia_css_process_bds()
|
/drivers/staging/media/atomisp/pci/css_2400_system/hive/ |
D | ia_css_isp_params.c | 1021 stage->binary->info->mem_offsets.offsets.param->dmem.bds.size; in ia_css_process_bds() 1024 stage->binary->info->mem_offsets.offsets.param->dmem.bds.offset; in ia_css_process_bds()
|