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

123456

/linux-master/drivers/video/fbdev/
H A Dwm8505fb.c233 static int wm8505fb_blank(int blank, struct fb_info *info) argument
237 switch (blank) {
H A Doffb.c191 static int offb_blank(int blank, struct fb_info *info) argument
200 if (!blank)
203 par->blanked = blank;
205 if (blank)
H A Datafb.c265 * * blank display *
266 * int (*fb_blank)(int blank, struct fb_info *info);
338 * int (*blank)(int blank_mode)
339 * Blank the screen if blank_mode != 0, else unblank. If blank == NULL then
358 int (*blank)(int blank_mode); member in struct:fb_hwswitch
985 * Special case in STE mode: blank and graphic positions don't align,
1704 /* ... and blank all lines */
2014 * vertical blank interrupt is no longer in time on machines with
2296 .blank = falcon_blank,
2595 /* (un)blank/powerof
2602 atafb_blank(int blank, struct fb_info *info) argument
[all...]
H A Dpxa168fb.h372 #define CFG_INV_COMPBLANK(blank) ((blank) << 6)
H A Dleo.c305 * @blank: the blank mode we want.
308 static int leo_blank(int blank, struct fb_info *info) argument
317 switch (blank) {
326 case FB_BLANK_VSYNC_SUSPEND: /* VESA blank (vsync off) */
327 case FB_BLANK_HSYNC_SUSPEND: /* VESA blank (hsync off) */
H A Dvt8500lcdfb.c218 * blank the display in all modes.
220 static int vt8500lcd_blank(int blank, struct fb_info *info) argument
224 switch (blank) {
H A Dchipsfb.c82 static int chipsfb_blank(int blank, struct fb_info *info);
145 static int chipsfb_blank(int blank, struct fb_info *info) argument
304 // Motherboard actually supports 2MB -- there are two blank locations
H A Dpvr2fb.c244 static int pvr2fb_blank(int blank, struct fb_info *info) argument
246 do_blank = blank ? blank : -1;
H A Dimxfb.c575 static int imxfb_blank(int blank, struct fb_info *info) argument
579 pr_debug("%s: blank=%d\n", __func__, blank);
581 switch (blank) {
H A Dsa1100fb.c28 * blank the screen.
510 * Now, the fbdev driver adds an additional state, (blank), where they
514 * So here's what we should do in our fbdev blank routine:
527 * blank the display in all modes.
529 static int sa1100fb_blank(int blank, struct fb_info *info) argument
535 dev_dbg(fbi->dev, "sa1100fb_blank: blank=%d\n", blank);
537 switch (blank) {
958 * Our LCD controller task (which is called when we blank or unblank)
1000 * unlike the blank function
[all...]
H A Dcyber2000fb.c983 * blank == NULL then the caller blanks by setting the CLUT
996 static int cyber2000fb_blank(int blank, struct fb_info *info) argument
1002 switch (blank) {
1012 case FB_BLANK_NORMAL: /* soft blank */
1019 if (blank <= 1) {
1027 * Soft blank/unblank the display.
1029 if (blank) { /* soft blank */
1045 if (blank >= 2) {
/linux-master/scripts/
H A Dpatch-kernel194 tr -d [:blank:] < $TMPFILE > $TMPFILE.1
/linux-master/arch/arm/mach-ep93xx/
H A Dvision_ep9307.c108 .blank = vision_lcd_blank,
167 /* Intentionally left blank */
/linux-master/drivers/gpu/drm/amd/display/dc/hwss/dcn10/
H A Ddcn10_hwseq.h61 bool blank);
/linux-master/drivers/video/console/
H A Dvgacon.c800 static bool vgacon_blank(struct vc_data *c, enum vesa_blank_mode blank, argument
803 switch (blank) {
831 vga_vesa_blank(&vgastate, blank - 1);
832 vga_vesa_blanked = blank;
/linux-master/include/linux/
H A Dconsole.h55 * @con_blank: blank/unblank the console. The target mode is passed in @blank.
103 bool (*con_blank)(struct vc_data *vc, enum vesa_blank_mode blank,
/linux-master/drivers/gpu/drm/amd/display/dc/dcn10/
H A Ddcn10_hubp.c41 void hubp1_set_blank(struct hubp *hubp, bool blank) argument
44 uint32_t blank_en = blank ? 1 : 0;
50 if (blank) {
110 static void hubp1_set_hubp_blank_en(struct hubp *hubp, bool blank) argument
113 uint32_t blank_en = blank ? 1 : 0;
/linux-master/drivers/video/fbdev/core/
H A Dfbcon.c2186 int blank)
2188 if (blank) {
2200 static bool fbcon_blank(struct vc_data *vc, enum vesa_blank_mode blank, argument
2211 if (!blank) {
2221 if (ops->blank_state != blank) {
2222 ops->blank_state = blank;
2223 fbcon_cursor(vc, !blank);
2224 ops->cursor_flash = (!blank);
2226 if (fb_blank(info, blank))
2227 fbcon_generic_blank(vc, info, blank);
2185 fbcon_generic_blank(struct vc_data *vc, struct fb_info *info, int blank) argument
2998 fbcon_fb_blanked(struct fb_info *info, int blank) argument
[all...]
/linux-master/drivers/gpu/drm/amd/display/dc/dcn20/
H A Ddcn20_hubp.c936 void hubp2_set_blank(struct hubp *hubp, bool blank) argument
938 hubp2_set_blank_regs(hubp, blank);
940 if (blank) {
946 void hubp2_set_blank_regs(struct hubp *hubp, bool blank) argument
949 uint32_t blank_en = blank ? 1 : 0;
951 if (blank) {
/linux-master/drivers/i2c/
H A Di2c-core-base.c1230 char *blank, end; local
1235 blank = strchr(buf, ' ');
1236 if (!blank) {
1240 if (blank - buf > I2C_NAME_SIZE - 1) {
1244 memcpy(info.type, buf, blank - buf);
1247 res = sscanf(++blank, "%hi%c", &info.addr, &end);
/linux-master/include/uapi/linux/
H A Dcdrom.h889 __u8 blank : 1; member in struct:__anon693
904 __u8 blank : 1; member in struct:__anon693
/linux-master/drivers/gpu/drm/i915/display/
H A Dintel_fbdev.c104 static int intel_fbdev_blank(int blank, struct fb_info *info) argument
109 ret = drm_fb_helper_blank(blank, info);
/linux-master/fs/afs/
H A Dproc.c609 sysnames->subs[0] = sysnames->blank;
635 sysnames->subs[i] != sysnames->blank)
/linux-master/drivers/staging/fbtft/
H A Dfbtft.h46 * @blank: Blank the display (optional)
73 int (*blank)(struct fbtft_par *par, bool on); member in struct:fbtft_ops
/linux-master/drivers/staging/sm750fb/
H A Dsm750.c574 static int lynxfb_ops_blank(int blank, struct fb_info *info) argument
579 pr_debug("blank = %d.\n", blank);
582 return output->proc_setBLANK(output, blank);

Completed in 502 milliseconds

123456