Searched refs:lines (Results 1 - 25 of 70) sorted by relevance

123

/drivers/media/video/cx18/
H A Dcx18-vbi.c39 static void copy_vbi_data(struct cx18 *cx, int lines, u32 pts_stamp) argument
62 for (i = 0; i < lines; i++) {
83 /* All lines are used, so there is no space for the linemask
112 u32 lines = cx->vbi.count * 2; local
120 for (i = 0; i < lines; i++) {
128 if (i == lines - 1) {
139 return lines * (line_size - 4);
204 int lines; local
234 lines = compress_sliced_buf(cx, p, size, sizeof(struct vbi_data_hdr));
237 if (lines
[all...]
/drivers/media/video/saa7134/
H A Dsaa7134-vbi.c124 unsigned int lines, llength, size; local
127 lines = norm->vbi_v_stop_0 - norm->vbi_v_start_0 +1;
128 if (lines > VBI_LINE_COUNT)
129 lines = VBI_LINE_COUNT;
131 size = lines * llength * 2;
142 buf->vb.height = lines;
171 int llength,lines; local
173 lines = dev->tvnorm->vbi_v_stop_0 - dev->tvnorm->vbi_v_start_0 +1;
175 *size = lines * llength * 2;
H A Dsaa7134-ts.c80 unsigned int lines, llength, size; local
86 lines = dev->ts.nr_packets;
88 size = lines * llength;
103 buf->vb.height = lines;
/drivers/media/video/
H A Dak881x.c35 unsigned int lines; member in struct:ak881x
128 &mf->height, 0, ak881x->lines, 1, 0);
164 a->bounds.height = ak881x->lines;
181 ak881x->lines = 480;
184 ak881x->lines = 480;
187 ak881x->lines = 480;
190 ak881x->lines = 576;
193 ak881x->lines = 480;
314 * "black" lines on, e.g., SuperH VOU, whose default value of 20
321 ak881x->lines
[all...]
/drivers/video/console/
H A Dmdacon.c54 static unsigned int mda_num_lines; /* Number of text lines */
508 static int mdacon_scrolldelta(struct vc_data *c, int lines) argument
533 static int mdacon_scroll(struct vc_data *c, int t, int b, int dir, int lines) argument
537 if (!lines)
540 if (lines > c->vc_rows) /* maximum realistic size */
541 lines = c->vc_rows;
546 scr_memmovew(MDA_ADDR(0,t), MDA_ADDR(0,t+lines),
547 (b-t-lines)*mda_num_columns*2);
548 scr_memsetw(MDA_ADDR(0,b-lines), eattr,
549 lines*mda_num_column
[all...]
H A Dnewport_con.c575 static int newport_scrolldelta(struct vc_data *vc, int lines) argument
582 int lines)
592 topscan = (topscan + (lines << 4)) & 0x3ff;
593 newport_clear_lines(vc->vc_rows - lines,
597 topscan = (topscan + (-lines << 4)) & 0x3ff;
598 newport_clear_lines(0, lines - 1,
605 count = (b - t - lines) * vc->vc_cols;
610 vc->vc_size_row * (t + lines));
626 vc->vc_size_row * (b - lines));
628 y = b - lines;
581 newport_scroll(struct vc_data *vc, int t, int b, int dir, int lines) argument
[all...]
H A Dvgacon.c83 static int vgacon_scrolldelta(struct vc_data *c, int lines);
87 int lines);
99 static unsigned int vga_video_num_lines; /* Number of text lines */
250 static int vgacon_scrolldelta(struct vc_data *c, int lines) argument
254 if (!lines) {
270 start = vgacon_scrollback_cur + lines;
271 end = start + abs(lines);
336 static int vgacon_scrolldelta(struct vc_data *c, int lines) argument
338 if (!lines) /* Turn scrollback off */
353 lines *
1342 vgacon_scroll(struct vc_data *c, int t, int b, int dir, int lines) argument
[all...]
/drivers/media/video/ivtv/
H A Divtv-vbi.c186 static void copy_vbi_data(struct ivtv *itv, int lines, u32 pts_stamp) argument
202 for (i = 0; i < lines; i++) {
223 /* All lines are used, so there is no space for the linemask
314 u32 lines = itv->vbi.count; local
321 for (i = 0; i < lines; i++) {
331 return lines * (line_size - 4);
342 unsigned lines = 0; local
363 if (vbi.type && !(lines & (1 << vbi.line))) {
364 lines |= 1 << vbi.line;
405 int lines; local
[all...]
H A Divtv-streams.c357 int lines; local
369 /* determine number of lines and total number of VBI bytes.
375 lines = itv->vbi.count * 2;
377 lines = itv->is_60hz ? 24 : 38;
379 lines += 2;
382 itv->vbi.enc_size = lines * (raw ? itv->vbi.raw_size : itv->vbi.sliced_size);
392 /* The start/stop codes determine which VBI lines end up in the raw VBI data area.
409 data[5] = lines;
422 data[5] = lines;
424 data[6] = itv->vbi.enc_size / lines;
[all...]
/drivers/media/video/cx25821/
H A Dcx25821-core.c471 unsigned int i, lines; local
484 lines = ch->fifo_size / bpl;
486 if (lines > 4)
487 lines = 4;
489 BUG_ON(lines < 2);
496 for (i = 0; i < lines; i++) {
515 cx_write(ch->cmds_start + 12, (lines * 16) >> 3);
529 cx_write(ch->cnt2_reg, (lines * 16) >> 3);
540 unsigned int i, lines; local
553 lines
1081 cx25821_risc_field(__le32 * rp, struct scatterlist *sglist, unsigned int offset, u32 sync_line, unsigned int bpl, unsigned int padding, unsigned int lines) argument
1137 cx25821_risc_buffer(struct pci_dev *pci, struct btcx_riscmem *risc, struct scatterlist *sglist, unsigned int top_offset, unsigned int bottom_offset, unsigned int bpl, unsigned int padding, unsigned int lines) argument
1186 cx25821_risc_field_audio(__le32 * rp, struct scatterlist *sglist, unsigned int offset, u32 sync_line, unsigned int bpl, unsigned int padding, unsigned int lines, unsigned int lpi) argument
1247 cx25821_risc_databuffer_audio(struct pci_dev *pci, struct btcx_riscmem *risc, struct scatterlist *sglist, unsigned int bpl, unsigned int lines, unsigned int lpi) argument
[all...]
H A Dcx25821-video-upstream.c50 unsigned int i, lines; local
63 lines = ch->fifo_size / bpl;
65 if (lines > 4)
66 lines = 4;
68 BUG_ON(lines < 2);
71 for (i = 0; i < lines; i++) {
83 cx_write(ch->cmds_start + 12, (lines * 16) >> 3);
94 cx_write(ch->cnt2_reg, (lines * 16) >> 3);
103 unsigned int lines, int fifo_enable,
116 /* scan lines */
100 cx25821_update_riscprogram(struct cx25821_dev *dev, __le32 *rp, unsigned int offset, unsigned int bpl, u32 sync_line, unsigned int lines, int fifo_enable, int field_type) argument
131 cx25821_risc_field_upstream(struct cx25821_dev *dev, __le32 * rp, dma_addr_t databuf_phys_addr, unsigned int offset, u32 sync_line, unsigned int bpl, unsigned int lines, int fifo_enable, int field_type) argument
176 cx25821_risc_buffer_upstream(struct cx25821_dev *dev, struct pci_dev *pci, unsigned int top_offset, unsigned int bpl, unsigned int lines) argument
[all...]
H A Dcx25821-video-upstream-ch2.c49 unsigned int lines,
62 /* scan lines */
63 for (line = 0; line < lines; line++) {
68 if ((lines <= NTSC_FIELD_HEIGHT) ||
82 unsigned int lines,
99 /* scan lines */
100 for (line = 0; line < lines; line++) {
105 if ((lines <= NTSC_FIELD_HEIGHT) ||
111 check if we need to enable the FIFO after the first 4 lines
129 unsigned int lines)
46 cx25821_update_riscprogram_ch2(struct cx25821_dev *dev, __le32 *rp, unsigned int offset, unsigned int bpl, u32 sync_line, unsigned int lines, int fifo_enable, int field_type) argument
77 cx25821_risc_field_upstream_ch2(struct cx25821_dev *dev, __le32 *rp, dma_addr_t databuf_phys_addr, unsigned int offset, u32 sync_line, unsigned int bpl, unsigned int lines, int fifo_enable, int field_type) argument
126 cx25821_risc_buffer_upstream_ch2(struct cx25821_dev *dev, struct pci_dev *pci, unsigned int top_offset, unsigned int bpl, unsigned int lines) argument
[all...]
H A Dcx25821-audio-upstream.c51 unsigned int i, lines; local
64 lines = ch->fifo_size / bpl;
66 if (lines > 3)
67 lines = 3;
69 BUG_ON(lines < 2);
72 for (i = 0; i < lines; i++) {
113 /* scan lines */
120 * after the first 3 lines.
138 unsigned int bpl, unsigned int lines)
136 cx25821_risc_buffer_upstream_audio(struct cx25821_dev *dev, struct pci_dev *pci, unsigned int bpl, unsigned int lines) argument
/drivers/media/video/cx88/
H A Dcx88-core.c72 /* @lpi: lines per IRQ, or 0 to not generate irqs. Note: IRQ to be
73 generated _after_ lpi lines are transferred. */
77 unsigned int lines, unsigned int lpi)
86 /* scan lines */
88 for (line = 0; line < lines; line++) {
131 unsigned int bpl, unsigned int padding, unsigned int lines)
147 instructions = fields * (1 + ((bpl + padding) * lines) / PAGE_SIZE + lines);
156 bpl, padding, lines, 0);
159 bpl, padding, lines,
74 cx88_risc_field(__le32 *rp, struct scatterlist *sglist, unsigned int offset, u32 sync_line, unsigned int bpl, unsigned int padding, unsigned int lines, unsigned int lpi) argument
128 cx88_risc_buffer(struct pci_dev *pci, struct btcx_riscmem *risc, struct scatterlist *sglist, unsigned int top_offset, unsigned int bottom_offset, unsigned int bpl, unsigned int padding, unsigned int lines) argument
167 cx88_risc_databuffer(struct pci_dev *pci, struct btcx_riscmem *risc, struct scatterlist *sglist, unsigned int bpl, unsigned int lines, unsigned int lpi) argument
359 unsigned int i,lines; local
[all...]
/drivers/misc/sgi-gru/
H A Dgrukservices.c111 /* GRU cacheline size is always 64 bytes - even on arches with 128 byte lines */
142 char lines; member in struct:message_header
550 * qlines - message queue size in cache lines. Includes 2-line header.
590 .present = MQS_NOOP, .lines = 1};
645 void *mesg, int lines)
709 * lines might have successfully have been written. Before sending the
710 * message, "present" must be cleared in BOTH lines to prevent the receiver
714 void *mesg, int lines)
720 if (lines == 2) {
721 gru_vset(cb, m, 0, XTYPE_CL, lines,
644 send_message_queue_full(void *cb, struct gru_message_queue_desc *mqd, void *mesg, int lines) argument
713 send_message_put_nacked(void *cb, struct gru_message_queue_desc *mqd, void *mesg, int lines) argument
755 send_message_failure(void *cb, struct gru_message_queue_desc *mqd, void *mesg, int lines) argument
844 int lines = mhdr->lines; local
[all...]
/drivers/video/omap2/dss/
H A Drfbi.c626 static int rfbi_configure(int rfbi_module, int bpp, int lines) argument
653 switch (lines) {
672 if ((bpp % lines) == 0) {
673 switch (bpp / lines) {
687 } else if ((2 * bpp % lines) == 0) {
688 if ((2 * bpp / lines) == 3)
701 cycle1 = lines;
705 cycle1 = lines;
706 cycle2 = lines;
710 cycle1 = lines;
[all...]
/drivers/net/slip/
H A DKconfig13 serial connections such as telephone lines or null modem cables;
65 analogue lines.
/drivers/media/common/
H A Dsaa7146_vbi.c65 /* dev->vbi_count*2 lines, 720 pixel (= 1440 Bytes) */
226 int lines, llength, size; local
228 lines = 16 * 2 ; /* 2 fields */
230 size = lines * llength;
246 buf->vb.height = lines;
275 int llength,lines; local
277 lines = 16 * 2 ; /* 2 fields */
280 *size = lines * llength;
/drivers/usb/misc/sisusbvga/
H A Dsisusb_con.c716 sisusbcon_scrolldelta(struct vc_data *c, int lines) argument
734 if (!lines) /* Turn scrollback off */
752 lines * c->vc_size_row;
845 int t, int b, int dir, int lines)
864 SISUSB_VADDR(0, t + lines),
865 (b - t - lines) * cols * 2);
866 sisusbcon_memsetw(SISUSB_VADDR(0, b - lines), eattr,
867 lines * cols * 2);
871 sisusbcon_memmovew(SISUSB_VADDR(0, t + lines),
873 (b - t - lines) * col
844 sisusbcon_scroll_area(struct vc_data *c, struct sisusb_usb_data *sisusb, int t, int b, int dir, int lines) argument
889 sisusbcon_scroll(struct vc_data *c, int t, int b, int dir, int lines) argument
[all...]
/drivers/media/video/hdpvr/
H A Dhdpvr-control.c98 int ret, lines; local
113 "get input lines info returned: %d, %s\n", ret,
117 lines = dev->usbc_buf[1] << 8 | dev->usbc_buf[0];
119 return lines;
/drivers/s390/char/
H A Dtty3270.c58 * 1) describe line orientation & lines list concept against screen
59 * 2) describe conversion of screen to lines
69 struct list_head lines; /* List of lines. */ member in struct:tty3270
70 struct list_head update; /* List of lines to update. */
72 int nr_lines; /* # lines in list. */
73 int nr_up; /* # lines up in history. */
102 struct list_head rcl_lines; /* List of recallable lines. */
113 #define TTY_UPDATE_LIST 2 /* Update lines in tty3270->update. */
132 * The input line are the two last lines o
757 int lines; local
784 int lines; local
[all...]
/drivers/media/video/cx23885/
H A Dcx23885-core.c462 unsigned int i, lines; local
480 lines = ch->fifo_size / bpl;
481 if (lines > 6)
482 lines = 6;
483 BUG_ON(lines < 2);
490 for (i = 0; i < lines; i++) {
506 cx_write(ch->cmds_start + 12, (lines*16) >> 3);
518 cx_write(ch->cnt2_reg, (lines*16) >> 3);
521 dprintk(2, "[bridge %d] sram setup %s: bpl=%d lines=%d\n",
525 lines);
1082 cx23885_risc_field(__le32 *rp, struct scatterlist *sglist, unsigned int offset, u32 sync_line, unsigned int bpl, unsigned int padding, unsigned int lines, unsigned int lpi) argument
1142 cx23885_risc_buffer(struct pci_dev *pci, struct btcx_riscmem *risc, struct scatterlist *sglist, unsigned int top_offset, unsigned int bottom_offset, unsigned int bpl, unsigned int padding, unsigned int lines) argument
1184 cx23885_risc_databuffer(struct pci_dev *pci, struct btcx_riscmem *risc, struct scatterlist *sglist, unsigned int bpl, unsigned int lines, unsigned int lpi) argument
1217 cx23885_risc_vbibuffer(struct pci_dev *pci, struct btcx_riscmem *risc, struct scatterlist *sglist, unsigned int top_offset, unsigned int bottom_offset, unsigned int bpl, unsigned int padding, unsigned int lines) argument
[all...]
/drivers/isdn/hardware/eicon/
H A Dmaintidi.h111 diva_trace_line_state_t lines[30]; member in struct:_diva_strace_context
/drivers/isdn/hardware/avm/
H A DKconfig62 These cards handle 4/2 BRI ISDN lines (8/4 channels).
/drivers/net/ppp/
H A 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
188 are often used for high-speed leased lines like T1/E1.

Completed in 663 milliseconds

123