Searched defs:pci_access (Results 1 – 3 of 3) sorted by relevance
58 struct pci_access { struct60 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 …]
99 struct pci_access { struct112 struct pci_access *pci_alloc(void); argument
19 struct pci_access *pci_access; variable