Home
last modified time | relevance | path

Searched refs:init_mode (Results 1 – 12 of 12) sorted by relevance

/OK3568_Linux_fs/kernel/include/linux/spi/
H A Dcorgi_lcd.h9 int init_mode; member
/OK3568_Linux_fs/kernel/include/video/
H A Dw100fb.h125 unsigned int init_mode; member
/OK3568_Linux_fs/kernel/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_fb.c646 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 Dcorgi.c266 .init_mode = INIT_MODE_ROTATED,
576 .init_mode = CORGI_LCD_MODE_VGA,
H A Dspitz.c551 .init_mode = CORGI_LCD_MODE_VGA,
/OK3568_Linux_fs/yocto/meta-openembedded/meta-webserver/recipes-webadmin/webmin/files/
H A Dinit-exclude.patch18 @@ -45,19 +45,20 @@ elsif ($init_mode eq "init" && $access{'
/OK3568_Linux_fs/kernel/drivers/media/i2c/
H A Dov2680.c897 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 D0084-backend-vnc-add-VNC-support-using-Neat-VNC-library.patch1200 + 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 D0083-backend-vnc-add-VNC-support-using-Neat-VNC-library.patch1200 + 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 Dparport_pc.c3134 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 Dcorgi_lcd.c516 lcd->mode = (pdata) ? pdata->init_mode : CORGI_LCD_MODE_VGA; in corgi_lcd_probe()
/OK3568_Linux_fs/kernel/drivers/video/fbdev/
H A Dw100fb.c731 if(inf->init_mode & INIT_MODE_ROTATED) { in w100fb_probe()
740 if(inf->init_mode &= INIT_MODE_FLIPPED) in w100fb_probe()