Lines Matching refs:pci_dev
24 struct pci_dev *
27 struct pci_dev *d = pci_malloc(a, sizeof(struct pci_dev)); in pci_alloc_dev()
40 pci_link_dev(struct pci_access *a, struct pci_dev *d) in pci_link_dev()
60 struct pci_dev *
63 struct pci_dev *d = pci_alloc_dev(a); in pci_get_dev()
73 pci_free_properties(struct pci_dev *d) in pci_free_properties()
84 void pci_free_dev(struct pci_dev *d) in pci_free_dev()
95 pci_read_data(struct pci_dev *d, void *buf, int pos, int len) in pci_read_data()
106 pci_read_byte(struct pci_dev *d, int pos) in pci_read_byte()
114 pci_read_word(struct pci_dev *d, int pos) in pci_read_word()
122 pci_read_long(struct pci_dev *d, int pos) in pci_read_long()
130 pci_read_block(struct pci_dev *d, int pos, byte *buf, int len) in pci_read_block()
136 pci_read_vpd(struct pci_dev *d, int pos, byte *buf, int len) in pci_read_vpd()
142 pci_write_data(struct pci_dev *d, void *buf, int pos, int len) in pci_write_data()
152 pci_write_byte(struct pci_dev *d, int pos, byte data) in pci_write_byte()
158 pci_write_word(struct pci_dev *d, int pos, word data) in pci_write_word()
165 pci_write_long(struct pci_dev *d, int pos, u32 data) in pci_write_long()
172 pci_write_block(struct pci_dev *d, int pos, byte *buf, int len) in pci_write_block()
183 pci_reset_properties(struct pci_dev *d) in pci_reset_properties()
194 pci_fill_info_v313(struct pci_dev *d, int flags) in pci_fill_info_v313()
209 STATIC_ALIAS(int pci_fill_info(struct pci_dev *d, int flags), pci_fill_info_v313(d, flags));
210 DEFINE_ALIAS(int pci_fill_info_v30(struct pci_dev *d, int flags), pci_fill_info_v313);
211 DEFINE_ALIAS(int pci_fill_info_v31(struct pci_dev *d, int flags), pci_fill_info_v313);
212 DEFINE_ALIAS(int pci_fill_info_v32(struct pci_dev *d, int flags), pci_fill_info_v313);
213 DEFINE_ALIAS(int pci_fill_info_v33(struct pci_dev *d, int flags), pci_fill_info_v313);
214 DEFINE_ALIAS(int pci_fill_info_v34(struct pci_dev *d, int flags), pci_fill_info_v313);
215 DEFINE_ALIAS(int pci_fill_info_v35(struct pci_dev *d, int flags), pci_fill_info_v313);
216 DEFINE_ALIAS(int pci_fill_info_v38(struct pci_dev *d, int flags), pci_fill_info_v313);
227 pci_setup_cache(struct pci_dev *d, byte *cache, int len) in pci_setup_cache()
234 pci_set_property(struct pci_dev *d, u32 key, char *value) in pci_set_property()
263 pci_get_string_property(struct pci_dev *d, u32 prop) in pci_get_string_property()