/Linux-v5.10/drivers/staging/media/meson/vdec/ |
D | vdec_platform.c | 21 .max_width = 1920, 33 .max_width = 1920, 44 .max_width = 1920, 59 .max_width = 3840, 71 .max_width = 3840, 83 .max_width = 1920, 94 .max_width = 1920, 109 .max_width = 3840, 121 .max_width = 1920, 132 .max_width = 1920, [all …]
|
/Linux-v5.10/scripts/ |
D | cleanfile | 13 $max_width = 79; 87 $max_width = shift(@ARGV)+0; 158 if ($max_width && $l_width > $max_width) { 160 "$f:$lineno: line exceeds $max_width characters ($l_width)\n";
|
D | cleanpatch | 13 $max_width = 79; 87 $max_width = shift(@ARGV)+0; 168 if ($max_width && $l_width > $max_width) { 170 "$f:$lineno: adds line exceeds $max_width ",
|
/Linux-v5.10/arch/arm/mach-s3c/ |
D | platformdata.c | 43 if (pd->max_width) in s3c_sdhci_set_platdata() 44 set->max_width = pd->max_width; in s3c_sdhci_set_platdata()
|
D | mach-smdk2416.c | 191 .max_width = 4, 198 .max_width = 4,
|
/Linux-v5.10/drivers/staging/media/hantro/ |
D | rk3288_vpu_hw.c | 50 .max_width = 8192, 77 .max_width = 4096, 90 .max_width = 1920, 103 .max_width = 3840,
|
D | rk3399_vpu_hw.c | 49 .max_width = 8192, 69 .max_width = 1920, 82 .max_width = 3840,
|
D | imx8m_vpu_hw.c | 98 .max_width = 1920, 111 .max_width = 3840, 124 .max_width = 3840,
|
/Linux-v5.10/drivers/gpu/drm/msm/disp/mdp5/ |
D | mdp5_cfg.c | 78 .max_width = 2048, 156 .max_width = 2048, 250 .max_width = 2048, 327 .max_width = 2048, 394 .max_width = 2560, 487 .max_width = 2048, 588 .max_width = 2560, 693 .max_width = 2560, 779 .max_width = 2048, 878 .max_width = 2560, [all …]
|
/Linux-v5.10/drivers/dma/ |
D | stm32-mdma.c | 398 enum dma_slave_buswidth max_width = DMA_SLAVE_BUSWIDTH_8_BYTES; in stm32_mdma_get_max_width() local 400 for (max_width = DMA_SLAVE_BUSWIDTH_8_BYTES; in stm32_mdma_get_max_width() 401 max_width > DMA_SLAVE_BUSWIDTH_1_BYTE; in stm32_mdma_get_max_width() 402 max_width >>= 1) { in stm32_mdma_get_max_width() 407 if ((((buf_len | addr) & (max_width - 1)) == 0) && in stm32_mdma_get_max_width() 408 tlen >= max_width) in stm32_mdma_get_max_width() 412 return max_width; in stm32_mdma_get_max_width() 916 enum dma_slave_buswidth max_width; in stm32_mdma_prep_dma_memcpy() local 990 max_width = stm32_mdma_get_max_width(src, len, tlen); in stm32_mdma_prep_dma_memcpy() 991 src_bus_width = stm32_mdma_get_width(chan, max_width); in stm32_mdma_prep_dma_memcpy() [all …]
|
D | stm32-dma.c | 269 enum dma_slave_buswidth max_width; in stm32_dma_get_max_width() local 272 max_width = DMA_SLAVE_BUSWIDTH_4_BYTES; in stm32_dma_get_max_width() 274 max_width = DMA_SLAVE_BUSWIDTH_2_BYTES; in stm32_dma_get_max_width() 276 while ((buf_len < max_width || buf_len % max_width) && in stm32_dma_get_max_width() 277 max_width > DMA_SLAVE_BUSWIDTH_1_BYTE) in stm32_dma_get_max_width() 278 max_width = max_width >> 1; in stm32_dma_get_max_width() 280 return max_width; in stm32_dma_get_max_width() 992 enum dma_slave_buswidth max_width; in stm32_dma_prep_dma_memcpy() local 1010 max_width = DMA_SLAVE_BUSWIDTH_1_BYTE; in stm32_dma_prep_dma_memcpy() 1012 threshold, max_width); in stm32_dma_prep_dma_memcpy()
|
/Linux-v5.10/drivers/media/usb/gspca/ |
D | w996Xcf.c | 399 max_width, max_height; in w9968cf_set_crop_window() local 402 max_width = 352; in w9968cf_set_crop_window() 405 max_width = 640; in w9968cf_set_crop_window() 433 fw = SC(sd->gspca_dev.pixfmt.width) / max_width; in w9968cf_set_crop_window() 436 cw = (fw >= fh) ? max_width : SC(sd->gspca_dev.pixfmt.width) / fh; in w9968cf_set_crop_window() 439 sd->sensor_width = max_width; in w9968cf_set_crop_window() 442 x = (max_width - cw) / 2; in w9968cf_set_crop_window()
|
/Linux-v5.10/drivers/gpu/drm/atmel-hlcdc/ |
D | atmel_hlcdc_dc.c | 53 .max_width = 1280, 127 .max_width = 128, 146 .max_width = 800, 243 .max_width = 128, 264 .max_width = 2048, 360 .max_width = 2048, 455 .max_width = 2048, 686 dev->mode_config.max_width = dc->desc->max_width; in atmel_hlcdc_dc_modeset_init()
|
/Linux-v5.10/drivers/media/platform/omap3isp/ |
D | ispresizer.c | 789 unsigned int max_width; in resizer_calc_ratios() local 833 max_width = MAX_4TAP_OUT_WIDTH_ES1; in resizer_calc_ratios() 838 max_width = MAX_4TAP_OUT_WIDTH_ES2; in resizer_calc_ratios() 842 max_width = MAX_4TAP_OUT_WIDTH_3630; in resizer_calc_ratios() 848 max_width = MAX_7TAP_OUT_WIDTH_ES1; in resizer_calc_ratios() 853 max_width = MAX_7TAP_OUT_WIDTH_ES2; in resizer_calc_ratios() 857 max_width = MAX_7TAP_OUT_WIDTH_3630; in resizer_calc_ratios() 861 max_width = min(((input->width - 7) * 256 + 255 - 16 - 32 * sph) / 64 in resizer_calc_ratios() 862 + 1, max_width); in resizer_calc_ratios() 873 max_width & ~(width_alignment - 1)); in resizer_calc_ratios() [all …]
|
/Linux-v5.10/drivers/mmc/host/ |
D | sdhci-s3c.c | 431 u32 max_width; in sdhci_s3c_parse_dt() local 434 if (of_property_read_u32(node, "bus-width", &max_width)) in sdhci_s3c_parse_dt() 435 max_width = 1; in sdhci_s3c_parse_dt() 436 pdata->max_width = max_width; in sdhci_s3c_parse_dt() 569 pdata->cfg_gpio(pdev, pdata->max_width); in sdhci_s3c_probe() 611 switch (pdata->max_width) { in sdhci_s3c_probe()
|
/Linux-v5.10/drivers/media/platform/vsp1/ |
D | vsp1_entity.c | 296 unsigned int max_width, unsigned int max_height) in vsp1_subdev_enum_frame_size() argument 318 fse->max_width = max_width; in vsp1_subdev_enum_frame_size() 327 fse->max_width = format->width; in vsp1_subdev_enum_frame_size() 360 unsigned int max_width, unsigned int max_height) in vsp1_subdev_set_pad_format() argument 396 min_width, max_width); in vsp1_subdev_set_pad_format()
|
D | vsp1_sru.c | 145 fse->max_width = SRU_MAX_SIZE; in sru_enum_frame_size() 153 fse->max_width = format->width * 2; in sru_enum_frame_size() 156 fse->max_width = format->width; in sru_enum_frame_size() 353 .max_width = sru_max_width,
|
D | vsp1_entity.h | 90 unsigned int (*max_width)(struct vsp1_entity *, struct vsp1_pipeline *); member 183 unsigned int max_width, unsigned int max_height);
|
/Linux-v5.10/drivers/staging/media/ipu3/ |
D | ipu3-css-fw.c | 33 bi->info.isp.sp.input.max_width, in imgu_css_fw_show_binary() 41 bi->info.isp.sp.internal.max_width, in imgu_css_fw_show_binary() 47 bi->info.isp.sp.output.max_width, in imgu_css_fw_show_binary() 59 unsigned int width = DIV_ROUND_UP(bi->info.isp.sp.internal.max_width, in imgu_css_fw_obgrid_size()
|
/Linux-v5.10/drivers/staging/media/atomisp/pci/ |
D | ia_css_acc_types.h | 109 u32 max_width; member 117 u32 max_width; member 124 u32 max_width; member
|
/Linux-v5.10/include/linux/platform_data/ |
D | mmc-sdhci-s3c.h | 40 unsigned int max_width; member
|
/Linux-v5.10/include/scsi/ |
D | scsi_transport_spi.h | 24 unsigned int max_width:1; member 67 #define spi_max_width(x) (((struct spi_transport_attrs *)&(x)->starget_data)->max_width)
|
/Linux-v5.10/drivers/media/platform/sunxi/sun4i-csi/ |
D | sun4i_csi.c | 35 unsigned int max_width; member 307 .max_width = 24, 313 .max_width = 16,
|
/Linux-v5.10/drivers/gpu/drm/tilcdc/ |
D | tilcdc_drv.c | 108 dev->mode_config.max_width = tilcdc_crtc_max_width(priv->crtc); in modeset_init() 226 if (of_property_read_u32(node, "max-width", &priv->max_width)) in tilcdc_init() 227 priv->max_width = TILCDC_DEFAULT_MAX_WIDTH; in tilcdc_init() 229 DBG("Maximum Horizontal Pixel Width Value %dpixels", priv->max_width); in tilcdc_init()
|
/Linux-v5.10/drivers/gpu/drm/ingenic/ |
D | ingenic-drm-drv.c | 48 unsigned int max_width, max_height; member 238 if (mode->hdisplay > priv->soc_info->max_width) in ingenic_drm_crtc_mode_valid() 727 drm->mode_config.max_width = soc_info->max_width; in ingenic_drm_bind() 1017 .max_width = 800, 1024 .max_width = 800, 1031 .max_width = 1280,
|