Lines Matching defs:pci_access
58 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 */
98 struct pci_access *pci_alloc(void) PCI_ABI; argument