Home
last modified time | relevance | path

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

/linux-2.4.37.9/Documentation/networking/
Dsmc9.txt36 ftp://fenris.campus.vt.edu/smc9/smc9-12.tar.gz
37 ftp://sfbox.vt.edu/filebox/F/fenris/smc9/smc9-12.tar.gz
41 erik@mail.vt.edu
DREADME.sb1000207 csigler@vt.edu
/linux-2.4.37.9/drivers/char/
Dselection.c291 struct vt_struct *vt = (struct vt_struct *) tty->driver_data; in paste_selection() local
298 add_wait_queue(&vt->paste_wait, &wait); in paste_selection()
310 remove_wait_queue(&vt->paste_wait, &wait); in paste_selection()
Dvt.c440 struct vt_struct *vt = (struct vt_struct *)tty->driver_data; in vt_ioctl() local
442 console = vt->vc_num; in vt_ioctl()
1135 int vt_waitactive(int vt) in vt_waitactive() argument
1144 if (vt == fg_console) in vt_waitactive()
Dconsole.c1862 struct vt_struct *vt = (struct vt_struct *)tty->driver_data; in do_con_write() local
1870 currcons = vt->vc_num; in do_con_write()
2337 struct vt_struct *vt = (struct vt_struct *) tty->driver_data; in con_unthrottle() local
2339 wake_up_interruptible(&vt->paste_wait); in con_unthrottle()
2378 struct vt_struct *vt; in con_flush_chars() local
2386 vt = (struct vt_struct *)tty->driver_data; in con_flush_chars()
2387 if (vt) in con_flush_chars()
2388 set_cursor(vt->vc_num); in con_flush_chars()
DMakefile172 obj-$(CONFIG_VT) += vt.o vc_screen.o consolemap.o consolemap_deftbl.o $(CONSOLE) selection.o
DChangeLog140 * vt.c:
/linux-2.4.37.9/include/asm-ia64/sn/
Dserialio.h165 int (*down_map) (sioport_t *port, uint64_t *vt, off_t off);
316 #define DOWN_MAP(p, vt, off) \ argument
317 ((p)->sio_calldown->down_map(p, vt, off))
/linux-2.4.37.9/net/sched/
Dsch_hfsc.c726 u64 vt, f, cur_time; in init_vf() local
746 vt = max_cl->cl_vt; in init_vf()
748 vt = (cl->cl_parent->cl_cvtmin + vt)/2; in init_vf()
751 cl->cl_parentperiod || vt > cl->cl_vt) in init_vf()
752 cl->cl_vt = vt; in init_vf()
760 vt = cl->cl_parent->cl_cvtmax; in init_vf()
761 cl->cl_parent->cl_cvtoff += vt; in init_vf()
771 vt = cl->cl_vt + cl->cl_vtoff; in init_vf()
772 rtsc_min(&cl->cl_virtual, &cl->cl_fsc, vt, in init_vf()
774 if (cl->cl_virtual.x == vt) { in init_vf()
/linux-2.4.37.9/drivers/video/matrox/
Dmatroxfb_misc.c226 unsigned int vd, vs, ve, vt, lc; in matroxfb_vgaHWinit() local
338 vt = m->VTotal - 2; in matroxfb_vgaHWinit()
358 vt &= ~1; in matroxfb_vgaHWinit()
368 hw->CRTCEXT[2] = ((vt & 0xC00) >> 10) | in matroxfb_vgaHWinit()
387 hw->CRTC[6] = vt & 0xFF; in matroxfb_vgaHWinit()
388 hw->CRTC[7] = ((vt & 0x100) >> 8) | in matroxfb_vgaHWinit()
393 ((vt & 0x200) >> 4) | in matroxfb_vgaHWinit()
411 hw->CRTC[22] = (vt + 1) /* & 0xFF */; in matroxfb_vgaHWinit()
Dmatroxfb_maven.c719 static int maven_find_exact_clocks(unsigned int ht, unsigned int vt, in maven_find_exact_clocks() argument
733 …if (!matroxfb_mavenclock((m->mode == MODE_PAL) ? &maven_PAL : &maven_NTSC, h, vt, &a, &b, &c, &h2)… in maven_find_exact_clocks()
/linux-2.4.37.9/net/netrom/
Dnr_subr.c114 unsigned short vt = (sk->protinfo.nr->vl + sk->protinfo.nr->window) % NR_MODULUS; in nr_in_rx_window() local
116 while (vc != vt) { in nr_in_rx_window()
/linux-2.4.37.9/include/linux/
Dvt_kern.h90 int vt_waitactive(int vt);
/linux-2.4.37.9/drivers/video/intel/
Dintelfbhw.c839 u32 *vs, *vb, *vt, *hs, *hb, *ht, *ss, *pipe_conf; in intelfbhw_mode_to_hw() local
865 vt = &hw->vtotal_b; in intelfbhw_mode_to_hw()
877 vt = &hw->vtotal_a; in intelfbhw_mode_to_hw()
1028 *vt = (vtotal << VTOTAL_SHIFT) | (vactive << VACTIVE_SHIFT); in intelfbhw_mode_to_hw()
1065 const u32 *hs, *ht, *hb, *vs, *vt, *vb, *ss; in intelfbhw_program_mode() local
1098 vt = &hw->vtotal_b; in intelfbhw_program_mode()
1121 vt = &hw->vtotal_a; in intelfbhw_program_mode()
1174 OUTREG(vtotal_reg, *vt); in intelfbhw_program_mode()
/linux-2.4.37.9/drivers/video/
Dtdfxfb.c1294 u32 vd, vs, ve, vt, vbs, vbe; in tdfxfb_set_par() local
1338 vt = (par->vtotal << 1) - 2; in tdfxfb_set_par()
1343 vt = par->vtotal - 2; in tdfxfb_set_par()
1346 vbe = vt; in tdfxfb_set_par()
1399 reg.crt[0x06] = vt; in tdfxfb_set_par()
1403 ((vt & 0x200) >> 4) | in tdfxfb_set_par()
1408 ((vt & 0x100) >> 8); in tdfxfb_set_par()
1436 reg.ext[0x01] = (((vt & 0x400) >> 10) | in tdfxfb_set_par()
Dimsttfb.c321 __u16 hes, heb, hsb, ht, ves, veb, vsb, vt, vil; member
540 init->vt = init->vsb + vtp; in compute_imstt_regvals_ibm()
737 out_le32(&p->dc_regs[VT], init->vt); in set_imstt_regvals()
Dcyberfb.c1914 VT = vt - 2;
/linux-2.4.37.9/drivers/media/video/
Dtuner.c953 struct video_tuner *vt = arg; in tuner_command() local
956 vt->signal = tuner_signal(client); in tuner_command()
/linux-2.4.37.9/arch/mips64/kernel/
Dioctl32.c720 struct video_tuner vt; in do_video_ioctl() member
744 err = get_video_tuner32(&karg.vt, up); in do_video_ioctl()
772 err = put_video_tuner32(&karg.vt, up); in do_video_ioctl()
1261 struct vt_struct *vt; in do_kdfontop_ioctl() local
1271 vt = (struct vt_struct *)((struct tty_struct *)file->private_data)->driver_data; in do_kdfontop_ioctl()
1272 i = con_font_op(vt->vc_num, &op); in do_kdfontop_ioctl()
/linux-2.4.37.9/Documentation/
Dioctl-number.txt105 'V' all linux/vt.h
/linux-2.4.37.9/arch/x86_64/ia32/
Dia32_ioctl.c345 struct video_tuner vt; in do_video_ioctl() member
369 err = get_video_tuner32(&karg.vt, up); in do_video_ioctl()
397 err = put_video_tuner32(&karg.vt, up); in do_video_ioctl()
2036 struct vt_struct *vt; in do_kdfontop_ioctl() local
2046 vt = (struct vt_struct *)((struct tty_struct *)file->private_data)->driver_data; in do_kdfontop_ioctl()
2047 i = con_font_op(vt->vc_num, &op); in do_kdfontop_ioctl()
/linux-2.4.37.9/arch/ppc64/kernel/
Dioctl32.c330 struct video_tuner vt; in do_video_ioctl() member
354 err = get_video_tuner32(&karg.vt, up); in do_video_ioctl()
382 err = put_video_tuner32(&karg.vt, up); in do_video_ioctl()
1900 struct vt_struct *vt; in do_kdfontop_ioctl() local
1910 vt = (struct vt_struct *)((struct tty_struct *)file->private_data)->driver_data; in do_kdfontop_ioctl()
1911 i = con_font_op(vt->vc_num, &op); in do_kdfontop_ioctl()
/linux-2.4.37.9/arch/sparc64/kernel/
Dioctl32.c338 struct video_tuner vt; in do_video_ioctl() member
362 err = get_video_tuner32(&karg.vt, up); in do_video_ioctl()
390 err = put_video_tuner32(&karg.vt, up); in do_video_ioctl()
2126 struct vt_struct *vt; in do_kdfontop_ioctl() local
2136 vt = (struct vt_struct *)((struct tty_struct *)file->private_data)->driver_data; in do_kdfontop_ioctl()
2137 i = con_font_op(vt->vc_num, &op); in do_kdfontop_ioctl()
/linux-2.4.37.9/arch/parisc/kernel/
Dioctl32.c1508 struct vt_struct *vt; in do_kdfontop_ioctl() local
1518 vt = (struct vt_struct *)((struct tty_struct *)file->private_data)->driver_data; in do_kdfontop_ioctl()
1519 i = con_font_op(vt->vc_num, &op); in do_kdfontop_ioctl()
/linux-2.4.37.9/
DCREDITS787 E: tdunbar@vtaix.cc.vt.edu