Searched refs:vt (Results 1 - 25 of 43) sorted by relevance

12

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/contrib/pppgetpass/
H A Dpppgetpass.sh4 exec pppgetpass.vt "$@"
H A DMakefile.linux1 all: pppgetpass.vt pppgetpass.gtk
3 pppgetpass.vt: pppgetpass.vt.o
12 install -m 4755 -o root -g root pppgetpass.vt /usr/bin/
16 rm -f *.o pppgetpass.gtk pppgetpass.vt core
H A Dpppgetpass.vt.c11 #include <sys/vt.h>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/shell/
H A Dcttyhack.c7 /* From <linux/vt.h> */
9 unsigned short v_active; /* active vt */
11 unsigned short v_state; /* vt bitmask */
13 enum { VT_GETSTATE = 0x5603 }; /* get global vt state info */
44 struct vt_stat vt; member in union:__anon11410
57 } else if (ioctl(0, VT_GETSTATE, &u.vt) == 0) {
59 sprintf(console + 8, "S%d" + 1, u.vt.v_active);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/pvrusb2/
H A Dpvrusb2-video-v4l.c170 struct v4l2_tuner vt; local
173 memset(&vt,0,sizeof(vt));
174 ret = pvr2_i2c_client_cmd(cp,VIDIOC_G_TUNER,&vt);
H A Dpvrusb2-i2c-cmd-v4l2.c145 struct v4l2_tuner vt; local
146 memset(&vt,0,sizeof(vt));
147 vt.audmode = hdw->audiomode_val;
148 pvr2_i2c_core_cmd(hdw,VIDIOC_S_TUNER,&vt);
H A Dpvrusb2-v4l2.c353 struct v4l2_tuner *vt = (struct v4l2_tuner *)arg; local
355 if (vt->index != 0) break; /* Only answer for the 1st tuner */
358 ret = pvr2_hdw_get_tuner_status(hdw,vt);
364 struct v4l2_tuner *vt=(struct v4l2_tuner *)arg; local
366 if (vt->index != 0)
371 vt->audmode);
379 struct v4l2_tuner vt; local
382 ret = pvr2_hdw_get_tuner_status(hdw,&vt);
399 if (vt.capability & V4L2_TUNER_CAP_LOW) {
414 struct v4l2_tuner vt; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dvt_kern.h6 * with information needed by the vt package
9 #include <linux/vt.h>
74 /* vt.c */
75 int vt_waitactive(int vt);
H A Dconsole_struct.h5 * used by vt.c.
16 #include <linux/vt.h>
60 /* data for manual vt switching */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/alpha/kernel/
H A Dconsole.c12 #include <linux/vt.h>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/
H A Dtuner-core.c657 struct video_tuner *vt = arg; local
666 vt->signal = t->has_signal(client);
669 vt->flags |=
672 vt->flags &=
675 vt->flags |= VIDEO_TUNER_LOW; /* Allow freqs at 62.5 Hz */
677 vt->rangelow = radio_range[0] * 16000;
678 vt->rangehigh = radio_range[1] * 16000;
681 vt->rangelow = tv_range[0] * 16;
682 vt->rangehigh = tv_range[1] * 16;
H A Dtvaudio.c1700 struct v4l2_tuner *vt = arg; local
1705 switch (vt->audmode) {
1722 chip->audmode = vt->audmode;
1735 struct v4l2_tuner *vt = arg; local
1740 vt->audmode = chip->audmode;
1741 vt->rxsubchans = 0;
1742 vt->capability = V4L2_TUNER_CAP_STEREO |
1749 vt->rxsubchans |= V4L2_TUNER_SUB_MONO;
1751 vt->rxsubchans |= V4L2_TUNER_SUB_STEREO;
1756 vt
[all...]
H A Dmsp3400-driver.c652 struct v4l2_tuner *vt = arg; local
658 vt->audmode = state->audmode;
659 vt->rxsubchans = state->rxsubchans;
660 vt->capability |= V4L2_TUNER_CAP_STEREO |
667 struct v4l2_tuner *vt = (struct v4l2_tuner *)arg; local
671 if (state->audmode == vt->audmode)
673 state->audmode = vt->audmode;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-tests/
H A DMakefile.gnulib264 test-moo-root.h test-moo-root.c root.priv.h root.vt.h : $(top_srcdir)/build-aux/moopp test-moo-root.oo.h test-moo-root.oo.c
267 test-moo-sub1.h test-moo-sub1.c sub1.priv.h sub1.vt.h : $(top_srcdir)/build-aux/moopp test-moo-root.oo.h test-moo-sub1.oo.h test-moo-sub1.oo.c
270 test-moo-sub2.h test-moo-sub2.c sub2.priv.h sub2.vt.h : $(top_srcdir)/build-aux/moopp test-moo-root.oo.h test-moo-sub1.oo.h test-moo-sub2.oo.h test-moo-sub2.oo.c
273 test-moo-aroot.h test-moo-aroot.c aroot.priv.h aroot.vt.h : $(top_srcdir)/build-aux/moopp test-moo-aroot.oo.h test-moo-aroot.oo.c
276 test-moo-asub1.h test-moo-asub1.c asub1.priv.h asub1.vt.h : $(top_srcdir)/build-aux/moopp test-moo-aroot.oo.h test-moo-asub1.oo.h test-moo-asub1.oo.c
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/loginutils/
H A Dvlock.c20 #include <sys/vt.h>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/libgettextpo/
H A DMakefile.gnulib165 file-ostream.c file_ostream.priv.h file_ostream.vt.h : file-ostream.h
177 BUILT_SOURCES += file-ostream.h file-ostream.c file_ostream.priv.h file_ostream.vt.h
178 MAINTAINERCLEANFILES += file-ostream.h file-ostream.c file_ostream.priv.h file_ostream.vt.h
179 EXTRA_DIST += file-ostream.h file-ostream.c file_ostream.priv.h file_ostream.vt.h
445 ostream.c ostream.priv.h ostream.vt.h : ostream.h
457 BUILT_SOURCES += ostream.h ostream.c ostream.priv.h ostream.vt.h
458 MAINTAINERCLEANFILES += ostream.h ostream.c ostream.priv.h ostream.vt.h
459 EXTRA_DIST += ostream.h ostream.c ostream.priv.h ostream.vt.h
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/matrox/
H A Dmatroxfb_misc.c189 unsigned int vd, vs, ve, vt, lc; local
267 vt = m->VTotal - 2;
282 vt &= ~1;
291 hw->CRTCEXT[2] = ((vt & 0xC00) >> 10) |
305 hw->CRTC[6] = vt & 0xFF;
306 hw->CRTC[7] = ((vt & 0x100) >> 8) |
311 ((vt & 0x200) >> 4) |
327 hw->CRTC[22] = (vt + 1) /* & 0xFF */;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/netrom/
H A Dnr_subr.c108 unsigned short vt = (nr->vl + nr->window) % NR_MODULUS; local
110 while (vc != vt) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/cx25840/
H A Dcx25840-core.c625 struct v4l2_tuner *vt = arg; local
755 vt->signal = vpres ? 0xffff : 0x0;
759 vt->capability |=
777 vt->rxsubchans = val;
778 vt->audmode = state->audmode;
786 switch (vt->audmode) {
815 state->audmode = vt->audmode;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/ivtv/
H A Divtv-ioctl.c1032 struct v4l2_tuner *vt = arg; local
1034 if (vt->index != 0)
1037 ivtv_call_i2c_clients(itv, VIDIOC_S_TUNER, vt);
1042 struct v4l2_tuner *vt = arg; local
1044 if (vt->index != 0)
1047 memset(vt, 0, sizeof(*vt));
1048 ivtv_call_i2c_clients(itv, VIDIOC_G_TUNER, vt);
1051 strcpy(vt->name, "ivtv Radio Tuner");
1052 vt
[all...]
H A Divtv-fileops.c151 struct v4l2_tuner vt; local
158 memset(&vt, 0, sizeof(vt));
159 ivtv_call_i2c_clients(itv, VIDIOC_G_TUNER, &vt);
160 if (vt.audmode == V4L2_TUNER_MODE_LANG1_LANG2 && (vt.rxsubchans & V4L2_TUNER_SUB_LANG2))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/usbvision/
H A Dusbvision-video.c691 struct v4l2_tuner *vt = arg; local
693 if (!usbvision->have_tuner || vt->index) // Only tuner 0
695 strcpy(vt->name, "Television");
697 call_i2c_clients(usbvision,VIDIOC_G_TUNER,vt);
699 PDEBUG(DBG_IOCTL, "VIDIOC_G_TUNER signal=%x, afc=%x",vt->signal,vt->afc);
704 struct v4l2_tuner *vt = arg; local
707 if (!usbvision->have_tuner || vt->index)
710 call_i2c_clients(usbvision,VIDIOC_S_TUNER,vt);
1381 struct v4l2_tuner *vt local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/
H A Dasiliantfb.c184 unsigned vt = p->var.upper_margin + p->var.yres + p->var.lower_margin + p->var.vsync_len; local
201 write_cr(0x06, (vt - 2) & 0xff);
202 write_cr(0x30, (vt - 2) >> 8);
216 write_cr(0x16, (vt - 1) & 0xff);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/sched/
H A Dsch_hfsc.c162 u64 cl_vtadj; /* intra-period cumulative vt
164 u64 cl_vtoff; /* inter-period cumulative vt offset */
165 u64 cl_cvtmax; /* max child's vt in the last period */
179 unsigned long cl_vtperiod; /* vt period sequence number */
180 unsigned long cl_parentperiod;/* parent's vt period sequence number*/
318 * get the leaf class with the minimum vt in the hierarchy
689 u64 vt, f, cur_time; local
705 * set vt to the average of the min and max
707 * change, don't decrease vt of the class.
709 vt
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/intelfb/
H A Dintelfbhw.c985 u32 *vs, *vb, *vt, *hs, *hb, *ht, *ss, *pipe_conf; local
1009 vt = &hw->vtotal_b;
1021 vt = &hw->vtotal_a;
1182 *vt = (vtotal << VTOTAL_SHIFT) | (vactive << VACTIVE_SHIFT);
1219 const u32 *hs, *ht, *hb, *vs, *vt, *vb, *ss; local
1255 vt = &hw->vtotal_b;
1278 vt = &hw->vtotal_a;
1367 OUTREG(vtotal_reg, *vt);

Completed in 127 milliseconds

12