/linux-4.4.14/drivers/video/fbdev/via/ |
H A D | viamode.h | 58 const struct fb_videomode *viafb_get_best_mode(int hres, int vres, 60 const struct fb_videomode *viafb_get_best_rb_mode(int hres, int vres,
|
H A D | viamode.c | 355 int hres, int vres, int refresh) get_best_mode() 361 if (modes[i].xres != hres || modes[i].yres != vres) get_best_mode() 372 const struct fb_videomode *viafb_get_best_mode(int hres, int vres, int refresh) viafb_get_best_mode() argument 375 hres, vres, refresh); viafb_get_best_mode() 378 const struct fb_videomode *viafb_get_best_rb_mode(int hres, int vres, viafb_get_best_rb_mode() argument 382 hres, vres, refresh); viafb_get_best_rb_mode() 353 get_best_mode( const struct fb_videomode *modes, int n, int hres, int vres, int refresh) get_best_mode() argument
|
H A D | ioctl.c | 81 int viafb_ioctl_hotplug(int hres, int vres, int bpp) viafb_ioctl_hotplug() argument
|
H A D | ioctl.h | 201 int viafb_ioctl_hotplug(int hres, int vres, int bpp);
|
H A D | hw.c | 1528 void viafb_update_device_setting(int hres, int vres, int bpp, int flag) viafb_update_device_setting() argument 1531 viaparinfo->tmds_setting_info->h_active = hres; viafb_update_device_setting() 1536 viaparinfo->tmds_setting_info->h_active = hres; viafb_update_device_setting() 2013 int viafb_get_refresh(int hres, int vres, u32 long_refresh) viafb_get_refresh() argument 2017 best = viafb_get_best_mode(hres, vres, long_refresh); viafb_get_refresh() 2022 if (hres == 1200 && vres == 900) viafb_get_refresh()
|
H A D | hw.h | 668 int viafb_get_refresh(int hres, int vres, u32 float_refresh); 669 void viafb_update_device_setting(int hres, int vres, int bpp, int flag);
|
H A D | lcd.c | 450 static void via_pitch_alignment_patch_lcd(int iga_path, int hres, int bpp) via_pitch_alignment_patch_lcd() argument 456 dwPitch = hres * (bpp >> 3); via_pitch_alignment_patch_lcd()
|
/linux-4.4.14/kernel/time/ |
H A D | tick-oneshot.c | 62 * tick_setup_oneshot - setup the event device for oneshot mode (hres or nohz)
|
H A D | timekeeping.c | 1127 * timekeeping_valid_for_hres - Check if timekeeping is suitable for hres
|
/linux-4.4.14/drivers/video/fbdev/ |
H A D | controlfb.h | 88 /* Except, apparently, for hres > 1024 (or == 1280?) */
|
H A D | valkyriefb.h | 89 int hres; member in struct:valkyrie_regvals
|
H A D | platinumfb.c | 148 info->fix.line_length = vmode_attrs[pinfo->vmode-1].hres * (1<<pinfo->cmode) platinumfb_set_par() 225 int baseval = vmode_attrs[video_mode-1].hres * (1<<color_mode); platinum_vram_reqd() 482 pinfo->xres = vmode_attrs[vmode-1].hres; platinum_var_to_par()
|
H A D | platinumfb.h | 340 int hres; member in struct:vmode_attr
|
/linux-4.4.14/drivers/media/usb/em28xx/ |
H A D | em28xx-camera.c | 77 { 0x04, 0x05, 0x00, }, /* hres = 1280 */ em28xx_initialize_mt9m001()
|
/linux-4.4.14/drivers/media/usb/gspca/ |
H A D | sn9c20x.c | 871 {0x04, 0x0500}, /* hres = 1280 */
|