pci_alloc ( ) @@ LIBPCI_3.0Field 'retval->devices' in return value (pointer) has base type 'struct pci_dev'.
pci_cleanup ( struct pci_access* p1 ) @@ LIBPCI_3.0Field 'p1->cached_dev' in 1st parameter 'p1' (pointer) has base type 'struct pci_dev'.
pci_fill_info ( struct pci_dev* p1, int flags )1st parameter 'p1' (pointer) has base type 'struct pci_dev'.
pci_filter_init ( struct pci_access* p1, struct pci_filter* p2 ) @@ LIBPCI_3.0Field 'p1->cached_dev' in 1st parameter 'p1' (pointer) has base type 'struct pci_dev'.
pci_filter_match ( struct pci_filter* p1, struct pci_dev* p2 ) @@ LIBPCI_3.02nd parameter 'p2' (pointer) has base type 'struct pci_dev'.
pci_find_cap ( struct pci_dev* p1, unsigned int id, unsigned int type ) @@ LIBPCI_3.11st parameter 'p1' (pointer) has base type 'struct pci_dev'.
pci_free_dev ( struct pci_dev* p1 ) @@ LIBPCI_3.01st parameter 'p1' (pointer) has base type 'struct pci_dev'.
pci_free_name_list ( struct pci_access* a ) @@ LIBPCI_3.0Field 'a->devices' in 1st parameter 'a' (pointer) has base type 'struct pci_dev'.
pci_get_dev ( struct pci_access* acc, int domain, int bus, int dev, int func ) @@ LIBPCI_3.0Field 'acc->cached_dev' in 1st parameter 'acc' (pointer) has base type 'struct pci_dev'.
pci_get_param ( struct pci_access* acc, char* param ) @@ LIBPCI_3.0Field 'acc->cached_dev' in 1st parameter 'acc' (pointer) has base type 'struct pci_dev'.
pci_id_cache_flush ( struct pci_access* a ) @@ LIBPCI_3.0Field 'a->devices' in 1st parameter 'a' (pointer) has base type 'struct pci_dev'.
pci_init ( struct pci_access* p1 ) @@ LIBPCI_3.0Field 'p1->cached_dev' in 1st parameter 'p1' (pointer) has base type 'struct pci_dev'.
pci_load_name_list ( struct pci_access* a ) @@ LIBPCI_3.0Field 'a->devices' in 1st parameter 'a' (pointer) has base type 'struct pci_dev'.
pci_lookup_name ( struct pci_access* a, char* buf, int size, int flags, ... ) @@ LIBPCI_3.0Field 'a->devices' in 1st parameter 'a' (pointer) has base type 'struct pci_dev'.
pci_read_block ( struct pci_dev* p1, int pos, u8* buf, int len ) @@ LIBPCI_3.01st parameter 'p1' (pointer) has base type 'struct pci_dev'.
pci_read_byte ( struct pci_dev* p1, int pos ) @@ LIBPCI_3.01st parameter 'p1' (pointer) has base type 'struct pci_dev'.
pci_read_long ( struct pci_dev* p1, int pos ) @@ LIBPCI_3.01st parameter 'p1' (pointer) has base type 'struct pci_dev'.
pci_read_vpd ( struct pci_dev* d, int pos, u8* buf, int len ) @@ LIBPCI_3.11st parameter 'd' (pointer) has base type 'struct pci_dev'.
pci_read_word ( struct pci_dev* p1, int pos ) @@ LIBPCI_3.01st parameter 'p1' (pointer) has base type 'struct pci_dev'.
pci_scan_bus ( struct pci_access* acc ) @@ LIBPCI_3.0Field 'acc->cached_dev' in 1st parameter 'acc' (pointer) has base type 'struct pci_dev'.
pci_set_name_list_path ( struct pci_access* a, char* name, int to_be_freed ) @@ LIBPCI_3.0Field 'a->devices' in 1st parameter 'a' (pointer) has base type 'struct pci_dev'.
pci_set_param ( struct pci_access* acc, char* param, char* value ) @@ LIBPCI_3.0Field 'acc->cached_dev' in 1st parameter 'acc' (pointer) has base type 'struct pci_dev'.
pci_setup_cache ( struct pci_dev* p1, u8* cache, int len ) @@ LIBPCI_3.01st parameter 'p1' (pointer) has base type 'struct pci_dev'.
pci_walk_params ( struct pci_access* acc, struct pci_param* prev ) @@ LIBPCI_3.0Field 'acc->cached_dev' in 1st parameter 'acc' (pointer) has base type 'struct pci_dev'.
pci_write_block ( struct pci_dev* p1, int pos, u8* buf, int len ) @@ LIBPCI_3.01st parameter 'p1' (pointer) has base type 'struct pci_dev'.
pci_write_byte ( struct pci_dev* p1, int pos, u8 data ) @@ LIBPCI_3.01st parameter 'p1' (pointer) has base type 'struct pci_dev'.
pci_write_long ( struct pci_dev* p1, int pos, u32 data ) @@ LIBPCI_3.01st parameter 'p1' (pointer) has base type 'struct pci_dev'.
pci_write_word ( struct pci_dev* p1, int pos, u16 data ) @@ LIBPCI_3.01st parameter 'p1' (pointer) has base type 'struct pci_dev'.