Searched refs:blank (Results 1 - 25 of 127) sorted by relevance

123456

/linux-master/drivers/video/fbdev/geode/
H A Dvideo_cs5530.c137 int blank, hsync, vsync; local
141 blank = 0; hsync = 1; vsync = 1;
144 blank = 1; hsync = 1; vsync = 1;
147 blank = 1; hsync = 1; vsync = 0;
150 blank = 1; hsync = 0; vsync = 1;
153 blank = 1; hsync = 0; vsync = 0;
166 if (!blank)
174 if (!blank)
H A Dvideo_gx.c280 /* Set up the DACS to blank normally */
298 int blank, hsync, vsync, crt; local
303 blank = 0; hsync = 1; vsync = 1; crt = 1;
306 blank = 1; hsync = 1; vsync = 1; crt = 1;
309 blank = 1; hsync = 1; vsync = 0; crt = 1;
312 blank = 1; hsync = 0; vsync = 1; crt = 1;
315 blank = 1; hsync = 0; vsync = 0; crt = 0;
323 if (!blank)
/linux-master/drivers/comedi/drivers/ni_routing/tools/
H A DMakefile20 @echo "\`make csv-blank\`"
21 @echo " Create a new blank csv file. This is useful for establishing a"
31 everything : csv-files c-files csv-blank
55 csv-blank : comedi_h.py
57 @echo New blank csv signal table in csv/blank_route_table.csv
/linux-master/include/linux/platform_data/
H A Dvideo-ep93xx.h42 void (*blank)(int blank_mode, struct fb_info *info); member in struct:ep93xxfb_mach_info
/linux-master/include/linux/
H A Dfbcon.h17 void fbcon_fb_blanked(struct fb_info *info, int blank);
37 static inline void fbcon_fb_blanked(struct fb_info *info, int blank) {} argument
/linux-master/drivers/leds/trigger/
H A Dledtrig-backlight.c35 int *blank; local
42 blank = fb_event->data;
43 new_status = *blank ? BLANK : UNBLANK;
/linux-master/drivers/staging/fbtft/
H A Dfb_ssd1305.c132 static int blank(struct fbtft_par *par, bool on) function
193 .blank = blank,
H A Dfb_sh1106.c89 static int blank(struct fbtft_par *par, bool on) function
171 .blank = blank,
H A Dfb_ssd1306.c149 static int blank(struct fbtft_par *par, bool on) function
214 .blank = blank,
H A Dfb_ssd1331.c168 static int blank(struct fbtft_par *par, bool on) function
191 .blank = blank,
H A Dfb_ssd1325.c87 static int blank(struct fbtft_par *par, bool on) function
180 .blank = blank,
H A Dfb_st7789v.c353 * blank() - blank the display
360 static int blank(struct fbtft_par *par, bool on) function
381 .blank = blank,
H A Dfb_ssd1351.c165 static int blank(struct fbtft_par *par, bool on) function
188 .blank = blank,
H A Dfb_uc1611.c136 static int blank(struct fbtft_par *par, bool on) function
324 .blank = blank,
/linux-master/drivers/staging/sm750fb/
H A Dsm750.h173 int (*proc_setBLANK)(struct lynxfb_output *output, int blank);
214 int hw_sm750_setBLANK(struct lynxfb_output *output, int blank);
215 int hw_sm750le_setBLANK(struct lynxfb_output *output, int blank);
/linux-master/drivers/video/fbdev/
H A Dfm2fb.c166 static int fm2fb_blank(int blank, struct fb_info *info);
178 static int fm2fb_blank(int blank, struct fb_info *info) argument
182 if (!blank)
H A Dg364fb.c111 static int g364fb_blank(int blank, struct fb_info *info);
140 static int g364fb_blank(int blank, struct fb_info *info) argument
142 if (blank)
H A Ddnfb.c108 static int dnfb_blank(int blank, struct fb_info *info);
141 static int dnfb_blank(int blank, struct fb_info *info) argument
143 if (blank)
/linux-master/drivers/gpu/drm/amd/display/dc/inc/hw/
H A Dhubp.h158 void (*set_blank)(struct hubp *hubp, bool blank);
159 void (*set_blank_regs)(struct hubp *hubp, bool blank);
161 void (*set_hubp_blank_en)(struct hubp *hubp, bool blank);
H A Dmem_input.h169 void (*set_blank)(struct mem_input *mi, bool blank);
170 void (*set_hubp_blank_en)(struct mem_input *mi, bool blank);
/linux-master/drivers/video/console/
H A Ddummycon.c82 static bool dummycon_blank(struct vc_data *vc, enum vesa_blank_mode blank, argument
93 static bool dummycon_blank(struct vc_data *vc, enum vesa_blank_mode blank, argument
/linux-master/include/drm/
H A Ddrm_fb_helper.h240 int drm_fb_helper_blank(int blank, struct fb_info *info);
305 static inline int drm_fb_helper_blank(int blank, struct fb_info *info) argument
/linux-master/drivers/gpu/drm/amd/display/dc/hwss/dcn20/
H A Ddcn20_hwseq.h61 bool blank);
65 bool blank);
/linux-master/arch/sh/include/asm/
H A Dsh7760fb.h195 void (*blank) (int); member in struct:sh7760fb_platdata
/linux-master/drivers/gpu/drm/sun4i/
H A Dsun4i_tv.c132 u16 blank; member in struct:video_levels
174 .black = 282, .blank = 240,
178 .black = 252, .blank = 252,
341 SUN4I_TVE_LEVEL_BLANK(tv_mode->video_levels->blank) |

Completed in 343 milliseconds

123456