Searched refs:blank (Results 51 - 75 of 136) sorted by relevance

123456

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/
H A Datafb.c92 static int atafb_blank(int blank, struct fb_info *info);
298 * * blank display *
299 * int (*fb_blank)(int blank, struct fb_info *info);
374 * int (*blank)(int blank_mode)
375 * Blank the screen if blank_mode != 0, else unblank. If blank == NULL then
394 int (*blank)(int blank_mode); member in struct:fb_hwswitch
1021 * Special case in STE mode: blank and graphic positions don't align,
1728 /* ... and blank all lines */
2038 * vertical blank interrupt is no longer in time on machines with
2316 .blank
2672 atafb_blank(int blank, struct fb_info *info) argument
[all...]
H A Dchipsfb.c81 static int chipsfb_blank(int blank, struct fb_info *info);
146 static int chipsfb_blank(int blank, struct fb_info *info) argument
304 // Motherboard actually supports 2MB -- there are two blank locations
H A Dleo.c310 * @blank_mode: the blank mode we want.
313 static int leo_blank(int blank, struct fb_info *info) argument
322 switch (blank) {
331 case FB_BLANK_VSYNC_SUSPEND: /* VESA blank (vsync off) */
332 case FB_BLANK_HSYNC_SUSPEND: /* VESA blank (hsync off) */
H A Dpxa168fb.h371 #define CFG_INV_COMPBLANK(blank) ((blank) << 6)
H A Dimxfb.c564 static int imxfb_blank(int blank, struct fb_info *info) argument
568 pr_debug("imxfb_blank: blank=%d\n", blank);
570 switch (blank) {
669 * unlike the blank functions above, so we may sleep.
H A Dsa1100fb.c28 * blank the screen.
730 * Now, the fbdev driver adds an additional state, (blank), where they
734 * So here's what we should do in our fbdev blank routine:
747 * blank the display in all modes.
749 static int sa1100fb_blank(int blank, struct fb_info *info) argument
754 DPRINTK("sa1100fb_blank: blank=%d\n", blank);
756 switch (blank) {
1160 * Our LCD controller task (which is called when we blank or unblank)
1239 * unlike the blank function
[all...]
H A Dcyber2000fb.c978 * blank == NULL then the caller blanks by setting the CLUT
991 static int cyber2000fb_blank(int blank, struct fb_info *info) argument
997 switch (blank) {
1007 case FB_BLANK_NORMAL: /* soft blank */
1014 if (blank <= 1) {
1022 * Soft blank/unblank the display.
1024 if (blank) { /* soft blank */
1040 if (blank >= 2) {
H A Dfbmem.c1008 fb_blank(struct fb_info *info, int blank) argument
1012 if (blank > FB_BLANK_POWERDOWN)
1013 blank = FB_BLANK_POWERDOWN;
1016 ret = info->fbops->fb_blank(blank, info);
1022 event.data = &blank;
H A Dps3fb.c730 static int ps3fb_blank(int blank, struct fb_info *info) argument
734 dev_dbg(info->device, "%s: blank:%d\n", __func__, blank);
735 switch (blank) {
H A Dvga16fb.c800 /* 0 unblank, 1 blank, 2 no vsync, 3 no hsync, 4 off */
801 static int vga16fb_blank(int blank, struct fb_info *info) argument
805 switch (blank) {
815 case FB_BLANK_NORMAL: /* blank */
820 vga_vesa_blank(par, blank);
H A Dfsl-diu-fb.c206 int blank; member in struct:mfb_info
964 mfbi->blank = blank_mode;
1271 mfbi->blank = FB_BLANK_NORMAL;
1273 mfbi->blank = FB_BLANK_UNBLANK;
1382 * unlike the blank functions above, so we may sleep.
H A Dcg6.c513 * @blank_mode: the blank mode we want.
516 static int cg6_blank(int blank, struct fb_info *info) argument
526 switch (blank) {
533 case FB_BLANK_VSYNC_SUSPEND: /* VESA blank (vsync off) */
534 case FB_BLANK_HSYNC_SUSPEND: /* VESA blank (hsync off) */
H A Dffb.c669 * @blank_mode: the blank mode we want.
672 static int ffb_blank(int blank, struct fb_info *info) argument
686 switch (blank) {
693 case FB_BLANK_VSYNC_SUSPEND: /* VESA blank (vsync off) */
694 case FB_BLANK_HSYNC_SUSPEND: /* VESA blank (hsync off) */
H A Dgxt4500.c552 static int gxt4500_blank(int blank, struct fb_info *info) argument
561 switch (blank) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/intelfb/
H A Dintelfbhw.c415 void intelfbhw_do_blank(int blank, struct fb_info *info) argument
421 DBG_MSG("intelfbhw_do_blank: blank is %d\n", blank);
426 if (blank)
440 if (blank)
446 dinfo->cursor_blanked = blank;
450 switch (blank) {
1267 const struct intelfb_hwstate *hw, int blank)
1460 if (!blank) {
1266 intelfbhw_program_mode(struct intelfb_info *dinfo, const struct intelfb_hwstate *hw, int blank) argument
H A Dintelfbhw.h570 extern void intelfbhw_do_blank(int blank, struct fb_info *info);
582 const struct intelfb_hwstate *hw, int blank);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/misc/sisusbvga/
H A Dsisusb_con.c629 sisusbcon_blank(struct vc_data *c, int blank, int mode_switch) argument
642 sisusb->is_gfx = blank ? 1 : 0;
649 switch (blank) {
666 switch (blank) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/aty/
H A Dradeon_base.c927 int radeon_screen_blank(struct radeonfb_info *rinfo, int blank, int mode_switch) argument
941 switch (blank) {
968 if (mode_switch || blank == FB_BLANK_NORMAL)
1004 if (mode_switch || blank == FB_BLANK_NORMAL)
1038 static int radeonfb_blank (int blank, struct fb_info *info) argument
1045 return radeon_screen_blank(rinfo, blank, 0);
H A Dradeonfb.h622 extern int radeon_screen_blank(struct radeonfb_info *rinfo, int blank, int mode_switch);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/platform/x86/
H A Dasus-laptop.c573 static void lcd_blank(struct asus_laptop *asus, int blank) argument
577 asus->lcd_state = (blank == FB_BLANK_UNBLANK);
580 bd->props.power = blank;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/
H A Dapm_32.c876 * apm_console_blank - blank the display
877 * @blank: on/off
879 * Attempt to blank the console, firstly by blanking just video device
885 static int apm_console_blank(int blank) argument
892 state = blank ? APM_STATE_STANDBY : APM_STATE_READY;
914 return apm_console_blank(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.h40 void NVBlankScreen(struct drm_device *, int head, bool blank);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/scripts/
H A Dcheckpatch.pl591 # Strip the diff line prefixes and rip blank lines at start and end.
1282 # blank context lines so we need to count that too.
1374 my $blank = copy_spacing($rawline);
1375 my $ptr = substr($blank, 0, length($utf8_prefix)) . "^";
1632 # 1) any blank line termination
1666 # 1) blank lines, they should be at 0,
1957 my $blank = copy_spacing($opline);
1996 my $ptr = substr($blank, 0, $off) . "^";
/netgear-R7000-V1.0.7.12_1.2.5/src/router/netconf/
H A Dnetconf_linux.c917 struct ipt_ip blank; local
922 memset(&blank, 0, sizeof(struct ipt_ip));
926 !memcmp(&entry->ip, &blank, sizeof(struct ipt_ip)))
950 !memcmp(&rule->ip, &blank, sizeof(struct ipt_ip))))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/console/
H A Dnewport_con.c484 static int newport_blank(struct vc_data *c, int blank, int mode_switch) argument
488 if (blank == 0) {
494 /* blank console */

Completed in 256 milliseconds

123456