Searched refs:maxY (Results 1 – 5 of 5) sorted by relevance
/drivers/staging/cptm1217/ |
D | clearpad_tm1217.c | 98 u16 maxY; member 359 ts->dinfo.maxY = (req[1] & 0xF) << 8; in cp_tm1217_init_data() 363 ts->dinfo.maxY = ts->dinfo.maxY | req[1]; in cp_tm1217_init_data() 479 input_set_abs_params(input_dev, ABS_Y, 0, ts->dinfo.maxY, 0, 0); in cp_tm1217_probe()
|
/drivers/gpu/drm/ |
D | drm_modes.c | 905 int maxX, int maxY, int maxPitch) in drm_mode_validate_size() argument 916 if (maxY > 0 && mode->vdisplay > maxY) in drm_mode_validate_size()
|
D | drm_crtc_helper.c | 116 uint32_t maxX, uint32_t maxY) in drm_helper_probe_single_connector_modes() argument 170 if (maxX && maxY) in drm_helper_probe_single_connector_modes() 172 maxY, 0); in drm_helper_probe_single_connector_modes()
|
D | drm_fb_helper.c | 1091 uint32_t maxY) in drm_fb_helper_probe_connector_modes() argument 1099 count += connector->funcs->fill_modes(connector, maxX, maxY); in drm_fb_helper_probe_connector_modes()
|
/drivers/media/platform/omap3isp/ |
D | isppreview.c | 449 yc->maxY << ISPPRV_SETUP_YC_MAXY_SHIFT | in preview_config_yc_range() 1355 params->yclimit.maxY = ISPPRV_YC_MAX; in preview_init_params()
|