Home
last modified time | relevance | path

Searched defs:pci_access (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/pciutils/lib/
H A Dpci.h58 struct pci_access { struct
60 unsigned int method; /* Access method */
61 int writeable; /* Open in read/write mode */
62 int buscentric; /* Bus-centric view of the world */
64 char *id_file_name; /* Name of ID list file (use pci_set_name_list_path()) */
65 int free_id_name; /* Set if id_file_name is malloced */
66 int numeric_ids; /* Enforce PCI_LOOKUP_NUMERIC (>1 => PCI_LOOKUP_MIXED) */
68 unsigned int id_lookup_mode; /* pci_lookup_mode flags which are set automatically */
71 int debugging; /* Turn on debugging messages */
74 void (*error)(char *msg, ...) PCI_PRINTF(1,2) PCI_NONRET; /* Write error message and quit */
[all …]
/aosp_15_r20/external/coreboot/payloads/libpayload/include/pci/
H A Dpci.h99 struct pci_access { struct
112 struct pci_access *pci_alloc(void); argument
/aosp_15_r20/external/coreboot/util/uio_usbdebug/
H A Duio_usbdebug.c19 struct pci_access *pci_access; variable