Home
last modified time | relevance | path

Searched refs:bds (Results 1 – 10 of 10) sorted by relevance

/Linux-v5.4/drivers/staging/media/ipu3/
Dipu3-css-params.c1929 acc->bds.per_stripe.aligned_data[i].data.crop.hor_crop_en = 0; in acc_bds_per_stripe_data()
1930 acc->bds.per_stripe.aligned_data[i].data.crop.hor_crop_start = 0; in acc_bds_per_stripe_data()
1931 acc->bds.per_stripe.aligned_data[i].data.crop.hor_crop_end = 0; in acc_bds_per_stripe_data()
1932 acc->bds.per_stripe.aligned_data[i].data.hor_ctrl0 = in acc_bds_per_stripe_data()
1933 acc->bds.hor.hor_ctrl0; in acc_bds_per_stripe_data()
1934 acc->bds.per_stripe.aligned_data[i].data.hor_ctrl0.out_frame_width = in acc_bds_per_stripe_data()
1936 acc->bds.per_stripe.aligned_data[i].data.ver_ctrl1.out_frame_width = in acc_bds_per_stripe_data()
1938 acc->bds.per_stripe.aligned_data[i].data.ver_ctrl1.out_frame_height = in acc_bds_per_stripe_data()
2295 acc->bds.hor.hor_ctrl1.hor_crop_en = 0; in imgu_css_cfg_acc()
2296 acc->bds.hor.hor_ctrl1.hor_crop_start = 0; in imgu_css_cfg_acc()
[all …]
Dipu3.h96 struct v4l2_rect bds; /* bayer-domain scaled resolution*/ member
Dipu3-css.c1744 struct v4l2_rect *const bds = &r[IPU3_CSS_RECT_BDS]; in imgu_css_fmt_try() local
1807 if (bds->width <= 0 || bds->height <= 0) { in imgu_css_fmt_try()
1808 bds->width = out->width; in imgu_css_fmt_try()
1809 bds->height = out->height; in imgu_css_fmt_try()
1820 bds->width = imgu_css_adjust(bds->width, BDS_ALIGN_W); in imgu_css_fmt_try()
1821 bds->height = imgu_css_adjust(bds->height, 1); in imgu_css_fmt_try()
1829 s = (bds->width - gdc->width) / 2; in imgu_css_fmt_try()
1831 s = (bds->height - gdc->height) / 2; in imgu_css_fmt_try()
1866 bds->width, bds->height, gdc->width, gdc->height, in imgu_css_fmt_try()
Dipu3-v4l2.c107 rects[IPU3_CSS_RECT_BDS] = &imgu_sd->rect.bds; in imgu_subdev_s_stream()
211 r = &imgu_sd->rect.bds; in imgu_subdev_get_selection()
250 rect = &imgu_sd->rect.bds; in imgu_subdev_set_selection()
708 rects[IPU3_CSS_RECT_BDS] = &imgu_sd->rect.bds; in imgu_fmt()
Dipu3-css-fw.c25 bi->info.isp.sp.bds.supported_bds_factors, in imgu_css_fw_show_binary()
Dipu3-abi.h1297 struct imgu_abi_bds_config bds; member
1644 struct imgu_abi_binary_bds_info bds; member
Dipu3.c466 rects[IPU3_CSS_RECT_BDS] = &imgu_pipe->imgu_sd.rect.bds; in imgu_video_nodes_init()
/Linux-v5.4/drivers/dma/
Dimx-sdma.c1346 enum dma_transfer_direction direction, u32 bds) in sdma_transfer_init() argument
1363 desc->num_bd = bds; in sdma_transfer_init()
/Linux-v5.4/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x.h658 #define NEXT_CNT_PER_TX_PKT(bds) \ argument
659 (((bds) + MAX_TX_DESC_CNT - 1) / \
Dbnx2x_hsi.h4648 union eth_tx_bd_types bds[13]; member