Home
last modified time | relevance | path

Searched refs:textmode (Results 1 – 7 of 7) 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/drivers/usb/misc/
H A Dusbsevseg.c42 u8 textmode; member
122 (0 * 0x100) + mydev->textmode, /* mode */ in update_display_visual()
254 if (mydev->textmode == i) { in textmode_show()
281 mydev->textmode = i; in textmode_store()
286 static DEVICE_ATTR_RW(textmode);
324 mydev->textmode = 0x02; /* ascii mode */ in sevseg_probe()
/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