/linux-4.1.27/Documentation/fb/ |
D | viafb.modes | 16 # 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 …]
|
D | gxfb.txt | 12 * It provides a nice large console (128 cols + 48 lines with 1024x768)
|
D | lxfb.txt | 12 * It provides a nice large console (128 cols + 48 lines with 1024x768)
|
D | matroxfb.txt | 11 * 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.1.27/include/asm-generic/ |
D | xor.h | 21 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.1.27/arch/sparc/include/asm/ |
D | xor_32.h | 26 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.1.27/arch/x86/include/asm/ |
D | xor_32.h | 34 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 …]
|
D | xor.h | 73 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 …]
|
D | xor_avx.h | 37 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.1.27/arch/hexagon/mm/ |
D | cache.c | 30 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.1.27/drivers/media/pci/cx18/ |
D | cx18-vbi.c | 39 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 …]
|
D | cx18-streams.c | 558 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.1.27/scripts/ |
D | get_maintainer.pl | 1258 my @lines = (); 1262 @lines = split("\n", $output); 1264 return @lines; 1269 my @lines = (); 1272 @lines = split("\n", $output); 1274 return @lines; 1299 my @lines = (); 1304 @lines = &{$VCS_cmds{"execute_cmd"}}($cmd); 1312 $commits = grep(/$pattern/, @lines); # of commits 1314 @authors = grep(/$author_pattern/, @lines); [all …]
|
D | checkkconfigsymbols.py | 210 lines = [] 212 lines = stream.readlines() 214 for line in lines: 233 lines = [] 237 lines = stream.readlines() 239 for i in range(len(lines)): 240 line = lines[i] 258 line = lines[i]
|
D | markup_oops.pl | 218 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] ";
|
D | cleanfile | 134 @lines = (); 147 push(@lines, @blanks); 149 push(@lines, $line); 167 print FILE @lines;
|
D | show_delta | 95 lines = open(filein,"r").readlines() 109 for line in lines: 125 for line in lines:
|
D | checkpatch.pl | 607 my @lines = split('\n', $text); 609 foreach my $line (@lines) { 686 my @lines = split("\n", $output); 688 return ($id, $desc) if ($#lines < 0); 690 if ($lines[0] =~ /^error: short SHA1 $commit is ambiguous\./) { 700 …} elsif ($lines[0] =~ /^fatal: ambiguous argument '$commit': unknown revision or path not in the w… 702 $id = substr($lines[0], 0, 12); 703 $desc = substr($lines[0], 41); 712 my @lines = (); 744 @lines = (); [all …]
|
D | cleanpatch | 133 @lines = (); 152 push(@lines, $line); 231 push(@lines, $l); 248 print FILE @lines;
|
D | headerdep.pl | 99 chomp(my @lines = <$file>); 102 for my $i (0 .. $#lines) { 103 my $line = $lines[$i];
|
/linux-4.1.27/arch/powerpc/lib/ |
D | xor_vmx.c | 62 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.1.27/sound/pci/asihpi/ |
D | hpidebug.c | 63 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.1.27/arch/um/drivers/ |
D | line.h | 84 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,
|
D | line.c | 365 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.1.27/Documentation/video4linux/cx2341x/ |
D | README.vbi | 12 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)
|
D | fw-encoder-api.txt | 94 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.1.27/arch/arm/include/asm/ |
D | xor.h | 52 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.1.27/drivers/media/pci/cx23885/ |
D | cx23885-vbi.c | 129 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() 145 unsigned lines = VBI_PAL_LINE_COUNT; in buffer_prepare() local 148 lines = VBI_NTSC_LINE_COUNT; in buffer_prepare() 150 if (vb2_plane_size(vb, 0) < lines * VBI_LINE_LENGTH * 2) in buffer_prepare() 152 vb2_set_plane_payload(vb, 0, lines * VBI_LINE_LENGTH * 2); in buffer_prepare() 156 0, VBI_LINE_LENGTH * lines, in buffer_prepare() 158 lines); in buffer_prepare()
|
D | cx23885-core.c | 442 unsigned int i, lines; in cx23885_sram_channel_setup() local 460 lines = ch->fifo_size / bpl; in cx23885_sram_channel_setup() 461 if (lines > 6) in cx23885_sram_channel_setup() 462 lines = 6; in cx23885_sram_channel_setup() 463 BUG_ON(lines < 2); in cx23885_sram_channel_setup() 470 for (i = 0; i < lines; i++) { in cx23885_sram_channel_setup() 486 cx_write(ch->cmds_start + 12, (lines*16) >> 3); in cx23885_sram_channel_setup() 498 cx_write(ch->cnt2_reg, (lines*16) >> 3); in cx23885_sram_channel_setup() 505 lines); in cx23885_sram_channel_setup() 1061 unsigned int lines, unsigned int lpi, bool jump) in cx23885_risc_field() argument [all …]
|
D | cx23885.h | 517 unsigned int bpl, unsigned int padding, unsigned int lines); 522 unsigned int bpl, unsigned int padding, unsigned int lines); 623 unsigned int lines,
|
/linux-4.1.27/drivers/media/i2c/ |
D | ak881x.c | 34 unsigned int lines; member 103 &mf->height, 0, ak881x->lines, 1, 0); in ak881x_try_g_mbus_fmt() 139 a->bounds.height = ak881x->lines; in ak881x_cropcap() 156 ak881x->lines = 480; in ak881x_s_std_output() 159 ak881x->lines = 480; in ak881x_s_std_output() 162 ak881x->lines = 480; in ak881x_s_std_output() 165 ak881x->lines = 576; in ak881x_s_std_output() 168 ak881x->lines = 480; in ak881x_s_std_output() 291 ak881x->lines = 480; in ak881x_probe()
|
/linux-4.1.27/drivers/media/pci/tw68/ |
D | tw68-risc.c | 44 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.1.27/Documentation/devicetree/bindings/input/ |
D | gpio-matrix-keypad.txt | 4 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.
|
D | samsung-keypad.txt | 4 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
|
D | matrix-keymap.txt | 14 - keypad,num-rows: Number of row lines connected to the keypad controller. 15 - keypad,num-columns: Number of column lines connected to the keypad
|
D | brcm,bcm-keypad.txt | 4 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
|
D | st-keyscan.txt | 22 - keypad,num-rows: Number of row lines connected to the keypad controller. 24 - keypad,num-columns: Number of column lines connected to the keypad
|
D | clps711x-keypad.txt | 5 - row-gpios: List of GPIOs used as row lines.
|
D | omap-keypad.txt | 4 keypad device. The keypad controller supports multiple row and column lines.
|
D | twl4030-keypad.txt | 4 keypad device. The keypad controller supports multiple row and column lines.
|
/linux-4.1.27/arch/x86/boot/compressed/ |
D | misc.c | 124 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() 393 lines = real_mode->screen_info.orig_video_lines; in decompress_kernel()
|
/linux-4.1.27/drivers/video/console/ |
D | mdacon.c | 508 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 …]
|
D | newport_con.c | 582 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 …]
|
D | vgacon.c | 84 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.1.27/drivers/media/pci/ivtv/ |
D | ivtv-vbi.c | 186 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 …]
|
D | ivtv-streams.c | 366 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()
|
D | ivtvfb.c | 194 int lines; member 227 osd->lines = data[2]; in ivtvfb_get_osd_coords() 245 osd->lines, osd->x, osd->y); in ivtvfb_set_osd_coords() 583 ivtv_osd.lines = var->yres_virtual; in ivtvfb_set_var() 605 itv->yuv_info.osd_full_h = ivtv_osd.lines; in ivtvfb_set_var()
|
/linux-4.1.27/drivers/media/pci/cx25821/ |
D | cx25821-video-upstream.c | 45 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 …]
|
D | cx25821-core.c | 442 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 …]
|
D | cx25821-audio-upstream.c | 51 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
|
D | cx25821.h | 421 unsigned int padding, unsigned int lines); 426 unsigned int lines, unsigned int lpi);
|
/linux-4.1.27/arch/sh/lib64/ |
D | copy_page.S | 70 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.1.27/drivers/media/pci/cx88/ |
D | cx88-core.c | 79 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 …]
|
D | cx88-vbi.c | 133 unsigned int lines; in buffer_prepare() local 137 lines = VBI_LINE_NTSC_COUNT; in buffer_prepare() 139 lines = VBI_LINE_PAL_COUNT; in buffer_prepare() 140 size = lines * VBI_LINE_LENGTH * 2; in buffer_prepare() 146 0, VBI_LINE_LENGTH * lines, in buffer_prepare() 148 lines); in buffer_prepare()
|
/linux-4.1.27/include/linux/ |
D | tty_driver.h | 332 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()
|
D | vt_kern.h | 38 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.1.27/drivers/video/fbdev/omap2/dss/ |
D | rfbi.c | 633 static int rfbi_configure_bus(int rfbi_module, int bpp, int lines) in rfbi_configure_bus() argument 660 switch (lines) { in rfbi_configure_bus() 679 if ((bpp % lines) == 0) { in rfbi_configure_bus() 680 switch (bpp / lines) { in rfbi_configure_bus() 694 } else if ((2 * bpp % lines) == 0) { in rfbi_configure_bus() 695 if ((2 * bpp / lines) == 3) in rfbi_configure_bus() 708 cycle1 = lines; in rfbi_configure_bus() 712 cycle1 = lines; in rfbi_configure_bus() 713 cycle2 = lines; in rfbi_configure_bus() 717 cycle1 = lines; in rfbi_configure_bus() [all …]
|
/linux-4.1.27/arch/um/ |
D | Kconfig.char | 13 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.1.27/drivers/misc/sgi-gru/ |
D | grukservices.c | 142 char lines; member 590 .present = MQS_NOOP, .lines = 1}; in send_noop_message() 645 void *mesg, int lines) in send_message_queue_full() argument 714 void *mesg, int lines) in send_message_put_nacked() argument 720 if (lines == 2) { in send_message_put_nacked() 721 gru_vset(cb, m, 0, XTYPE_CL, lines, 1, IMA); in send_message_put_nacked() 725 gru_vstore(cb, m, gru_get_tri(mesg), XTYPE_CL, lines, 1, IMA); in send_message_put_nacked() 756 void *mesg, int lines) in send_message_failure() argument 772 ret = send_message_queue_full(cb, mqd, mesg, lines); in send_message_failure() 780 ret = send_message_put_nacked(cb, mqd, mesg, lines); in send_message_failure() [all …]
|
/linux-4.1.27/arch/x86/mm/ |
D | dump_pagetables.c | 33 unsigned long lines; member 209 st->lines = 0; in note_page() 222 st->lines < st->marker->max_lines) { in note_page() 238 st->lines++; in note_page() 247 st->lines > st->marker->max_lines) { in note_page() 249 st->lines - st->marker->max_lines; in note_page() 256 st->lines = 0; in note_page()
|
/linux-4.1.27/Documentation/sound/alsa/soc/ |
D | DAI.txt | 10 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.1.27/Documentation/devicetree/bindings/pci/ |
D | pci-keystone.txt | 21 interrupts: GIC interrupt lines connected to PCI MSI interrupt lines 41 interrupts: GIC interrupt lines connected to PCI Legacy interrupt lines
|
/linux-4.1.27/drivers/usb/misc/sisusbvga/ |
D | sisusb_con.c | 716 sisusbcon_scrolldelta(struct vc_data *c, int lines) in sisusbcon_scrolldelta() argument 734 if (!lines) /* Turn scrollback off */ in sisusbcon_scrolldelta() 752 lines * c->vc_size_row; in sisusbcon_scrolldelta() 845 int t, int b, int dir, int lines) in sisusbcon_scroll_area() argument 864 SISUSB_VADDR(0, t + lines), in sisusbcon_scroll_area() 865 (b - t - lines) * cols * 2); in sisusbcon_scroll_area() 866 sisusbcon_memsetw(SISUSB_VADDR(0, b - lines), eattr, in sisusbcon_scroll_area() 867 lines * cols * 2); in sisusbcon_scroll_area() 871 sisusbcon_memmovew(SISUSB_VADDR(0, t + lines), in sisusbcon_scroll_area() 873 (b - t - lines) * cols * 2); in sisusbcon_scroll_area() [all …]
|
/linux-4.1.27/Documentation/devicetree/bindings/arm/omap/ |
D | crossbar.txt | 3 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.
|
D | omap.txt | 8 address range, irq lines, dma lines, interconnect, PRCM register,
|
/linux-4.1.27/drivers/net/ppp/ |
D | Kconfig | 11 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.1.27/Documentation/devicetree/bindings/powerpc/fsl/cpm_qe/ |
D | serial.txt | 10 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.1.27/Documentation/devicetree/bindings/gpio/ |
D | gpio_atmel.txt | 13 - #gpio-lines: Number of gpio if absent 32. 23 #gpio-lines = <19>;
|
D | gpio-grgpio.txt | 18 - nbits : The number of gpio lines. If not present driver assumes 32 lines.
|
D | gpio-pcf857x.txt | 3 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.
|
D | gpio-fan.txt | 1 Bindings for fan connected to GPIO lines
|
/linux-4.1.27/drivers/media/common/saa7146/ |
D | saa7146_vbi.c | 226 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.1.27/Documentation/devicetree/bindings/interrupt-controller/ |
D | opencores,or1k-pic.txt | 6 level triggered interrupt lines, "opencores,or1k-pic-edge" for variants with 7 edge triggered interrupt lines or "opencores,or1200-pic" for machines
|
D | brcm,bcm7038-l1-intc.txt | 4 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
|
D | abilis,tb10x-ictl.txt | 17 - interrupts: Specifies the list of interrupt lines which are handled by
|
/linux-4.1.27/Documentation/devicetree/bindings/spi/ |
D | spi-gpio.txt | 11 - cs-gpios: GPIOs to use for chipselect lines. 13 - num-chipselects: Number of chipselect lines. Should be <0> if a single device
|
D | spi-samsung.txt | 38 - 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.
|
D | spi-img-spfi.txt | 17 - cs-gpios: Must specify the GPIOs used for chipselect lines.
|
D | spi-rockchip.txt | 28 Rx data (may need to be fine tuned for high capacitance lines).
|
/linux-4.1.27/Documentation/devicetree/bindings/mailbox/ |
D | omap-mailbox.txt | 11 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.1.27/drivers/media/usb/hdpvr/ |
D | hdpvr-control.c | 82 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.1.27/arch/mn10300/boot/compressed/ |
D | misc.c | 168 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.1.27/Documentation/device-mapper/ |
D | statistics.txt | 101 If omitted, all lines are returned. 104 The number of lines to include in the output. 105 If omitted, all lines are returned. 144 If omitted, all lines are printed and then cleared. 147 The number of lines to process. 148 If omitted, all lines are printed and then cleared.
|
/linux-4.1.27/scripts/kconfig/ |
D | nconf.gui.c | 192 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()
|
D | nconf.c | 368 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.1.27/Documentation/devicetree/bindings/video/ |
D | ti,omap2-dss.txt | 19 - data-lines: number of lines used
|
D | ti,dra7-dss.txt | 36 - data-lines: number of lines used
|
D | ti,omap3-dss.txt | 23 - data-lines: number of lines used
|
D | ti,omap5-dss.txt | 25 - data-lines: number of lines used
|
D | ti,omap4-dss.txt | 25 - data-lines: number of lines used
|
/linux-4.1.27/tools/perf/Documentation/ |
D | perf-probe.txt | 39 or lines. If a path of module file is passed, perf-probe 72 Show source code lines which can be probed. This needs an argument 162 FUNC specifies the function name of showing lines. 'RLN' is the start line 166 many lines to show by using 'NUM'. Moreover, 'FUNC@SRC' combination is good 168 So, "source.c:100-120" shows lines between 100th to l20th in source.c file. And "func:10+20" shows … 190 Display which lines in schedule() can be probed: 202 Add probes on lines in schedule() function which calls update_rq_clock().
|
D | perf-annotate.txt | 56 Print matching source lines (may be slow). 67 samples, TAB/UNTAB cycles through the lines with more samples.
|
D | perf-kmem.txt | 44 Print n lines only
|
/linux-4.1.27/drivers/s390/char/ |
D | tty3270.c | 69 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() 683 INIT_LIST_HEAD(&tp->lines); in tty3270_alloc_view() 763 int lines; in tty3270_alloc_screen() local 769 for (lines = 0; lines < rows - 2; lines++) { in tty3270_alloc_screen() 771 screen[lines].cells = kzalloc(size, GFP_KERNEL); in tty3270_alloc_screen() 772 if (!screen[lines].cells) in tty3270_alloc_screen() 777 while (lines--) in tty3270_alloc_screen() [all …]
|
D | con3270.c | 45 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() 433 list_add_tail(&cp->cline->list, &cp->lines); in con3270_cline_add() 613 INIT_LIST_HEAD(&condev->lines); in con3270_init()
|
/linux-4.1.27/drivers/staging/vme/devices/ |
D | Kconfig | 19 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.1.27/Documentation/ |
D | kernel-doc-nano-HOWTO.txt | 64 * 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
|
D | SAK.txt | 77 lines in its rc.sysinit and rc scripts: 86 delete these lines, but this may cause system management
|
D | email-clients.txt | 26 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 257 At the same time it wraps lines every 78 chars with CRLF style line breaks
|
D | coccinelle.txt | 56 '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
|
D | CodingStyle | 71 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.1.27/Documentation/devicetree/bindings/media/ |
D | video-interfaces.txt | 49 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 */
|
D | pxa-camera.txt | 37 bus-width = <8>; /* Used data lines */
|
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/gpio/ |
D | base.c | 145 for (i = 0; (hi | lo) && i < impl->lines; i++) { in nvkm_gpio_intr() 166 u32 mask = (1 << impl->lines) - 1; in _nvkm_gpio_fini() 228 ret = nvkm_event_init(&nvkm_gpio_intr_func, 2, impl->lines, in nvkm_gpio_create_()
|
D | priv.h | 31 int lines; member
|
D | gf110.c | 78 .lines = 32,
|
D | gk104.c | 67 .lines = 32,
|
D | g94.c | 67 .lines = 32,
|
D | nv10.c | 110 .lines = 16,
|
D | nv50.c | 122 .lines = 16,
|
/linux-4.1.27/Documentation/usb/ |
D | proc_usb_info.txt | 85 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.1.27/drivers/mtd/nand/ |
D | nandsim.c | 206 #define NS_STATUS_OK(ns) (NAND_STATUS_READY | (NAND_STATUS_WP * ((ns)->lines.wp == 0))) 364 } lines; member 1664 if (ns->lines.wp) { in do_state_action() 1704 if (ns->lines.wp) { in do_state_action() 1916 if (!ns->lines.ce) { in ns_nand_read_byte() 1920 if (ns->lines.ale || ns->lines.cle) { in ns_nand_read_byte() 1976 if (!ns->lines.ce) { in ns_nand_write_byte() 1980 if (ns->lines.ale && ns->lines.cle) { in ns_nand_write_byte() 1985 if (ns->lines.cle == 1) { in ns_nand_write_byte() 2032 } else if (ns->lines.ale == 1) { in ns_nand_write_byte() [all …]
|
/linux-4.1.27/drivers/media/pci/bt8xx/ |
D | bttv-risc.c | 756 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.1.27/kernel/debug/kdb/ |
D | kdb_main.c | 2083 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.1.27/arch/x86/boot/ |
D | video-vga.c | 159 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.1.27/Documentation/devicetree/bindings/hwmon/ |
D | pwm-fan.txt | 1 Bindings for a fan connected to the PWM lines
|
/linux-4.1.27/drivers/media/pci/saa7134/ |
D | saa7134-ts.c | 96 unsigned int lines, llength, size; in saa7134_ts_buffer_prepare() local 101 lines = dev->ts.nr_packets; in saa7134_ts_buffer_prepare() 103 size = lines * llength; in saa7134_ts_buffer_prepare()
|
/linux-4.1.27/Documentation/devicetree/bindings/clock/ |
D | st,nomadik.txt | 35 lines from the HCLK clock tree and the gate for individual 36 lines from the PCLK clock tree.
|
/linux-4.1.27/Documentation/devicetree/bindings/power/ |
D | twl-charger.txt | 6 - interrupts: two interrupt lines from the TWL SIH (secondary
|
/linux-4.1.27/Documentation/devicetree/bindings/rtc/ |
D | sun6i-rtc.txt | 9 - interrupts : IRQ lines for the RTC alarm 0 and alarm 1, in that order.
|
/linux-4.1.27/Documentation/hwmon/ |
D | asb100 | 25 sensors, four temperature sensors, VID lines and alarms. In addition to 38 The VID lines encode the core voltage value: the voltage level your
|
D | adm1026 | 37 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
|
D | lm78 | 31 seven voltage sensors, VID lines, alarms, and some miscellaneous stuff. 55 The VID lines encode the core voltage value: the voltage level your processor
|
D | lm87 | 77 - VID lines (default) or IRQ lines (not handled by this driver)
|
D | lm63 | 72 The LM64 is effectively an LM63 with GPIO lines. The driver does not 73 support these GPIO lines at present.
|
D | vexpress | 25 providing information about power lines voltages and currents, board
|
/linux-4.1.27/Documentation/spi/ |
D | ep93xx_spi | 5 selects are implemented with GPIO lines. 8 not work correctly (it cannot be controlled by software). Use GPIO lines
|
/linux-4.1.27/Documentation/devicetree/bindings/input/touchscreen/ |
D | ti-tsc-adc.txt | 21 analog lines and the next 4 bits represent positive/ 23 represent the input lines and terminals resoectively
|
/linux-4.1.27/Documentation/devicetree/bindings/net/ |
D | mdio-mux-gpio.txt | 4 lines are used to control which child bus is connected. 24 pair of GPIO lines. Child busses 2 and 3 populated with 4
|
D | mdio-gpio.txt | 6 MDC and MDIO lines connected to GPIO controllers are listed in the
|
/linux-4.1.27/Documentation/devicetree/bindings/watchdog/ |
D | men-a021-wdt.txt | 1 Bindings for MEN A21 Watchdog device connected to GPIO lines
|
/linux-4.1.27/Documentation/devicetree/bindings/mmc/ |
D | mmc.txt | 17 - bus-width: Number of data lines, can be <1>, <4>, or <8>. The default 49 lines as "active low." Therefore, using the "cd-inverted" property means, that 53 CD and WP lines can be implemented on the hardware in one of two ways: as GPIOs, 57 in the latter case. We choose to use the XOR logic for GPIO CD and WP lines.
|
D | davinci_mmc.txt | 14 - bus-width: Number of data lines, can be <1>, <4>, or <8>, default <1>
|
D | atmel-hsmci.txt | 40 - bus-width: number of data lines connected to the controller
|
/linux-4.1.27/drivers/video/fbdev/ |
D | atafb.c | 1340 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 …]
|
D | ps3fb.c | 605 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.1.27/drivers/isdn/icn/ |
D | Kconfig | 7 line with two B-channels, 4B supports two ISDN lines. For running
|
/linux-4.1.27/Documentation/devicetree/bindings/video/backlight/ |
D | tps65217-backlight.txt | 9 - backlight: node for specifying WLED1 and WLED2 lines in TPS65217
|
/linux-4.1.27/arch/arm/boot/dts/ |
D | omap3-sbc-t3730.dts | 39 data-lines = <24>;
|
D | omap3-sbc-t3530.dts | 43 data-lines = <24>;
|
D | omap4-var-dvk-om44.dts | 63 data-lines = <24>;
|
D | omap3-panel-sharp-ls037v7dw01.dtsi | 51 data-lines = <18>;
|
D | omap3-sbc-t3517.dts | 67 data-lines = <24>;
|
D | atlas7-evb.dts | 88 data-lines = <24>;
|
/linux-4.1.27/Documentation/devicetree/bindings/metag/ |
D | pdc-intc.txt | 5 lines which can wake the system, and are passed on through output interrupt 6 lines.
|
/linux-4.1.27/sound/pci/ |
D | bt87x.c | 205 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.1.27/Documentation/devicetree/bindings/powerpc/fsl/ |
D | l2cache.txt | 13 - cache-line-size : Size of L2 cache lines
|
D | pamu.txt | 62 cache. The first is the number of cache lines, and the 68 cache. The first is the number of cache lines, and the
|
/linux-4.1.27/drivers/staging/rtl8723au/ |
D | TODO | 7 - checkpatch.pl fixes - most of the remaining ones are lines too long. Many
|
/linux-4.1.27/arch/frv/mm/ |
D | tlb-flush.S | 61 # find out how many lines there are 102 # find out how many lines there are
|
/linux-4.1.27/Documentation/filesystems/nfs/ |
D | knfsd-stats.txt | 14 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.1.27/Documentation/devicetree/bindings/fb/ |
D | mxsfb.txt | 14 - bus-width : number of data lines. Could be <8>, <16>, <18> or <24>.
|
/linux-4.1.27/Documentation/devicetree/bindings/i2c/ |
D | i2c-arb-gpio-challenge.txt | 3 This uses GPIO lines and a challenge & response mechanism to arbitrate who is 22 describe these lines as:
|
/linux-4.1.27/drivers/staging/rtl8188eu/ |
D | TODO | 7 - checkpatch.pl fixes - most of the remaining ones are lines too long. Many
|
/linux-4.1.27/drivers/media/usb/gspca/ |
D | pac7311.c | 550 __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.1.27/Documentation/i2c/busses/ |
D | i2c-via | 33 can actually wire the lines.
|
D | i2c-taos-evm | 8 are supported, but a few lines of code need to be added for each new
|
/linux-4.1.27/Documentation/devicetree/bindings/leds/ |
D | tca6507.txt | 10 - gpio-controller: allows lines to be used as output-only GPIOs.
|
D | leds-gpio.txt | 1 LEDs connected to GPIO lines
|
/linux-4.1.27/drivers/staging/media/mn88473/ |
D | TODO | 17 there is less lines. Those error checks are about the last thing to be added.
|
/linux-4.1.27/Documentation/ABI/testing/ |
D | sysfs-bus-mdio | 19 appropriate mode for its data lines to the PHY hardware.
|
D | dev-kmsg | 94 '+'. Note, that these hints about continuation lines are not 96 unrelated messages, but merging the lines in the output
|
/linux-4.1.27/drivers/staging/media/mn88472/ |
D | TODO | 17 there is less lines. Those error checks are about the last thing to be added.
|
/linux-4.1.27/drivers/staging/panel/ |
D | lcd-panel-cgram.txt | 9 is incomplete, only complete lines will be redefined. Here are some
|
/linux-4.1.27/Documentation/isdn/ |
D | README.hysdn | 115 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
|
D | README.concap | 77 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.1.27/Documentation/devicetree/bindings/serial/ |
D | nvidia,tegra20-hsuart.txt | 21 only if all 8 lines of UART controller are pinmuxed.
|
D | fsl-mxs-auart.txt | 14 - fsl,uart-has-rtscts : Indicate the UART has RTS and CTS lines
|
/linux-4.1.27/Documentation/devicetree/bindings/reset/ |
D | sirf,rstc.txt | 21 Specifying reset lines connected to IP modules
|
D | fsl,imx-src.txt | 24 Specifying reset lines connected to IP modules
|
/linux-4.1.27/Documentation/aoe/ |
D | udev.txt | 2 # They may be installed along the following lines. Check the section
|
/linux-4.1.27/Documentation/devicetree/bindings/sound/ |
D | omap-mcbsp.txt | 13 McBSP IP have more interrupt lines:
|
/linux-4.1.27/Documentation/devicetree/bindings/mtd/ |
D | pxa3xx-nand.txt | 17 - num-cs: Number of chipselect lines to use
|
D | fsl-upm-nand.txt | 14 The corresponding address lines are used to select the chip.
|
/linux-4.1.27/Documentation/devicetree/bindings/mfd/ |
D | max8925.txt | 13 - maxim,tsc-irq: there are 2 IRQ lines for max8925, one is indicated in
|
/linux-4.1.27/drivers/isdn/hardware/eicon/ |
D | maintidi.h | 111 diva_trace_line_state_t lines[30]; member
|
D | maintidi.c | 178 pLib->lines[i].pInterface = &pLib->Interface; in DivaSTraceLibraryCreateInstance() 179 pLib->lines[i].pInterfaceStat = &pLib->InterfaceStat; in DivaSTraceLibraryCreateInstance() 952 diva_strace_read_asz(pVar, &pLib->lines[0].pInterface->Layer1[0]); in process_idi_event() 961 char *tmp = &pLib->lines[0].pInterface->Layer2[0]; in process_idi_event() 1205 if (strcmp(&pLib->lines[nr].Line[0], "Idle")) { in diva_line_info() 1252 diva_trace_line_state_t *pLine = &pLib->lines[Channel]; in diva_create_line_parse_table() 1334 diva_trace_fax_state_t *pFax = &pLib->lines[Channel].fax; in diva_create_fax_parse_table() 1398 diva_trace_modem_state_t *pModem = &pLib->lines[Channel].modem; in diva_create_modem_parse_table() 1873 &pLib->lines[Channel], in diva_trace_notify_user()
|
/linux-4.1.27/Documentation/devicetree/bindings/usb/ |
D | ehci-st.txt | 17 - resets : phandle + reset specifier pairs to the powerdown and softreset lines
|
/linux-4.1.27/Documentation/devicetree/bindings/misc/ |
D | lis302.txt | 41 - st,irq-open-drain: consider IRQ lines open-drain 42 - st,irq-active-low: make IRQ lines active low
|
/linux-4.1.27/drivers/net/slip/ |
D | Kconfig | 14 serial connections such as telephone lines or null modem cables; 66 analogue lines.
|
/linux-4.1.27/Documentation/acpi/ |
D | gpio-properties.txt | 63 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.1.27/drivers/tty/vt/ |
D | vt.c | 298 static inline void scrolldelta(int lines) in scrolldelta() argument 303 scrollback_delta += lines; in scrolldelta() 840 unsigned int cols, unsigned int lines) in vc_do_resize() argument 857 if (cols > VC_RESIZE_MAXCOL || lines > VC_RESIZE_MAXROW) in vc_do_resize() 861 new_rows = (lines ? lines : vc->vc_rows); in vc_do_resize() 1088 void scrollback(struct vc_data *vc, int lines) in scrollback() argument 1090 if (!lines) in scrollback() 1091 lines = vc->vc_rows / 2; in scrollback() 1092 scrolldelta(-lines); in scrollback() 1095 void scrollfront(struct vc_data *vc, int lines) in scrollfront() argument [all …]
|
/linux-4.1.27/Documentation/devicetree/bindings/ata/ |
D | ahci-st.txt | 16 - resets : The power-down, soft-reset and power-reset lines of SATA IP
|
/linux-4.1.27/tools/perf/util/ |
D | annotate.c | 652 struct source_line *src_line = notes->src->lines; in disasm__calc_percent() 660 src_line = (void *)notes->src->lines + in disasm__calc_percent() 712 notes->src->lines ? i : evsel->idx + i, in disasm_line__print() 1170 struct source_line *src_line = notes->src->lines; in symbol__free_source_line() 1182 zfree(¬es->src->lines); in symbol__free_source_line() 1213 src_line = notes->src->lines = calloc(len, sizeof_src_line); in symbol__get_source_line() 1214 if (!notes->src->lines) in symbol__get_source_line()
|
D | dwarf-aux.c | 681 Dwarf_Lines *lines; in die_walk_lines() local 700 if (dwarf_getsrclines(cu_die, &lines, &nlines) != 0) { in die_walk_lines() 708 line = dwarf_onesrcline(lines, i); in die_walk_lines()
|
D | annotate.h | 108 struct source_line *lines; member
|
/linux-4.1.27/Documentation/sound/oss/ |
D | AudioExcelDSP16 | 26 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.1.27/drivers/pcmcia/ |
D | pcmcia_resource.c | 101 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.1.27/drivers/isdn/hardware/avm/ |
D | Kconfig | 62 These cards handle 4/2 BRI ISDN lines (8/4 channels).
|
/linux-4.1.27/Documentation/devicetree/bindings/arm/ |
D | versatile-fpga-irq.txt | 18 the interrupts are valid. Unconnected/unused lines are set to 0, and
|
/linux-4.1.27/arch/m68k/fpsp040/ |
D | x_unimp.S | 55 | The following lines are used to ensure that the FPSR
|
/linux-4.1.27/Documentation/x86/i386/ |
D | IO-APIC.txt | 47 lines): 75 between the PIRQ lines. (distributing IRQ sources properly is not a
|
/linux-4.1.27/Documentation/locking/ |
D | lockstat.txt | 125 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
|
/linux-4.1.27/Documentation/networking/ |
D | eql.txt | 17 Which is worse? A huge fee for a 56K leased line or two phone lines? 106 for your machine, and the MTU you prefer for your SLIP lines. One 391 #lines speed mtu seconds theory actual %of 470 it over twin SL/IP lines, just over null modems, but I was
|
/linux-4.1.27/Documentation/devicetree/bindings/bus/ |
D | renesas,bsc.txt | 7 SoC, driving several chip select lines, for e.g. NOR FLASH, Ethernet and USB.
|
/linux-4.1.27/Documentation/video4linux/bttv/ |
D | README.WINVIEW | 6 GPIO lines in order to give some volume control. They have also stuck an
|
/linux-4.1.27/Documentation/devicetree/bindings/dma/ |
D | snps-dma.txt | 8 - dma-requests: Number of DMA request lines supported, up to 16
|
/linux-4.1.27/Documentation/devicetree/bindings/panel/ |
D | sharp,lq101r1sx01.txt | 5 - even-odd: each channel drives the even or odd lines of the screen
|
/linux-4.1.27/drivers/media/platform/vivid/ |
D | vivid-tpg.c | 128 tpg->lines[pat][plane] = vzalloc(max_w * 2 * pixelsz); in tpg_alloc() 129 if (!tpg->lines[pat][plane]) in tpg_alloc() 161 vfree(tpg->lines[pat][plane]); in tpg_free() 162 tpg->lines[pat][plane] = NULL; in tpg_free() 1333 u8 *pos = tpg->lines[pat][p] + tpg_hdiv(tpg, p, x); in tpg_precalculate_line() 1348 u8 *pos1 = tpg->lines[pat][p]; in tpg_precalculate_line() 1349 u8 *pos2 = tpg->lines[next_pat][p]; in tpg_precalculate_line() 1912 linestart_older = tpg->lines[pat_line_old][p] + mv_hor_old; in tpg_fill_plane_pattern() 1913 linestart_newer = tpg->lines[pat_line_new][p] + mv_hor_new; in tpg_fill_plane_pattern()
|
/linux-4.1.27/drivers/net/wan/ |
D | Kconfig | 9 lines, are used to interconnect Local Area Networks (LANs) over vast 381 lines such as telephone lines equipped with ordinary modems. 411 Schedule traffic for some parallel lines, via SBNI12 adapters. 413 If you have two computers connected with two parallel lines it's
|