Home
last modified time | relevance | path

Searched defs:pcidev (Results 1 – 14 of 14) sorted by relevance

/openbsd/sys/arch/alpha/alpha/
H A Ddec_eb64plus.c164 static struct device *pcidev, *ctrlrdev; local
H A Ddec_kn20aa.c164 static struct device *pcidev, *ctrlrdev; local
H A Ddec_alphabook1.c160 static struct device *pcidev, *ctrlrdev; in dec_alphabook1_device_register() local
H A Ddec_eb164.c167 static struct device *pcidev, *ctrlrdev; local
H A Dapi_up1000.c164 static struct device *pcidev, *scsidev; local
H A Ddec_550.c165 static struct device *pcidev, *ctrlrdev; local
H A Ddec_1000a.c235 static struct device *pcidev, *ctrlrdev; local
H A Ddec_kn300.c204 static struct device *primarydev, *pcidev, *ctrlrdev; local
H A Ddec_2100_a50.c184 static struct device *pcidev, *ctrlrdev; local
H A Ddec_axppci_33.c207 static struct device *pcidev, *ctrlrdev; local
H A Ddec_6600.c192 static struct device *primarydev, *pcidev, *ctrlrdev; local
/openbsd/usr.sbin/pcidump/
H A Dpcidump.c175 char pcidev[PATH_MAX] = PCIDEV; in main() local
/openbsd/sys/dev/pci/
H A Dpci.c726 struct device *pcidev; in pci_find_device() local
/openbsd/sys/dev/acpi/
H A Ddsdt.c2299 aml_rdpciaddr(struct aml_node *pcidev, union amlpci_t *addr) in aml_rdpciaddr()