Searched defs:lines (Results 1 - 25 of 51) sorted by relevance

123

/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/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...]
H A Dcx18-streams.c562 int lines; local
589 lines = cx->vbi.count * 2;
593 * The EAV RP code's Field bit toggles on line 4, a few lines
595 * Tell the encoder to capture 21-4+1=18 lines per field,
596 * since we want lines 10 through 21.
599 * The EAV RP code's Field bit toggles on line 1, a few lines
603 * lines per field, since we want lines 6 through 23.
605 lines = cx->is_60hz ? (21 - 4 + 1) * 2 : (23 - 2 + 1) * 2;
610 data[1] = (lines /
[all...]
/drivers/media/video/saa7134/
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;
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;
/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/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...]
H A Dmt9m001.c514 * different routing of the data lines.
548 static int mt9m001_g_skip_top_lines(struct v4l2_subdev *sd, u32 *lines) argument
553 *lines = mt9m001->y_skip_top;
H A Dmt9v022.c617 * different routing of the data lines.
646 static int mt9v022_g_skip_top_lines(struct v4l2_subdev *sd, u32 *lines) argument
651 *lines = mt9v022->y_skip_top;
/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/pcmcia/
H A Dpcmcia_resource.c96 * @lines: number of IO lines decoded by the PCMCIA card
101 unsigned int lines)
110 dev_dbg(&s->dev, "alloc_io_space request for %pR, %d lines\n",
111 res, lines);
113 align = base ? (lines ? 1<<lines : 0) : 1;
628 * reflects the number of ports requested. The number of IO lines requested
742 "needs updating to supported shared IRQ lines.\n");
100 alloc_io_space(struct pcmcia_socket *s, struct resource *res, unsigned int lines) argument
/drivers/media/video/cx25821/
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
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-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...]
/drivers/s390/char/
H A Dcon3270.c42 struct list_head lines; /* list of lines. */ member in struct:con3270
43 struct list_head update; /* list of lines to update. */
45 int nr_lines; /* # lines in list. */
46 int nr_up; /* # lines up in history. */
64 #define CON_UPDATE_LIST 2 /* Update lines in tty3270->update. */
131 * Rebuild update list to print all lines.
141 * containing all lines that will fit on the screen.
146 list_for_each_entry_reverse(s, &cp->lines, list) {
167 list_for_each_entry_safe(s, n, &cp->lines, lis
[all...]
/drivers/video/console/
H A Dsticon.c259 static int sticon_scrolldelta(struct vc_data *conp, int lines) argument
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...]
/drivers/isdn/hardware/eicon/
H A Dmaintidi.h111 diva_trace_line_state_t lines[30]; member in struct:_diva_strace_context
/drivers/media/video/bt8xx/
H A Dbttv-risc.c79 /* scan lines */
157 /* scan lines */
261 /* estimate risc mem: worst case is (1.5*clip+1) * lines instructions
280 /* scan lines */
756 int ypadding, cpadding, lines; local
796 lines = buf->vb.height >> 1;
801 0,buf->vb.width,ypadding,lines,
808 ypadding,buf->vb.width,ypadding,lines,
819 lines = buf->vb.height >> 1;
824 0,buf->vb.width,0,lines,
[all...]
/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/media/video/gspca/
H A Dpac7311.c578 /* 2 bytes is placed here: number of image lines */
600 __u16 lines, __u16 samples_per_line)
607 tmpbuf[0] = lines >> 8;
608 tmpbuf[1] = lines & 0xff;
599 pac_start_frame(struct gspca_dev *gspca_dev, __u16 lines, __u16 samples_per_line) argument
/drivers/media/video/omap3isp/
H A Dispccp2.c373 u32 lines = 0; local
388 v4l2_subdev_call(sensor, sensor, g_skip_top_lines, &lines);
392 ccp2->if_cfg.data_start = lines;
470 /* Vsize, no. of lines */
1104 * is present at end of lines). Additionally, if padding is used, the
/drivers/net/wireless/rt2x00/
H A Drt2x00debug.c331 unsigned int lines = 1 + intf->rt2x00dev->data_queues; local
339 data = kcalloc(lines, MAX_LINE_LENGTH, GFP_KERNEL);

Completed in 4039 milliseconds

123