Searched refs:hres (Results 1 - 11 of 11) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/via/
H A Dviamode.h45 int hres; member in struct:res_map_refresh
81 struct VideoModeTable *viafb_get_mode(int hres, int vres);
82 struct VideoModeTable *viafb_get_rb_mode(int hres, int vres);
H A Dioctl.c81 int viafb_ioctl_hotplug(int hres, int vres, int bpp) argument
H A Dioctl.h201 int viafb_ioctl_hotplug(int hres, int vres, int bpp);
H A Dhw.h913 int viafb_get_pixclock(int hres, int vres, int vmode_refresh);
914 int viafb_get_refresh(int hres, int vres, u32 float_refresh);
915 void viafb_update_device_setting(int hres, int vres, int bpp,
H A Dhw.c2027 void viafb_update_device_setting(int hres, int vres, argument
2031 viaparinfo->crt_setting_info->h_active = hres;
2037 viaparinfo->tmds_setting_info->h_active = hres;
2040 viaparinfo->lvds_setting_info->h_active = hres;
2045 viaparinfo->lvds_setting_info2->h_active = hres;
2053 viaparinfo->tmds_setting_info->h_active = hres;
2058 viaparinfo->lvds_setting_info->h_active = hres;
2065 viaparinfo->lvds_setting_info2->h_active = hres;
2493 int viafb_get_pixclock(int hres, int vres, int vmode_refresh) argument
2498 if ((hres
2507 viafb_get_refresh(int hres, int vres, u32 long_refresh) argument
[all...]
H A Dviamode.c25 /*hres, vres, vclock, vmode_refresh*/
1071 struct VideoModeTable *viafb_get_mode(int hres, int vres) argument
1076 viafb_modes[i].crtc[0].crtc.hor_addr == hres &&
1083 struct VideoModeTable *viafb_get_rb_mode(int hres, int vres) argument
1088 viafb_rb_modes[i].crtc[0].crtc.hor_addr == hres &&
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/
H A Dvalkyriefb.h89 int hres; member in struct:valkyrie_regvals
H A Dplatinumfb.c148 info->fix.line_length = vmode_attrs[pinfo->vmode-1].hres * (1<<pinfo->cmode)
225 int baseval = vmode_attrs[video_mode-1].hres * (1<<color_mode);
481 pinfo->xres = vmode_attrs[vmode-1].hres;
H A Dplatinumfb.h340 int hres; member in struct:vmode_attr
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/tcl/
H A Dtcl_compat.c51 ENTRY item, *hres; local
107 hres = hsearch(item, action);
108 if (hres == NULL)
111 Tcl_SetResult(interp, (char *)hres->data, TCL_STATIC);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dfilename.cpp1346 HRESULT hres; local
1355 hres = CoCreateInstance(CLSID_ShellLink, NULL, CLSCTX_INPROC_SERVER,
1358 if (SUCCEEDED(hres))
1361 hres = psl->QueryInterface( IID_IPersistFile, (LPVOID *) &ppf);
1362 if (SUCCEEDED(hres))
1369 hres = ppf->Load(wsz, 0);
1372 if (SUCCEEDED(hres))

Completed in 420 milliseconds