Home
last modified time | relevance | path

Searched full:lines (Results 1 – 25 of 1286) sorted by relevance

12345678910>>...52

/linux-3.3/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 …]
/linux-3.3/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)
/linux-3.3/arch/sh/lib64/
Dcopy_page.S19 * Currently the prefetch is 4 lines ahead and the alloco is 2 lines ahead.
20 It seems like the prefetch needs to be at at least 4 lines ahead to get
34 Do prefetches 4 lines ahead.
35 Do alloco 2 lines ahead */
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-3.3/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-3.3/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()
74 unsigned long lines = spanlines(start, end-1); in hexagon_clean_dcache_range() local
81 for (i = 0; i < lines; i++) { in hexagon_clean_dcache_range()
94 unsigned long lines = spanlines(start, end-1); in hexagon_inv_dcache_range() local
101 for (i = 0; i < lines; i++) { in hexagon_inv_dcache_range()
/linux-3.3/arch/um/drivers/
Dline.h70 extern int line_open(struct line *lines, struct tty_struct *tty);
71 extern int line_setup(struct line *lines, unsigned int sizeof_lines,
92 struct line *lines, int nlines);
93 extern void lines_init(struct line *lines, int nlines, struct chan_opts *opts);
94 extern void close_lines(struct line *lines, int nlines);
96 extern int line_config(struct line *lines, unsigned int sizeof_lines,
100 extern int line_remove(struct line *lines, unsigned int sizeof_lines, int n,
102 extern int line_get_config(char *dev, struct line *lines,
Dline.c407 int line_open(struct line *lines, struct tty_struct *tty) in line_open() argument
409 struct line *line = &lines[tty->index]; in line_open()
484 void close_lines(struct line *lines, int nlines) in close_lines() argument
489 close_chan(&lines[i].chan_list, 0); in close_lines()
492 static int setup_one_line(struct line *lines, int n, char *init, int init_prio, in setup_one_line() argument
495 struct line *line = &lines[n]; in setup_one_line()
522 * @lines contains the array (of size @num) to modify;
527 int line_setup(struct line *lines, unsigned int num, char *init, in line_setup() argument
555 err = setup_one_line(lines, n, init, INIT_ONE, error_out); in line_setup()
561 err = setup_one_line(lines, i, init, INIT_ALL, in line_setup()
[all …]
/linux-3.3/arch/um/
DKconfig.char17 lines on the UML that are usually made to show up on the host as
29 lines to a device similar to /dev/null. Data written to it disappears
36 lines to host portals. They may be accessed with 'telnet <host>
37 <port number>'. Any number of consoles and serial lines may be
46 lines to host pseudo-terminals. Access to both traditional
56 lines to host terminals. Access to both virtual consoles
65 lines to xterms. Each UML device so assigned will be brought up in
99 This is the string describing the channel to which the serial lines
/linux-3.3/Documentation/devicetree/bindings/input/
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
28 - row-gpios: List of gpios used as row lines. The gpio specifier for
29 this property depends on the gpio controller to which these row lines
32 - col-gpios: List of gpios used as column lines. The gpio specifier for
34 lines are connected.
/linux-3.3/arch/tile/lib/
Dmemset_32.c72 * lines gets some prefetching benefit. Again we believe this is free in memset()
103 /* We already prefetched the first and last cache lines, so in memset()
105 * to more than two cache lines. in memset()
110 /* Prefetch the next several cache lines. in memset()
128 /* Prefetch by reading one word several cache lines in memset()
131 * finishing earlier cache lines. Using a store in memset()
174 * in touching cache lines we don't have to. in memset()
207 /* Only wh64 a few lines at a time, so we don't in memset()
208 * exceed the maximum number of victim lines. in memset()
233 /* We processed all full lines above, so only this many in memset()
/linux-3.3/arch/arm/include/asm/
Dxor.h49 unsigned int lines = bytes / sizeof(unsigned long) / 4; in xor_arm4regs_2() local
63 } while (--lines); in xor_arm4regs_2()
70 unsigned int lines = bytes / sizeof(unsigned long) / 4; in xor_arm4regs_3() local
85 } while (--lines); in xor_arm4regs_3()
92 unsigned int lines = bytes / sizeof(unsigned long) / 2; in xor_arm4regs_4() local
104 } while (--lines); in xor_arm4regs_4()
111 unsigned int lines = bytes / sizeof(unsigned long) / 2; in xor_arm4regs_5() local
124 } while (--lines); in xor_arm4regs_5()
/linux-3.3/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
171 are often used for high-speed leased lines like T1/E1.
/linux-3.3/drivers/media/video/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()
83 /* All lines are used, so there is no space for the linemask 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()
[all …]
/linux-3.3/kernel/irq/
Dpm.c17 * suspend_device_irqs - disable all currently enabled interrupt lines
21 * It marks all interrupt lines in use, except for the timer ones, as disabled
63 * irq_pm_syscore_ops - enable interrupt lines early
65 * Enable all interrupt lines with %IRQF_EARLY_RESUME set.
85 * resume_device_irqs - enable interrupt lines disabled by suspend_device_irqs()
87 * Enable all non-%IRQF_EARLY_RESUME interrupt lines previously
/linux-3.3/include/media/davinci/
Dvpbe_osd.h226 * @V_WIDTH_2: vertical line width is 2 lines
227 * @V_WIDTH_4: vertical line width is 4 lines
228 * @V_WIDTH_6: vertical line width is 6 lines
229 * @V_WIDTH_8: vertical line width is 8 lines
230 * @V_WIDTH_10: vertical line width is 10 lines
231 * @V_WIDTH_12: vertical line width is 12 lines
232 * @V_WIDTH_14: vertical line width is 14 lines
248 * @ysize: vertical size in lines
250 * @ypos: vertical offset in lines from the top of the display
278 * @ysize: number of lines displayed
[all …]
/linux-3.3/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-3.3/drivers/media/video/
Dak881x.c35 unsigned int lines; member
128 &mf->height, 0, ak881x->lines, 1, 0); in ak881x_try_g_mbus_fmt()
164 a->bounds.height = ak881x->lines; in ak881x_cropcap()
181 ak881x->lines = 480; in ak881x_s_std_output()
184 ak881x->lines = 480; in ak881x_s_std_output()
187 ak881x->lines = 480; in ak881x_s_std_output()
190 ak881x->lines = 576; in ak881x_s_std_output()
193 ak881x->lines = 480; in ak881x_s_std_output()
314 * "black" lines on, e.g., SuperH VOU, whose default value of 20 in ak881x_probe()
321 ak881x->lines = 480; in ak881x_probe()
/linux-3.3/arch/arm/mach-u300/include/mach/
Dirqs.h17 /* These are on INTCON0 - 30 lines */
53 /* These are on INTCON1 - 32 lines */
78 /* The DB3350-specific interrupt lines */
94 /* The DB3210-specific interrupt lines */
112 /* Maximum 8*7 GPIO lines */
/linux-3.3/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-3.3/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 …]
/linux-3.3/drivers/media/video/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()
223 /* All lines are used, so there is no space for the linemask 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
[all …]
/linux-3.3/arch/mips/include/asm/octeon/
Dcvmx-l2c.h197 * mask. A 0 bit allows the core to evict cache lines from
199 * lines from that way. There must be at least one allowed
204 * those ways will never have any cache lines evicted from them.
223 * mask. A 0 bit allows the core to evict cache lines from
225 * lines from that way. There must be at least one allowed
230 * those ways will never have any cache lines evicted from them.
250 * Note that if not all lines can be locked, that means that all
260 * Returns Number of requested lines that where not locked.
270 * (If address is not in L2, no lines are flushed.)
285 * Returns Number of locked lines that the call unlocked
/linux-3.3/drivers/media/video/cx25821/
Dcx25821-video-upstream.c50 unsigned int i, lines; in cx25821_sram_channel_setup_upstream() local
63 lines = ch->fifo_size / bpl; in cx25821_sram_channel_setup_upstream()
65 if (lines > 4) in cx25821_sram_channel_setup_upstream()
66 lines = 4; in cx25821_sram_channel_setup_upstream()
68 BUG_ON(lines < 2); in cx25821_sram_channel_setup_upstream()
71 for (i = 0; i < lines; i++) { in cx25821_sram_channel_setup_upstream()
83 cx_write(ch->cmds_start + 12, (lines * 16) >> 3); in cx25821_sram_channel_setup_upstream()
94 cx_write(ch->cnt2_reg, (lines * 16) >> 3); in cx25821_sram_channel_setup_upstream()
103 unsigned int lines, int fifo_enable, in cx25821_update_riscprogram() argument
116 /* scan lines */ in cx25821_update_riscprogram()
[all …]
/linux-3.3/scripts/
Dget_maintainer.pl324 next if (/^\s*$/); #skip empty lines
789 contain a thousand lines, 5 trivial commits may modify a single line.
800 Multiple lines and # comments are allowed.
1223 my @lines = ();
1227 @lines = split("\n", $output);
1229 return @lines;
1234 my @lines = ();
1237 @lines = split("\n", $output);
1239 return @lines;
1264 my @lines = ();
[all …]
/linux-3.3/tools/perf/Documentation/
Dperf-probe.txt39 or lines. If a path of module file is passed, perf-probe
66 Show source code lines which can be probed. This needs an argument
135 FUNC specifies the function name of showing lines. 'RLN' is the start line
139 many lines to show by using 'NUM'. Moreover, 'FUNC@SRC' combination is good
141 So, "source.c:100-120" shows lines between 100th to l20th in source.c file. And "func:10+20" shows …
163 Display which lines in schedule() can be probed:
175 Add probes on lines in schedule() function which calls update_rq_clock().

12345678910>>...52