Searched refs:max_width (Results 1 - 126 of 126) sorted by relevance

/linux-4.4.14/include/media/
H A Dsh_mobile_ceu.h22 int max_width; member in struct:sh_mobile_ceu_info
/linux-4.4.14/arch/arm/plat-samsung/
H A Dplatformdata.c50 if (pd->max_width) s3c_sdhci_set_platdata()
51 set->max_width = pd->max_width; s3c_sdhci_set_platdata()
H A Ddevs.c205 .max_width = 4,
235 .max_width = 4,
267 .max_width = 4,
297 .max_width = 4,
/linux-4.4.14/scripts/
H A Dcleanfile11 $max_width = 79;
85 $max_width = shift(@ARGV)+0;
156 if ($max_width && $l_width > $max_width) {
158 "$f:$lineno: line exceeds $max_width characters ($l_width)\n";
H A Dcleanpatch11 $max_width = 79;
85 $max_width = shift(@ARGV)+0;
166 if ($max_width && $l_width > $max_width) {
168 "$f:$lineno: adds line exceeds $max_width ",
/linux-4.4.14/drivers/gpu/drm/fsl-dcu/
H A Dfsl_dcu_drm_kms.c32 fsl_dev->drm->mode_config.max_width = 2031; fsl_dcu_drm_modeset_init()
/linux-4.4.14/include/linux/platform_data/
H A Dmmc-sdhci-s3c.h16 * @max_width: The maximum number of data bits supported.
39 unsigned int max_width; member in struct:s3c_sdhci_platdata
/linux-4.4.14/drivers/gpu/drm/msm/mdp/mdp5/
H A Dmdp5_cfg.c140 .max_width = 2048,
218 .max_width = 2048,
289 .max_width = 2048,
358 .max_width = 2048,
433 .max_width = 2560,
H A Dmdp5_cfg.h45 uint32_t max_width; /* Maximum output resolution */ member in struct:mdp5_lm_block
H A Dmdp5_kms.c635 dev->mode_config.max_width = config->hw->lm.max_width; mdp5_kms_init()
/linux-4.4.14/scripts/kconfig/
H A Dlkc.h123 * when max_width is not zero long lines in string s (if any) get
124 * wrapped not to exceed the max_width value
126 int max_width; member in struct:gstr
H A Dutil.c86 gs.max_width = 0; str_new()
H A Dexpr.c1181 if (gs->max_width) { expr_print_gstr_helper()
1194 if ((last_line_length + extra_length) > gs->max_width) expr_print_gstr_helper()
H A Dmconf.c793 help.max_width = getmaxx(stdscr) - 10; show_help()
/linux-4.4.14/drivers/gpu/drm/atmel-hlcdc/
H A Datmel_hlcdc_dc.c51 .max_width = 1280,
118 .max_width = 128,
135 .max_width = 800,
220 .max_width = 128,
238 .max_width = 2048,
321 .max_width = 2048,
474 dev->mode_config.max_width = dc->desc->max_width; atmel_hlcdc_dc_modeset_init()
H A Datmel_hlcdc_dc.h51 * @max_width: maximum width supported by the Display Controller
59 int max_width; member in struct:atmel_hlcdc_dc_desc
H A Datmel_hlcdc_layer.h257 * @max_width: maximum width supported by this layer (0 means unlimited)
268 int max_width; member in struct:atmel_hlcdc_layer_desc
H A Datmel_hlcdc_plane.c695 if (plane->layer.desc->max_width && atmel_hlcdc_plane_atomic_check()
696 state->crtc_w > plane->layer.desc->max_width) atmel_hlcdc_plane_atomic_check()
/linux-4.4.14/drivers/gpu/drm/vc4/
H A Dvc4_kms.c50 dev->mode_config.max_width = 2048; vc4_kms_load()
/linux-4.4.14/drivers/media/platform/vsp1/
H A Dvsp1_rwpf.c59 fse->max_width = rwpf->max_width; vsp1_rwpf_enum_frame_size()
67 fse->max_width = format->width; vsp1_rwpf_enum_frame_size()
125 RWPF_MIN_WIDTH, rwpf->max_width); vsp1_rwpf_set_format()
H A Dvsp1_rwpf.h32 unsigned int max_width; member in struct:vsp1_rwpf
H A Dvsp1_hsit.c90 fse->max_width = HSIT_MAX_SIZE; hsit_enum_frame_size()
98 fse->max_width = format->width; hsit_enum_frame_size()
H A Dvsp1_lif.c123 fse->max_width = LIF_MAX_SIZE; lif_enum_frame_size()
128 fse->max_width = format->width; lif_enum_frame_size()
H A Dvsp1_lut.c131 fse->max_width = LUT_MAX_SIZE; lut_enum_frame_size()
139 fse->max_width = format->width; lut_enum_frame_size()
H A Dvsp1_sru.c215 fse->max_width = SRU_MAX_SIZE; sru_enum_frame_size()
223 fse->max_width = format->width * 2; sru_enum_frame_size()
226 fse->max_width = format->width; sru_enum_frame_size()
H A Dvsp1_uds.c218 fse->max_width = UDS_MAX_SIZE; uds_enum_frame_size()
223 &fse->max_width); uds_enum_frame_size()
H A Dvsp1_rpf.c230 rpf->max_width = RPF_MAX_WIDTH; vsp1_rpf_create()
H A Dvsp1_wpf.c230 wpf->max_width = WPF_MAX_WIDTH; vsp1_wpf_create()
H A Dvsp1_bru.c225 fse->max_width = BRU_MAX_SIZE; bru_enum_frame_size()
/linux-4.4.14/drivers/media/platform/soc_camera/
H A Dsoc_scale_crop.c217 unsigned int max_width, unsigned int max_height, client_set_fmt()
252 if (max_width > cap.bounds.width) client_set_fmt()
253 max_width = cap.bounds.width; client_set_fmt()
261 /* width <= max_width && height <= max_height - guaranteed by try_fmt */ client_set_fmt()
263 tmp_w < max_width && tmp_h < max_height) { client_set_fmt()
264 tmp_w = min(2 * tmp_w, max_width); client_set_fmt()
215 client_set_fmt(struct soc_camera_device *icd, struct v4l2_rect *rect, struct v4l2_rect *subrect, unsigned int max_width, unsigned int max_height, struct v4l2_subdev_format *format, bool host_can_scale) client_set_fmt() argument
H A Dsh_mobile_ceu_camera.c124 int max_width; member in struct:sh_mobile_ceu_dev
1119 while ((mf->width > pcdev->max_width || sh_mobile_ceu_get_formats()
1271 if (mf->width > pcdev->max_width || mf->height > pcdev->max_height) sh_mobile_ceu_set_crop()
1387 unsigned int ceu_sub_width = pcdev->max_width, sh_mobile_ceu_set_fmt()
1538 v4l_bound_align_image(&pix->width, 2, pcdev->max_width, 2, sh_mobile_ceu_try_fmt()
1574 mf->width = pcdev->max_width; sh_mobile_ceu_try_fmt()
1785 pcdev->max_width = pcdev->pdata->max_width; sh_mobile_ceu_probe()
1791 if (!pcdev->max_width) { sh_mobile_ceu_probe()
1795 pcdev->max_width = v; sh_mobile_ceu_probe()
1797 if (!pcdev->max_width) sh_mobile_ceu_probe()
1798 pcdev->max_width = 2560; sh_mobile_ceu_probe()
H A Dsoc_camera.c1934 if (fse.min_width == fse.max_width && default_enum_framesizes()
1943 fsize->stepwise.max_width = fse.max_width; default_enum_framesizes()
/linux-4.4.14/arch/arm/mach-s3c24xx/
H A Dmach-smdk2416.c199 .max_width = 4,
206 .max_width = 4,
/linux-4.4.14/drivers/gpu/drm/shmobile/
H A Dshmob_drm_kms.c153 sdev->ddev->mode_config.max_width = 4095; shmob_drm_modeset_init()
/linux-4.4.14/drivers/mmc/host/
H A Dsdhci-s3c.c396 u32 max_width; sdhci_s3c_parse_dt() local
399 if (of_property_read_u32(node, "bus-width", &max_width)) sdhci_s3c_parse_dt()
400 max_width = 1; sdhci_s3c_parse_dt()
401 pdata->max_width = max_width; sdhci_s3c_parse_dt()
537 pdata->cfg_gpio(pdev, pdata->max_width); sdhci_s3c_probe()
579 switch (pdata->max_width) { sdhci_s3c_probe()
/linux-4.4.14/drivers/media/usb/gspca/
H A Dw996Xcf.c399 max_width, max_height; w9968cf_set_crop_window() local
402 max_width = 352; w9968cf_set_crop_window()
405 max_width = 640; w9968cf_set_crop_window()
433 fw = SC(sd->gspca_dev.pixfmt.width) / max_width; w9968cf_set_crop_window()
436 cw = (fw >= fh) ? max_width : SC(sd->gspca_dev.pixfmt.width) / fh; w9968cf_set_crop_window()
439 sd->sensor_width = max_width; w9968cf_set_crop_window()
442 x = (max_width - cw) / 2; w9968cf_set_crop_window()
H A Dstk1135.c639 fsize->stepwise.max_width = 1280; stk1135_enum_framesizes()
/linux-4.4.14/drivers/gpu/drm/tilcdc/
H A Dtilcdc_drv.c81 dev->mode_config.max_width = tilcdc_crtc_max_width(priv->crtc); modeset_init()
218 if (of_property_read_u32(node, "ti,max-width", &priv->max_width)) tilcdc_load()
219 priv->max_width = TILCDC_DEFAULT_MAX_WIDTH; tilcdc_load()
221 DBG("Maximum Horizontal Pixel Width Value %dpixels", priv->max_width); tilcdc_load()
H A Dtilcdc_crtc.c457 int max_width = 0; tilcdc_crtc_max_width() local
460 max_width = 1024; tilcdc_crtc_max_width()
462 max_width = 2048; tilcdc_crtc_max_width()
464 return max_width; tilcdc_crtc_max_width()
541 if (mode->hdisplay > priv->max_width) tilcdc_crtc_mode_valid()
H A Dtilcdc_drv.h67 uint32_t max_width; member in struct:tilcdc_drm_private
/linux-4.4.14/drivers/media/platform/exynos4-is/
H A Dfimc-lite.h55 * @max_width: maximum camera interface input width in pixels
66 unsigned short max_width; member in struct:flite_drvdata
H A Dfimc-lite.c576 v4l_bound_align_image(&mf->width, 8, dd->max_width, fimc_lite_subdev_try_fmt()
736 v4l_bound_align_image(&pixm->width, 8, dd->max_width, fimc_lite_try_fmt()
1682 .max_width = 8192,
1693 .max_width = 8192,
/linux-4.4.14/include/scsi/
H A Dscsi_transport_spi.h37 unsigned int max_width:1; member in struct:spi_transport_attrs
80 #define spi_max_width(x) (((struct spi_transport_attrs *)&(x)->starget_data)->max_width)
/linux-4.4.14/drivers/media/platform/omap3isp/
H A Dispresizer.c792 unsigned int max_width; resizer_calc_ratios() local
836 max_width = MAX_4TAP_OUT_WIDTH_ES1; resizer_calc_ratios()
841 max_width = MAX_4TAP_OUT_WIDTH_ES2; resizer_calc_ratios()
845 max_width = MAX_4TAP_OUT_WIDTH_3630; resizer_calc_ratios()
851 max_width = MAX_7TAP_OUT_WIDTH_ES1; resizer_calc_ratios()
856 max_width = MAX_7TAP_OUT_WIDTH_ES2; resizer_calc_ratios()
860 max_width = MAX_7TAP_OUT_WIDTH_3630; resizer_calc_ratios()
864 max_width = min(((input->width - 7) * 256 + 255 - 16 - 32 * sph) / 64 resizer_calc_ratios()
865 + 1, max_width); resizer_calc_ratios()
876 max_width & ~(width_alignment - 1)); resizer_calc_ratios()
1198 unsigned int max_width = resizer_try_crop() local
1203 crop->width = clamp_t(u32, crop->width, min_width, max_width); resizer_try_crop()
1465 fse->max_width = format.width; resizer_enum_frame_size()
H A Dispccdc.c2080 unsigned int max_width; ccdc_try_crop() local
2099 max_width = (sink->width - crop->left + 15) & ~15; ccdc_try_crop()
2100 crop->width = clamp_t(u32, crop->width, CCDC_MIN_WIDTH, max_width) ccdc_try_crop()
2209 fse->max_width = format.width; ccdc_enum_frame_size()
H A Dispccp2.c737 fse->max_width = format.width; ccp2_enum_frame_size()
H A Dispcsi2.c964 fse->max_width = format.width; csi2_enum_frame_size()
H A Disppreview.c1915 fse->max_width = format.width; preview_enum_frame_size()
/linux-4.4.14/drivers/gpu/drm/rockchip/
H A Drockchip_drm_fb.c198 dev->mode_config.max_width = 4096; rockchip_drm_mode_config_init()
/linux-4.4.14/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_fb.c57 unsigned max_width; member in struct:vmw_fb_par
144 if ((var->xoffset + var->xres) > par->max_width || vmw_fb_check_var()
670 par->max_width = fb_width; vmw_fb_init()
674 ret = vmw_kms_fbdev_init_data(vmw_priv, 0, par->max_width, vmw_fb_init()
H A Dvmwgfx_kms.h208 uint32_t max_width, uint32_t max_height);
251 u32 max_width,
H A Dvmwgfx_kms.c1121 dev->mode_config.max_width = dev_priv->texture_max_width; vmw_kms_init()
1528 uint32_t max_width, uint32_t max_height) vmw_du_connector_fill_modes()
1551 max_width = min(max_width, dev_priv->stdu_max_width); vmw_du_connector_fill_modes()
1582 if (bmode->hdisplay > max_width || vmw_du_connector_fill_modes()
1652 rects[i].x + rects[i].w > mode_config->max_width || vmw_kms_update_layout_ioctl()
2063 u32 max_width, vmw_kms_fbdev_init_data()
2088 (void) vmw_du_connector_fill_modes(con, max_width, max_height); vmw_kms_fbdev_init_data()
1527 vmw_du_connector_fill_modes(struct drm_connector *connector, uint32_t max_width, uint32_t max_height) vmw_du_connector_fill_modes() argument
2061 vmw_kms_fbdev_init_data(struct vmw_private *dev_priv, unsigned unit, u32 max_width, u32 max_height, struct drm_connector **p_con, struct drm_crtc **p_crtc, struct drm_display_mode **p_mode) vmw_kms_fbdev_init_data() argument
/linux-4.4.14/drivers/gpu/drm/exynos/
H A Dexynos_drm_fb.c237 dev->mode_config.max_width = 4096; exynos_drm_mode_config_init()
/linux-4.4.14/drivers/gpu/drm/nouveau/
H A Dnouveau_display.c469 dev->mode_config.max_width = 2048; nouveau_display_create()
473 dev->mode_config.max_width = 4096; nouveau_display_create()
477 dev->mode_config.max_width = 8192; nouveau_display_create()
480 dev->mode_config.max_width = 16384; nouveau_display_create()
/linux-4.4.14/include/uapi/linux/
H A Dv4l2-subdev.h94 __u32 max_width; member in struct:v4l2_subdev_frame_size_enum
H A Dvideodev2.h671 __u32 max_width; /* Maximum frame width [pixel] */ member in struct:v4l2_frmsize_stepwise
1335 * @max_width: width in pixels
1346 __u32 max_width; member in struct:v4l2_bt_timings_cap
/linux-4.4.14/drivers/media/platform/xilinx/
H A Dxilinx-vip.c308 fse->max_width = XVIP_MAX_WIDTH; xvip_enum_frame_size()
316 fse->max_width = format->width; xvip_enum_frame_size()
H A Dxilinx-dma.c547 unsigned int max_width; __xvip_dma_try_format() local
570 max_width = rounddown(XVIP_DMA_MAX_WIDTH, align); __xvip_dma_try_format()
573 pix->width = clamp(width, min_width, max_width) / info->bpp; __xvip_dma_try_format()
H A Dxilinx-tpg.c339 fse->max_width = XVIP_MAX_WIDTH; xtpg_enum_frame_size()
344 fse->max_width = format->width; xtpg_enum_frame_size()
/linux-4.4.14/net/mac80211/
H A Dtdls.c305 enum nl80211_chan_width max_width = ieee80211_get_sta_bw(&sta->sta); ieee80211_tdls_chandef_vht_upgrade() local
309 if (max_width == NL80211_CHAN_WIDTH_5 || ieee80211_tdls_chandef_vht_upgrade()
310 max_width == NL80211_CHAN_WIDTH_10) ieee80211_tdls_chandef_vht_upgrade()
313 if (max_width > NL80211_CHAN_WIDTH_80) ieee80211_tdls_chandef_vht_upgrade()
314 max_width = NL80211_CHAN_WIDTH_80; ieee80211_tdls_chandef_vht_upgrade()
316 if (uc.width == max_width) ieee80211_tdls_chandef_vht_upgrade()
335 while (uc.width > max_width && ieee80211_tdls_chandef_vht_upgrade()
/linux-4.4.14/drivers/media/platform/ti-vpe/
H A Dvpdma_priv.h299 static inline u32 dtd_max_width_height(int max_width, int max_height) dtd_max_width_height() argument
301 return (max_width << DTD_MAX_WIDTH_SHFT) | max_height; dtd_max_width_height()
H A Dvpdma.c607 pr_debug("word5: max_width %d, max_height %d\n", dump_dtd()
/linux-4.4.14/drivers/gpu/drm/ast/
H A Dast_main.c458 dev->mode_config.max_width = 1920; ast_driver_load()
461 dev->mode_config.max_width = 1600; ast_driver_load()
/linux-4.4.14/arch/arm/mach-s3c64xx/
H A Dmach-crag6410.c747 .max_width = 4,
762 .max_width = 4,
H A Dmach-mini6410.c221 .max_width = 4,
H A Dmach-smartq.c177 .max_width = 4,
/linux-4.4.14/drivers/gpu/drm/sti/
H A Dsti_drv.c126 dev->mode_config.max_width = STI_MAX_FB_WIDTH; sti_mode_config_init()
/linux-4.4.14/drivers/gpu/drm/armada/
H A Darmada_drv.c99 dev->mode_config.max_width = 1920; armada_drm_load()
/linux-4.4.14/drivers/gpu/drm/bochs/
H A Dbochs_kms.c279 bochs->dev->mode_config.max_width = 8192; bochs_kms_init()
/linux-4.4.14/include/linux/
H A Dntb.h226 enum ntb_speed max_speed, enum ntb_width max_width);
542 * @max_width: The maximum link width expressed as the number of PCIe lanes.
553 enum ntb_width max_width) ntb_link_enable()
555 return ntb->ops->link_enable(ntb, max_speed, max_width); ntb_link_enable()
551 ntb_link_enable(struct ntb_dev *ntb, enum ntb_speed max_speed, enum ntb_width max_width) ntb_link_enable() argument
/linux-4.4.14/drivers/scsi/
H A Dscsi_transport_spi.c871 int max_width = spi_max_width(starget); spi_dv_device_internal() local
885 max_width = 0; spi_dv_device_internal()
889 if (i->f->set_width && max_width) { spi_dv_device_internal()
900 max_width = 0; spi_dv_device_internal()
960 DV_SET(width, max_width); spi_dv_device_internal()
/linux-4.4.14/drivers/ntb/hw/intel/
H A Dntb_hw_intel.c963 enum ntb_width max_width) intel_ntb_link_enable()
974 "Enabling link with max_speed %d max_width %d\n", intel_ntb_link_enable()
975 max_speed, max_width); intel_ntb_link_enable()
978 if (max_width != NTB_WIDTH_AUTO) intel_ntb_link_enable()
979 dev_dbg(ndev_dev(ndev), "ignoring max_width %d\n", max_width); intel_ntb_link_enable() local
961 intel_ntb_link_enable(struct ntb_dev *ntb, enum ntb_speed max_speed, enum ntb_width max_width) intel_ntb_link_enable() argument
/linux-4.4.14/drivers/gpu/drm/virtio/
H A Dvirtgpu_display.c510 vgdev->ddev->mode_config.max_width = XRES_MAX; virtio_gpu_modeset_init()
/linux-4.4.14/drivers/gpu/drm/
H A Ddrm_fb_helper.c1988 width = dev->mode_config.max_width; drm_setup_crtcs()
2106 dev->mode_config.max_width, drm_fb_helper_initial_config()
2145 u32 max_width, max_height; drm_fb_helper_hotplug_event() local
2158 max_width = fb_helper->fb->width; drm_fb_helper_hotplug_event()
2161 drm_fb_helper_probe_connector_modes(fb_helper, max_width, max_height); drm_fb_helper_hotplug_event()
H A Ddrm_crtc.c1796 card_res->max_width = dev->mode_config.max_width; drm_mode_getresources()
2026 dev->mode_config.max_width, drm_mode_getconnector()
3250 if ((config->min_width > r->width) || (r->width > config->max_width)) { internal_framebuffer_create()
3252 r->width, config->min_width, config->max_width); internal_framebuffer_create()
/linux-4.4.14/drivers/media/i2c/s5c73m3/
H A Ds5c73m3-core.c1243 fse->max_width = fse->min_width; s5c73m3_enum_frame_size()
1281 fse->max_width = fse->min_width = w; s5c73m3_oif_enum_frame_size()
1302 fse->max_width = fse->min_width; s5c73m3_oif_enum_frame_size()
/linux-4.4.14/drivers/media/platform/davinci/
H A Dvpbe_display.c582 int max_width; vpbe_try_format() local
607 max_width = vpbe_dev->current_timings.xres; vpbe_try_format()
613 (pixfmt->width > max_width)) { vpbe_try_format()
H A Dvpfe_capture.c821 u32 min_height = 1, min_width = 32, max_width, max_height; vpfe_check_format() local
896 max_width = vpfe_dev->std_info.active_pixels; vpfe_check_format()
903 pixfmt->width = clamp((pixfmt->width), min_width, max_width); vpfe_check_format()
/linux-4.4.14/drivers/media/platform/marvell-ccic/
H A Dmcam-core.c1513 if (fse.min_width == fse.max_width && mcam_vidioc_enum_framesizes()
1522 sizes->stepwise.max_width = fse.max_width; mcam_vidioc_enum_framesizes()
/linux-4.4.14/drivers/staging/media/omap4iss/
H A Diss_ipipe.c300 fse->max_width = format.width; ipipe_enum_frame_size()
H A Diss_ipipeif.c506 fse->max_width = format.width; ipipeif_enum_frame_size()
H A Diss_resizer.c567 fse->max_width = format.width; resizer_enum_frame_size()
H A Diss_csi2.c961 fse->max_width = format.width; csi2_enum_frame_size()
/linux-4.4.14/drivers/gpu/drm/udl/
H A Dudl_modeset.c445 dev->mode_config.max_width = 2048; udl_modeset_init()
/linux-4.4.14/drivers/gpu/drm/cirrus/
H A Dcirrus_mode.c578 cdev->dev->mode_config.max_width = CIRRUS_MAX_FB_WIDTH; cirrus_modeset_init()
/linux-4.4.14/drivers/gpu/drm/imx/
H A Dimx-drm-core.c266 drm->mode_config.max_width = 4096; imx_drm_driver_load()
/linux-4.4.14/drivers/gpu/drm/msm/mdp/mdp4/
H A Dmdp4_kms.c547 dev->mode_config.max_width = 2048; mdp4_kms_init()
/linux-4.4.14/include/uapi/drm/
H A Ddrm_mode.h136 __u32 max_width; member in struct:drm_mode_card_res
/linux-4.4.14/drivers/input/mouse/
H A Delan_i2c_core.c908 unsigned int max_width = max(data->width_x, data->width_y); elan_setup_input_device() local
951 ETP_FINGER_WIDTH * max_width, 0, 0); elan_setup_input_device()
/linux-4.4.14/drivers/media/pci/bt8xx/
H A Dbttv-driver.c2003 __s32 max_width; limit_scaled_size_lock() local
2028 max_width = min_t(unsigned int, b->width, MAX_HACTIVE); limit_scaled_size_lock()
2047 max_width = c->max_scaled_width; limit_scaled_size_lock()
2054 max_width = max_width & width_mask; limit_scaled_size_lock()
2062 *width = clamp(*width, min_width, max_width); limit_scaled_size_lock()
2080 *width > max_width || limit_scaled_size_lock()
/linux-4.4.14/drivers/gpu/drm/radeon/
H A Dradeon_display.c1634 rdev->ddev->mode_config.max_width = 16384; radeon_modeset_init()
1637 rdev->ddev->mode_config.max_width = 8192; radeon_modeset_init()
1640 rdev->ddev->mode_config.max_width = 4096; radeon_modeset_init()
/linux-4.4.14/include/drm/
H A Ddrm_crtc.h532 int (*fill_modes)(struct drm_connector *connector, uint32_t max_width, uint32_t max_height);
1031 * @max_width: maximum pixel width on this device
1085 int max_width, max_height; member in struct:drm_mode_config
/linux-4.4.14/drivers/gpu/drm/rcar-du/
H A Drcar_du_kms.c754 dev->mode_config.max_width = 4095; rcar_du_modeset_init()
/linux-4.4.14/drivers/media/i2c/
H A Dmt9m032.c338 fse->max_width = MT9M032_COLUMN_SIZE_DEF; mt9m032_enum_frame_size()
H A Dmt9t001.c348 fse->max_width = fse->min_width; mt9t001_enum_frame_size()
H A Ds5k5baf.c1235 fse->max_width = S5K5BAF_CIS_WIDTH; s5k5baf_enum_frame_size()
1247 fse->max_width = S5K5BAF_CIS_WIDTH; s5k5baf_enum_frame_size()
H A Dmt9p031.c500 fse->max_width = fse->min_width; mt9p031_enum_frame_size()
H A Dmt9v032.c472 fse->max_width = fse->min_width; mt9v032_enum_frame_size()
H A Dov2659.c1032 fse->max_width = fse->min_width; ov2659_enum_frame_sizes()
H A Dov7670.c1142 fse->min_width = fse->max_width = win->width; ov7670_enum_frame_size()
H A Dov9650.c1096 fse->max_width = fse->min_width; ov965x_enum_frame_sizes()
H A Ds5k6aa.c1051 fse->max_width = S5K6AA_WIN_WIDTH_MAX; s5k6aa_enum_frame_size()
H A Dadv7604.c1448 cap->bt.max_width = 1920; adv76xx_dv_timings_cap()
/linux-4.4.14/drivers/gpu/drm/omapdrm/
H A Domap_drv.c496 dev->mode_config.max_width = 2048;
/linux-4.4.14/drivers/media/v4l2-core/
H A Dv4l2-dv-timings.c165 bt->width > cap->max_width || v4l2_valid_dv_timings()
H A Dv4l2-ioctl.c727 p->bt.min_width, p->bt.max_width, v4l_print_dv_timings_cap()
758 p->stepwise.max_width, p->stepwise.max_height); v4l_print_frmsizeenum()
/linux-4.4.14/drivers/gpu/drm/gma500/
H A Dframebuffer.c772 dev->mode_config.max_width = 4096; psb_modeset_init()
/linux-4.4.14/drivers/staging/media/davinci_vpfe/
H A Ddm365_ipipeif.c667 fse->max_width = format.width; ipipeif_enum_frame_size()
H A Ddm365_ipipe.c1562 fse->max_width = format.width; ipipe_enum_frame_size()
H A Ddm365_isif.c1506 fse->max_width = format.format.width; isif_enum_frame_size()
H A Ddm365_resizer.c1498 fse->max_width = format.width; resizer_enum_frame_size()
/linux-4.4.14/drivers/gpu/drm/tegra/
H A Ddrm.c159 drm->mode_config.max_width = 4096; tegra_drm_load()
/linux-4.4.14/drivers/media/platform/s5p-tv/
H A Dhdmi_drv.c704 cap->bt.max_width = 1920; hdmi_dv_timings_cap()
/linux-4.4.14/drivers/gpu/drm/qxl/
H A Dqxl_display.c1112 qdev->ddev->mode_config.max_width = 8192; qxl_modeset_init()
/linux-4.4.14/drivers/media/usb/hdpvr/
H A Dhdpvr-video.c737 cap->bt.max_width = 1920; vidioc_dv_timings_cap()
/linux-4.4.14/drivers/gpu/drm/mgag200/
H A Dmgag200_mode.c1734 mdev->dev->mode_config.max_width = MGAG200_MAX_FB_WIDTH; mgag200_modeset_init()
/linux-4.4.14/drivers/media/platform/am437x/
H A Dam437x-vpfe.c1653 fse.index, fse.code, fse.min_width, fse.max_width, vpfe_enum_size()
1657 fsize->discrete.width = fse.max_width; vpfe_enum_size()
/linux-4.4.14/drivers/gpu/drm/amd/amdgpu/
H A Ddce_v10_0.c2989 adev->ddev->mode_config.max_width = 16384; dce_v10_0_sw_init()
3001 adev->ddev->mode_config.max_width = 16384; dce_v10_0_sw_init()
H A Ddce_v11_0.c2982 adev->ddev->mode_config.max_width = 16384; dce_v11_0_sw_init()
2994 adev->ddev->mode_config.max_width = 16384; dce_v11_0_sw_init()
H A Ddce_v8_0.c2899 adev->ddev->mode_config.max_width = 16384; dce_v8_0_sw_init()
2911 adev->ddev->mode_config.max_width = 16384; dce_v8_0_sw_init()
/linux-4.4.14/drivers/media/platform/
H A Dvia-camera.c1145 sizes->stepwise.max_width = VGA_WIDTH; viacam_enum_framesizes()
/linux-4.4.14/drivers/media/platform/vivid/
H A Dvivid-vid-cap.c1746 fsize->stepwise.max_width = MAX_WIDTH * MAX_ZOOM; vidioc_enum_framesizes()
/linux-4.4.14/drivers/message/fusion/
H A Dmptspi.c768 " max_offset=0x%02x max_width=%d\n", hd->ioc->name, mptspi_slave_configure()
/linux-4.4.14/drivers/media/usb/em28xx/
H A Dem28xx-video.c1793 fsize->stepwise.max_width = maxw; vidioc_enum_framesizes()
/linux-4.4.14/drivers/net/wireless/ath/ath10k/
H A Dwmi.c3412 "wmi phyerr radar report chirp %d max_width %d agc_total_gain %d pulse_delta_diff %d\n", ath10k_dfs_radar_report()
/linux-4.4.14/drivers/gpu/drm/i915/
H A Dintel_display.c14922 dev->mode_config.max_width = 2048; intel_modeset_init()
14925 dev->mode_config.max_width = 4096; intel_modeset_init()
14928 dev->mode_config.max_width = 8192; intel_modeset_init()

Completed in 3294 milliseconds