Searched refs:ioports (Results 1 – 11 of 11) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/bochs/ |
| H A D | bochs_hw.c | 137 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 D | bochs.h | 55 int ioports; member
|
| /OK3568_Linux_fs/kernel/Documentation/driver-api/media/drivers/ |
| H A D | radiotrack.rst | 33 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 D | sony-laptop.c | 3357 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 D | uio-howto.rst | 180 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 D | rocket.rst | 126 On a Linux system, "cat /proc/ioports" will also be helpful in
|
| /OK3568_Linux_fs/kernel/Documentation/admin-guide/ |
| H A D | reporting-bugs.rst | 130 [8.4.] Loaded driver and hardware information (/proc/ioports, /proc/iomem)
|
| /OK3568_Linux_fs/kernel/drivers/auxdisplay/ |
| H A D | Kconfig | 62 and execute "dmesg" or "cat /proc/ioports". You can see there how
|
| /OK3568_Linux_fs/kernel/Documentation/admin-guide/blockdev/ |
| H A D | paride.rst | 396 is using your parallel port (check in /proc/ioports). Then, load the
|
| /OK3568_Linux_fs/kernel/Documentation/filesystems/ |
| H A D | proc.rst | 688 ioports I/O port usage
|
| /OK3568_Linux_fs/external/xserver/ |
| H A D | ChangeLog | 151647 use UTILS_SYS_LIBS to pass SYS_LIBS to utils/ioports correctly
|