Searched refs:pci_legacy_read (Results 1 – 11 of 11) sorted by relevance
/linux-6.1.9/arch/microblaze/include/asm/ |
D | pci.h | 51 extern int pci_legacy_read(struct pci_bus *bus, loff_t port, u32 *val,
|
/linux-6.1.9/arch/ia64/include/asm/ |
D | pci.h | 43 int pci_legacy_read(struct pci_bus *bus, u16 port, u32 *val, u8 size);
|
/linux-6.1.9/arch/alpha/include/asm/ |
D | pci.h | 80 extern int pci_legacy_read(struct pci_bus *bus, loff_t port, u32 *val,
|
/linux-6.1.9/arch/powerpc/include/asm/ |
D | pci.h | 78 extern int pci_legacy_read(struct pci_bus *bus, loff_t port, u32 *val,
|
/linux-6.1.9/Documentation/translations/zh_CN/PCI/ |
D | sysfs-pci.rst | 125 遗留资源由HAVE_PCI_LEGACY定义保护。希望支持遗留功能的平台应该定义它并提供 pci_legacy_read,
|
/linux-6.1.9/arch/alpha/kernel/ |
D | pci-sysfs.c | 326 int pci_legacy_read(struct pci_bus *bus, loff_t port, u32 *val, size_t size) in pci_legacy_read() function
|
/linux-6.1.9/arch/ia64/pci/ |
D | pci.c | 486 int pci_legacy_read(struct pci_bus *bus, u16 port, u32 *val, u8 size) in pci_legacy_read() function
|
/linux-6.1.9/Documentation/PCI/ |
D | sysfs-pci.rst | 138 pci_legacy_read, pci_legacy_write and pci_mmap_legacy_page_range functions.
|
/linux-6.1.9/arch/microblaze/pci/ |
D | pci-common.c | 169 int pci_legacy_read(struct pci_bus *bus, loff_t port, u32 *val, size_t size) in pci_legacy_read() function
|
/linux-6.1.9/arch/powerpc/kernel/ |
D | pci-common.c | 569 int pci_legacy_read(struct pci_bus *bus, loff_t port, u32 *val, size_t size) in pci_legacy_read() function
|
/linux-6.1.9/drivers/pci/ |
D | pci-sysfs.c | 854 return pci_legacy_read(bus, off, (u32 *)buf, count); in pci_read_legacy_io()
|