Searched refs:blank (Results 76 - 100 of 136) sorted by relevance

123456

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/matrox/
H A Dmatroxfb_crtc2.c551 static int matroxfb_dh_blank(int blank, struct fb_info* info) { argument
553 switch (blank) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/mbx/
H A Dmbxfb.c313 static int mbxfb_blank(int blank, struct fb_info *info) argument
315 switch (blank) {
843 * unlike the blank functions above, so we may sleep.
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/
H A Dpxa168fb.c517 static int pxa168fb_blank(int blank, struct fb_info *info) argument
521 fbi->is_blanked = (blank == FB_BLANK_UNBLANK) ? 0 : 1;
H A Dimsttfb.c928 imsttfb_blank(int blank, struct fb_info *info) argument
934 if (blank > 0) {
935 switch (blank) {
H A Dfbsysfs.c494 __ATTR(blank, S_IRUGO|S_IWUSR, show_blank, store_blank),
H A Dplatinumfb.c154 static int platinumfb_blank(int blank, struct fb_info *fb) argument
157 * Blank the screen if blank_mode != 0, else unblank. If blank == NULL
172 if (blank)
174 if (blank & VESA_VSYNC_SUSPEND)
176 if (blank & VESA_HSYNC_SUSPEND)
H A Dgbefb.c400 static int gbefb_blank(int blank, struct fb_info *info) argument
402 /* 0 unblank, 1 blank, 2 no vsync, 3 no hsync, 4 off */
403 switch (blank) {
409 case FB_BLANK_NORMAL: /* blank */
629 temp += timing->htotal; /* allow blank to wrap around */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dcdrom.h866 __u8 blank : 1; member in struct:__anon17257
881 __u8 blank : 1; member in struct:__anon17257
H A Dfb.h315 #define FB_VBLANK_VBLANKING 0x001 /* currently in a vertical blank */
316 #define FB_VBLANK_HBLANKING 0x002 /* currently in a horizontal blank */
535 /* A hardware display blank change occured */
542 /* A software display blank change occured */
649 /* blank display */
650 int (*fb_blank)(int blank, struct fb_info *info);
975 extern int fb_blank(struct fb_info *info, int blank);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/aty/
H A Daty128fb.c438 static int aty128fb_blank(int blank, struct fb_info *fb);
2156 static int aty128fb_blank(int blank, struct fb_info *fb) argument
2164 switch (blank) {
2185 aty128_set_crt_enable(par, par->crt_on && !blank);
2186 aty128_set_lcd_enable(par, par->lcd_on && !blank);
H A Datyfb_base.c237 static int atyfb_blank(int blank, struct fb_info *info);
2782 static int atyfb_blank(int blank, struct fb_info *info) argument
2791 if (par->lcd_table && blank > FB_BLANK_NORMAL &&
2801 switch (blank) {
2820 if (par->lcd_table && blank <= FB_BLANK_NORMAL &&
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/block/
H A Dpktcdvd.c1707 /* if this track is blank, try the previous. */
1708 if (ti.blank) {
1827 if (ti->rt == 0 && ti->blank == 0)
1830 if (ti->rt == 0 && ti->blank == 1)
1833 if (ti->rt == 1 && ti->blank == 0)
1836 printk(DRIVER_NAME": bad state %d-%d-%d\n", ti->rt, ti->blank, ti->packet);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/intelfb/
H A Dintelfbdrv.c62 static int intelfb_blank(int blank, struct fb_info *info);
1375 static int intelfb_blank(int blank, struct fb_info *info) argument
1377 intelfbhw_do_blank(blank, info);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/nvidia/
H A Dnvidia.c935 static int nvidiafb_blank(int blank, struct fb_info *info) argument
945 if (blank)
948 switch (blank) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/msm/
H A Dmsm_fb.c733 .fb_blank = msm_fb_blank, /* blank display */
1357 int blank = 0; local
1390 blank = 1;
1393 if (blank) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dmediactrl.tex221 \docparam{szBackend}{Name of backend you want to use, leave blank to make
251 \docparam{szBackend}{Name of backend you want to use, leave blank to make
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/riva/
H A Dfbdev.c103 static int rivafb_blank(int blank, struct fb_info *info);
1263 static int rivafb_blank(int blank, struct fb_info *info) argument
1273 if (blank)
1276 switch (blank) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_fb.c184 static int vmw_fb_blank(int blank, struct fb_info *info) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/apps/
H A Ds_server.c1580 int i,j,k,blank,dot; local
1649 blank=0;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/gpu/drm/
H A Ddrm_fb_helper.c476 int drm_fb_helper_blank(int blank, struct fb_info *info) argument
478 switch (blank) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/gpu/drm/nouveau/
H A Dnouveau_hw.c108 NVBlankScreen(struct drm_device *dev, int head, bool blank) argument
118 if (blank)
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/shell/
H A Dmsh.c259 #define DOBLANK 2 /* perform blank interpretation */
561 static char *blank(int f);
3661 * blank interpretation
3756 while ((xp = blank(f)) && gflg == 0) {
3798 static char *blank(int f) function
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/lib/
H A DMakefile.vc10501 !MESSAGE <target> can be left blank in which case all is assumed
H A DMakefile.vc6501 !MESSAGE <target> can be left blank in which case all is assumed
H A DMakefile.vc8501 !MESSAGE <target> can be left blank in which case all is assumed

Completed in 499 milliseconds

123456