Home
last modified time | relevance | path

Searched refs:textmode (Results 1 – 6 of 6) sorted by relevance

/linux/Documentation/usb/
H A Dmisc_usbsevseg.rst26 The device can accept "text" either in raw, hex, or ascii textmode.
39 3. Set the textmode:
40 echo $textmode > /sys/bus/usb/.../textmode
/linux/Documentation/ABI/testing/
H A Dsysfs-bus-usb-devices-usbsevseg22 What: /sys/bus/usb/.../textmode
/linux/Documentation/fb/
H A Daty128fb.rst18 if you use same resolution as you used in textmode.
H A Dmatroxfb.rst18 if you use same resolution as you used in textmode.
/linux/drivers/video/fbdev/matrox/
H A Dmatroxfb_base.c1665 minfo->devflags.textmode = 4; in initMatrox2()
1669 minfo->devflags.textmode = 1; in initMatrox2()
1673 minfo->devflags.textmode = 1; in initMatrox2()
1683 minfo->devflags.textstep = minfo->devflags.vgastep * minfo->devflags.textmode; in initMatrox2()
1684 minfo->devflags.textvram = 65536 / minfo->devflags.textmode; in initMatrox2()
H A Dmatroxfb_base.h448 unsigned int textmode; member