Searched refs:read (Results 1 – 12 of 12) sorted by relevance
| /libpciaccess/src/ |
| H A D | x86_pci.c | 292 if (pci_sys_x86->read(0, dev, 0, PCI_CLASS_DEVICE, &class, sizeof(class))) in pci_system_x86_check() 296 if (pci_sys_x86->read(0, dev, 0, PCI_VENDOR_ID, &vendor, sizeof(vendor))) in pci_system_x86_check() 311 err = pci_sys_x86->read(bus, dev, 0, PCI_HDRTYPE, &hdr, sizeof(hdr)); in pci_nfuncs() 508 err = pci_sys_x86->read(dev->bus, dev->dev, dev->func, offset, data, toread); in pci_device_x86_read() 559 .read = pci_device_x86_read, 567 pci_sys_x86->read = pci_system_x86_conf1_read; in pci_probe() 574 pci_sys_x86->read = pci_system_x86_conf2_read; in pci_probe() 617 if (pci_sys_x86->read(bus, dev, func, PCI_VENDOR_ID, ®, sizeof(reg)) != 0) in pci_system_x86_create() 641 if (pci_sys_x86->read(bus, dev, func, PCI_VENDOR_ID, ®, sizeof(reg)) != 0) in pci_system_x86_create() 653 if (pci_sys_x86->read(bus, dev, func, PCI_CLASS, ®, sizeof(reg)) != 0) in pci_system_x86_create() [all …]
|
| H A D | common_vgaarb.c | 139 ret = read(pci_sys->vgaarb_fd, buf, BUFSIZE); in pci_device_vgaarb_init() 246 ret = read(pci_sys->vgaarb_fd, buf, BUFSIZE); in pci_device_vgaarb_set_target() 275 ret = read(pci_sys->vgaarb_fd, buf, BUFSIZE); in pci_device_vgaarb_decodes()
|
| H A D | linux_sysfs.c | 245 bytes = read( fd, resource, 512 ); in pci_device_linux_sysfs_probe() 331 const int bytes = read( fd, (char *) buffer + total_bytes, in pci_device_linux_sysfs_read_rom() 705 bytes_read = read(fd, reply, 1); in pci_device_linux_sysfs_boot_vga() 912 .read = pci_device_linux_sysfs_read,
|
| H A D | pciaccess_private.h | 55 int (*read)(struct pci_device * dev, void * data, pciaddr_t offset, member
|
| H A D | common_interface.c | 486 return pci_sys->methods->read( dev, data, offset, size, in pci_device_cfg_read()
|
| H A D | freebsd_pci.c | 574 .read = pci_device_freebsd_read,
|
| H A D | solx_devfs.c | 165 .read = pci_device_solx_devfs_read,
|
| H A D | Doxyfile | 1198 # read).
|
| /libpciaccess/.github/workflows/ |
| H A D | store_review_event.yaml | 6 permissions: read-all
|
| H A D | ci.yaml | 7 permissions: read-all
|
| H A D | publish_review_event.yaml | 8 permissions: read-all
|
| /libpciaccess/ |
| H A D | configure.ac | 54 AC_DEFINE(LINUX_ROM, 1, [Linux ROM read fallback]) 59 [Enable zlib support to read gzip compressed pci.ids]), 66 [AC_DEFINE(HAVE_ZLIB, 1, [Use zlib to read gzip compressed pci.ids])],
|