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

/linux-4.1.27/include/media/
H A Dsh_mobile_ceu.h22 int max_width; member in struct:sh_mobile_ceu_info
/linux-4.1.27/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.c200 .max_width = 4,
230 .max_width = 4,
262 .max_width = 4,
292 .max_width = 4,
/linux-4.1.27/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.1.27/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.c214 fse->max_width = SRU_MAX_SIZE; sru_enum_frame_size()
222 fse->max_width = format->width * 2; sru_enum_frame_size()
225 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.1.27/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.1.27/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.c1145 if (gs->max_width) { expr_print_gstr_helper()
1158 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.1.27/drivers/media/platform/soc_camera/
H A Dsoc_scale_crop.c217 unsigned int max_width, unsigned int max_height, client_s_fmt()
251 if (max_width > cap.bounds.width) client_s_fmt()
252 max_width = cap.bounds.width; client_s_fmt()
260 /* width <= max_width && height <= max_height - guaranteed by try_fmt */ client_s_fmt()
262 tmp_w < max_width && tmp_h < max_height) { client_s_fmt()
263 tmp_w = min(2 * tmp_w, max_width); client_s_fmt()
215 client_s_fmt(struct soc_camera_device *icd, struct v4l2_rect *rect, struct v4l2_rect *subrect, unsigned int max_width, unsigned int max_height, struct v4l2_mbus_framefmt *mf, bool host_can_scale) client_s_fmt() argument
H A Dsh_mobile_ceu_camera.c124 int max_width; member in struct:sh_mobile_ceu_dev
1102 while ((mf.width > pcdev->max_width || sh_mobile_ceu_get_formats()
1251 if (mf.width > pcdev->max_width || mf.height > pcdev->max_height) sh_mobile_ceu_set_crop()
1367 unsigned int ceu_sub_width = pcdev->max_width, sh_mobile_ceu_set_fmt()
1514 v4l_bound_align_image(&pix->width, 2, pcdev->max_width, 2, sh_mobile_ceu_try_fmt()
1550 mf.width = pcdev->max_width; sh_mobile_ceu_try_fmt()
1759 pcdev->max_width = pcdev->pdata->max_width; sh_mobile_ceu_probe()
1764 if (!pcdev->max_width) { sh_mobile_ceu_probe()
1768 pcdev->max_width = v; sh_mobile_ceu_probe()
1770 if (!pcdev->max_width) sh_mobile_ceu_probe()
1771 pcdev->max_width = 2560; sh_mobile_ceu_probe()
H A Dsoc_camera.c1916 if (fse.min_width == fse.max_width && default_enum_framesizes()
1925 fsize->stepwise.max_width = fse.max_width; default_enum_framesizes()
/linux-4.1.27/drivers/gpu/drm/atmel-hlcdc/
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_dc.c111 .max_width = 128,
129 .max_width = 2048,
271 dev->mode_config.max_width = dc->desc->max_width; atmel_hlcdc_dc_modeset_init()
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.1.27/arch/arm/mach-s3c24xx/
H A Dmach-smdk2416.c199 .max_width = 4,
206 .max_width = 4,
/linux-4.1.27/drivers/gpu/drm/shmobile/
H A Dshmob_drm_kms.c153 sdev->ddev->mode_config.max_width = 4095; shmob_drm_modeset_init()
/linux-4.1.27/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.1.27/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.1.27/drivers/gpu/drm/tilcdc/
H A Dtilcdc_drv.c92 dev->mode_config.max_width = tilcdc_crtc_max_width(priv->crtc); modeset_init()
224 if (of_property_read_u32(node, "ti,max-width", &priv->max_width)) tilcdc_load()
225 priv->max_width = TILCDC_DEFAULT_MAX_WIDTH; tilcdc_load()
227 DBG("Maximum Horizontal Pixel Width Value %dpixels", priv->max_width); tilcdc_load()
H A Dtilcdc_crtc.c431 int max_width = 0; tilcdc_crtc_max_width() local
434 max_width = 1024; tilcdc_crtc_max_width()
436 max_width = 2048; tilcdc_crtc_max_width()
438 return max_width; tilcdc_crtc_max_width()
515 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.1.27/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.c579 v4l_bound_align_image(&mf->width, 8, dd->max_width, fimc_lite_subdev_try_fmt()
739 v4l_bound_align_image(&pixm->width, 8, dd->max_width, fimc_lite_try_fmt()
1685 .max_width = 8192,
1696 .max_width = 8192,
/linux-4.1.27/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.1.27/drivers/gpu/drm/i915/
H A Dintel_fbc.c509 unsigned int max_width, max_height; intel_fbc_update() local
557 max_width = 4096; intel_fbc_update()
560 max_width = 4096; intel_fbc_update()
563 max_width = 2048; intel_fbc_update()
566 if (intel_crtc->config->pipe_src_w > max_width || intel_fbc_update()
H A Dintel_display.c13812 dev->mode_config.max_width = 2048; intel_modeset_init()
13815 dev->mode_config.max_width = 4096; intel_modeset_init()
13818 dev->mode_config.max_width = 8192; intel_modeset_init()
/linux-4.1.27/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.c1919 fse->max_width = format.width; preview_enum_frame_size()
/linux-4.1.27/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_fb.c51 unsigned max_width; member in struct:vmw_fb_par
143 if ((var->xoffset + var->xres) > par->max_width || vmw_fb_check_var()
451 par->max_width = fb_width; vmw_fb_init()
H A Dvmwgfx_kms.h142 uint32_t max_width, uint32_t max_height);
H A Dvmwgfx_kms.c1474 dev->mode_config.max_width = 8192; vmw_kms_init()
1938 uint32_t max_width, uint32_t max_height) vmw_du_connector_fill_modes()
1989 if (bmode->hdisplay > max_width || vmw_du_connector_fill_modes()
2059 rects[i].x + rects[i].w > mode_config->max_width || vmw_kms_update_layout_ioctl()
1937 vmw_du_connector_fill_modes(struct drm_connector *connector, uint32_t max_width, uint32_t max_height) vmw_du_connector_fill_modes() argument
/linux-4.1.27/drivers/gpu/drm/rockchip/
H A Drockchip_drm_fb.c197 dev->mode_config.max_width = 4096; rockchip_drm_mode_config_init()
/linux-4.1.27/include/uapi/linux/
H A Dv4l2-subdev.h94 __u32 max_width; member in struct:v4l2_subdev_frame_size_enum
H A Dvideodev2.h579 __u32 max_width; /* Maximum frame width [pixel] */ member in struct:v4l2_frmsize_stepwise
1241 * @max_width: width in pixels
1252 __u32 max_width; member in struct:v4l2_bt_timings_cap
/linux-4.1.27/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.c544 unsigned int max_width; __xvip_dma_try_format() local
567 max_width = rounddown(XVIP_DMA_MAX_WIDTH, align); __xvip_dma_try_format()
570 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.1.27/drivers/gpu/drm/nouveau/
H A Dnouveau_display.c458 dev->mode_config.max_width = 2048; nouveau_display_create()
462 dev->mode_config.max_width = 4096; nouveau_display_create()
465 dev->mode_config.max_width = 8192; nouveau_display_create()
/linux-4.1.27/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.1.27/drivers/gpu/drm/ast/
H A Dast_main.c457 dev->mode_config.max_width = 1920; ast_driver_load()
460 dev->mode_config.max_width = 1600; ast_driver_load()
/linux-4.1.27/arch/arm/mach-s3c64xx/
H A Dmach-crag6410.c743 .max_width = 4,
758 .max_width = 4,
H A Dmach-mini6410.c221 .max_width = 4,
H A Dmach-smartq.c173 .max_width = 4,
/linux-4.1.27/drivers/gpu/drm/bochs/
H A Dbochs_kms.c279 bochs->dev->mode_config.max_width = 8192; bochs_kms_init()
/linux-4.1.27/drivers/gpu/drm/exynos/
H A Dexynos_drm_fb.c283 dev->mode_config.max_width = 4096; exynos_drm_mode_config_init()
/linux-4.1.27/drivers/gpu/drm/sti/
H A Dsti_drm_drv.c126 dev->mode_config.max_width = STI_MAX_FB_HEIGHT; sti_drm_mode_config_init()
/linux-4.1.27/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.1.27/drivers/gpu/drm/
H A Ddrm_fb_helper.c1638 width = dev->mode_config.max_width; drm_setup_crtcs()
1753 dev->mode_config.max_width, drm_fb_helper_initial_config()
1792 u32 max_width, max_height; drm_fb_helper_hotplug_event() local
1802 max_width = fb_helper->fb->width; drm_fb_helper_hotplug_event()
1805 drm_fb_helper_probe_connector_modes(fb_helper, max_width, max_height); drm_fb_helper_hotplug_event()
H A Ddrm_crtc.c1876 card_res->max_width = dev->mode_config.max_width; drm_mode_getresources()
2147 dev->mode_config.max_width, drm_mode_getconnector()
3329 if ((config->min_width > r->width) || (r->width > config->max_width)) { internal_framebuffer_create()
3331 r->width, config->min_width, config->max_width); internal_framebuffer_create()
/linux-4.1.27/drivers/gpu/drm/armada/
H A Darmada_drv.c153 dev->mode_config.max_width = 1920; armada_drm_load()
/linux-4.1.27/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.1.27/drivers/media/platform/davinci/
H A Dvpbe_display.c581 int max_width; vpbe_try_format() local
606 max_width = vpbe_dev->current_timings.xres; vpbe_try_format()
612 (pixfmt->width > max_width)) { vpbe_try_format()
H A Dvpfe_capture.c818 u32 min_height = 1, min_width = 32, max_width, max_height; vpfe_check_format() local
893 max_width = vpfe_dev->std_info.active_pixels; vpfe_check_format()
900 pixfmt->width = clamp((pixfmt->width), min_width, max_width); vpfe_check_format()
/linux-4.1.27/drivers/media/v4l2-core/
H A Dv4l2-dv-timings.c164 bt->width > cap->max_width || v4l2_valid_dv_timings()
H A Dv4l2-ioctl.c724 p->bt.min_width, p->bt.max_width, v4l_print_dv_timings_cap()
755 p->stepwise.max_width, p->stepwise.max_height); v4l_print_frmsizeenum()
/linux-4.1.27/drivers/staging/media/omap4iss/
H A Diss_ipipe.c294 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.c568 fse->max_width = format.width; resizer_enum_frame_size()
H A Diss_csi2.c957 fse->max_width = format.width; csi2_enum_frame_size()
/linux-4.1.27/drivers/gpu/drm/cirrus/
H A Dcirrus_mode.c578 cdev->dev->mode_config.max_width = CIRRUS_MAX_FB_WIDTH; cirrus_modeset_init()
/linux-4.1.27/drivers/gpu/drm/imx/
H A Dimx-drm-core.c266 drm->mode_config.max_width = 4096; imx_drm_driver_load()
/linux-4.1.27/drivers/gpu/drm/udl/
H A Dudl_modeset.c445 dev->mode_config.max_width = 2048; udl_modeset_init()
/linux-4.1.27/include/uapi/drm/
H A Ddrm_mode.h127 __u32 min_width, max_width; member in struct:drm_mode_card_res
/linux-4.1.27/drivers/input/mouse/
H A Delan_i2c_core.c849 unsigned int max_width = max(data->width_x, data->width_y); elan_setup_input_device() local
889 ETP_FINGER_WIDTH * max_width, 0, 0); elan_setup_input_device()
/linux-4.1.27/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.1.27/drivers/media/platform/marvell-ccic/
H A Dmcam-core.c1587 if (fse.min_width == fse.max_width && mcam_vidioc_enum_framesizes()
1596 sizes->stepwise.max_width = fse.max_width; mcam_vidioc_enum_framesizes()
/linux-4.1.27/drivers/gpu/drm/radeon/
H A Dradeon_display.c1581 rdev->ddev->mode_config.max_width = 16384; radeon_modeset_init()
1584 rdev->ddev->mode_config.max_width = 8192; radeon_modeset_init()
1587 rdev->ddev->mode_config.max_width = 4096; radeon_modeset_init()
/linux-4.1.27/include/drm/
H A Ddrm_crtc.h535 int (*fill_modes)(struct drm_connector *connector, uint32_t max_width, uint32_t max_height);
1043 * @max_width: maximum pixel width on this device
1096 int max_width, max_height; member in struct:drm_mode_config
/linux-4.1.27/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.c1036 fse->max_width = fse->min_width; ov2659_enum_frame_sizes()
H A Dov7670.c1112 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.c1404 cap->bt.max_width = 1920; adv76xx_dv_timings_cap()
/linux-4.1.27/drivers/gpu/drm/gma500/
H A Dframebuffer.c788 dev->mode_config.max_width = 4096; psb_modeset_init()
/linux-4.1.27/drivers/gpu/drm/omapdrm/
H A Domap_drv.c323 dev->mode_config.max_width = 2048;
/linux-4.1.27/drivers/gpu/drm/rcar-du/
H A Drcar_du_kms.c669 dev->mode_config.max_width = 4095; rcar_du_modeset_init()
/linux-4.1.27/drivers/media/platform/s5p-tv/
H A Dhdmi_drv.c699 cap->bt.max_width = 1920; hdmi_dv_timings_cap()
/linux-4.1.27/drivers/media/usb/hdpvr/
H A Dhdpvr-video.c737 cap->bt.max_width = 1920; vidioc_dv_timings_cap()
/linux-4.1.27/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.c1497 fse->max_width = format.width; resizer_enum_frame_size()
/linux-4.1.27/drivers/gpu/drm/mgag200/
H A Dmgag200_mode.c1627 mdev->dev->mode_config.max_width = MGAG200_MAX_FB_WIDTH; mgag200_modeset_init()
/linux-4.1.27/drivers/gpu/drm/msm/
H A Dmsm_drv.c336 dev->mode_config.max_width = 2048; msm_load()
/linux-4.1.27/drivers/gpu/drm/qxl/
H A Dqxl_display.c1104 qdev->ddev->mode_config.max_width = 8192; qxl_modeset_init()
/linux-4.1.27/drivers/gpu/drm/tegra/
H A Ddrm.c151 drm->mode_config.max_width = 4096; tegra_drm_load()
/linux-4.1.27/drivers/media/platform/am437x/
H A Dam437x-vpfe.c1664 fse.index, fse.code, fse.min_width, fse.max_width, vpfe_enum_size()
1668 fsize->discrete.width = fse.max_width; vpfe_enum_size()
/linux-4.1.27/drivers/media/platform/
H A Dvia-camera.c1140 sizes->stepwise.max_width = VGA_WIDTH; viacam_enum_framesizes()
/linux-4.1.27/drivers/media/platform/vivid/
H A Dvivid-vid-cap.c1733 fsize->stepwise.max_width = MAX_WIDTH * MAX_ZOOM; vidioc_enum_framesizes()
/linux-4.1.27/drivers/message/fusion/
H A Dmptspi.c768 " max_offset=0x%02x max_width=%d\n", hd->ioc->name, mptspi_slave_configure()
/linux-4.1.27/drivers/media/usb/em28xx/
H A Dem28xx-video.c1787 fsize->stepwise.max_width = maxw; vidioc_enum_framesizes()
/linux-4.1.27/drivers/net/wireless/ath/ath10k/
H A Dwmi.c2567 "wmi phyerr radar report chirp %d max_width %d agc_total_gain %d pulse_delta_diff %d\n", ath10k_dfs_radar_report()

Completed in 9201 milliseconds