Home
last modified time | relevance | path

Searched full:blank (Results 1 – 25 of 518) sorted by relevance

12345678910>>...21

/linux-6.12.1/arch/arm/kernel/
Dasm-offsets.c45 BLANK(); in main()
67 BLANK(); in main()
90 BLANK(); in main()
93 BLANK(); in main()
103 BLANK(); in main()
107 BLANK(); in main()
111 BLANK(); in main()
113 BLANK(); in main()
115 BLANK(); in main()
117 BLANK(); in main()
[all …]
/linux-6.12.1/arch/loongarch/kernel/
Dasm-offsets.c62 BLANK(); in output_ptreg_defines()
77 BLANK(); in output_task_defines()
93 BLANK(); in output_thread_info_defines()
129 BLANK(); in output_thread_defines()
170 BLANK(); in output_thread_fpu_defines()
180 BLANK(); in output_thread_lbt_defines()
187 BLANK(); in output_mm_defines()
192 BLANK(); in output_mm_defines()
196 BLANK(); in output_mm_defines()
202 BLANK(); in output_mm_defines()
[all …]
/linux-6.12.1/arch/arm64/kernel/
Dasm-offsets.c32 BLANK(); in main()
47 BLANK(); in main()
59 BLANK(); in main()
85 BLANK(); in main()
100 BLANK(); in main()
105 BLANK(); in main()
108 BLANK(); in main()
111 BLANK(); in main()
113 BLANK(); in main()
115 BLANK(); in main()
[all …]
/linux-6.12.1/Documentation/fb/
Dviafb.modes23 # Blank Time 6.356 us 1.430 ms
48 # Blank Time 6.349 us 0.533 ms
69 # Blank Time 5.333 us 0.670 ms
90 # Blank Time 4.819 us 0.570 ms
111 # Blank Time 3.969 us 0.566 ms
132 # Blank Time 6.548 us 0.600 ms
153 # Blank Time 6.491 us 0.570 ms
174 # Blank Time 5.877 us 0.586 ms
195 # Blank Time 6.400 us 0.739 ms
217 # Blank Time 5.172 us 0.533 ms
[all …]
Dep93xx-fb.rst58 EP93XXFB_SYNC_BLANK_HIGH Blank signal is active high. By
59 default the blank signal is active low.
87 callbacks: setup, teardown and blank. The setup and teardown functions
89 respectively. The blank function is called whenever the display is
/linux-6.12.1/arch/x86/kernel/
Dasm-offsets.c36 BLANK(); in common()
42 BLANK(); in common()
48 BLANK(); in common()
59 BLANK(); in common()
64 BLANK(); in common()
70 BLANK(); in common()
85 BLANK(); in common()
95 BLANK(); in common()
117 BLANK(); in common()
Dasm-offsets_64.c20 BLANK(); in main()
25 BLANK(); in main()
45 BLANK(); in main()
54 BLANK(); in main()
57 BLANK(); in main()
61 BLANK(); in main()
Dasm-offsets_32.c22 BLANK(); in foo()
41 BLANK(); in foo()
44 BLANK(); in foo()
56 BLANK(); in foo()
/linux-6.12.1/arch/mips/kernel/
Dasm-offsets.c76 BLANK(); in output_ptreg_defines()
91 BLANK(); in output_task_defines()
109 BLANK(); in output_thread_info_defines()
137 BLANK(); in output_thread_defines()
181 BLANK(); in output_thread_fpu_defines()
190 BLANK(); in output_mm_defines()
195 BLANK(); in output_mm_defines()
199 BLANK(); in output_mm_defines()
205 BLANK(); in output_mm_defines()
206 BLANK(); in output_mm_defines()
[all …]
/linux-6.12.1/drivers/leds/trigger/
Dledtrig-backlight.c17 #define BLANK 1 macro
35 int *blank; in fb_notifier_callback() local
42 blank = fb_event->data; in fb_notifier_callback()
43 new_status = *blank ? BLANK : UNBLANK; in fb_notifier_callback()
86 if ((n->old_status == BLANK) ^ n->invert) in bl_trig_invert_store()
/linux-6.12.1/drivers/video/fbdev/
Dcontrolfb.h44 struct preg vsblank; /* vert start blank */
45 struct preg veblank; /* vert end blank (display start) */
53 struct preg hsblank; /* horiz start blank */
54 struct preg heblank; /* horiz end blank */
76 unsigned vsblank; /* vert start blank */
77 unsigned veblank; /* vert end blank (display start) */
86 unsigned hsblank; /* horiz start blank */
87 unsigned heblank; /* horiz end blank */
Dp9100.c172 * @blank: the blank mode we want.
176 p9100_blank(int blank, struct fb_info *info) in p9100_blank() argument
185 switch (blank) { in p9100_blank()
194 case FB_BLANK_VSYNC_SUSPEND: /* VESA blank (vsync off) */ in p9100_blank()
195 case FB_BLANK_HSYNC_SUSPEND: /* VESA blank (hsync off) */ in p9100_blank()
Dbw2.c113 * @blank: the blank mode we want.
117 bw2_blank(int blank, struct fb_info *info) in bw2_blank() argument
126 switch (blank) { in bw2_blank()
135 case FB_BLANK_VSYNC_SUSPEND: /* VESA blank (vsync off) */ in bw2_blank()
136 case FB_BLANK_HSYNC_SUSPEND: /* VESA blank (hsync off) */ in bw2_blank()
/linux-6.12.1/drivers/video/fbdev/geode/
Dvideo_cs5530.c137 int blank, hsync, vsync; in cs5530_blank_display() local
141 blank = 0; hsync = 1; vsync = 1; in cs5530_blank_display()
144 blank = 1; hsync = 1; vsync = 1; in cs5530_blank_display()
147 blank = 1; hsync = 1; vsync = 0; in cs5530_blank_display()
150 blank = 1; hsync = 0; vsync = 1; in cs5530_blank_display()
153 blank = 1; hsync = 0; vsync = 0; in cs5530_blank_display()
166 if (!blank) in cs5530_blank_display()
174 if (!blank) in cs5530_blank_display()
Dvideo_gx.c280 /* Set up the DACS to blank normally */ in gx_configure_display()
298 int blank, hsync, vsync, crt; in gx_blank_display() local
303 blank = 0; hsync = 1; vsync = 1; crt = 1; in gx_blank_display()
306 blank = 1; hsync = 1; vsync = 1; crt = 1; in gx_blank_display()
309 blank = 1; hsync = 1; vsync = 0; crt = 1; in gx_blank_display()
312 blank = 1; hsync = 0; vsync = 1; crt = 1; in gx_blank_display()
315 blank = 1; hsync = 0; vsync = 0; crt = 0; in gx_blank_display()
323 if (!blank) in gx_blank_display()
/linux-6.12.1/arch/nios2/kernel/
Dasm-offsets.c18 BLANK(); in main()
23 BLANK(); in main()
51 BLANK(); in main()
66 BLANK(); in main()
71 BLANK(); in main()
/linux-6.12.1/arch/sparc/kernel/
Dasm-offsets.c32 BLANK(); in sparc64_foo()
50 BLANK(); in foo()
52 BLANK(); in foo()
54 BLANK(); in foo()
/linux-6.12.1/arch/microblaze/kernel/
Dasm-offsets.c63 BLANK(); in main()
69 BLANK(); in main()
81 BLANK(); in main()
84 BLANK(); in main()
91 BLANK(); in main()
121 BLANK(); in main()
128 BLANK(); in main()
/linux-6.12.1/drivers/comedi/drivers/ni_routing/tools/
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-6.12.1/arch/s390/kernel/
Dasm-offsets.c25 BLANK(); in main()
28 BLANK(); in main()
32 BLANK(); in main()
57 BLANK(); in main()
69 BLANK(); in main()
74 BLANK(); in main()
162 BLANK(); in main()
/linux-6.12.1/arch/arc/kernel/
Dasm-offsets.c21 BLANK(); in main()
27 BLANK(); in main()
34 BLANK(); in main()
46 BLANK(); in main()
/linux-6.12.1/arch/hexagon/kernel/
Dasm-offsets.c29 BLANK(); in main()
61 BLANK(); in main()
68 BLANK(); in main()
81 BLANK(); in main()
/linux-6.12.1/arch/parisc/kernel/
Dasm-offsets.c48 BLANK(); in main()
134 BLANK(); in main()
221 BLANK(); in main()
224 BLANK(); in main()
234 BLANK(); in main()
257 BLANK(); in main()
260 BLANK(); in main()
273 BLANK(); in main()
283 BLANK(); in main()
285 BLANK(); in main()
/linux-6.12.1/tools/perf/trace/beauty/
Darch_errno_names.sh49 |grep -hE '^#define[[:blank:]]+(E[^[:blank:]]+)[[:blank:]]+([[:digit:]]+).*' \
/linux-6.12.1/include/linux/
Dbacklight.h240 * is expected to be blank. BL_CORE_SUSPENDED is set when the
252 #define BL_CORE_FBBLANK (1 << 1) /* backlight is under an fb blank event */
375 * backlight_is_blank - Return true if display is expected to be blank
378 * Display is expected to be blank if any of these is true::
381 * 2) if state indicate BLANK or SUSPENDED
383 * Returns true if display is expected to be blank, false otherwise.

12345678910>>...21