Home
last modified time | relevance | path

Searched refs:lines (Results 1 – 200 of 500) sorted by relevance

123

/linux-4.4.14/Documentation/fb/
Dviafb.modes16 # 12 chars 2 lines
18 # 2 chars 10 lines
20 # 6 chars 33 lines
22 # 80 chars 480 lines
24 # 20 chars 45 lines
41 # 8 chars 3 lines
43 # 2 chars 1 lines
45 # 15 chars 16 lines
47 # 80 chars 480 lines
49 # 25 chars 20 lines
[all …]
Dgxfb.txt12 * It provides a nice large console (128 cols + 48 lines with 1024x768)
Dlxfb.txt12 * It provides a nice large console (128 cols + 48 lines with 1024x768)
Dmatroxfb.txt11 * It provides a nice large console (128 cols + 48 lines with 1024x768)
242 yres:X - vertical resolution, in pixel lines. Default is derived from `vesa'
244 upper:X - top boundary: lines between end of VSYNC pulse and start of first
246 lower:X - bottom boundary: lines between end of picture and start of VSYNC
248 vslen:X - length of VSYNC pulse, in lines. Default is derived from `vesa'
389 to change it to TV mode. Also, you must select at least 525 lines for
390 NTSC output and 625 lines for PAL output.
/linux-4.4.14/include/asm-generic/
Dxor.h21 long lines = bytes / (sizeof (long)) / 8; in xor_8regs_2() local
34 } while (--lines > 0); in xor_8regs_2()
41 long lines = bytes / (sizeof (long)) / 8; in xor_8regs_3() local
55 } while (--lines > 0); in xor_8regs_3()
62 long lines = bytes / (sizeof (long)) / 8; in xor_8regs_4() local
77 } while (--lines > 0); in xor_8regs_4()
84 long lines = bytes / (sizeof (long)) / 8; in xor_8regs_5() local
100 } while (--lines > 0); in xor_8regs_5()
106 long lines = bytes / (sizeof (long)) / 8; in xor_32regs_2() local
136 } while (--lines > 0); in xor_32regs_2()
[all …]
/linux-4.4.14/arch/sparc/include/asm/
Dxor_32.h26 int lines = bytes / (sizeof (long)) / 8; in sparc_2() local
57 } while (--lines > 0); in sparc_2()
64 int lines = bytes / (sizeof (long)) / 8; in sparc_3() local
108 } while (--lines > 0); in sparc_3()
115 int lines = bytes / (sizeof (long)) / 8; in sparc_4() local
172 } while (--lines > 0); in sparc_4()
179 int lines = bytes / (sizeof (long)) / 8; in sparc_5() local
249 } while (--lines > 0); in sparc_5()
/linux-4.4.14/arch/x86/include/asm/
Dxor_32.h34 unsigned long lines = bytes >> 7; in xor_pII_mmx_2() local
66 : "+r" (lines), in xor_pII_mmx_2()
78 unsigned long lines = bytes >> 7; in xor_pII_mmx_3() local
115 : "+r" (lines), in xor_pII_mmx_3()
127 unsigned long lines = bytes >> 7; in xor_pII_mmx_4() local
169 : "+r" (lines), in xor_pII_mmx_4()
182 unsigned long lines = bytes >> 7; in xor_pII_mmx_5() local
237 : "+r" (lines), in xor_pII_mmx_5()
261 unsigned long lines = bytes >> 6; in xor_p5_mmx_2() local
297 : "+r" (lines), in xor_p5_mmx_2()
[all …]
Dxor.h73 unsigned long lines = bytes >> 8; in xor_sse_2() local
113 : [cnt] "+r" (lines), in xor_sse_2()
124 unsigned long lines = bytes >> 8; in xor_sse_2_pf64() local
147 : [cnt] "+r" (lines), in xor_sse_2_pf64()
159 unsigned long lines = bytes >> 8; in xor_sse_3() local
206 : [cnt] "+r" (lines), in xor_sse_3()
218 unsigned long lines = bytes >> 8; in xor_sse_3_pf64() local
243 : [cnt] "+r" (lines), in xor_sse_3_pf64()
255 unsigned long lines = bytes >> 8; in xor_sse_4() local
309 : [cnt] "+r" (lines), [p1] "+r" (p1), in xor_sse_4()
[all …]
Dxor_avx.h37 unsigned long lines = bytes >> 9; in xor_avx_2() local
41 while (lines--) { in xor_avx_2()
64 unsigned long lines = bytes >> 9; in xor_avx_3() local
68 while (lines--) { in xor_avx_3()
94 unsigned long lines = bytes >> 9; in xor_avx_4() local
98 while (lines--) { in xor_avx_4()
127 unsigned long lines = bytes >> 9; in xor_avx_5() local
131 while (lines--) { in xor_avx_5()
/linux-4.4.14/tools/vm/
Dslabinfo-gnuplot.sh63 local lines=2000000
71 lines=$((xmax-xmin))
76 wc_lines=$lines
79 if [ "$wc_lines" -lt "$lines" ]; then
80 lines=$wc_lines
83 if [ $((width / lines)) -gt $min_slab_name_size ]; then
151 local lines
157 let lines=3
159 `cat "$in" | grep -A "$lines" 'Slabs sorted by loss' |\
166 let lines=3
[all …]
/linux-4.4.14/arch/hexagon/mm/
Dcache.c30 unsigned long lines = spanlines(start, end-1); in flush_dcache_range() local
37 for (i = 0; i < lines; i++) { in flush_dcache_range()
50 unsigned long lines = spanlines(start, end-1); in flush_icache_range() local
57 for (i = 0; i < lines; i++) { in flush_icache_range()
75 unsigned long lines = spanlines(start, end-1); in hexagon_clean_dcache_range() local
82 for (i = 0; i < lines; i++) { in hexagon_clean_dcache_range()
95 unsigned long lines = spanlines(start, end-1); in hexagon_inv_dcache_range() local
102 for (i = 0; i < lines; i++) { in hexagon_inv_dcache_range()
/linux-4.4.14/scripts/
Dget_maintainer.pl1295 my @lines = ();
1299 @lines = split("\n", $output);
1301 return @lines;
1306 my @lines = ();
1309 @lines = split("\n", $output);
1311 return @lines;
1336 my @lines = ();
1341 @lines = &{$VCS_cmds{"execute_cmd"}}($cmd);
1349 $commits = grep(/$pattern/, @lines); # of commits
1351 @authors = grep(/$author_pattern/, @lines);
[all …]
Dextract-sys-certs.pl25 my @lines = <FD>;
30 foreach my $line (@lines) {
56 @lines = <FD>;
76 parse_symbols(@lines);
82 @lines = <FD>;
84 parse_symbols(@lines);
Dmarkup_oops.pl218 my @lines;
260 $lines[$counter] = $line;
288 my $line = $lines[$start];
308 my $line = $lines[$finish];
333 $reglines[$i] = process_x86_regs($lines[$i], $center - $i);
341 $line = "*$lines[$i] ";
343 $line = " $lines[$i] ";
Dcheckkconfigsymbols.py267 lines = []
269 lines = stream.readlines()
271 for line in lines:
290 lines = []
294 lines = stream.readlines()
296 for i in range(len(lines)):
297 line = lines[i]
315 line = lines[i]
Dcleanfile134 @lines = ();
147 push(@lines, @blanks);
149 push(@lines, $line);
167 print FILE @lines;
Dcheckpatch.pl621 my @lines = split('\n', $text);
623 foreach my $line (@lines) {
700 my @lines = split("\n", $output);
702 return ($id, $desc) if ($#lines < 0);
704 if ($lines[0] =~ /^error: short SHA1 $commit is ambiguous\./) {
714 …} elsif ($lines[0] =~ /^fatal: ambiguous argument '$commit': unknown revision or path not in the w…
716 $id = substr($lines[0], 0, 12);
717 $desc = substr($lines[0], 41);
726 my @lines = ();
765 @lines = ();
[all …]
Dshow_delta95 lines = open(filein,"r").readlines()
109 for line in lines:
125 for line in lines:
Dcleanpatch133 @lines = ();
152 push(@lines, $line);
231 push(@lines, $l);
248 print FILE @lines;
Dheaderdep.pl99 chomp(my @lines = <$file>);
102 for my $i (0 .. $#lines) {
103 my $line = $lines[$i];
Dkernel-doc-xml-ref62 chomp(my @lines = <$handle>);
65 @database = @lines;
/linux-4.4.14/drivers/media/pci/cx18/
Dcx18-vbi.c39 static void copy_vbi_data(struct cx18 *cx, int lines, u32 pts_stamp) in copy_vbi_data() argument
62 for (i = 0; i < lines; i++) { in copy_vbi_data()
112 u32 lines = cx->vbi.count * 2; in compress_raw_buf() local
120 for (i = 0; i < lines; i++) { in compress_raw_buf()
128 if (i == lines - 1) { in compress_raw_buf()
139 return lines * (line_size - 4); in compress_raw_buf()
204 int lines; in _cx18_process_vbi_data() local
234 lines = compress_sliced_buf(cx, p, size, sizeof(struct vbi_data_hdr)); in _cx18_process_vbi_data()
237 if (lines == 0) { in _cx18_process_vbi_data()
241 lines = 1; in _cx18_process_vbi_data()
[all …]
Dcx18-streams.c558 int lines; in cx18_vbi_setup() local
585 lines = cx->vbi.count * 2; in cx18_vbi_setup()
601 lines = cx->is_60hz ? (21 - 4 + 1) * 2 : (23 - 2 + 1) * 2; in cx18_vbi_setup()
606 data[1] = (lines / 2) | ((lines / 2) << 16); in cx18_vbi_setup()
/linux-4.4.14/arch/powerpc/lib/
Dxor_vmx.c62 unsigned long lines = bytes / (sizeof(unative_t)) / 4; in xor_altivec_2() local
75 } while (--lines > 0); in xor_altivec_2()
87 unsigned long lines = bytes / (sizeof(unative_t)) / 4; in xor_altivec_3() local
103 } while (--lines > 0); in xor_altivec_3()
117 unsigned long lines = bytes / (sizeof(unative_t)) / 4; in xor_altivec_4() local
136 } while (--lines > 0); in xor_altivec_4()
151 unsigned long lines = bytes / (sizeof(unative_t)) / 4; in xor_altivec_5() local
173 } while (--lines > 0); in xor_altivec_5()
/linux-4.4.14/sound/pci/asihpi/
Dhpidebug.c63 int lines; in hpi_debug_data() local
66 lines = (len + cols - 1) / cols; in hpi_debug_data()
67 if (lines > 8) in hpi_debug_data()
68 lines = 8; in hpi_debug_data()
70 for (i = 0, j = 0; j < lines; j++) { in hpi_debug_data()
/linux-4.4.14/arch/um/drivers/
Dline.h84 struct line *lines, int nlines);
85 extern int setup_one_line(struct line *lines, int n, char *init,
87 extern void close_lines(struct line *lines, int nlines);
89 extern int line_config(struct line *lines, unsigned int sizeof_lines,
93 extern int line_remove(struct line *lines, unsigned int sizeof_lines, int n,
95 extern int line_get_config(char *dev, struct line *lines,
Dline.c365 void close_lines(struct line *lines, int nlines) in close_lines() argument
370 close_chan(&lines[i]); in close_lines()
373 int setup_one_line(struct line *lines, int n, char *init, in setup_one_line() argument
376 struct line *line = &lines[n]; in setup_one_line()
465 int line_config(struct line *lines, unsigned int num, char *str, in line_config() argument
486 return setup_one_line(lines, n, end, opts, error_out); in line_config()
489 int line_get_config(char *name, struct line *lines, unsigned int num, char *str, in line_get_config() argument
507 line = &lines[dev]; in line_get_config()
539 int line_remove(struct line *lines, unsigned int num, int n, char **error_out) in line_remove() argument
545 return setup_one_line(lines, n, "none", NULL, error_out); in line_remove()
[all …]
/linux-4.4.14/Documentation/video4linux/cx2341x/
DREADME.vbi12 all lines can be stored while still fitting within the maximum allowed size.
15 4 + 43 * 36, which is 4 bytes for a header and 2 * 18 VBI lines with a 1 byte
17 the cx23415/6 firmware. Besides the data for the VBI lines we also need 36 bits
18 for a bitmask determining which lines are captured and 4 bytes for a magic cookie,
20 If all lines are used, then there is no longer room for the bitmask. To solve this
24 unsigned long denote which lines of the first field are captured. Bits 18-31 of
28 'ITV0': This magic number assumes all VBI lines are captured, i.e. it implicitly
32 captured VBI lines start:
40 #define IVTV_SLICED_TYPE_TELETEXT 0x1 // Teletext (uses lines 6-22 for PAL)
Dfw-encoder-api.txt94 Height in lines. Default 480
223 Bits 0:31 all set specifies "all lines"
596 of lines for field 1 and 2.
598 Field 1 number of lines:
603 Field 2 number of lines:
/linux-4.4.14/arch/arm/include/asm/
Dxor.h52 unsigned int lines = bytes / sizeof(unsigned long) / 4; in xor_arm4regs_2() local
66 } while (--lines); in xor_arm4regs_2()
73 unsigned int lines = bytes / sizeof(unsigned long) / 4; in xor_arm4regs_3() local
88 } while (--lines); in xor_arm4regs_3()
95 unsigned int lines = bytes / sizeof(unsigned long) / 2; in xor_arm4regs_4() local
107 } while (--lines); in xor_arm4regs_4()
114 unsigned int lines = bytes / sizeof(unsigned long) / 2; in xor_arm4regs_5() local
127 } while (--lines); in xor_arm4regs_5()
/linux-4.4.14/drivers/media/i2c/
Dak881x.c34 unsigned int lines; member
108 &mf->height, 0, ak881x->lines, 1, 0); in ak881x_fill_fmt()
135 a->bounds.height = ak881x->lines; in ak881x_cropcap()
152 ak881x->lines = 480; in ak881x_s_std_output()
155 ak881x->lines = 480; in ak881x_s_std_output()
158 ak881x->lines = 480; in ak881x_s_std_output()
161 ak881x->lines = 480; in ak881x_s_std_output()
164 ak881x->lines = 576; in ak881x_s_std_output()
290 ak881x->lines = 480; in ak881x_probe()
/linux-4.4.14/drivers/media/pci/tw68/
Dtw68-risc.c44 unsigned int lines, bool jump) in tw68_risc_field() argument
63 for (line = 0; line < lines; line++) { in tw68_risc_field()
143 unsigned int lines) in tw68_risc_buffer() argument
159 instructions = fields * (1 + (((bpl + padding) * lines) / in tw68_risc_buffer()
160 PAGE_SIZE) + lines) + 4; in tw68_risc_buffer()
170 bpl, padding, lines, true); in tw68_risc_buffer()
173 bpl, padding, lines, top_offset == UNSET); in tw68_risc_buffer()
/linux-4.4.14/Documentation/devicetree/bindings/input/
Dgpio-matrix-keypad.txt4 The matrix keypad supports multiple row and column lines, a key can be
6 keypad can sense a key-press and key-release by means of GPIO lines and
11 - row-gpios: List of gpios used as row lines. The gpio specifier
13 which these row lines are connected.
14 - col-gpios: List of gpios used as column lines. The gpio specifier
16 which these column lines are connected.
Dsamsung-keypad.txt4 keypad device. The keypad controller supports multiple row and column lines.
22 - samsung,keypad-num-rows: Number of row lines connected to the keypad
25 - samsung,keypad-num-columns: Number of column lines connected to the
Dmatrix-keymap.txt14 - keypad,num-rows: Number of row lines connected to the keypad controller.
15 - keypad,num-columns: Number of column lines connected to the keypad
Dbrcm,bcm-keypad.txt4 keypad device. The keypad controller supports multiple row and column lines.
23 - keypad,num-rows: Number of row lines connected to the keypad
26 - keypad,num-columns: Number of column lines connected to the
Dst-keyscan.txt22 - keypad,num-rows: Number of row lines connected to the keypad controller.
24 - keypad,num-columns: Number of column lines connected to the keypad
Dclps711x-keypad.txt5 - row-gpios: List of GPIOs used as row lines.
Domap-keypad.txt4 keypad device. The keypad controller supports multiple row and column lines.
Dtwl4030-keypad.txt4 keypad device. The keypad controller supports multiple row and column lines.
/linux-4.4.14/drivers/media/pci/cx23885/
Dcx23885-vbi.c129 unsigned lines = VBI_PAL_LINE_COUNT; in queue_setup() local
132 lines = VBI_NTSC_LINE_COUNT; in queue_setup()
134 sizes[0] = lines * VBI_LINE_LENGTH * 2; in queue_setup()
146 unsigned lines = VBI_PAL_LINE_COUNT; in buffer_prepare() local
149 lines = VBI_NTSC_LINE_COUNT; in buffer_prepare()
151 if (vb2_plane_size(vb, 0) < lines * VBI_LINE_LENGTH * 2) in buffer_prepare()
153 vb2_set_plane_payload(vb, 0, lines * VBI_LINE_LENGTH * 2); in buffer_prepare()
157 0, VBI_LINE_LENGTH * lines, in buffer_prepare()
159 lines); in buffer_prepare()
Dcx23885-core.c443 unsigned int i, lines; in cx23885_sram_channel_setup() local
461 lines = ch->fifo_size / bpl; in cx23885_sram_channel_setup()
462 if (lines > 6) in cx23885_sram_channel_setup()
463 lines = 6; in cx23885_sram_channel_setup()
464 BUG_ON(lines < 2); in cx23885_sram_channel_setup()
471 for (i = 0; i < lines; i++) { in cx23885_sram_channel_setup()
487 cx_write(ch->cmds_start + 12, (lines*16) >> 3); in cx23885_sram_channel_setup()
499 cx_write(ch->cnt2_reg, (lines*16) >> 3); in cx23885_sram_channel_setup()
506 lines); in cx23885_sram_channel_setup()
1062 unsigned int lines, unsigned int lpi, bool jump) in cx23885_risc_field() argument
[all …]
Dcx23885.h518 unsigned int bpl, unsigned int padding, unsigned int lines);
523 unsigned int bpl, unsigned int padding, unsigned int lines);
624 unsigned int lines,
/linux-4.4.14/drivers/video/console/
Dmdacon.c508 static int mdacon_scrolldelta(struct vc_data *c, int lines) in mdacon_scrolldelta() argument
533 static int mdacon_scroll(struct vc_data *c, int t, int b, int dir, int lines) in mdacon_scroll() argument
537 if (!lines) in mdacon_scroll()
540 if (lines > c->vc_rows) /* maximum realistic size */ in mdacon_scroll()
541 lines = c->vc_rows; in mdacon_scroll()
546 scr_memmovew(MDA_ADDR(0,t), MDA_ADDR(0,t+lines), in mdacon_scroll()
547 (b-t-lines)*mda_num_columns*2); in mdacon_scroll()
548 scr_memsetw(MDA_ADDR(0,b-lines), eattr, in mdacon_scroll()
549 lines*mda_num_columns*2); in mdacon_scroll()
553 scr_memmovew(MDA_ADDR(0,t+lines), MDA_ADDR(0,t), in mdacon_scroll()
[all …]
Dnewport_con.c582 static int newport_scrolldelta(struct vc_data *vc, int lines) in newport_scrolldelta() argument
589 int lines) in newport_scroll() argument
599 topscan = (topscan + (lines << 4)) & 0x3ff; in newport_scroll()
600 newport_clear_lines(vc->vc_rows - lines, in newport_scroll()
604 topscan = (topscan + (-lines << 4)) & 0x3ff; in newport_scroll()
605 newport_clear_lines(0, lines - 1, in newport_scroll()
612 count = (b - t - lines) * vc->vc_cols; in newport_scroll()
617 vc->vc_size_row * (t + lines)); in newport_scroll()
633 vc->vc_size_row * (b - lines)); in newport_scroll()
635 y = b - lines; in newport_scroll()
[all …]
Dvgacon.c84 static int vgacon_scrolldelta(struct vc_data *c, int lines);
88 int lines);
252 static int vgacon_scrolldelta(struct vc_data *c, int lines) in vgacon_scrolldelta() argument
256 if (!lines) { in vgacon_scrolldelta()
272 start = vgacon_scrollback_cur + lines; in vgacon_scrolldelta()
273 end = start + abs(lines); in vgacon_scrolldelta()
338 static int vgacon_scrolldelta(struct vc_data *c, int lines) in vgacon_scrolldelta() argument
340 if (!lines) /* Turn scrollback off */ in vgacon_scrolldelta()
355 lines * c->vc_size_row; in vgacon_scrolldelta()
1361 int lines) in vgacon_scroll() argument
[all …]
/linux-4.4.14/drivers/media/pci/ivtv/
Divtv-vbi.c186 static void copy_vbi_data(struct ivtv *itv, int lines, u32 pts_stamp) in copy_vbi_data() argument
202 for (i = 0; i < lines; i++) { in copy_vbi_data()
314 u32 lines = itv->vbi.count; in compress_raw_buf() local
321 for (i = 0; i < lines; i++) { in compress_raw_buf()
331 return lines * (line_size - 4); in compress_raw_buf()
342 unsigned lines = 0; in compress_sliced_buf() local
363 if (vbi.type && !(lines & (1 << vbi.line))) { in compress_sliced_buf()
364 lines |= 1 << vbi.line; in compress_sliced_buf()
405 int lines; in ivtv_process_vbi_data() local
410 lines = compress_sliced_buf(itv, 0, p, size / 2, in ivtv_process_vbi_data()
[all …]
Divtv-streams.c366 int lines; in ivtv_vbi_setup() local
384 lines = itv->vbi.count * 2; in ivtv_vbi_setup()
386 lines = itv->is_60hz ? 24 : 38; in ivtv_vbi_setup()
388 lines += 2; in ivtv_vbi_setup()
391 itv->vbi.enc_size = lines * (raw ? itv->vbi.raw_size : itv->vbi.sliced_size); in ivtv_vbi_setup()
418 data[5] = lines; in ivtv_vbi_setup()
431 data[5] = lines; in ivtv_vbi_setup()
433 data[6] = itv->vbi.enc_size / lines; in ivtv_vbi_setup()
Divtvfb.c195 int lines; member
228 osd->lines = data[2]; in ivtvfb_get_osd_coords()
246 osd->lines, osd->x, osd->y); in ivtvfb_set_osd_coords()
584 ivtv_osd.lines = var->yres_virtual; in ivtvfb_set_var()
606 itv->yuv_info.osd_full_h = ivtv_osd.lines; in ivtvfb_set_var()
/linux-4.4.14/arch/x86/boot/compressed/
Dmisc.c124 static int lines, cols; variable
154 memcpy(vidmem, vidmem + cols * 2, (lines - 1) * cols * 2); in scroll()
155 for (i = (lines - 1) * cols * 2; i < lines * cols * 2; i += 2) in scroll()
188 lines == 0 && cols == 0) in __putstr()
197 if (++y >= lines) { in __putstr()
205 if (++y >= lines) { in __putstr()
410 lines = real_mode->screen_info.orig_video_lines; in decompress_kernel()
/linux-4.4.14/drivers/media/pci/cx25821/
Dcx25821-video-upstream.c45 unsigned int i, lines; in cx25821_sram_channel_setup_upstream() local
58 lines = ch->fifo_size / bpl; in cx25821_sram_channel_setup_upstream()
60 if (lines > 4) in cx25821_sram_channel_setup_upstream()
61 lines = 4; in cx25821_sram_channel_setup_upstream()
63 BUG_ON(lines < 2); in cx25821_sram_channel_setup_upstream()
66 for (i = 0; i < lines; i++) { in cx25821_sram_channel_setup_upstream()
78 cx_write(ch->cmds_start + 12, (lines * 16) >> 3); in cx25821_sram_channel_setup_upstream()
89 cx_write(ch->cnt2_reg, (lines * 16) >> 3); in cx25821_sram_channel_setup_upstream()
98 unsigned int lines, int fifo_enable, in cx25821_update_riscprogram() argument
113 for (line = 0; line < lines; line++) { in cx25821_update_riscprogram()
[all …]
Dcx25821-core.c442 unsigned int i, lines; in cx25821_sram_channel_setup() local
455 lines = ch->fifo_size / bpl; in cx25821_sram_channel_setup()
457 if (lines > 4) in cx25821_sram_channel_setup()
458 lines = 4; in cx25821_sram_channel_setup()
460 BUG_ON(lines < 2); in cx25821_sram_channel_setup()
467 for (i = 0; i < lines; i++) { in cx25821_sram_channel_setup()
486 cx_write(ch->cmds_start + 12, (lines * 16) >> 3); in cx25821_sram_channel_setup()
500 cx_write(ch->cnt2_reg, (lines * 16) >> 3); in cx25821_sram_channel_setup()
510 unsigned int i, lines; in cx25821_sram_channel_setup_audio() local
523 lines = ch->fifo_size / bpl; in cx25821_sram_channel_setup_audio()
[all …]
Dcx25821-audio-upstream.c51 unsigned int i, lines; in cx25821_sram_channel_setup_upstream_audio() local
64 lines = ch->fifo_size / bpl; in cx25821_sram_channel_setup_upstream_audio()
66 if (lines > 3) in cx25821_sram_channel_setup_upstream_audio()
67 lines = 3; in cx25821_sram_channel_setup_upstream_audio()
69 BUG_ON(lines < 2); in cx25821_sram_channel_setup_upstream_audio()
72 for (i = 0; i < lines; i++) { in cx25821_sram_channel_setup_upstream_audio()
138 unsigned int bpl, unsigned int lines) in cx25821_risc_buffer_upstream_audio() argument
Dcx25821.h422 unsigned int padding, unsigned int lines);
427 unsigned int lines, unsigned int lpi);
/linux-4.4.14/arch/sh/lib64/
Dcopy_page.S70 bge/u r2, r6, tr2 ! skip prefetch for last 4 lines
71 ldx.q r2, r22, r63 ! prefetch 4 lines hence
74 bge/u r2, r7, tr3 ! skip alloco for last 2 lines
75 alloco r2, 0x40 ! alloc destination line 2 lines ahead
/linux-4.4.14/drivers/media/pci/cx88/
Dcx88-core.c79 unsigned int lines, unsigned int lpi, bool jump) in cx88_risc_field() argument
95 for (line = 0; line < lines; line++) { in cx88_risc_field()
138 unsigned int bpl, unsigned int padding, unsigned int lines) in cx88_risc_buffer() argument
153 instructions = fields * (1 + ((bpl + padding) * lines) / PAGE_SIZE + lines); in cx88_risc_buffer()
165 bpl, padding, lines, 0, true); in cx88_risc_buffer()
168 bpl, padding, lines, 0, top_offset == UNSET); in cx88_risc_buffer()
178 unsigned int lines, unsigned int lpi) in cx88_risc_databuffer() argument
187 instructions = 1 + (bpl * lines) / PAGE_SIZE + lines; in cx88_risc_databuffer()
197 rp = cx88_risc_field(rp, sglist, 0, NO_SYNC_LINE, bpl, 0, lines, lpi, !lpi); in cx88_risc_databuffer()
337 unsigned int i,lines; in cx88_sram_channel_setup() local
[all …]
Dcx88-vbi.c132 unsigned int lines; in buffer_prepare() local
136 lines = VBI_LINE_NTSC_COUNT; in buffer_prepare()
138 lines = VBI_LINE_PAL_COUNT; in buffer_prepare()
139 size = lines * VBI_LINE_LENGTH * 2; in buffer_prepare()
145 0, VBI_LINE_LENGTH * lines, in buffer_prepare()
147 lines); in buffer_prepare()
/linux-4.4.14/include/linux/
Dtty_driver.h332 extern struct tty_driver *__tty_alloc_driver(unsigned int lines,
342 #define tty_alloc_driver(lines, flags) \ argument
343 __tty_alloc_driver(lines, THIS_MODULE, flags)
349 static inline struct tty_driver *alloc_tty_driver(unsigned int lines) in alloc_tty_driver() argument
351 struct tty_driver *ret = tty_alloc_driver(lines, 0); in alloc_tty_driver()
Dvt_kern.h38 int vc_resize(struct vc_data *vc, unsigned int cols, unsigned int lines);
48 void scrollback(struct vc_data *vc, int lines);
49 void scrollfront(struct vc_data *vc, int lines);
/linux-4.4.14/drivers/video/fbdev/omap2/dss/
Drfbi.c634 static int rfbi_configure_bus(int rfbi_module, int bpp, int lines) in rfbi_configure_bus() argument
661 switch (lines) { in rfbi_configure_bus()
680 if ((bpp % lines) == 0) { in rfbi_configure_bus()
681 switch (bpp / lines) { in rfbi_configure_bus()
695 } else if ((2 * bpp % lines) == 0) { in rfbi_configure_bus()
696 if ((2 * bpp / lines) == 3) in rfbi_configure_bus()
709 cycle1 = lines; in rfbi_configure_bus()
713 cycle1 = lines; in rfbi_configure_bus()
714 cycle2 = lines; in rfbi_configure_bus()
718 cycle1 = lines; in rfbi_configure_bus()
[all …]
/linux-4.4.14/arch/um/
DKconfig.char13 lines on the UML that are usually made to show up on the host as
25 lines to a device similar to /dev/null. Data written to it disappears
32 lines to host portals. They may be accessed with 'telnet <host>
33 <port number>'. Any number of consoles and serial lines may be
42 lines to host pseudo-terminals. Access to both traditional
52 lines to host terminals. Access to both virtual consoles
61 lines to xterms. Each UML device so assigned will be brought up in
95 This is the string describing the channel to which the serial lines
/linux-4.4.14/drivers/misc/sgi-gru/
Dgrukservices.c142 char lines; member
595 .present = MQS_NOOP, .lines = 1}; in send_noop_message()
650 void *mesg, int lines) in send_message_queue_full() argument
719 void *mesg, int lines) in send_message_put_nacked() argument
725 if (lines == 2) { in send_message_put_nacked()
726 gru_vset(cb, m, 0, XTYPE_CL, lines, 1, IMA); in send_message_put_nacked()
730 gru_vstore(cb, m, gru_get_tri(mesg), XTYPE_CL, lines, 1, IMA); in send_message_put_nacked()
761 void *mesg, int lines) in send_message_failure() argument
777 ret = send_message_queue_full(cb, mqd, mesg, lines); in send_message_failure()
785 ret = send_message_put_nacked(cb, mqd, mesg, lines); in send_message_failure()
[all …]
/linux-4.4.14/Documentation/gpio/
Ddrivers-on-gpio.txt10 lines, giving you the LED sysfs interface
25 mouse cable and connect the wires to GPIO lines or solder a mouse connector
26 to the lines for a more permanent solution of this type.
52 (two wires, SDA and SCL lines) by hammering (bitbang) two GPIO lines. It will
57 of wires, atleast SCK and optionally MISO, MOSI and chip select lines) using
82 a set of simple GPIO lines: RDY, NCE, ALE, CLE, NWP. It interacts with the
87 read card detect and write protect GPIO lines, and in the TTY serial subsystem
88 to emulate MCTRL (modem control) signals CTS/RTS by using two GPIO lines. The
89 MTD NOR flash has add-ons for extra GPIO lines too, though the address bus is
/linux-4.4.14/Documentation/sound/alsa/soc/
DDAI.txt10 multiplexes its data on its SDATA_OUT (playback) and SDATA_IN (capture) lines.
23 Rx lines are used for audio transmission, whilst the bit clock (BCLK) and
25 controller or CODEC can drive (master) the BCLK and LRC clock lines. Bit clock
45 flexible protocol. It has bit clock (BCLK) and sync (SYNC) lines that are used
46 to synchronise the link whilst the Tx and Rx lines are used to transmit and
/linux-4.4.14/Documentation/devicetree/bindings/pci/
Dpci-keystone.txt21 interrupts: GIC interrupt lines connected to PCI MSI interrupt lines
41 interrupts: GIC interrupt lines connected to PCI Legacy interrupt lines
/linux-4.4.14/tools/hv/
Dlsvmbus46 lines = f.readlines()
49 lines = []
51 return lines
/linux-4.4.14/arch/x86/mm/
Ddump_pagetables.c33 unsigned long lines; member
211 st->lines = 0; in note_page()
234 st->lines < st->marker->max_lines) { in note_page()
250 st->lines++; in note_page()
259 st->lines > st->marker->max_lines) { in note_page()
261 st->lines - st->marker->max_lines; in note_page()
268 st->lines = 0; in note_page()
/linux-4.4.14/drivers/usb/misc/sisusbvga/
Dsisusb_con.c727 sisusbcon_scrolldelta(struct vc_data *c, int lines) in sisusbcon_scrolldelta() argument
746 if (!lines) /* Turn scrollback off */ in sisusbcon_scrolldelta()
764 lines * c->vc_size_row; in sisusbcon_scrolldelta()
858 int t, int b, int dir, int lines) in sisusbcon_scroll_area() argument
877 SISUSB_VADDR(0, t + lines), in sisusbcon_scroll_area()
878 (b - t - lines) * cols * 2); in sisusbcon_scroll_area()
879 sisusbcon_memsetw(SISUSB_VADDR(0, b - lines), eattr, in sisusbcon_scroll_area()
880 lines * cols * 2); in sisusbcon_scroll_area()
884 sisusbcon_memmovew(SISUSB_VADDR(0, t + lines), in sisusbcon_scroll_area()
886 (b - t - lines) * cols * 2); in sisusbcon_scroll_area()
[all …]
/linux-4.4.14/Documentation/devicetree/bindings/arm/omap/
Dcrossbar.txt3 interrupt lines from the subsystems are not needed at the same
18 - ti,irqs-reserved: List of the reserved irq lines that are not muxed using
19 crossbar. These interrupt lines are reserved in the soc,
21 lines.
Domap.txt8 address range, irq lines, dma lines, interconnect, PRCM register,
/linux-4.4.14/drivers/net/ppp/
DKconfig11 serial) lines. Ask your access provider if they support it, because
22 asynchronous lines, such as regular analog phone lines, and
23 synchronous PPP which can be used over digital ISDN lines for
24 example. If you want to use PPP over phone lines or other
25 asynchronous serial lines, you need to say Y (or M) here and also to
27 synchronous lines, you should say Y (or M) here and to "Support
103 to combine several (logical or physical) lines into one logical PPP
172 are often used for high-speed leased lines like T1/E1.
/linux-4.4.14/Documentation/devicetree/bindings/rtc/
Dxlnx-rtc.txt4 Separate IRQ lines for seconds and alarm
10 - interrupts: IRQ lines for the RTC.
Dsun6i-rtc.txt9 - interrupts : IRQ lines for the RTC alarm 0 and alarm 1, in that order.
/linux-4.4.14/Documentation/devicetree/bindings/powerpc/fsl/cpm_qe/
Dserial.txt10 Modem control lines connected to GPIO controllers are listed in the gpios
16 The gpios property is optional and can be left out when control lines are
/linux-4.4.14/Documentation/devicetree/bindings/gpio/
Dgpio_atmel.txt13 - #gpio-lines: Number of gpio if absent 32.
23 #gpio-lines = <19>;
Dgpio-grgpio.txt18 - nbits : The number of gpio lines. If not present driver assumes 32 lines.
Dbrcm,brcmstb-gpio.txt25 Number of GPIO lines for each bank. Number of elements must
31 The interrupt shared by all GPIO lines for this controller.
40 wakeup interrupt lines through a different interrupt controller than the
Dgpio-pcf857x.txt3 The PCF857x-compatible chips have "quasi-bidirectional" I/O lines that can be
39 - lines-initial-states: Bitmask that specifies the initial state of each
43 all lines will be initialized to the input state.
Dgpio-fan.txt1 Bindings for fan connected to GPIO lines
/linux-4.4.14/drivers/media/common/saa7146/
Dsaa7146_vbi.c226 int lines, llength, size; in buffer_prepare() local
228 lines = 16 * 2 ; /* 2 fields */ in buffer_prepare()
230 size = lines * llength; in buffer_prepare()
246 buf->vb.height = lines; in buffer_prepare()
275 int llength,lines; in buffer_setup() local
277 lines = 16 * 2 ; /* 2 fields */ in buffer_setup()
280 *size = lines * llength; in buffer_setup()
/linux-4.4.14/Documentation/devicetree/bindings/interrupt-controller/
Dopencores,or1k-pic.txt6 level triggered interrupt lines, "opencores,or1k-pic-edge" for variants with
7 edge triggered interrupt lines or "opencores,or1200-pic" for machines
Dbrcm,bcm7038-l1-intc.txt4 directly to one of the HW INT lines on each CPU. Every BCM7xxx set-top chip
9 - 64, 96, 128, or 160 incoming level IRQ lines
Dimg,pdc-intc.txt5 lines which can wake the system, and are passed on through output interrupt
6 lines.
Dabilis,tb10x-ictl.txt17 - interrupts: Specifies the list of interrupt lines which are handled by
Darm,versatile-fpga-irq.txt18 the interrupts are valid. Unconnected/unused lines are set to 0, and
/linux-4.4.14/Documentation/devicetree/bindings/spi/
Dspi-gpio.txt11 - cs-gpios: GPIOs to use for chipselect lines.
13 - num-chipselects: Number of chipselect lines. Should be <0> if a single device
Dspi-samsung.txt38 - num-cs: Specifies the number of chip select lines supported. If
39 not specified, the default number of chip select lines is set to 1.
Dspi-img-spfi.txt17 - cs-gpios: Must specify the GPIOs used for chipselect lines.
Dspi-rockchip.txt28 Rx data (may need to be fine tuned for high capacitance lines).
/linux-4.4.14/drivers/media/usb/hdpvr/
Dhdpvr-control.c82 int ret, lines; in get_input_lines_info() local
100 lines = dev->usbc_buf[1] << 8 | dev->usbc_buf[0]; in get_input_lines_info()
102 return lines; in get_input_lines_info()
/linux-4.4.14/arch/mn10300/boot/compressed/
Dmisc.c168 static int lines, cols; variable
177 memcpy(vidmem, vidmem + cols * 2, (lines - 1) * cols * 2); in scroll()
178 for (i = (lines - 1) * cols * 2; i < lines * cols * 2; i += 2) in scroll()
/linux-4.4.14/Documentation/devicetree/bindings/mailbox/
Domap-mailbox.txt11 interrupt lines. An output interrupt line is routed to an interrupt controller
19 sources on the appropriate interrupt lines.
21 The number of h/w fifo queues and interrupt lines dictate the usable registers.
24 and interrupt lines between different instances. The interrupt lines can also be
74 multiple interrupt lines connected to the MPU processor.
/linux-4.4.14/scripts/kconfig/
Dnconf.gui.c192 int lines = 0; in get_line() local
197 for (i = 0; text[i] != '\0' && lines < line_no; i++) in get_line()
199 lines++; in get_line()
548 int x, y, lines, columns; in show_scroll_win() local
559 getmaxyx(stdscr, lines, columns); in show_scroll_win()
574 win_lines = min(total_lines+4, lines-2); in show_scroll_win()
580 y = (lines-win_lines)/2; in show_scroll_win()
Dnconf.c368 int lines = getmaxy(stdscr); in print_function_line() local
372 mvwprintw(main_window, lines-3, offset, in print_function_line()
377 mvwprintw(main_window, lines-3, in print_function_line()
1459 int lines, columns; in setup_windows() local
1461 getmaxyx(stdscr, lines, columns); in setup_windows()
1467 main_window = newwin(lines-2, columns-2, 2, 1); in setup_windows()
1469 mwin_max_lines = lines-7; in setup_windows()
1478 int lines, columns; in main() local
1509 getmaxyx(stdscr, lines, columns); in main()
1510 if (columns < 75 || lines < 20) { in main()
/linux-4.4.14/Documentation/devicetree/bindings/display/ti/
Dti,omap2-dss.txt19 - data-lines: number of lines used
Dti,dra7-dss.txt36 - data-lines: number of lines used
Dti,omap3-dss.txt23 - data-lines: number of lines used
Dti,omap5-dss.txt25 - data-lines: number of lines used
Dti,omap4-dss.txt25 - data-lines: number of lines used
/linux-4.4.14/drivers/s390/char/
Dtty3270.c69 struct list_head lines; /* List of lines. */ member
256 list_for_each_entry_reverse(s, &tp->lines, list) { in tty3270_rebuild_update()
281 list_for_each_entry_safe(s, n, &tp->lines, list) { in tty3270_alloc_string()
315 list_add_tail(&s->list, &tp->lines); in tty3270_blank_line()
687 INIT_LIST_HEAD(&tp->lines); in tty3270_alloc_view()
767 int lines; in tty3270_alloc_screen() local
773 for (lines = 0; lines < rows - 2; lines++) { in tty3270_alloc_screen()
775 screen[lines].cells = kzalloc(size, GFP_KERNEL); in tty3270_alloc_screen()
776 if (!screen[lines].cells) in tty3270_alloc_screen()
781 while (lines--) in tty3270_alloc_screen()
[all …]
Dcon3270.c45 struct list_head lines; /* list of lines. */ member
149 list_for_each_entry_reverse(s, &cp->lines, list) { in con3270_rebuild_update()
170 list_for_each_entry_safe(s, n, &cp->lines, list) { in con3270_alloc_string()
437 list_add_tail(&cp->cline->list, &cp->lines); in con3270_cline_add()
617 INIT_LIST_HEAD(&condev->lines); in con3270_init()
/linux-4.4.14/drivers/staging/vme/devices/
DKconfig19 slave card, implementing 32 solid-state relay switched IO lines, in
20 4 groups of 8. Each bank of IO lines is built to function as input,
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/subdev/gpio/
Dbase.c154 for (i = 0; (hi | lo) && i < gpio->func->lines; i++) { in nvkm_gpio_intr()
167 u32 mask = (1 << gpio->func->lines) - 1; in nvkm_gpio_fini()
222 return nvkm_event_init(&nvkm_gpio_intr_func, 2, func->lines, in nvkm_gpio_new_()
Dpriv.h7 int lines; member
Dg94.c62 .lines = 32,
Dgk104.c62 .lines = 32,
Dgf119.c74 .lines = 32,
Dnv10.c107 .lines = 16,
Dnv50.c120 .lines = 16,
/linux-4.4.14/tools/perf/Documentation/
Dperf-probe.txt41 or lines. If a path of module file is passed, perf-probe
74 Show source code lines which can be probed. This needs an argument
169 FUNC specifies the function name of showing lines. 'RLN' is the start line
173 many lines to show by using 'NUM'. Moreover, 'FUNC@SRC' combination is good
175 So, "source.c:100-120" shows lines between 100th to l20th in source.c file. And "func:10+20" shows …
197 Display which lines in schedule() can be probed:
209 Add probes on lines in schedule() function which calls update_rq_clock().
Dperf-annotate.txt56 Print matching source lines (may be slow).
67 samples, TAB/UNTAB cycles through the lines with more samples.
Dperf-kmem.txt48 Print n lines only
/linux-4.4.14/Documentation/
Dkernel-doc-nano-HOWTO.txt64 * comment lines.
71 The short description following the subject can span multiple lines
77 empty comment lines.
92 * perhaps with more lines and words.
98 function, in order, with the @name lines.
101 in the data structure, with the @name lines.
222 All "description" text can span multiple lines, although the
224 Description text may also contain blank lines (i.e., lines that contain
257 NOTE 2: If the descriptive text you provide has lines that begin with
DSAK.txt77 lines in its rc.sysinit and rc scripts:
86 delete these lines, but this may cause system management
Demail-clients.txt26 or spaces, even at the beginning or end of lines.
129 Make the composer window wide enough so that no lines wrap. As of
131 the email if the lines wrap in the composer window. Having word wrapping
133 long lines, you must make the composer window very wide before sending
293 At the same time it wraps lines every 78 chars with CRLF style line breaks
Dcoccinelle.txt56 'context' highlights lines of interest and their context in a
250 'context' highlights lines of interest and their context
254 intent of the 'context' mode is to highlight the important lines
256 lines around. This output can be used with the diff mode of
DCodingStyle71 Get a decent editor and don't leave whitespace at the end of lines.
74 Chapter 2: Breaking long lines and strings
79 The limit on the length of lines is 80 columns and this is a strongly
151 (or almost empty) lines, without any loss of readability. Thus, as the
152 supply of new-lines on your screen is not a renewable resource (think
153 25-line terminal screens here), you have more empty lines to put
227 Do not leave trailing whitespace at the ends of lines. Some editors with
228 "smart" indentation will insert whitespace at the beginning of new lines as
232 you end up with lines containing trailing whitespace.
237 context lines.
[all …]
/linux-4.4.14/Documentation/devicetree/bindings/media/
Dvideo-interfaces.txt49 between two devices, e.g. there are logic signal inverters on the lines.
55 and data-shift properties can be used to assign physical data lines to each
79 - bus-width: number of data lines actively used, valid for the parallel busses.
81 number of data lines, data-shift can be used to specify which data lines are
82 used, e.g. "bus-width=<8>; data-shift=<2>;" means, that lines 9:2 are used.
149 bus-width = <8>; /* Used data lines */
Dpxa-camera.txt37 bus-width = <8>; /* Used data lines */
/linux-4.4.14/Documentation/usb/
Dproc_usb_info.txt85 lines of ASCII output.
281 for only the Topology lines. A command like
283 only the lines that begin with the characters in square brackets,
285 script, it can display any selected lines (for example, only T, D,
286 and P lines) and change their output format. (The "procusb"
288 selected lines [selected from TBDPSCIE] or "All" lines from
291 The Topology lines can be used to generate a graphic/pictorial
295 The Interface lines can be used to determine what driver is
298 The Configuration lines could be used to list maximum power
343 Selecting only the "T:" and "I:" lines from this (for example, by using
/linux-4.4.14/Documentation/device-mapper/
Dstatistics.txt138 If omitted, all lines are returned.
141 The number of lines to include in the output.
142 If omitted, all lines are returned.
181 If omitted, all lines are printed and then cleared.
184 The number of lines to process.
185 If omitted, all lines are printed and then cleared.
/linux-4.4.14/drivers/mtd/nand/
Dnandsim.c206 #define NS_STATUS_OK(ns) (NAND_STATUS_READY | (NAND_STATUS_WP * ((ns)->lines.wp == 0)))
364 } lines; member
1663 if (ns->lines.wp) { in do_state_action()
1703 if (ns->lines.wp) { in do_state_action()
1915 if (!ns->lines.ce) { in ns_nand_read_byte()
1919 if (ns->lines.ale || ns->lines.cle) { in ns_nand_read_byte()
1975 if (!ns->lines.ce) { in ns_nand_write_byte()
1979 if (ns->lines.ale && ns->lines.cle) { in ns_nand_write_byte()
1984 if (ns->lines.cle == 1) { in ns_nand_write_byte()
2031 } else if (ns->lines.ale == 1) { in ns_nand_write_byte()
[all …]
/linux-4.4.14/Documentation/devicetree/bindings/net/
Dcpsw.txt33 - mode-gpios : Should be added if one/multiple gpio lines are
34 required to be driven so that cpsw data lines
38 lines are connected via mux.
Dmdio-mux-gpio.txt4 lines are used to control which child bus is connected.
24 pair of GPIO lines. Child busses 2 and 3 populated with 4
Dmdio-gpio.txt6 MDC and MDIO lines connected to GPIO controllers are listed in the
/linux-4.4.14/drivers/media/pci/bt8xx/
Dbttv-risc.c756 int ypadding, cpadding, lines; in bttv_buffer_risc() local
796 lines = buf->vb.height >> 1; in bttv_buffer_risc()
801 0,buf->vb.width,ypadding,lines, in bttv_buffer_risc()
808 ypadding,buf->vb.width,ypadding,lines, in bttv_buffer_risc()
819 lines = buf->vb.height >> 1; in bttv_buffer_risc()
824 0,buf->vb.width,0,lines, in bttv_buffer_risc()
832 lines * ypadding,buf->vb.width,0,lines, in bttv_buffer_risc()
833 lines * ypadding + (uoffset >> 1), in bttv_buffer_risc()
834 lines * ypadding + (voffset >> 1), in bttv_buffer_risc()
/linux-4.4.14/Documentation/devicetree/bindings/phy/
Dqcom,usb-8x16-phy.txt54 controlled by GPIO to de/multiplex D+/D- USB lines
73 // D+/D- lines: 1 - Routed to HUB, 0 - Device connector
/linux-4.4.14/kernel/debug/kdb/
Dkdb_main.c2083 int lines = 0; in kdb_dmesg() local
2095 lines = simple_strtol(argv[1], &cp, 0); in kdb_dmesg()
2097 lines = 0; in kdb_dmesg()
2116 if (lines < 0) { in kdb_dmesg()
2120 else if (adjust - lines >= n) in kdb_dmesg()
2124 lines = abs(lines); in kdb_dmesg()
2125 } else if (lines > 0) { in kdb_dmesg()
2126 skip = n - lines - adjust; in kdb_dmesg()
2127 lines = abs(lines); in kdb_dmesg()
2133 lines += skip; in kdb_dmesg()
[all …]
/linux-4.4.14/arch/arm/boot/dts/
Dversatile-pb.dts8 /* The Versatile PB is using more SIC IRQ lines than the AB */
12 * Valid interrupt lines mask according to
Domap3-sbc-t3730.dts39 data-lines = <24>;
Domap3-sbc-t3530.dts43 data-lines = <24>;
Domap4-var-dvk-om44.dts63 data-lines = <24>;
Domap3-panel-sharp-ls037v7dw01.dtsi51 data-lines = <18>;
Domap3-devkit8000-lcd-common.dtsi35 data-lines = <24>;
Domap3-sbc-t3517.dts67 data-lines = <24>;
Datlas7-evb.dts91 data-lines = <24>;
/linux-4.4.14/arch/x86/boot/
Dvideo-vga.c159 static void vga_set_vertical_end(int lines) in vga_set_vertical_end() argument
163 int end = lines-1; in vga_set_vertical_end()
/linux-4.4.14/drivers/media/pci/saa7134/
Dsaa7134-ts.c100 unsigned int lines, llength, size; in saa7134_ts_buffer_prepare() local
105 lines = dev->ts.nr_packets; in saa7134_ts_buffer_prepare()
107 size = lines * llength; in saa7134_ts_buffer_prepare()
/linux-4.4.14/Documentation/devicetree/bindings/clock/
Dst,nomadik.txt35 lines from the HCLK clock tree and the gate for individual
36 lines from the PCLK clock tree.
/linux-4.4.14/Documentation/filesystems/nfs/
Dknfsd-stats.txt14 All the files described here are formatted as a sequence of text lines,
17 by parsing routines. All other lines contain a sequence of fields
27 all the other lines. The other lines present the following data as
/linux-4.4.14/Documentation/hwmon/
Dasb10025 sensors, four temperature sensors, VID lines and alarms. In addition to
38 The VID lines encode the core voltage value: the voltage level your
Dadm102637 16 general purpose digital I/O lines, eight (8) fan speed sensors (8-bit),
91 GPIO lines. Unfortunately, the chip may not be connected to the VID lines
Dlm8777 - VID lines (default) or IRQ lines (not handled by this driver)
Dlm7831 seven voltage sensors, VID lines, alarms, and some miscellaneous stuff.
55 The VID lines encode the core voltage value: the voltage level your processor
Dlm6372 The LM64 is effectively an LM63 with GPIO lines. The driver does not
73 support these GPIO lines at present.
Dvexpress25 providing information about power lines voltages and currents, board
/linux-4.4.14/Documentation/spi/
Dep93xx_spi5 selects are implemented with GPIO lines.
8 not work correctly (it cannot be controlled by software). Use GPIO lines
/linux-4.4.14/Documentation/devicetree/bindings/watchdog/
Dmen-a021-wdt.txt1 Bindings for MEN A21 Watchdog device connected to GPIO lines
/linux-4.4.14/drivers/video/fbdev/
Datafb.c1340 int lines; in falcon_decode_var() local
1342 for (lines = 0; in falcon_decode_var()
1343 (hfreq * 2) / (par->VFT + 1 + 4 * lines - 2 * yres) > in falcon_decode_var()
1345 lines++) in falcon_decode_var()
1347 upper_margin += lines; in falcon_decode_var()
1348 lower_margin += lines; in falcon_decode_var()
1352 int lines; in falcon_decode_var() local
1353 for (lines = 0; in falcon_decode_var()
1354 (hfreq * 2) / (par->VFT + 1 + 4 * lines) > in falcon_decode_var()
1356 lines += 2) in falcon_decode_var()
[all …]
Dps3fb.c605 unsigned int mode, ddr_line_length, xdr_line_length, lines, maxlines; in ps3fb_set_par() local
655 lines = vmode->yres * par->num_frames; in ps3fb_set_par()
657 lines++; in ps3fb_set_par()
659 for (dst = 0; lines; dst += maxlines * ddr_line_length) { in ps3fb_set_par()
660 unsigned int l = min(lines, maxlines); in ps3fb_set_par()
663 lines -= l; in ps3fb_set_par()
/linux-4.4.14/Documentation/devicetree/bindings/mmc/
Dmmc.txt17 - bus-width: Number of data lines, can be <1>, <4>, or <8>. The default
55 lines as "active low." Therefore, using the "cd-inverted" property means, that
59 CD and WP lines can be implemented on the hardware in one of two ways: as GPIOs,
63 in the latter case. We choose to use the XOR logic for GPIO CD and WP lines.
Ddavinci_mmc.txt14 - bus-width: Number of data lines, can be <1>, <4>, or <8>, default <1>
Datmel-hsmci.txt40 - bus-width: number of data lines connected to the controller
/linux-4.4.14/drivers/isdn/icn/
DKconfig7 line with two B-channels, 4B supports two ISDN lines. For running
/linux-4.4.14/Documentation/devicetree/bindings/leds/backlight/
Dtps65217-backlight.txt9 - backlight: node for specifying WLED1 and WLED2 lines in TPS65217
/linux-4.4.14/Documentation/devicetree/bindings/hwmon/
Dpwm-fan.txt1 Bindings for a fan connected to the PWM lines
/linux-4.4.14/sound/pci/
Dbt87x.c205 unsigned int lines; member
274 chip->lines = periods; in snd_bt87x_create_risc()
344 chip->current_line = (chip->current_line + 1) % chip->lines; in snd_bt87x_interrupt()
346 current_block = chip->current_line * 16 / chip->lines; in snd_bt87x_interrupt()
349 chip->current_line = (irq_block * chip->lines + 15) / 16; in snd_bt87x_interrupt()
513 chip->line_bytes | (chip->lines << 16)); in snd_bt87x_start()
/linux-4.4.14/Documentation/devicetree/bindings/powerpc/fsl/
Dl2cache.txt13 - cache-line-size : Size of L2 cache lines
/linux-4.4.14/drivers/staging/rtl8723au/
DTODO7 - checkpatch.pl fixes - most of the remaining ones are lines too long. Many
/linux-4.4.14/arch/frv/mm/
Dtlb-flush.S61 # find out how many lines there are
102 # find out how many lines there are
/linux-4.4.14/Documentation/devicetree/bindings/display/
Dmxsfb.txt14 - bus-width : number of data lines. Could be <8>, <16>, <18> or <24>.
/linux-4.4.14/Documentation/devicetree/bindings/i2c/
Di2c-arb-gpio-challenge.txt3 This uses GPIO lines and a challenge & response mechanism to arbitrate who is
22 describe these lines as:
/linux-4.4.14/drivers/gpu/drm/i915/
Dintel_fbc.c731 int lines; in intel_fbc_calculate_cfb_size() local
733 intel_fbc_get_plane_source_size(crtc, NULL, &lines); in intel_fbc_calculate_cfb_size()
735 lines = min(lines, 2048); in intel_fbc_calculate_cfb_size()
737 return lines * fb->pitches[0]; in intel_fbc_calculate_cfb_size()
/linux-4.4.14/drivers/staging/rtl8188eu/
DTODO7 - checkpatch.pl fixes - most of the remaining ones are lines too long. Many
/linux-4.4.14/drivers/media/usb/gspca/
Dpac7311.c550 __u16 lines, __u16 samples_per_line) in pac_start_frame() argument
557 tmpbuf[0] = lines >> 8; in pac_start_frame()
558 tmpbuf[1] = lines & 0xff; in pac_start_frame()
/linux-4.4.14/Documentation/devicetree/bindings/leds/
Dtca6507.txt10 - gpio-controller: allows lines to be used as output-only GPIOs.
/linux-4.4.14/Documentation/devicetree/bindings/power/
Dtwl-charger.txt16 - interrupts: two interrupt lines from the TWL SIH (secondary
/linux-4.4.14/Documentation/i2c/busses/
Di2c-via33 can actually wire the lines.
Di2c-taos-evm8 are supported, but a few lines of code need to be added for each new
/linux-4.4.14/Documentation/devicetree/bindings/input/touchscreen/
Dti-tsc-adc.txt21 analog lines and the next 4 bits represent positive/
23 represent the input lines and terminals resoectively
/linux-4.4.14/Documentation/devicetree/bindings/dma/
Ddma.txt36 DMA routers are transparent IP blocks used to route DMA request lines from
48 - dma-requests: Number of incoming request lines the router can handle.
/linux-4.4.14/drivers/staging/media/mn88473/
DTODO17 there is less lines. Those error checks are about the last thing to be added.
/linux-4.4.14/Documentation/ABI/testing/
Dsysfs-bus-mdio19 appropriate mode for its data lines to the PHY hardware.
Ddev-kmsg94 '+'. Note, that these hints about continuation lines are not
96 unrelated messages, but merging the lines in the output
/linux-4.4.14/drivers/staging/media/mn88472/
DTODO17 there is less lines. Those error checks are about the last thing to be added.
/linux-4.4.14/drivers/staging/panel/
Dlcd-panel-cgram.txt9 is incomplete, only complete lines will be redefined. Here are some
/linux-4.4.14/Documentation/isdn/
DREADME.hysdn115 Writing to the cardconfX file boots the card or transfers config lines to
121 config lines may be copied to this file.
144 keyword LOG. All other lines are output from the driver.
168 0x00000200 Only non comment config lines are shown wth channel
DREADME.concap77 When operating over dial-up-connections (e.g. telephone lines via modem,
221 devices attached to slow lines (like telephone, isdn, leased synchronous
222 lines). For such slow lines, the overhead is probably negligible.
/linux-4.4.14/Documentation/devicetree/bindings/reset/
Dsirf,rstc.txt21 Specifying reset lines connected to IP modules
Dfsl,imx-src.txt24 Specifying reset lines connected to IP modules
/linux-4.4.14/Documentation/devicetree/bindings/serial/
Dnvidia,tegra20-hsuart.txt21 only if all 8 lines of UART controller are pinmuxed.
Dfsl-mxs-auart.txt14 - fsl,uart-has-rtscts : Indicate the UART has RTS and CTS lines
/linux-4.4.14/Documentation/aoe/
Dudev.txt2 # They may be installed along the following lines. Check the section
/linux-4.4.14/drivers/isdn/hardware/eicon/
Dmaintidi.h111 diva_trace_line_state_t lines[30]; member
/linux-4.4.14/Documentation/devicetree/bindings/usb/
Dehci-st.txt17 - resets : phandle + reset specifier pairs to the powerdown and softreset lines
/linux-4.4.14/Documentation/devicetree/bindings/sound/
Domap-mcbsp.txt13 McBSP IP have more interrupt lines:
/linux-4.4.14/Documentation/devicetree/bindings/mfd/
Dmax8925.txt13 - maxim,tsc-irq: there are 2 IRQ lines for max8925, one is indicated in
/linux-4.4.14/drivers/net/slip/
DKconfig14 serial connections such as telephone lines or null modem cables;
66 analogue lines.
/linux-4.4.14/Documentation/acpi/
Dgpio-properties.txt63 to be sufficient to determine the meaning and purpose of all of the GPIO lines
67 to the GPIO lines it is going to use and provide the GPIO subsystem with a
/linux-4.4.14/Documentation/devicetree/bindings/iio/accel/
Dlis302.txt41 - st,irq-open-drain: consider IRQ lines open-drain
42 - st,irq-active-low: make IRQ lines active low
/linux-4.4.14/drivers/tty/vt/
Dvt.c302 static inline void scrolldelta(int lines) in scrolldelta() argument
307 scrollback_delta += lines; in scrolldelta()
846 unsigned int cols, unsigned int lines) in vc_do_resize() argument
863 if (cols > VC_RESIZE_MAXCOL || lines > VC_RESIZE_MAXROW) in vc_do_resize()
867 new_rows = (lines ? lines : vc->vc_rows); in vc_do_resize()
1094 void scrollback(struct vc_data *vc, int lines) in scrollback() argument
1096 if (!lines) in scrollback()
1097 lines = vc->vc_rows / 2; in scrollback()
1098 scrolldelta(-lines); in scrollback()
1101 void scrollfront(struct vc_data *vc, int lines) in scrollfront() argument
[all …]
/linux-4.4.14/Documentation/serial/
Ddriver86 This function sets the modem control lines for port described
437 Modem control lines via GPIO
440 Some helpers are provided in order to set/get modem control lines via GPIO.
448 gpio input lines in your driver, too.
465 Enables irqs and handling of changes to the ms lines.
468 Disables irqs and handling of changes to the ms lines.
/linux-4.4.14/Documentation/devicetree/bindings/mtd/
Dpxa3xx-nand.txt18 - num-cs: Number of chipselect lines to use
/linux-4.4.14/Documentation/devicetree/bindings/ata/
Dahci-st.txt16 - resets : The power-down, soft-reset and power-reset lines of SATA IP
/linux-4.4.14/Documentation/sound/oss/
DAudioExcelDSP1626 set up I/O addresses, IRQ lines and DMA channels. Some parameters are
44 A configuration file in /etc/modprobe.d/ directory will have lines like this:
/linux-4.4.14/drivers/net/ethernet/qlogic/qed/
Dqed_cxt.c316 u32 lines, line, sz_left; in qed_ilt_blk_alloc() local
322 lines = DIV_ROUND_UP(sz_left, p_blk->real_size_in_page); in qed_ilt_blk_alloc()
326 for (; lines; lines--) { in qed_ilt_blk_alloc()
/linux-4.4.14/drivers/pcmcia/
Dpcmcia_resource.c101 unsigned int lines) in alloc_io_space() argument
111 res, lines); in alloc_io_space()
113 align = base ? (lines ? 1<<lines : 0) : 1; in alloc_io_space()
/linux-4.4.14/drivers/isdn/hardware/avm/
DKconfig62 These cards handle 4/2 BRI ISDN lines (8/4 channels).
/linux-4.4.14/arch/m68k/fpsp040/
Dx_unimp.S55 | The following lines are used to ensure that the FPSR
/linux-4.4.14/Documentation/locking/
Dlockstat.txt125 which tries to get the lock) and lines 14-17 show the first 4 recorded
129 The first lock (05-18) is a read/write lock, and shows two lines above the

123