Searched refs:ioports (Results 1 – 10 of 10) sorted by relevance
/Linux-v4.19/drivers/gpu/drm/bochs/ |
D | bochs_hw.c | 77 bochs->ioports = 1; in bochs_hw_init() 116 bochs->ioports ? "ioports" : "mmio", in bochs_hw_init() 145 if (bochs->ioports) in bochs_hw_fini()
|
D | bochs.h | 62 int ioports; member
|
/Linux-v4.19/Documentation/media/v4l-drivers/ |
D | radiotrack.rst | 31 I did not get much success, but I learned about programming ioports under 59 the ioports appears to be the "Stereo Detect" bit.
|
/Linux-v4.19/drivers/platform/x86/ |
D | sony-laptop.c | 3373 struct list_head ioports; member 3386 .ioports = LIST_HEAD_INIT(spic_dev.ioports), 4361 list_add(&ioport->list, &dev->ioports); in sony_pic_read_possible_resource() 4405 list_first_entry(&dev->ioports, struct sony_pic_ioport, list); in sony_pic_read_possible_resource() 4690 list_for_each_entry_safe(io, tmp_io, &spic_dev.ioports, list) { in sony_pic_remove() 4735 list_for_each_entry_reverse(io, &spic_dev.ioports, list) { in sony_pic_add() 4836 list_for_each_entry_safe(io, tmp_io, &spic_dev.ioports, list) { in sony_pic_add()
|
/Linux-v4.19/Documentation/driver-api/ |
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
|
/Linux-v4.19/Documentation/serial/ |
D | rocket.txt | 122 On a Linux system, "cat /proc/ioports" will also be helpful in
|
/Linux-v4.19/Documentation/admin-guide/ |
D | reporting-bugs.rst | 130 [8.4.] Loaded driver and hardware information (/proc/ioports, /proc/iomem)
|
/Linux-v4.19/drivers/auxdisplay/ |
D | Kconfig | 62 and execute "dmesg" or "cat /proc/ioports". You can see there how
|
/Linux-v4.19/Documentation/blockdev/ |
D | paride.txt | 374 is using your parallel port (check in /proc/ioports). Then, load the
|
/Linux-v4.19/Documentation/filesystems/ |
D | proc.txt | 601 ioports I/O port usage
|