Searched refs:blank (Results 1 - 25 of 127) sorted by last modified time

123456

/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/drivers/net/ethernet/renesas/
H A Dsh_eth.c2742 u8 blank[ETH_ALEN]; local
2745 memset(blank, 0, sizeof(blank));
2746 entry = sh_eth_tsu_find_entry(ndev, blank);
2756 u8 blank[ETH_ALEN]; local
2761 memset(blank, 0, sizeof(blank));
2762 ret = sh_eth_tsu_write_entry(ndev, reg_offset + entry * 8, blank);
/linux-master/include/linux/
H A Dfb.h140 /* A display blank is requested */
274 /* blank display */
275 int (*fb_blank)(int blank, struct fb_info *info);
534 extern int fb_blank(struct fb_info *info, int blank);
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/video/fbdev/
H A Duvesafb.c48 static bool blank = true; /* enable blanking by default */ variable
1106 static int uvesafb_blank(int blank, struct fb_info *info) argument
1117 if (blank == FB_BLANK_POWERDOWN) {
1124 err = (blank == FB_BLANK_UNBLANK) ? 0 : -EINVAL;
1143 switch (blank) {
1442 if (!blank)
1835 blank = false;
1969 module_param(blank, bool, 0);
1970 MODULE_PARM_DESC(blank, "Enable hardware blanking");
H A Dvga16fb.c815 /* 0 unblank, 1 blank, 2 no vsync, 3 no hsync, 4 off */
816 static int vga16fb_blank(int blank, struct fb_info *info) argument
820 switch (blank) {
830 case FB_BLANK_NORMAL: /* blank */
835 vga_vesa_blank(par, blank);
H A Dtgafb.c570 * @blank: the blank mode we want.
574 tgafb_blank(int blank, struct fb_info *info) argument
587 switch (blank) {
602 case FB_BLANK_VSYNC_SUSPEND: /* VESA blank (vsync off) */
608 case FB_BLANK_HSYNC_SUSPEND: /* VESA blank (hsync off) */
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
/linux-master/drivers/video/fbdev/core/
H A Dfbmem.c343 fb_blank(struct fb_info *info, int blank) argument
348 if (blank > FB_BLANK_POWERDOWN)
349 blank = FB_BLANK_POWERDOWN;
352 event.data = ␣
355 ret = info->fbops->fb_blank(blank, info);
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/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;
H A Dnewport_con.c479 static bool newport_blank(struct vc_data *c, enum vesa_blank_mode blank, argument
484 if (blank == VESA_NO_BLANKING) {
490 /* blank console */
H A Dsticon.c302 static bool sticon_blank(struct vc_data *c, enum vesa_blank_mode blank, argument
305 if (blank == VESA_NO_BLANKING) {
H A Dmdacon.c454 static bool mdacon_blank(struct vc_data *c, enum vesa_blank_mode blank, argument
458 if (blank)
465 if (blank)
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/drivers/staging/fbtft/
H A Dfbtft-core.c394 static int fbtft_fb_blank(int blank, struct fb_info *info) argument
399 dev_dbg(info->dev, "%s(blank=%d)\n",
400 __func__, blank);
402 if (!par->fbtftops.blank)
405 switch (blank) {
410 ret = par->fbtftops.blank(par, true);
413 ret = par->fbtftops.blank(par, false);
465 if (src->blank)
466 dst->blank = src->blank;
[all...]
H A Dfb_ssd1351.c165 static int blank(struct fbtft_par *par, bool on) function
188 .blank = blank,
/linux-master/drivers/gpu/drm/amd/display/dc/hwss/dcn20/
H A Ddcn20_hwseq.c408 /* program opp dpg blank color */
426 /* don't override the blank pattern if already enabled with the correct one. */
755 void dcn20_disable_pixel_data(struct dc *dc, struct pipe_ctx *pipe_ctx, bool blank) argument
757 dcn20_blank_pixel_data(dc, pipe_ctx, blank);
1207 bool blank)
1224 /* get opp dpg blank color */
1232 if (blank) {
1269 if (!blank)
2063 /* OTG blank before disabling all front ends */
2377 bool blank local
1204 dcn20_blank_pixel_data( struct dc *dc, struct pipe_ctx *pipe_ctx, bool blank) argument
[all...]
H A Ddcn20_hwseq.h61 bool blank);
65 bool blank);
/linux-master/lib/
H A Dassoc_array.c482 unsigned long dissimilarity, base_seg, blank; local
767 blank = ULONG_MAX << (level & ASSOC_ARRAY_KEY_CHUNK_MASK);
768 pr_devel("blank off [%zu] %d: %lx\n", keylen - 1, level, blank);
769 new_s0->index_key[keylen - 1] &= ~blank;
798 unsigned long sc_segments, dissimilarity, blank; local
868 blank = ULONG_MAX << (diff & ASSOC_ARRAY_KEY_CHUNK_MASK);
869 pr_devel("blank off [%zu] %d: %lx\n", keylen - 1, diff, blank);
870 new_s0->index_key[keylen - 1] &= ~blank;
[all...]
/linux-master/drivers/gpu/drm/i915/display/
H A Dintel_tv.c63 u16 blank, black; member in struct:video_levels
202 .blank = 225, .black = 267, .burst = 113,
212 .blank = 266, .black = 316, .burst = 133,
222 .blank = 225, .black = 225, .burst = 113,
232 .blank = 266, .black = 266, .burst = 133,
242 .blank = 237, .black = 237, .burst = 118,
252 .blank = 280, .black = 280, .burst = 139,
262 .blank = 225, .black = 267, .burst = 113,
272 .blank = 266, .black = 316, .burst = 133,
282 .blank
[all...]
/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);
/linux-master/drivers/gpu/drm/amd/display/dc/hwss/
H A Dhw_sequencer.h204 void (*disable_pixel_data)(struct dc *dc, struct pipe_ctx *pipe_ctx, bool blank);
H A Dhw_sequencer_private.h100 bool blank);
/linux-master/drivers/gpu/drm/amd/display/dc/hwss/dcn10/
H A Ddcn10_hwseq.c1016 /* program otg blank color */
2925 bool blank)
2932 /* program otg blank color */
2950 if (!blank) {
2952 stream_res->tg->funcs->set_blank(stream_res->tg, blank);
2961 stream_res->tg->funcs->set_blank(stream_res->tg, blank);
2992 bool blank = !is_pipe_tree_visible(pipe_ctx); local
3007 hws->funcs.blank_pixel_data(dc, pipe_ctx, blank);
2922 dcn10_blank_pixel_data( struct dc *dc, struct pipe_ctx *pipe_ctx, bool blank) argument

Completed in 237 milliseconds

123456