Searched refs:init_mode (Results 1 – 12 of 12) sorted by relevance
| /OK3568_Linux_fs/kernel/include/linux/spi/ |
| H A D | corgi_lcd.h | 9 int init_mode; member
|
| /OK3568_Linux_fs/kernel/include/video/ |
| H A D | w100fb.h | 125 unsigned int init_mode; member
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/vmwgfx/ |
| H A D | vmwgfx_fb.c | 646 struct drm_display_mode *init_mode; in vmw_fb_init() local 676 &par->crtc, &init_mode); in vmw_fb_init() 680 info->var.xres = init_mode->hdisplay; in vmw_fb_init() 681 info->var.yres = init_mode->vdisplay; in vmw_fb_init()
|
| /OK3568_Linux_fs/kernel/arch/arm/mach-pxa/ |
| H A D | corgi.c | 266 .init_mode = INIT_MODE_ROTATED, 576 .init_mode = CORGI_LCD_MODE_VGA,
|
| H A D | spitz.c | 551 .init_mode = CORGI_LCD_MODE_VGA,
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-webserver/recipes-webadmin/webmin/files/ |
| H A D | init-exclude.patch | 18 @@ -45,19 +45,20 @@ elsif ($init_mode eq "init" && $access{'
|
| /OK3568_Linux_fs/kernel/drivers/media/i2c/ |
| H A D | ov2680.c | 897 const struct ov2680_mode_info *init_mode; in ov2680_mode_init() local 909 init_mode = &ov2680_mode_init_data; in ov2680_mode_init() 911 sensor->current_mode = init_mode; in ov2680_mode_init()
|
| /OK3568_Linux_fs/yocto/meta-rockchip/recipes-graphics/wayland/weston_11.0.1/ |
| H A D | 0084-backend-vnc-add-VNC-support-using-Neat-VNC-library.patch | 1200 + struct weston_mode init_mode; 1213 + init_mode.flags = WL_OUTPUT_MODE_CURRENT | WL_OUTPUT_MODE_PREFERRED; 1214 + init_mode.width = width; 1215 + init_mode.height = height; 1216 + init_mode.refresh = backend->vnc_monitor_refresh_rate; 1218 + current_mode = vnc_ensure_matching_mode(&output->base, &init_mode);
|
| /OK3568_Linux_fs/buildroot/package/weston/ |
| H A D | 0083-backend-vnc-add-VNC-support-using-Neat-VNC-library.patch | 1200 + struct weston_mode init_mode; 1213 + init_mode.flags = WL_OUTPUT_MODE_CURRENT | WL_OUTPUT_MODE_PREFERRED; 1214 + init_mode.width = width; 1215 + init_mode.height = height; 1216 + init_mode.refresh = backend->vnc_monitor_refresh_rate; 1218 + current_mode = vnc_ensure_matching_mode(&output->base, &init_mode);
|
| /OK3568_Linux_fs/kernel/drivers/parport/ |
| H A D | parport_pc.c | 3134 static char *init_mode; variable 3135 MODULE_PARM_DESC(init_mode, 3137 module_param(init_mode, charp, 0); 3146 if (init_mode) in parse_parport_params() 3147 parport_init_mode_setup(init_mode); in parse_parport_params()
|
| /OK3568_Linux_fs/kernel/drivers/video/backlight/ |
| H A D | corgi_lcd.c | 516 lcd->mode = (pdata) ? pdata->init_mode : CORGI_LCD_MODE_VGA; in corgi_lcd_probe()
|
| /OK3568_Linux_fs/kernel/drivers/video/fbdev/ |
| H A D | w100fb.c | 731 if(inf->init_mode & INIT_MODE_ROTATED) { in w100fb_probe() 740 if(inf->init_mode &= INIT_MODE_FLIPPED) in w100fb_probe()
|