Home
last modified time | relevance | path

Searched refs:read (Results 1 – 12 of 12) sorted by relevance

/libpciaccess/src/
H A Dx86_pci.c292 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, &reg, sizeof(reg)) != 0) in pci_system_x86_create()
641 if (pci_sys_x86->read(bus, dev, func, PCI_VENDOR_ID, &reg, sizeof(reg)) != 0) in pci_system_x86_create()
653 if (pci_sys_x86->read(bus, dev, func, PCI_CLASS, &reg, sizeof(reg)) != 0) in pci_system_x86_create()
[all …]
H A Dcommon_vgaarb.c139 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 Dlinux_sysfs.c245 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 Dpciaccess_private.h55 int (*read)(struct pci_device * dev, void * data, pciaddr_t offset, member
H A Dcommon_interface.c486 return pci_sys->methods->read( dev, data, offset, size, in pci_device_cfg_read()
H A Dfreebsd_pci.c574 .read = pci_device_freebsd_read,
H A Dsolx_devfs.c165 .read = pci_device_solx_devfs_read,
H A DDoxyfile1198 # read).
/libpciaccess/.github/workflows/
H A Dstore_review_event.yaml6 permissions: read-all
H A Dci.yaml7 permissions: read-all
H A Dpublish_review_event.yaml8 permissions: read-all
/libpciaccess/
H A Dconfigure.ac54 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])],