Home
last modified time | relevance | path

Searched refs:ioports (Results 1 – 11 of 11) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/gpu/drm/bochs/
H A Dbochs_hw.c137 bochs->ioports = 1; in bochs_hw_init()
174 bochs->ioports ? "ioports" : "mmio", in bochs_hw_init()
200 if (bochs->ioports) in bochs_hw_fini()
H A Dbochs.h55 int ioports; member
/OK3568_Linux_fs/kernel/Documentation/driver-api/media/drivers/
H A Dradiotrack.rst33 I did not get much success, but I learned about programming ioports under
61 the ioports appears to be the "Stereo Detect" bit.
/OK3568_Linux_fs/kernel/drivers/platform/x86/
H A Dsony-laptop.c3357 struct list_head ioports; member
3370 .ioports = LIST_HEAD_INIT(spic_dev.ioports),
4345 list_add(&ioport->list, &dev->ioports); in sony_pic_read_possible_resource()
4389 list_first_entry(&dev->ioports, struct sony_pic_ioport, list); in sony_pic_read_possible_resource()
4676 list_for_each_entry_safe(io, tmp_io, &spic_dev.ioports, list) { in sony_pic_remove()
4721 list_for_each_entry_reverse(io, &spic_dev.ioports, list) { in sony_pic_add()
4822 list_for_each_entry_safe(io, tmp_io, &spic_dev.ioports, list) { in sony_pic_add()
/OK3568_Linux_fs/kernel/Documentation/driver-api/
H A Duio-howto.rst180 access them from userspace. The most common example are x86 ioports. On
181 x86 systems, userspace can access these ioports using
234 want to pass information about ioports to userspace. For each port
310 constants. Use ``UIO_PORT_X86`` for the ioports found in x86
/OK3568_Linux_fs/kernel/Documentation/driver-api/serial/
H A Drocket.rst126 On a Linux system, "cat /proc/ioports" will also be helpful in
/OK3568_Linux_fs/kernel/Documentation/admin-guide/
H A Dreporting-bugs.rst130 [8.4.] Loaded driver and hardware information (/proc/ioports, /proc/iomem)
/OK3568_Linux_fs/kernel/drivers/auxdisplay/
H A DKconfig62 and execute "dmesg" or "cat /proc/ioports". You can see there how
/OK3568_Linux_fs/kernel/Documentation/admin-guide/blockdev/
H A Dparide.rst396 is using your parallel port (check in /proc/ioports). Then, load the
/OK3568_Linux_fs/kernel/Documentation/filesystems/
H A Dproc.rst688 ioports I/O port usage
/OK3568_Linux_fs/external/xserver/
H A DChangeLog151647 use UTILS_SYS_LIBS to pass SYS_LIBS to utils/ioports correctly