device 111 arch/i386/eisa/eisa_machdep.c eisa_attach_hook(struct device *parent, struct device *self, device 60 arch/i386/eisa/eisa_machdep.h void eisa_attach_hook(struct device *, struct device *, device 111 arch/i386/i386/acpi_machdep.c acpi_probe(struct device *parent, struct cfdata *match, struct acpi_attach_args *aaa) device 83 arch/i386/i386/apm.c struct device sc_dev; device 94 arch/i386/i386/apm.c int apmprobe(struct device *, void *, void *); device 95 arch/i386/i386/apm.c void apmattach(struct device *, struct device *, void *); device 751 arch/i386/i386/apm.c apmprobe(struct device *parent, void *match, void *aux) device 793 arch/i386/i386/apm.c apmattach(struct device *parent, struct device *self, void *aux) device 169 arch/i386/i386/autoconf.c device_register(struct device *dev, void *aux) device 182 arch/i386/i386/autoconf.c struct device *bootdv = NULL; device 65 arch/i386/i386/bios.c struct device sc_dev; device 68 arch/i386/i386/bios.c int biosprobe(struct device *, void *, void *); device 69 arch/i386/i386/bios.c void biosattach(struct device *, struct device *, void *); device 118 arch/i386/i386/bios.c biosprobe(struct device *parent, void *match, void *aux) device 138 arch/i386/i386/bios.c biosattach(struct device *parent, struct device *self, void *aux) device 421 arch/i386/i386/conf.c int findblkmajor(struct device *dv); device 422 arch/i386/i386/conf.c dev_t dev_rawpart(struct device *); /* XXX */ device 425 arch/i386/i386/conf.c dev_rawpart(struct device *dv) device 113 arch/i386/i386/cpu.c int cpu_match(struct device *, void *, void *); device 114 arch/i386/i386/cpu.c void cpu_attach(struct device *, struct device *, void *); device 174 arch/i386/i386/cpu.c cpu_match(struct device *parent, void *matchv, void *aux) device 185 arch/i386/i386/cpu.c cpu_attach(struct device *parent, struct device *self, void *aux) device 47 arch/i386/i386/dkcsum.c dev_t dev_rawpart(struct device *); /* XXX */ device 56 arch/i386/i386/dkcsum.c struct device *dv; device 47 arch/i386/i386/esm.c int esm_match(struct device *, void *, void *); device 48 arch/i386/i386/esm.c void esm_attach(struct device *, struct device *, void *); device 112 arch/i386/i386/esm.c struct device sc_dev; device 208 arch/i386/i386/esm.c esm_match(struct device *parent, void *match, void *aux) device 220 arch/i386/i386/esm.c esm_attach(struct device *parent, struct device *self, void *aux) device 100 arch/i386/i386/ioapic.c int ioapic_match(struct device *, void *, void *); device 101 arch/i386/i386/ioapic.c void ioapic_attach(struct device *, struct device *, void *); device 231 arch/i386/i386/ioapic.c ioapic_match(struct device *parent, void *matchv, void *aux) device 263 arch/i386/i386/ioapic.c ioapic_attach(struct device *parent, struct device *self, void *aux) device 89 arch/i386/i386/mainbus.c int mainbus_match(struct device *, void *, void *); device 90 arch/i386/i386/mainbus.c void mainbus_attach(struct device *, struct device *, void *); device 93 arch/i386/i386/mainbus.c sizeof(struct device), mainbus_match, mainbus_attach device 133 arch/i386/i386/mainbus.c mainbus_match(struct device *parent, void *match, void *aux) device 142 arch/i386/i386/mainbus.c mainbus_attach(struct device *parent, struct device *self, void *aux) device 164 arch/i386/i386/mpbios.c int mp_match(struct device *, void *, void *); device 166 arch/i386/i386/mpbios.c const void *mpbios_search(struct device *, paddr_t, int, device 179 arch/i386/i386/mpbios.c void mpbios_cpu(const u_int8_t *, struct device *); device 180 arch/i386/i386/mpbios.c void mpbios_bus(const u_int8_t *, struct device *); device 181 arch/i386/i386/mpbios.c void mpbios_ioapic(const u_int8_t *, struct device *); device 212 arch/i386/i386/mpbios.c mp_match(struct device *parent, void *cfv, void *aux) device 269 arch/i386/i386/mpbios.c mpbios_probe(struct device *self) device 410 arch/i386/i386/mpbios.c mpbios_search(struct device *self, paddr_t start, int count, struct mp_map *map) device 498 arch/i386/i386/mpbios.c mpbios_scan(struct device *self) device 714 arch/i386/i386/mpbios.c mpbios_cpu(const u_int8_t *ent, struct device *self) device 958 arch/i386/i386/mpbios.c mpbios_bus(const u_int8_t *ent, struct device *self) device 1015 arch/i386/i386/mpbios.c mpbios_ioapic(const u_int8_t *ent, struct device *self) device 185 arch/i386/i386/mpbios_intr_fixup.c int device, maxdevs = pci_bus_maxdevs(pc, 0); device 188 arch/i386/i386/mpbios_intr_fixup.c for (device = 0; device < maxdevs; device++) { device 194 arch/i386/i386/mpbios_intr_fixup.c icutag = pci_make_tag(pc, 0, device, 0); device 212 arch/i386/i386/mpbios_intr_fixup.c icutag = pci_make_tag(pc, 0, device, function); device 66 arch/i386/i386/rbus_machdep.c rbus_pccbb_parent_mem(struct device *self, struct pci_attach_args *pa) device 112 arch/i386/i386/rbus_machdep.c rbus_pccbb_parent_io(struct device *self, struct pci_attach_args *pa) device 77 arch/i386/include/cpu.h struct device ci_dev; /* our device */ device 59 arch/i386/include/i82093var.h struct device sc_dev; /* generic device glue */ device 84 arch/i386/include/mpbiosvar.h void mpbios_scan(struct device *); device 85 arch/i386/include/mpbiosvar.h int mpbios_probe(struct device *); device 47 arch/i386/include/rbus_machdep.h rbus_tag_t rbus_pccbb_parent_io(struct device *self, device 49 arch/i386/include/rbus_machdep.h rbus_tag_t rbus_pccbb_parent_mem(struct device *self, device 119 arch/i386/isa/ahc_isa.c int ahc_isa_probe(struct device *, void *, void *); device 120 arch/i386/isa/ahc_isa.c void ahc_isa_attach(struct device *, struct device *, void *); device 286 arch/i386/isa/ahc_isa.c ahc_isa_probe(struct device *parent, void *match, void *aux) device 334 arch/i386/isa/ahc_isa.c ahc_isa_attach(struct device *parent, struct device *self, void *aux) device 620 arch/i386/isa/isa_machdep.c isa_attach_hook(struct device *parent, struct device *self, device 103 arch/i386/isa/isa_machdep.h struct device; /* XXX */ device 109 arch/i386/isa/isa_machdep.h void isa_attach_hook(struct device *, struct device *, device 52 arch/i386/isa/joy_isa.c int joy_isa_probe(struct device *, void *, void *); device 53 arch/i386/isa/joy_isa.c void joy_isa_attach(struct device *, struct device *, void *); device 60 arch/i386/isa/joy_isa.c joy_isa_probe(struct device *parent, void *match, void *aux) device 77 arch/i386/isa/joy_isa.c joy_isa_attach(struct device *parent, struct device *self, void *aux) device 52 arch/i386/isa/joy_isapnp.c int joy_isapnp_probe(struct device *, void *, void *); device 53 arch/i386/isa/joy_isapnp.c void joy_isapnp_attach(struct device *, struct device *, void *); device 60 arch/i386/isa/joy_isapnp.c joy_isapnp_probe(struct device *parent, void *match, void *aux) device 66 arch/i386/isa/joy_isapnp.c joy_isapnp_attach(struct device *parent, struct device *self, void *aux) device 63 arch/i386/isa/joyreg.h struct device sc_dev; device 48 arch/i386/isa/lms.c struct device sc_dev; device 57 arch/i386/isa/lms.c struct device *sc_wsmousedev; device 60 arch/i386/isa/lms.c int lmsprobe(struct device *, void *, void *); device 61 arch/i386/isa/lms.c void lmsattach(struct device *, struct device *, void *); device 79 arch/i386/isa/lms.c lmsprobe(struct device *parent, void *match, void *aux) device 121 arch/i386/isa/lms.c lmsattach(struct device *parent, struct device *self, void *aux) device 46 arch/i386/isa/mms.c struct device sc_dev; device 54 arch/i386/isa/mms.c struct device *sc_wsmousedev; device 57 arch/i386/isa/mms.c int mmsprobe(struct device *, void *, void *); device 58 arch/i386/isa/mms.c void mmsattach(struct device *, struct device *, void *); device 76 arch/i386/isa/mms.c mmsprobe(struct device *parent, void *match, void *aux) device 110 arch/i386/isa/mms.c mmsattach(struct device *parent, struct device *self, void *aux) device 106 arch/i386/isa/npx.c struct device sc_dev; device 110 arch/i386/isa/npx.c int npxprobe(struct device *, void *, void *); device 111 arch/i386/isa/npx.c void npxattach(struct device *, struct device *, void *); device 272 arch/i386/isa/npx.c npxprobe(struct device *parent, void *match, void *aux) device 366 arch/i386/isa/npx.c npxattach(struct device *parent, struct device *self, void *aux) device 110 arch/i386/isa/pccom.c int comprobe(struct device *, void *, void *); device 111 arch/i386/isa/pccom.c void comattach(struct device *, struct device *, void *); device 236 arch/i386/isa/pccom.c comprobe(struct device *parent, void *match, void *aux) device 309 arch/i386/isa/pccom.c comattach(struct device *parent, struct device *self, void *aux) device 417 arch/i386/isa/pccom.c com_detach(struct device *self, int flags) device 447 arch/i386/isa/pccom.c com_activate(struct device *self, enum devact act) device 45 arch/i386/isa/pccomvar.h struct device sc_dev; device 114 arch/i386/isa/pccomvar.h int com_detach(struct device *, int); device 115 arch/i386/isa/pccomvar.h int com_activate(struct device *, enum devact); device 64 arch/i386/pci/elan520.c struct device sc_dev; device 76 arch/i386/pci/elan520.c int elansc_match(struct device *, void *, void *); device 77 arch/i386/pci/elan520.c void elansc_attach(struct device *, struct device *, void *); device 104 arch/i386/pci/elan520.c elansc_match(struct device *parent, void *match, void *aux) device 125 arch/i386/pci/elan520.c elansc_attach(struct device *parent, struct device *self, void *aux) device 40 arch/i386/pci/geodesc.c struct device sc_dev; device 45 arch/i386/pci/geodesc.c int geodesc_match(struct device *, void *, void *); device 46 arch/i386/pci/geodesc.c void geodesc_attach(struct device *, struct device *, void *); device 75 arch/i386/pci/geodesc.c geodesc_match(struct device *parent, void *match, void *aux) device 89 arch/i386/pci/geodesc.c geodesc_attach(struct device *parent, struct device *self, void *aux) device 161 arch/i386/pci/glxsb.c struct device sc_dev; device 175 arch/i386/pci/glxsb.c int glxsb_match(struct device *, void *, void *); device 176 arch/i386/pci/glxsb.c void glxsb_attach(struct device *, struct device *, void *); device 212 arch/i386/pci/glxsb.c glxsb_match(struct device *parent, void *match, void *aux) device 224 arch/i386/pci/glxsb.c glxsb_attach(struct device *parent, struct device *self, void *aux) device 41 arch/i386/pci/gscpcib.c struct device sc_dev; device 50 arch/i386/pci/gscpcib.c int gscpcib_match(struct device *, void *, void *); device 51 arch/i386/pci/gscpcib.c void gscpcib_attach(struct device *, struct device *, void *); device 58 arch/i386/pci/gscpcib.c void pcibattach(struct device *, struct device *, void *); device 71 arch/i386/pci/gscpcib.c gscpcib_match(struct device *parent, void *match, void *aux) device 87 arch/i386/pci/gscpcib.c gscpcib_attach(struct device *parent, struct device *self, void *aux) device 40 arch/i386/pci/gscpm.c struct device sc_dev; device 48 arch/i386/pci/gscpm.c int gscpm_match(struct device *, void *, void *); device 49 arch/i386/pci/gscpm.c void gscpm_attach(struct device *, struct device *, void *); device 81 arch/i386/pci/gscpm.c gscpm_match(struct device *parent, void *match, void *aux) device 93 arch/i386/pci/gscpm.c gscpm_attach(struct device *parent, struct device *self, void *aux) device 45 arch/i386/pci/ichpcib.c struct device sc_dev; device 51 arch/i386/pci/ichpcib.c int ichpcib_match(struct device *, void *, void *); device 52 arch/i386/pci/ichpcib.c void ichpcib_attach(struct device *, struct device *, void *); device 58 arch/i386/pci/ichpcib.c void pcibattach(struct device *, struct device *, void *); device 113 arch/i386/pci/ichpcib.c ichpcib_match(struct device *parent, void *match, void *aux) device 122 arch/i386/pci/ichpcib.c ichpcib_attach(struct device *parent, struct device *self, void *aux) device 118 arch/i386/pci/pchb.c struct device sc_dev; device 129 arch/i386/pci/pchb.c int pchbmatch(struct device *, void *, void *); device 130 arch/i386/pci/pchb.c void pchbattach(struct device *, struct device *, void *); device 143 arch/i386/pci/pchb.c void pchb_amd64ht_attach (struct device *, struct pci_attach_args *, int); device 153 arch/i386/pci/pchb.c pchbmatch(struct device *parent, void *match, void *aux) device 178 arch/i386/pci/pchb.c pchbattach(struct device *parent, struct device *self, void *aux) device 455 arch/i386/pci/pchb.c pchb_amd64ht_attach (struct device *self, struct pci_attach_args *pa, int i) device 381 arch/i386/pci/pci_addr_fixup.c int bus, device, function; device 385 arch/i386/pci/pci_addr_fixup.c pci_decompose_tag(pc, tag, &bus, &device, &function); device 386 arch/i386/pci/pci_addr_fixup.c printf("%03d:%02d:%d %04x:%04x\n", bus, device, function, device 54 arch/i386/pci/pci_bus_fixup.c int device, maxdevs, function, nfuncs, bus_max, bus_sub; device 62 arch/i386/pci/pci_bus_fixup.c for (device = 0; device < maxdevs; device++) { device 63 arch/i386/pci/pci_bus_fixup.c tag = pci_make_tag(pc, bus, device, 0); device 88 arch/i386/pci/pci_bus_fixup.c tag = pci_make_tag(pc, bus, device, function); device 161 arch/i386/pci/pci_bus_fixup.c int bridge, device, maxdevs, function, nfuncs, bus_max, bus_sub; device 169 arch/i386/pci/pci_bus_fixup.c for (device = 0; device < maxdevs; device++) { device 170 arch/i386/pci/pci_bus_fixup.c tag = pci_make_tag(pc, bus, device, 0); device 195 arch/i386/pci/pci_bus_fixup.c tag = pci_make_tag(pc, bus, device, function); device 261 arch/i386/pci/pci_bus_fixup.c int bus, device, function; device 265 arch/i386/pci/pci_bus_fixup.c pci_decompose_tag(pc, tag, &bus, &device, &function); device 266 arch/i386/pci/pci_bus_fixup.c printf("%03d:%02d:%d %04x:%04x\n", bus, device, function, device 286 arch/i386/pci/pci_intr_fixup.c PIR_DEVFUNC_DEVICE(pir->device), link)); device 304 arch/i386/pci/pci_intr_fixup.c PIR_DEVFUNC_DEVICE(pir->device), link, clink)); device 334 arch/i386/pci/pci_intr_fixup.c pciintr_pir_lookup(int bus, int device) device 345 arch/i386/pci/pci_intr_fixup.c PIR_DEVFUNC_DEVICE(pir->device) == device) device 406 arch/i386/pci/pci_intr_fixup.c PIR_DEVFUNC_DEVICE(pir->device), link, device 656 arch/i386/pci/pci_intr_fixup.c int irq, link, bus, device, function; device 665 arch/i386/pci/pci_intr_fixup.c pci_decompose_tag(pc, tag, &bus, &device, &function); device 667 arch/i386/pci/pci_intr_fixup.c if ((pir = pciintr_pir_lookup(bus, device)) == NULL || device 682 arch/i386/pci/pci_intr_fixup.c link, bus, device, function, '@' + ihp->pin); device 723 arch/i386/pci/pci_intr_fixup.c "stage %d %s irq %d\n", bus, device, function, device 774 arch/i386/pci/pci_intr_fixup.c int device, maxdevs = pci_bus_maxdevs(pc, 0); device 780 arch/i386/pci/pci_intr_fixup.c for (device = 0; device < maxdevs; device++) { device 786 arch/i386/pci/pci_intr_fixup.c icutag = pci_make_tag(pc, 0, device, 0); device 807 arch/i386/pci/pci_intr_fixup.c icutag = pci_make_tag(pc, 0, device, function); device 821 arch/i386/pci/pci_intr_fixup.c PIR_DEVFUNC_COMPOSE(device, 0); device 173 arch/i386/pci/pci_machdep.c pci_attach_hook(struct device *parent, struct device *self, device 204 arch/i386/pci/pci_machdep.c pci_make_tag(pci_chipset_tag_t pc, int bus, int device, int function) device 210 arch/i386/pci/pci_machdep.c if (bus >= 256 || device >= 32 || function >= 8) device 214 arch/i386/pci/pci_machdep.c (bus << 16) | (device << 11) | (function << 8); device 217 arch/i386/pci/pci_machdep.c if (bus >= 256 || device >= 16 || function >= 8) device 220 arch/i386/pci/pci_machdep.c tag.mode2.port = 0xc000 | (device << 8); device 83 arch/i386/pci/pci_machdep.h void pci_attach_hook(struct device *, struct device *, device 58 arch/i386/pci/pcib.c int pcibmatch(struct device *, void *, void *); device 59 arch/i386/pci/pcib.c void pcibattach(struct device *, struct device *, void *); device 60 arch/i386/pci/pcib.c void pcib_callback(struct device *); device 64 arch/i386/pci/pcib.c sizeof(struct device), pcibmatch, pcibattach device 72 arch/i386/pci/pcib.c pcibmatch(struct device *parent, void *match, void *aux) device 108 arch/i386/pci/pcib.c pcibattach(struct device *parent, struct device *self, void *aux) device 119 arch/i386/pci/pcib.c pcib_callback(struct device *self) device 141 arch/i386/pci/pcibios.c int pcibiosprobe(struct device *, void *, void *); device 142 arch/i386/pci/pcibios.c void pcibiosattach(struct device *, struct device *, void *); device 149 arch/i386/pci/pcibios.c pcibiosprobe(struct device *parent, void *match, void *aux) device 171 arch/i386/pci/pcibios.c pcibiosattach(struct device *parent, struct device *self, void *aux) device 507 arch/i386/pci/pcibios.c PIR_DEVFUNC_DEVICE(pcibios_pir_table[i].device)); device 522 arch/i386/pci/pcibios.c int bus, device, function, maxdevs, nfuncs; device 528 arch/i386/pci/pcibios.c for (device = 0; device < maxdevs; device++) { device 529 arch/i386/pci/pcibios.c tag = pci_make_tag(pc, bus, device, 0); device 551 arch/i386/pci/pcibios.c tag = pci_make_tag(pc, bus, device, function); device 54 arch/i386/pci/pcibiosvar.h struct device sc_dev; device 80 arch/i386/pci/pcibiosvar.h u_int8_t device; device 56 arch/i386/pci/pciide_machdep.c pciide_machdep_compat_intr_establish(struct device *dev, device 93 arch/i386/pci/piixpcib.c struct device sc_dev; device 104 arch/i386/pci/piixpcib.c int piixpcib_match(struct device *, void *, void *); device 105 arch/i386/pci/piixpcib.c void piixpcib_attach(struct device *, struct device *, void *); device 116 arch/i386/pci/piixpcib.c extern void pcibattach(struct device *, struct device *, void *); device 229 arch/i386/pci/piixpcib.c piixpcib_match(struct device *parent, void *match, void *aux) device 238 arch/i386/pci/piixpcib.c piixpcib_attach(struct device *parent, struct device *self, void *aux) device 159 compat/linux/linux_fdio.h u_int device; device 55 dev/acpi/acpi.c int acpi_match(struct device *, void *, void *); device 56 dev/acpi/acpi.c void acpi_attach(struct device *, struct device *, void *); device 57 dev/acpi/acpi.c int acpi_submatch(struct device *, void *, void *); device 280 dev/acpi/acpi.c struct device *self = (struct device *)arg; device 297 dev/acpi/acpi.c acpi_match(struct device *parent, void *match, void *aux) device 317 dev/acpi/acpi.c struct device *self = arg; device 344 dev/acpi/acpi.c acpi_attach(struct device *parent, struct device *self, void *aux) device 353 dev/acpi/acpi.c struct device *dev; device 605 dev/acpi/acpi.c acpi_submatch(struct device *parent, void *match, void *aux) device 1623 dev/acpi/acpi.c struct device *self = (struct device *)arg; device 1660 dev/acpi/acpi.c struct device *self = (struct device *)arg; device 1706 dev/acpi/acpi.c struct device *self = (struct device *)arg; device 33 dev/acpi/acpiac.c int acpiac_match(struct device *, void *, void *); device 34 dev/acpi/acpiac.c void acpiac_attach(struct device *, struct device *, void *); device 49 dev/acpi/acpiac.c acpiac_match(struct device *parent, void *match, void *aux) device 63 dev/acpi/acpiac.c acpiac_attach(struct device *parent, struct device *self, void *aux) device 33 dev/acpi/acpibat.c int acpibat_match(struct device *, void *, void *); device 34 dev/acpi/acpibat.c void acpibat_attach(struct device *, struct device *, void *); device 51 dev/acpi/acpibat.c acpibat_match(struct device *parent, void *match, void *aux) device 66 dev/acpi/acpibat.c acpibat_attach(struct device *parent, struct device *self, void *aux) device 35 dev/acpi/acpibtn.c int acpibtn_match(struct device *, void *, void *); device 36 dev/acpi/acpibtn.c void acpibtn_attach(struct device *, struct device *, void *); device 40 dev/acpi/acpibtn.c struct device sc_dev; device 66 dev/acpi/acpibtn.c acpibtn_match(struct device *parent, void *match, void *aux) device 81 dev/acpi/acpibtn.c acpibtn_attach(struct device *parent, struct device *self, void *aux) device 40 dev/acpi/acpicpu.c int acpicpu_match(struct device *, void *, void *); device 41 dev/acpi/acpicpu.c void acpicpu_attach(struct device *, struct device *, void *); device 79 dev/acpi/acpicpu.c struct device sc_dev; device 219 dev/acpi/acpicpu.c acpicpu_match(struct device *parent, void *match, void *aux) device 234 dev/acpi/acpicpu.c acpicpu_attach(struct device *parent, struct device *self, void *aux) device 260 dev/acpi/acpidev.h struct device sc_dev; device 275 dev/acpi/acpidev.h struct device sc_dev; device 292 dev/acpi/acpidev.h struct device sc_dev; device 37 dev/acpi/acpidock.c int acpidock_match(struct device *, void *, void *); device 38 dev/acpi/acpidock.c void acpidock_attach(struct device *, struct device *, void *); device 58 dev/acpi/acpidock.c acpidock_match(struct device *parent, void *match, void *aux) device 73 dev/acpi/acpidock.c acpidock_attach(struct device *parent, struct device *self, void *aux) device 35 dev/acpi/acpiec.c int acpiec_match(struct device *, void *, void *); device 36 dev/acpi/acpiec.c void acpiec_attach(struct device *, struct device *, void *); device 88 dev/acpi/acpiec.c struct device sc_dev; device 261 dev/acpi/acpiec.c acpiec_match(struct device *parent, void *match, void *aux) device 276 dev/acpi/acpiec.c acpiec_attach(struct device *parent, struct device *self, void *aux) device 32 dev/acpi/acpihpet.c int acpihpet_match(struct device *, void *, void *); device 33 dev/acpi/acpihpet.c void acpihpet_attach(struct device *, struct device *, void *); device 49 dev/acpi/acpihpet.c struct device sc_dev; device 64 dev/acpi/acpihpet.c acpihpet_match(struct device *parent, void *match, void *aux) device 86 dev/acpi/acpihpet.c acpihpet_attach(struct device *parent, struct device *self, void *aux) device 45 dev/acpi/acpimadt.c int acpimadt_match(struct device *, void *, void *); device 46 dev/acpi/acpimadt.c void acpimadt_attach(struct device *, struct device *, void *); device 49 dev/acpi/acpimadt.c sizeof(struct device), acpimadt_match, acpimadt_attach device 60 dev/acpi/acpimadt.c acpimadt_match(struct device *parent, void *match, void *aux) device 121 dev/acpi/acpimadt.c acpimadt_attach(struct device *parent, struct device *self, void *aux) device 124 dev/acpi/acpimadt.c struct device *mainbus = parent->dv_parent; device 43 dev/acpi/acpiprt.c int acpiprt_match(struct device *, void *, void *); device 44 dev/acpi/acpiprt.c void acpiprt_attach(struct device *, struct device *, void *); device 50 dev/acpi/acpiprt.c struct device sc_dev; device 70 dev/acpi/acpiprt.c acpiprt_match(struct device *parent, void *match, void *aux) device 85 dev/acpi/acpiprt.c acpiprt_attach(struct device *parent, struct device *self, void *aux) device 31 dev/acpi/acpitimer.c int acpitimermatch(struct device *, void *, void *); device 32 dev/acpi/acpitimer.c void acpitimerattach(struct device *, struct device *, void *); device 48 dev/acpi/acpitimer.c struct device sc_dev; device 63 dev/acpi/acpitimer.c acpitimermatch(struct device *parent, void *match, void *aux) device 78 dev/acpi/acpitimer.c acpitimerattach(struct device *parent, struct device *self, void *aux) device 39 dev/acpi/acpitz.c struct device sc_dev; device 58 dev/acpi/acpitz.c int acpitz_match(struct device *, void *, void *); device 59 dev/acpi/acpitz.c void acpitz_attach(struct device *, struct device *, void *); device 77 dev/acpi/acpitz.c acpitz_match(struct device *parent, void *match, void *aux) device 95 dev/acpi/acpitz.c acpitz_attach(struct device *parent, struct device *self, void *aux) device 135 dev/acpi/acpivar.h struct device sc_dev; device 228 dev/acpi/acpivar.h int acpi_probe(struct device *, struct cfdata *, struct acpi_attach_args *); device 60 dev/adb/akbd.c int akbdmatch(struct device *, void *, void *); device 61 dev/adb/akbd.c void akbdattach(struct device *, struct device *, void *); device 103 dev/adb/akbd.c akbdmatch(struct device *parent, void *vcf, void *aux) device 114 dev/adb/akbd.c akbdattach(struct device *parent, struct device *self, void *aux) device 41 dev/adb/akbdvar.h struct device sc_dev; device 51 dev/adb/akbdvar.h struct device *sc_wskbddev; device 49 dev/adb/ams.c int amsmatch(struct device *, void *, void *); device 50 dev/adb/ams.c void amsattach(struct device *, struct device *, void *); device 77 dev/adb/ams.c amsmatch(struct device *parent, void *cf, void *aux) device 88 dev/adb/ams.c amsattach(struct device *parent, struct device *self, void *aux) device 41 dev/adb/amsvar.h struct device sc_dev; device 55 dev/adb/amsvar.h struct device *sc_wsmousedev; device 35 dev/ata/atascsi.c struct device *as_dev; device 96 dev/ata/atascsi.c atascsi_attach(struct device *self, struct atascsi_attach_args *aaa) device 115 dev/ata/atascsi.c as->as_link.device = &atascsi_device; device 227 dev/ata/atascsi.c xa->fis->device = 0; device 357 dev/ata/atascsi.c fis->device = ATA_H2D_DEVICE_LBA; device 368 dev/ata/atascsi.c fis->device = ATA_H2D_DEVICE_LBA; device 378 dev/ata/atascsi.c fis->device = ATA_H2D_DEVICE_LBA | ((lba >> 24) & 0x0f); device 465 dev/ata/atascsi.c inq.device = T_DIRECT; device 557 dev/ata/atascsi.c xa->fis->device = 0; device 723 dev/ata/atascsi.c fis->device = 0; device 146 dev/ata/atascsi.h u_int8_t device; device 176 dev/ata/atascsi.h u_int8_t device; device 310 dev/ata/atascsi.h struct atascsi *atascsi_attach(struct device *, struct atascsi_attach_args *); device 127 dev/ata/wd.c struct device sc_dev; device 163 dev/ata/wd.c int wdprobe(struct device *, void *, void *); device 164 dev/ata/wd.c void wdattach(struct device *, struct device *, void *); device 165 dev/ata/wd.c int wddetach(struct device *, int); device 166 dev/ata/wd.c int wdactivate(struct device *, enum devact); device 200 dev/ata/wd.c wdprobe(struct device *parent, void *match_, void *aux) device 222 dev/ata/wd.c wdattach(struct device *parent, struct device *self, void *aux) device 357 dev/ata/wd.c wdactivate(struct device *self, enum devact act) device 375 dev/ata/wd.c wddetach(struct device *self, int flags) device 151 dev/atapiscsi/atapiscsi.c int atapiscsi_match(struct device *, void *, void *); device 152 dev/atapiscsi/atapiscsi.c void atapiscsi_attach(struct device *, struct device *, void *); device 153 dev/atapiscsi/atapiscsi.c int atapiscsi_detach(struct device *, int); device 159 dev/atapiscsi/atapiscsi.c struct device sc_dev; device 204 dev/atapiscsi/atapiscsi.c struct device *parent; device 226 dev/atapiscsi/atapiscsi.c struct device *parent, *self; device 235 dev/atapiscsi/atapiscsi.c struct device *child; device 253 dev/atapiscsi/atapiscsi.c as->sc_adapterlink.device = &atapiscsi_dev; device 293 dev/atapiscsi/atapiscsi.c child = config_found((struct device *)as, &saa, scsiprint); device 301 dev/atapiscsi/atapiscsi.c ((struct device *)(link->device_softc))->dv_xname, device 316 dev/atapiscsi/atapiscsi.c struct device *dev; device 150 dev/audio.c int audioprobe(struct device *, void *, void *); device 151 dev/audio.c void audioattach(struct device *, struct device *, void *); device 152 dev/audio.c int audiodetach(struct device *, int); device 153 dev/audio.c int audioactivate(struct device *, enum devact); device 220 dev/audio.c audioprobe(struct device *parent, void *match, void *aux) device 230 dev/audio.c audioattach(struct device *parent, struct device *self, void *aux) device 339 dev/audio.c audioactivate(struct device *self, enum devact act) device 355 dev/audio.c audiodetach(struct device *self, int flags) device 457 dev/audio.c struct device * device 458 dev/audio.c audio_attach_mi(struct audio_hw_if *ahwp, void *hdlp, struct device *dev) device 144 dev/audio_if.h struct device *audio_attach_mi(struct audio_hw_if *, void *, struct device *); device 91 dev/audiovar.h struct device dev; device 94 dev/audiovar.h struct device *sc_dev; /* Hardware device struct */ device 40 dev/bio.c struct device *bm_dev; device 41 dev/bio.c int (*bm_ioctl)(struct device *, u_long, caddr_t); device 102 dev/bio.c bio_register(struct device *dev, int (*ioctl)(struct device *, u_long, caddr_t)) device 116 dev/bio.c bio_unregister(struct device *dev) device 49 dev/biovar.h int bio_register(struct device *, int (*)(struct device *, u_long, device 51 dev/biovar.h void bio_unregister(struct device *); device 54 dev/bluetooth/btdev.h struct device sc_dev; device 47 dev/bluetooth/bthidev.h struct device sc_dev; device 48 dev/bluetooth/bthidev.h struct device *sc_parent; device 29 dev/bluetooth/bthub.c struct device sc_dev; device 33 dev/bluetooth/bthub.c int bthub_match(struct device *, void *, void *); device 34 dev/bluetooth/bthub.c void bthub_attach(struct device *, struct device *, void *); device 35 dev/bluetooth/bthub.c int bthub_detach(struct device *, int); device 46 dev/bluetooth/bthub.c bthub_match(struct device *parent, void *match, void *aux) device 52 dev/bluetooth/bthub.c bthub_attach(struct device *parent, struct device *self, void *aux) device 65 dev/bluetooth/bthub.c bthub_detach(struct device *self, int flags) device 84 dev/bluetooth/bthub.c struct device *dv; device 106 dev/bluetooth/bthub.c struct device *dv; device 76 dev/bluetooth/btkbd.c struct device *sc_wskbd; /* child */ device 110 dev/bluetooth/btkbd.c int btkbd_match(struct device *, struct cfdata *, void *); device 111 dev/bluetooth/btkbd.c void btkbd_attach(struct device *, struct device *, void *); device 112 dev/bluetooth/btkbd.c int btkbd_detach(struct device *, int); device 163 dev/bluetooth/btkbd.c btkbd_match(struct device *self, struct cfdata *cfdata, void *aux) device 175 dev/bluetooth/btkbd.c btkbd_attach(struct device *parent, struct device *self, void *aux) device 205 dev/bluetooth/btkbd.c sc->sc_wskbd = config_found((struct device *)sc, &wska, wskbddevprint); device 209 dev/bluetooth/btkbd.c btkbd_detach(struct device *self, int flags) device 64 dev/bluetooth/btms.c struct device *sc_wsmouse; /* child */ device 84 dev/bluetooth/btms.c int btms_match(struct device *, struct cfdata *, void *); device 85 dev/bluetooth/btms.c void btms_attach(struct device *, struct device *, void *); device 86 dev/bluetooth/btms.c int btms_detach(struct device *, int); device 115 dev/bluetooth/btms.c btms_match(struct device *parent, struct cfdata *match, void *aux) device 127 dev/bluetooth/btms.c btms_attach(struct device *parent, struct device *self, void *aux) device 229 dev/bluetooth/btms.c sc->sc_wsmouse = config_found((struct device *)sc, device 234 dev/bluetooth/btms.c btms_detach(struct device *self, int flags) device 64 dev/cardbus/cardbus.c STATIC void cardbusattach(struct device *, struct device *, void *); device 67 dev/cardbus/cardbus.c STATIC int cardbusmatch(struct device *, void *, void *); device 68 dev/cardbus/cardbus.c static int cardbussubmatch(struct device *, void *, void *); device 94 dev/cardbus/cardbus.c cardbusmatch(struct device *parent, void *match, void *aux) device 109 dev/cardbus/cardbus.c cardbusattach(struct device *parent, struct device *self, void *aux) device 383 dev/cardbus/cardbus.c struct device *csc; device 558 dev/cardbus/cardbus.c cardbussubmatch(struct device *parent, void *match, void *aux) device 630 dev/cardbus/cardbus.c struct device *fndev = ct->ct_device; device 233 dev/cardbus/cardbusvar.h struct device sc_dev; /* fundamental device structure */ device 283 dev/cardbus/cardbusvar.h struct device *ct_device; /* pointer to the device */ device 431 dev/cardbus/cardbusvar.h #define cardbus_make_tag(cc, cf, bus, device, function) \ device 432 dev/cardbus/cardbusvar.h ((cf)->cardbus_make_tag)((cc), (bus), (device), (function)) device 60 dev/cardbus/cardslot.c STATIC void cardslotattach(struct device *, struct device *, void *); device 62 dev/cardbus/cardslot.c STATIC int cardslotmatch(struct device *, void *, void *); device 68 dev/cardbus/cardslot.c static int cardslot_16_submatch(struct device *, void *,void *); device 79 dev/cardbus/cardslot.c cardslotmatch(struct device *parent, void *match, void *aux) device 92 dev/cardbus/cardslot.c cardslotattach(struct device *parent, struct device *self, void *aux) device 132 dev/cardbus/cardslot.c caa->caa_ph->pcmcia = (struct device *)psc; device 164 dev/cardbus/cardslot.c cardslot_16_submatch(struct device *parent, void *match, void *aux) device 339 dev/cardbus/cardslot.c (struct device *)sc->sc_16_softc)) { device 391 dev/cardbus/cardslot.c pcmcia_card_deactivate((struct device *)psc); device 393 dev/cardbus/cardslot.c pcmcia_card_detach((struct device *)psc, device 71 dev/cardbus/cardslotvar.h struct device sc_dev; device 92 dev/cardbus/com_cardbus.c int com_cardbus_match(struct device *, void *, void *); device 93 dev/cardbus/com_cardbus.c void com_cardbus_attach(struct device *, struct device *, void *); device 94 dev/cardbus/com_cardbus.c int com_cardbus_detach(struct device *, int); device 159 dev/cardbus/com_cardbus.c com_cardbus_match(struct device *parent, void *match, void *aux) device 248 dev/cardbus/com_cardbus.c com_cardbus_attach(struct device *parent, struct device *self, void *aux) device 375 dev/cardbus/com_cardbus.c com_cardbus_detach(struct device *self, int flags) device 69 dev/cardbus/ehci_cardbus.c int ehci_cardbus_match(struct device *, void *, void *); device 70 dev/cardbus/ehci_cardbus.c void ehci_cardbus_attach(struct device *, struct device *, void *); device 71 dev/cardbus/ehci_cardbus.c int ehci_cardbus_detach(struct device *, int); device 92 dev/cardbus/ehci_cardbus.c ehci_cardbus_match(struct device *parent, void *match, void *aux) device 105 dev/cardbus/ehci_cardbus.c ehci_cardbus_attach(struct device *parent, struct device *self, void *aux) device 184 dev/cardbus/ehci_cardbus.c ehci_cardbus_detach(struct device *self, int flags) device 82 dev/cardbus/if_acx_cardbus.c int acx_cardbus_match(struct device *, void *, void *); device 83 dev/cardbus/if_acx_cardbus.c void acx_cardbus_attach(struct device *, struct device *, void *); device 84 dev/cardbus/if_acx_cardbus.c int acx_cardbus_detach(struct device *, int); device 103 dev/cardbus/if_acx_cardbus.c acx_cardbus_match(struct device *parent, void *match, void *aux) device 111 dev/cardbus/if_acx_cardbus.c acx_cardbus_attach(struct device *parent, struct device *self, void *aux) device 180 dev/cardbus/if_acx_cardbus.c acx_cardbus_detach(struct device *self, int flags) device 104 dev/cardbus/if_ath_cardbus.c int ath_cardbus_match(struct device *, void *, void *); device 105 dev/cardbus/if_ath_cardbus.c void ath_cardbus_attach(struct device *, struct device *, void *); device 106 dev/cardbus/if_ath_cardbus.c int ath_cardbus_detach(struct device *, int); device 123 dev/cardbus/if_ath_cardbus.c ath_cardbus_match(struct device *parent, void *match, void *aux) device 138 dev/cardbus/if_ath_cardbus.c ath_cardbus_attach(struct device *parent, struct device *self, void *aux) device 192 dev/cardbus/if_ath_cardbus.c ath_cardbus_detach(struct device *self, int flags) device 114 dev/cardbus/if_atw_cardbus.c int atw_cardbus_match(struct device *, void *, void *); device 115 dev/cardbus/if_atw_cardbus.c void atw_cardbus_attach(struct device *, struct device *, void *); device 116 dev/cardbus/if_atw_cardbus.c int atw_cardbus_detach(struct device *, int); device 135 dev/cardbus/if_atw_cardbus.c atw_cardbus_match(struct device *parent, void *match, void *aux) device 143 dev/cardbus/if_atw_cardbus.c atw_cardbus_attach(struct device *parent, struct device *self, void *aux) device 236 dev/cardbus/if_atw_cardbus.c atw_cardbus_detach(struct device *self, int flags) device 53 dev/cardbus/if_dc_cardbus.c int dc_cardbus_match(struct device *, void *, void *); device 54 dev/cardbus/if_dc_cardbus.c void dc_cardbus_attach(struct device *, struct device *,void *); device 55 dev/cardbus/if_dc_cardbus.c int dc_cardbus_detach(struct device *, int); device 81 dev/cardbus/if_dc_cardbus.c struct device *parent; device 91 dev/cardbus/if_dc_cardbus.c struct device *parent, *self; device 239 dev/cardbus/if_dc_cardbus.c struct device *self; device 90 dev/cardbus/if_fxp_cardbus.c int fxp_cardbus_match(struct device *, void *, void *); device 91 dev/cardbus/if_fxp_cardbus.c void fxp_cardbus_attach(struct device *, struct device *, void *); device 92 dev/cardbus/if_fxp_cardbus.c int fxp_cardbus_detach(struct device *, int); device 120 dev/cardbus/if_fxp_cardbus.c fxp_cardbus_match(struct device *parent, void *match, void *aux) device 128 dev/cardbus/if_fxp_cardbus.c fxp_cardbus_attach(struct device *parent, struct device *self, void *aux) device 258 dev/cardbus/if_fxp_cardbus.c fxp_cardbus_detach(struct device *self, int flags) device 59 dev/cardbus/if_malo_cardbus.c int malo_cardbus_match(struct device *parent, void *match, void *aux); device 60 dev/cardbus/if_malo_cardbus.c void malo_cardbus_attach(struct device *parent, struct device *self, device 62 dev/cardbus/if_malo_cardbus.c int malo_cardbus_detach(struct device *self, int flags); device 79 dev/cardbus/if_malo_cardbus.c malo_cardbus_match(struct device *parent, void *match, void *aux) device 86 dev/cardbus/if_malo_cardbus.c malo_cardbus_attach(struct device *parent, struct device *self, void *aux) device 142 dev/cardbus/if_malo_cardbus.c malo_cardbus_detach(struct device *self, int flags) device 68 dev/cardbus/if_pgt_cardbus.c int pgt_cardbus_match(struct device *, void *, void *); device 69 dev/cardbus/if_pgt_cardbus.c void pgt_cardbus_attach(struct device *, struct device *, void *); device 70 dev/cardbus/if_pgt_cardbus.c int pgt_cardbus_detach(struct device *, int); device 88 dev/cardbus/if_pgt_cardbus.c pgt_cardbus_match(struct device *parent, void *match, void *aux) device 96 dev/cardbus/if_pgt_cardbus.c pgt_cardbus_attach(struct device *parent, struct device *self, void *aux) device 146 dev/cardbus/if_pgt_cardbus.c pgt_cardbus_detach(struct device *self, int flags) device 92 dev/cardbus/if_ral_cardbus.c int ral_cardbus_match(struct device *, void *, void *); device 93 dev/cardbus/if_ral_cardbus.c void ral_cardbus_attach(struct device *, struct device *, void *); device 94 dev/cardbus/if_ral_cardbus.c int ral_cardbus_detach(struct device *, int); device 114 dev/cardbus/if_ral_cardbus.c ral_cardbus_match(struct device *parent, void *match, void *aux) device 122 dev/cardbus/if_ral_cardbus.c ral_cardbus_attach(struct device *parent, struct device *self, void *aux) device 167 dev/cardbus/if_ral_cardbus.c ral_cardbus_detach(struct device *self, int flags) device 73 dev/cardbus/if_re_cardbus.c int re_cardbus_probe(struct device *, void *, void *); device 74 dev/cardbus/if_re_cardbus.c void re_cardbus_attach(struct device *, struct device *, void *); device 75 dev/cardbus/if_re_cardbus.c int re_cardbus_detach(struct device *, int); device 100 dev/cardbus/if_re_cardbus.c re_cardbus_probe(struct device *parent, void *match, void *aux) device 112 dev/cardbus/if_re_cardbus.c re_cardbus_attach(struct device *parent, struct device *self, void *aux) device 240 dev/cardbus/if_re_cardbus.c re_cardbus_detach(struct device *self, int flags) device 124 dev/cardbus/if_rl_cardbus.c static int rl_cardbus_match(struct device *, void *, void *); device 125 dev/cardbus/if_rl_cardbus.c static void rl_cardbus_attach(struct device *, struct device *, void *); device 126 dev/cardbus/if_rl_cardbus.c static int rl_cardbus_detach(struct device *, int); device 136 dev/cardbus/if_rl_cardbus.c struct device *parent; device 148 dev/cardbus/if_rl_cardbus.c struct device *parent, *self; device 246 dev/cardbus/if_rl_cardbus.c struct device *self; device 146 dev/cardbus/if_rtw_cardbus.c int rtw_cardbus_match(struct device *, void *, void *); device 147 dev/cardbus/if_rtw_cardbus.c void rtw_cardbus_attach(struct device *, struct device *, void *); device 148 dev/cardbus/if_rtw_cardbus.c int rtw_cardbus_detach(struct device *, int); device 171 dev/cardbus/if_rtw_cardbus.c rtw_cardbus_match(struct device *parent, void *match, void *aux) device 199 dev/cardbus/if_rtw_cardbus.c rtw_cardbus_attach(struct device *parent, struct device *self, void *aux) device 288 dev/cardbus/if_rtw_cardbus.c rtw_cardbus_detach(struct device *self, int flags) device 85 dev/cardbus/if_xl_cardbus.c int xl_cardbus_match(struct device *, void *, void *); device 86 dev/cardbus/if_xl_cardbus.c void xl_cardbus_attach(struct device *, struct device *,void *); device 87 dev/cardbus/if_xl_cardbus.c int xl_cardbus_detach(struct device *, int); device 194 dev/cardbus/if_xl_cardbus.c xl_cardbus_match(struct device *parent, void *match, void *aux) device 205 dev/cardbus/if_xl_cardbus.c xl_cardbus_attach(struct device *parent, struct device *self, void *aux) device 336 dev/cardbus/if_xl_cardbus.c xl_cardbus_detach(struct device *self, int arg) device 68 dev/cardbus/ohci_cardbus.c int ohci_cardbus_match(struct device *, void *, void *); device 69 dev/cardbus/ohci_cardbus.c void ohci_cardbus_attach(struct device *, struct device *, void *); device 70 dev/cardbus/ohci_cardbus.c int ohci_cardbus_detach(struct device *, int); device 91 dev/cardbus/ohci_cardbus.c ohci_cardbus_match(struct device *parent, void *match, void *aux) device 104 dev/cardbus/ohci_cardbus.c ohci_cardbus_attach(struct device *parent, struct device *self, void *aux) device 190 dev/cardbus/ohci_cardbus.c ohci_cardbus_detach(struct device *self, int flags) device 42 dev/cardbus/puc_cardbus.c int puc_cardbus_match(struct device *, void *, void *); device 43 dev/cardbus/puc_cardbus.c void puc_cardbus_attach(struct device *, struct device *, void *); device 44 dev/cardbus/puc_cardbus.c int puc_cardbus_detach(struct device *, int); device 56 dev/cardbus/puc_cardbus.c puc_cardbus_match(struct device *parent, void *match, void *aux) device 82 dev/cardbus/puc_cardbus.c puc_cardbus_attach(struct device *parent, struct device *self, void *aux) device 168 dev/cardbus/puc_cardbus.c puc_cardbus_detach(struct device *self, int flags) device 59 dev/cardbus/uhci_cardbus.c int uhci_cardbus_match(struct device *, void *, void *); device 60 dev/cardbus/uhci_cardbus.c void uhci_cardbus_attach(struct device *, struct device *, void *); device 61 dev/cardbus/uhci_cardbus.c int uhci_cardbus_detach(struct device *, int); device 81 dev/cardbus/uhci_cardbus.c uhci_cardbus_match(struct device *parent, void *match, void *aux) device 94 dev/cardbus/uhci_cardbus.c uhci_cardbus_attach(struct device *parent, struct device *self, void *aux) device 190 dev/cardbus/uhci_cardbus.c uhci_cardbus_detach(struct device *self, int flags) device 58 dev/dec/clockvar.h void (*cf_init)(struct device *); device 59 dev/dec/clockvar.h void (*cf_get)(struct device *, time_t, struct clocktime *); device 60 dev/dec/clockvar.h void (*cf_set)(struct device *, struct clocktime *); device 63 dev/dec/clockvar.h void clockattach(struct device *, const struct clockfns *); device 32 dev/dec/mcclockvar.h struct device sc_dev; device 266 dev/eisa/aha1742.c struct device sc_dev; device 324 dev/eisa/aha1742.c int ahbmatch(struct device *, void *, void *); device 325 dev/eisa/aha1742.c void ahbattach(struct device *, struct device *, void *); device 428 dev/eisa/aha1742.c struct device *parent; device 476 dev/eisa/aha1742.c struct device *parent, *self; device 507 dev/eisa/aha1742.c sc->sc_link.device = &ahb_dev; device 61 dev/eisa/ahc_eisa.c int ahc_eisa_match(struct device *, void *, void *); device 62 dev/eisa/ahc_eisa.c void ahc_eisa_attach(struct device *, struct device *, void *); device 110 dev/eisa/ahc_eisa.c struct device *parent; device 141 dev/eisa/ahc_eisa.c struct device *parent, *self; device 64 dev/eisa/bha_eisa.c int bha_eisa_match(struct device *, void *, void *); device 65 dev/eisa/bha_eisa.c void bha_eisa_attach(struct device *, struct device *, void *); device 113 dev/eisa/bha_eisa.c struct device *parent; device 151 dev/eisa/bha_eisa.c struct device *parent, *self; device 93 dev/eisa/cac_eisa.c int cac_eisa_match(struct device *, void *, void *); device 94 dev/eisa/cac_eisa.c void cac_eisa_attach(struct device *, struct device *, void *); device 130 dev/eisa/cac_eisa.c struct device *parent; device 147 dev/eisa/cac_eisa.c struct device *parent; device 148 dev/eisa/cac_eisa.c struct device *self; device 71 dev/eisa/dpt_eisa.c int dpt_eisa_match(struct device *, struct cfdata *, void *); device 74 dev/eisa/dpt_eisa.c int dpt_eisa_match(struct device *, void *, void *); device 76 dev/eisa/dpt_eisa.c void dpt_eisa_attach(struct device *, struct device *, void *); device 125 dev/eisa/dpt_eisa.c struct device *parent; device 148 dev/eisa/dpt_eisa.c struct device *parent, *self; device 52 dev/eisa/eisa.c int eisamatch(struct device *, void *, void *); device 53 dev/eisa/eisa.c void eisaattach(struct device *, struct device *, void *); device 56 dev/eisa/eisa.c sizeof(struct device), eisamatch, eisaattach device 63 dev/eisa/eisa.c int eisasubmatch(struct device *, void *, void *); device 69 dev/eisa/eisa.c struct device *parent; device 101 dev/eisa/eisa.c struct device *parent; device 115 dev/eisa/eisa.c struct device *parent, *self; device 80 dev/eisa/if_ep_eisa.c int ep_eisa_match(struct device *, void *, void *); device 81 dev/eisa/if_ep_eisa.c void ep_eisa_attach(struct device *, struct device *, void *); device 95 dev/eisa/if_ep_eisa.c struct device *parent; device 119 dev/eisa/if_ep_eisa.c struct device *parent, *self; device 84 dev/eisa/if_fea.c int pdq_eisa_match(struct device *, void *, void *); device 85 dev/eisa/if_fea.c void pdq_eisa_attach(struct device *, struct device *, void *); device 138 dev/eisa/if_fea.c struct device *parent; device 151 dev/eisa/if_fea.c struct device *parent; device 152 dev/eisa/if_fea.c struct device *self; device 60 dev/eisa/uha_eisa.c int uha_eisa_match(struct device *, void *, void *); device 61 dev/eisa/uha_eisa.c void uha_eisa_attach(struct device *, struct device *, void *); device 82 dev/eisa/uha_eisa.c struct device *parent; device 110 dev/eisa/uha_eisa.c struct device *parent, *self; device 104 dev/flash.c u_int8_t vendor, device; device 119 dev/flash.c if (flash_chip_identify(sc, &vendor, &device) != 0) { device 124 dev/flash.c id = (vendor << 8) | device; device 143 dev/flash.c printf(" device 0x%02x\n", device); device 169 dev/flash.c flashdetach(struct device *self, int flags) device 181 dev/flash.c flashactivate(struct device *self, enum devact act) device 301 dev/flash.c u_int8_t *device) device 314 dev/flash.c *device = flash_reg8_read(sc, FLASH_REG_DATA); device 77 dev/flashvar.h struct device sc_dev; device 118 dev/flashvar.h int flashdetach(struct device *, int); device 119 dev/flashvar.h int flashactivate(struct device *, enum devact); device 35 dev/gpio/gpio.c struct device sc_dev; device 44 dev/gpio/gpio.c int gpio_match(struct device *, void *, void *); device 45 dev/gpio/gpio.c void gpio_attach(struct device *, struct device *, void *); device 46 dev/gpio/gpio.c int gpio_detach(struct device *, int); device 47 dev/gpio/gpio.c int gpio_search(struct device *, void *, void *); device 62 dev/gpio/gpio.c gpio_match(struct device *parent, void *match, void *aux) device 74 dev/gpio/gpio.c gpio_attach(struct device *parent, struct device *self, void *aux) device 93 dev/gpio/gpio.c gpio_detach(struct device *self, int flags) device 110 dev/gpio/gpio.c gpio_search(struct device *parent, void *arg, void *aux) device 42 dev/gpio/gpioiic.c struct device sc_dev; device 55 dev/gpio/gpioiic.c int gpioiic_match(struct device *, void *, void *); device 56 dev/gpio/gpioiic.c void gpioiic_attach(struct device *, struct device *, void *); device 57 dev/gpio/gpioiic.c int gpioiic_detach(struct device *, int); device 90 dev/gpio/gpioiic.c gpioiic_match(struct device *parent, void *match, void *aux) device 98 dev/gpio/gpioiic.c gpioiic_attach(struct device *parent, struct device *self, void *aux) device 191 dev/gpio/gpioiic.c gpioiic_detach(struct device *self, int flags) device 36 dev/gpio/gpioow.c struct device sc_dev; device 43 dev/gpio/gpioow.c struct device * sc_ow_dev; device 49 dev/gpio/gpioow.c int gpioow_match(struct device *, void *, void *); device 50 dev/gpio/gpioow.c void gpioow_attach(struct device *, struct device *, void *); device 51 dev/gpio/gpioow.c int gpioow_detach(struct device *, int); device 52 dev/gpio/gpioow.c int gpioow_activate(struct device *, enum devact); device 82 dev/gpio/gpioow.c gpioow_match(struct device *parent, void *match, void *aux) device 90 dev/gpio/gpioow.c gpioow_attach(struct device *parent, struct device *self, void *aux) device 155 dev/gpio/gpioow.c gpioow_detach(struct device *self, int flags) device 167 dev/gpio/gpioow.c gpioow_activate(struct device *self, enum devact act) device 100 dev/hil/hil.c int hilsubmatch(struct device *, void *, void *); device 104 dev/hil/hil.c int send_device_cmd(struct hil_softc *sc, u_int device, u_int cmd); device 185 dev/hil/hil.c hilsubmatch(struct device *parent, void *vcf, void *aux) device 568 dev/hil/hil.c config_detach((struct device *)sc->sc_devices[id], device 627 dev/hil/hil.c config_detach((struct device *)sc->sc_devices[id], device 698 dev/hil/hil.c send_device_cmd(struct hil_softc *sc, u_int device, u_int cmd) device 706 dev/hil/hil.c sc->sc_cmddev = device; device 711 dev/hil/hil.c sc->sc_dev.dv_xname, device); device 722 dev/hil/hil.c bus_space_write_1(sc->sc_bst, sc->sc_bsh, HILP_DATA, 8 + device); device 738 dev/hil/hil.c sc->sc_dev.dv_xname, device); device 57 dev/hil/hildevs.h struct device sc_dev; device 48 dev/hil/hilid.c int hilidprobe(struct device *, void *, void *); device 49 dev/hil/hilid.c void hilidattach(struct device *, struct device *, void *); device 50 dev/hil/hilid.c int hiliddetach(struct device *, int); device 61 dev/hil/hilid.c hilidprobe(struct device *parent, void *match, void *aux) device 72 dev/hil/hilid.c hilidattach(struct device *parent, struct device *self, void *aux) device 100 dev/hil/hilid.c hiliddetach(struct device *self, int flags) device 63 dev/hil/hilkbd.c struct device *sc_wskbddev; device 75 dev/hil/hilkbd.c int hilkbdprobe(struct device *, void *, void *); device 76 dev/hil/hilkbd.c void hilkbdattach(struct device *, struct device *, void *); device 77 dev/hil/hilkbd.c int hilkbddetach(struct device *, int); device 134 dev/hil/hilkbd.c hilkbdprobe(struct device *parent, void *match, void *aux) device 146 dev/hil/hilkbd.c hilkbdattach(struct device *parent, struct device *self, void *aux) device 233 dev/hil/hilkbd.c hilkbddetach(struct device *self, int flags) device 54 dev/hil/hilms.c struct device *sc_wsmousedev; device 57 dev/hil/hilms.c int hilmsprobe(struct device *, void *, void *); device 58 dev/hil/hilms.c void hilmsattach(struct device *, struct device *, void *); device 59 dev/hil/hilms.c int hilmsdetach(struct device *, int); device 82 dev/hil/hilms.c hilmsprobe(struct device *parent, void *match, void *aux) device 100 dev/hil/hilms.c hilmsattach(struct device *parent, struct device *self, void *aux) device 170 dev/hil/hilms.c hilmsdetach(struct device *self, int flags) device 72 dev/hil/hilvar.h struct device sc_dev; device 45 dev/i2c/ad741x.c struct device sc_dev; device 55 dev/i2c/ad741x.c int adc_match(struct device *, void *, void *); device 56 dev/i2c/ad741x.c void adc_attach(struct device *, struct device *, void *); device 69 dev/i2c/ad741x.c adc_match(struct device *parent, void *match, void *aux) device 80 dev/i2c/ad741x.c adc_attach(struct device *parent, struct device *self, void *aux) device 44 dev/i2c/adm1021.c struct device sc_dev; device 53 dev/i2c/adm1021.c int admtemp_match(struct device *, void *, void *); device 54 dev/i2c/adm1021.c void admtemp_attach(struct device *, struct device *, void *); device 66 dev/i2c/adm1021.c admtemp_match(struct device *parent, void *match, void *aux) device 83 dev/i2c/adm1021.c admtemp_attach(struct device *parent, struct device *self, void *aux) device 60 dev/i2c/adm1024.c struct device sc_dev; device 70 dev/i2c/adm1024.c int admlc_match(struct device *, void *, void *); device 71 dev/i2c/adm1024.c void admlc_attach(struct device *, struct device *, void *); device 83 dev/i2c/adm1024.c admlc_match(struct device *parent, void *match, void *aux) device 93 dev/i2c/adm1024.c admlc_attach(struct device *parent, struct device *self, void *aux) device 60 dev/i2c/adm1025.c struct device sc_dev; device 70 dev/i2c/adm1025.c int admtm_match(struct device *, void *, void *); device 71 dev/i2c/adm1025.c void admtm_attach(struct device *, struct device *, void *); device 83 dev/i2c/adm1025.c admtm_match(struct device *parent, void *match, void *aux) device 95 dev/i2c/adm1025.c admtm_attach(struct device *parent, struct device *self, void *aux) device 77 dev/i2c/adm1026.c struct device sc_dev; device 86 dev/i2c/adm1026.c int admcts_match(struct device *, void *, void *); device 87 dev/i2c/adm1026.c void admcts_attach(struct device *, struct device *, void *); device 99 dev/i2c/adm1026.c admcts_match(struct device *parent, void *match, void *aux) device 109 dev/i2c/adm1026.c admcts_attach(struct device *parent, struct device *self, void *aux) device 40 dev/i2c/adm1030.c struct device sc_dev; device 49 dev/i2c/adm1030.c int admtmp_match(struct device *, void *, void *); device 50 dev/i2c/adm1030.c void admtmp_attach(struct device *, struct device *, void *); device 62 dev/i2c/adm1030.c admtmp_match(struct device *parent, void *match, void *aux) device 72 dev/i2c/adm1030.c admtmp_attach(struct device *parent, struct device *self, void *aux) device 45 dev/i2c/adm1031.c struct device sc_dev; device 54 dev/i2c/adm1031.c int admtt_match(struct device *, void *, void *); device 55 dev/i2c/adm1031.c void admtt_attach(struct device *, struct device *, void *); device 67 dev/i2c/adm1031.c admtt_match(struct device *parent, void *match, void *aux) device 77 dev/i2c/adm1031.c admtt_attach(struct device *parent, struct device *self, void *aux) device 103 dev/i2c/adt7460.c struct device sc_dev; device 113 dev/i2c/adt7460.c int adt_match(struct device *, void *, void *); device 114 dev/i2c/adt7460.c void adt_attach(struct device *, struct device *, void *); device 127 dev/i2c/adt7460.c adt_match(struct device *parent, void *match, void *aux) device 139 dev/i2c/adt7460.c adt_attach(struct device *parent, struct device *self, void *aux) device 105 dev/i2c/asb100.c struct device sc_dev; device 116 dev/i2c/asb100.c int asbtm_match(struct device *, void *, void *); device 117 dev/i2c/asb100.c void asbtm_attach(struct device *, struct device *, void *); device 129 dev/i2c/asb100.c asbtm_match(struct device *parent, void *match, void *aux) device 166 dev/i2c/asb100.c asbtm_attach(struct device *parent, struct device *self, void *aux) device 39 dev/i2c/ds1631.c struct device sc_dev; device 47 dev/i2c/ds1631.c int maxds_match(struct device *, void *, void *); device 48 dev/i2c/ds1631.c void maxds_attach(struct device *, struct device *, void *); device 60 dev/i2c/ds1631.c maxds_match(struct device *parent, void *match, void *aux) device 72 dev/i2c/ds1631.c maxds_attach(struct device *parent, struct device *self, void *aux) device 49 dev/i2c/fcu.c struct device sc_dev; device 57 dev/i2c/fcu.c int fcu_match(struct device *, void *, void *); device 58 dev/i2c/fcu.c void fcu_attach(struct device *, struct device *, void *); device 71 dev/i2c/fcu.c fcu_match(struct device *parent, void *match, void *aux) device 81 dev/i2c/fcu.c fcu_attach(struct device *parent, struct device *self, void *aux) device 37 dev/i2c/fintek.c struct device sc_dev; device 45 dev/i2c/fintek.c int fintek_match(struct device *, void *, void *); device 46 dev/i2c/fintek.c void fintek_attach(struct device *, struct device *, void *); device 85 dev/i2c/fintek.c fintek_match(struct device *parent, void *match, void *aux) device 111 dev/i2c/fintek.c fintek_attach(struct device *parent, struct device *self, void *aux) device 57 dev/i2c/gl518sm.c struct device sc_dev; device 67 dev/i2c/gl518sm.c int glenv_match(struct device *, void *, void *); device 68 dev/i2c/gl518sm.c void glenv_attach(struct device *, struct device *, void *); device 81 dev/i2c/gl518sm.c glenv_match(struct device *parent, void *match, void *aux) device 91 dev/i2c/gl518sm.c glenv_attach(struct device *parent, struct device *self, void *aux) device 54 dev/i2c/i2c.c struct device sc_dev; device 58 dev/i2c/i2c.c int iic_match(struct device *, void *, void *); device 59 dev/i2c/i2c.c void iic_attach(struct device *, struct device *, void *); device 60 dev/i2c/i2c.c int iic_search(struct device *, void *, void *); device 96 dev/i2c/i2c.c iic_search(struct device *parent, void *arg, void *aux) device 116 dev/i2c/i2c.c iic_match(struct device *parent, void *arg, void *aux) device 126 dev/i2c/i2c.c iic_attach(struct device *parent, struct device *self, void *aux) device 33 dev/i2c/i2c_scan.c void iic_probe(struct device *, struct i2cbus_attach_args *, u_int8_t); device 79 dev/i2c/i2c_scan.c void iic_dump(struct device *, u_int8_t, char *); device 381 dev/i2c/i2c_scan.c iic_dump(struct device *dv, u_int8_t addr, char *name) device 423 dev/i2c/i2c_scan.c iic_probe(struct device *self, struct i2cbus_attach_args *iba, u_int8_t addr) device 855 dev/i2c/i2c_scan.c iic_scan(struct device *self, struct i2cbus_attach_args *iba) device 97 dev/i2c/i2cvar.h void (*iba_bus_scan)(struct device *, struct i2cbus_attach_args *, device 132 dev/i2c/i2cvar.h void iic_scan(struct device *, struct i2cbus_attach_args *); device 58 dev/i2c/lm75.c struct device sc_dev; device 68 dev/i2c/lm75.c int lmtemp_match(struct device *, void *, void *); device 69 dev/i2c/lm75.c void lmtemp_attach(struct device *, struct device *, void *); device 145 dev/i2c/lm75.c lmtemp_match(struct device *parent, void *match, void *aux) device 158 dev/i2c/lm75.c lmtemp_attach(struct device *parent, struct device *self, void *aux) device 35 dev/i2c/lm78_i2c.c int lm_i2c_match(struct device *, void *, void *); device 36 dev/i2c/lm78_i2c.c void lm_i2c_attach(struct device *, struct device *, void *); device 37 dev/i2c/lm78_i2c.c int lm_i2c_detach(struct device *, int); device 47 dev/i2c/lm78_i2c.c lm_i2c_match(struct device *parent, void *match, void *aux) device 71 dev/i2c/lm78_i2c.c lm_i2c_attach(struct device *parent, struct device *self, void *aux) device 102 dev/i2c/lm78_i2c.c lm_i2c_detach(struct device *self, int flags) device 60 dev/i2c/lm87.c struct device sc_dev; device 70 dev/i2c/lm87.c int lmenv_match(struct device *, void *, void *); device 71 dev/i2c/lm87.c void lmenv_attach(struct device *, struct device *, void *); device 84 dev/i2c/lm87.c lmenv_match(struct device *parent, void *match, void *aux) device 98 dev/i2c/lm87.c lmenv_attach(struct device *parent, struct device *self, void *aux) device 50 dev/i2c/maxim6690.c struct device sc_dev; device 61 dev/i2c/maxim6690.c int maxtmp_match(struct device *, void *, void *); device 62 dev/i2c/maxim6690.c void maxtmp_attach(struct device *, struct device *, void *); device 75 dev/i2c/maxim6690.c maxtmp_match(struct device *parent, void *match, void *aux) device 96 dev/i2c/maxim6690.c maxtmp_attach(struct device *parent, struct device *self, void *aux) device 40 dev/i2c/pca9532.c struct device sc_dev; device 48 dev/i2c/pca9532.c int pcaled_match(struct device *, void *, void *); device 49 dev/i2c/pca9532.c void pcaled_attach(struct device *, struct device *, void *); device 63 dev/i2c/pca9532.c pcaled_match(struct device *parent, void *v, void *arg) device 88 dev/i2c/pca9532.c pcaled_attach(struct device *parent, struct device *self, void *arg) device 39 dev/i2c/pca9554.c struct device sc_dev; device 52 dev/i2c/pca9554.c int pcagpio_match(struct device *, void *, void *); device 53 dev/i2c/pca9554.c void pcagpio_attach(struct device *, struct device *, void *); device 70 dev/i2c/pca9554.c pcagpio_match(struct device *parent, void *match, void *aux) device 84 dev/i2c/pca9554.c pcagpio_attach(struct device *parent, struct device *self, void *aux) device 87 dev/i2c/rs5c372.c struct device sc_dev; device 93 dev/i2c/rs5c372.c int ricohrtc_match(struct device *, void *, void *); device 94 dev/i2c/rs5c372.c void ricohrtc_attach(struct device *, struct device *, void *); device 113 dev/i2c/rs5c372.c ricohrtc_match(struct device *parent, void *v, void *arg) device 173 dev/i2c/rs5c372.c ricohrtc_attach(struct device *parent, struct device *self, void *arg) device 39 dev/i2c/tsl2560.c struct device sc_dev; device 47 dev/i2c/tsl2560.c int tsl_match(struct device *, void *, void *); device 48 dev/i2c/tsl2560.c void tsl_attach(struct device *, struct device *, void *); device 62 dev/i2c/tsl2560.c tsl_match(struct device *parent, void *match, void *aux) device 72 dev/i2c/tsl2560.c tsl_attach(struct device *parent, struct device *self, void *aux) device 75 dev/i2c/w83l784r.c struct device sc_dev; device 87 dev/i2c/w83l784r.c int wbenv_match(struct device *, void *, void *); device 88 dev/i2c/w83l784r.c void wbenv_attach(struct device *, struct device *, void *); device 148 dev/i2c/w83l784r.c wbenv_match(struct device *parent, void *match, void *aux) device 160 dev/i2c/w83l784r.c wbenv_attach(struct device *parent, struct device *self, void *aux) device 209 dev/i2o/iop.c void iop_config_interrupts(struct device *); device 215 dev/i2o/iop.c int iop_submatch(struct device *, void *, void *); device 225 dev/i2o/iop.c void iop_intr_event(struct device *, struct iop_msg *, void *); device 430 dev/i2o/iop.c iop_config_interrupts(struct device *self) device 749 dev/i2o/iop.c struct device *dv; device 859 dev/i2o/iop.c iop_submatch(struct device *parent, void *vcf, void *aux) device 1616 dev/i2o/iop.c iop_intr_event(struct device *dv, struct iop_msg *im, void *reply) device 53 dev/i2o/iopio.h char it_dvname[sizeof(((struct device *)NULL)->dv_xname)]; device 102 dev/i2o/ioprbs.c void ioprbs_adjqparam(struct device *, int); device 103 dev/i2o/ioprbs.c void ioprbs_attach(struct device *, struct device *, void *); device 113 dev/i2o/ioprbs.c void ioprbs_intr(struct device *, struct iop_msg *, void *); device 114 dev/i2o/ioprbs.c void ioprbs_intr_event(struct device *, struct iop_msg *, void *); device 115 dev/i2o/ioprbs.c int ioprbs_match(struct device *, void *, void *); device 164 dev/i2o/ioprbs.c struct device *parent; device 177 dev/i2o/ioprbs.c ioprbs_attach(struct device *parent, struct device *self, void *aux) device 356 dev/i2o/ioprbs.c sc->sc_link.device = &ioprbs_dev; device 562 dev/i2o/ioprbs.c ioprbs_intr(struct device *dv, struct iop_msg *im, void *reply) device 610 dev/i2o/ioprbs.c ioprbs_intr_event(struct device *dv, struct iop_msg *im, void *reply) device 636 dev/i2o/ioprbs.c ioprbs_adjqparam(struct device *dv, int mpi) device 757 dev/i2o/ioprbs.c inq.device = T_DIRECT; device 57 dev/i2o/ioprbsvar.h struct device sc_dv; /* Generic device data */ device 74 dev/i2o/iopsp.c int iopsp_match(struct device *, void *, void *); device 75 dev/i2o/iopsp.c void iopsp_attach(struct device *, struct device *, void *); device 92 dev/i2o/iopsp.c void iopsp_adjqparam(struct device *, int); device 93 dev/i2o/iopsp.c void iopsp_intr(struct device *, struct iop_msg *, void *); device 95 dev/i2o/iopsp.c int iopsp_reconfig(struct device *); device 101 dev/i2o/iopsp.c iopsp_match(struct device *parent, void *match, void *aux) device 134 dev/i2o/iopsp.c iopsp_attach(struct device *parent, struct device *self, void *aux) device 199 dev/i2o/iopsp.c sc->sc_link.device = &iopsp_dev; device 236 dev/i2o/iopsp.c iopsp_reconfig(struct device *dv) device 563 dev/i2o/iopsp.c iopsp_intr(struct device *dv, struct iop_msg *im, void *reply) device 643 dev/i2o/iopsp.c iopsp_adjqparam(struct device *dv, int mpi) device 62 dev/i2o/iopspvar.h struct device sc_dv; device 83 dev/i2o/iopvar.h void (*ii_intr)(struct device *, struct iop_msg *, void *); device 84 dev/i2o/iopvar.h int (*ii_reconfig)(struct device *); device 85 dev/i2o/iopvar.h void (*ii_adjqparam)(struct device *, int); device 87 dev/i2o/iopvar.h struct device *ii_dv; device 111 dev/i2o/iopvar.h struct device sc_dv; /* generic device data */ device 273 dev/ic/aac.c sc->aac_link.device = &aac_dev; device 2452 dev/ic/aac.c inq.device = T_DIRECT; device 319 dev/ic/aacvar.h struct device aac_dev; device 122 dev/ic/ac97.c char *device; device 693 dev/ic/ac97.c ac97_str_equal(si->device, si2->device)) { device 847 dev/ic/ac97.c else if (si->device) device 848 dev/ic/ac97.c name = si->device; device 954 dev/ic/ac97.c char *device, char *qualifier) device 962 dev/ic/ac97.c ac97_str_equal(device, si->device) && device 62 dev/ic/ac97.h char *device, char *qualifier); device 338 dev/ic/acxvar.h struct device sc_dev; device 589 dev/ic/adv.c sc->sc_link.device = &adv_dev; device 1939 dev/ic/advlib.c if ((sc->device[tid_no] != NULL) && device 1940 dev/ic/advlib.c (sc->device[tid_no]->queue_curr_depth > cur_dvc_qng)) { device 1941 dev/ic/advlib.c sc->device[tid_no]->queue_curr_depth = cur_dvc_qng; device 834 dev/ic/advlib.h struct device sc_dev; device 628 dev/ic/adw.c sc->sc_link.device = &adw_dev; device 740 dev/ic/adwlib.h struct device sc_dev; device 291 dev/ic/aic6360.c sc->sc_link.device = &aic_dev; device 301 dev/ic/aic6360.c aic_detach(struct device *self, int flags) device 120 dev/ic/aic6360var.h struct device sc_dev; device 217 dev/ic/aic6360var.h int aic_detach(struct device *, int); device 104 dev/ic/aic6915.c int sf_mii_read(struct device *, int, int); device 105 dev/ic/aic6915.c void sf_mii_write(struct device *, int, int, int); device 106 dev/ic/aic6915.c void sf_mii_statchg(struct device *); device 1441 dev/ic/aic6915.c sf_mii_read(struct device *self, int phy, int reg) device 1469 dev/ic/aic6915.c sf_mii_write(struct device *self, int phy, int reg, int val) device 1492 dev/ic/aic6915.c sf_mii_statchg(struct device *self) device 767 dev/ic/aic6915.h struct device sc_dev; /* generic device information */ device 1098 dev/ic/aic79xx.h struct device sc_dev; device 1100 dev/ic/aic79xx.h struct device * sc_child; device 130 dev/ic/aic79xx_openbsd.c ahd->sc_channel.device = &ahd_dev; device 636 dev/ic/aic79xx_openbsd.c ahd_detach(struct device *self, int flags) device 276 dev/ic/aic79xx_openbsd.h int ahd_detach(struct device *, int); device 104 dev/ic/aic7xxx_openbsd.c ahc->sc_channel.device = &ahc_dev; device 416 dev/ic/aic7xxx_openbsd.h int ahc_detach(struct device *, int); device 941 dev/ic/aic7xxxvar.h struct device sc_dev; device 945 dev/ic/aic7xxxvar.h struct device * sc_child; device 946 dev/ic/aic7xxxvar.h struct device * sc_child_b; device 55 dev/ic/am7990var.h struct device sc_dev; /* base device glue */ device 162 dev/ic/ami.c int ami_ioctl(struct device *, u_long, caddr_t); device 519 dev/ic/ami.c sc->sc_link.device = &ami_dev; device 580 dev/ic/ami.c rsc->sc_link.device = &ami_raw_dev; device 1160 dev/ic/ami.c type = ((struct scsi_inquiry_data *)xs->data)->device & device 1282 dev/ic/ami.c struct device *dev = link->device_softc; device 1401 dev/ic/ami.c struct device *dev = link->device_softc; device 1494 dev/ic/ami.c inq.device = T_DIRECT; device 1663 dev/ic/ami.c ami_ioctl(struct device *dev, u_long cmd, caddr_t addr) device 1775 dev/ic/ami.c else if ((inq->device & SID_TYPE) != T_DIRECT) device 2106 dev/ic/ami.c ch, tg, p->apd[i].adp_type, inqbuf.device); device 2432 dev/ic/ami.c struct device *dev; device 88 dev/ic/amivar.h struct device sc_dev; device 105 dev/ic/amivar.h int (*sc_ioctl)(struct device *, u_long, caddr_t); device 105 dev/ic/anvar.h struct device sc_dev; device 166 dev/ic/anvar.h int an_activate(struct device *, enum devact); device 193 dev/ic/ar5210.c ar5k_ar5210_attach(u_int16_t device, void *sc, bus_space_tag_t st, device 1475 dev/ic/ar5210.c ar5k_ar5210_get_diag_state(struct ath_hal *hal, int id, void **device, device 197 dev/ic/ar5211.c ar5k_ar5211_attach(u_int16_t device, void *sc, bus_space_tag_t st, device 1570 dev/ic/ar5211.c ar5k_ar5211_get_diag_state(struct ath_hal *hal, int id, void **device, device 194 dev/ic/ar5212.c ar5k_ar5212_attach(u_int16_t device, void *sc, bus_space_tag_t st, device 1852 dev/ic/ar5212.c ar5k_ar5212_get_diag_state(struct ath_hal *hal, int id, void **device, device 33 dev/ic/ar5xxx.c u_int16_t device; device 130 dev/ic/ar5xxx.c ath_hal_probe(u_int16_t vendor, u_int16_t device) device 139 dev/ic/ar5xxx.c device == ar5k_known_products[i].device) device 150 dev/ic/ar5xxx.c ath_hal_attach(u_int16_t device, void *arg, bus_space_tag_t st, device 165 dev/ic/ar5xxx.c if (device == ar5k_known_products[i].device && device 172 dev/ic/ar5xxx.c AR5K_PRINTF("device not supported: 0x%04x\n", device); device 188 dev/ic/ar5xxx.c hal->ah_device = device; device 207 dev/ic/ar5xxx.c switch (device) { device 240 dev/ic/ar5xxx.c if ((attach)(device, hal, st, sh, status) == NULL) device 259 dev/ic/ar5xxx.c device); device 266 dev/ic/ar5xxx.c device); device 163 dev/ic/ath.c ath_activate(struct device *self, enum devact act) device 198 dev/ic/athvar.h struct device sc_dev; device 411 dev/ic/athvar.h int ath_activate(struct device *, enum devact); device 323 dev/ic/atw.c atw_activate(struct device *self, enum devact act) device 198 dev/ic/atwvar.h struct device sc_dev; device 461 dev/ic/atwvar.h int atw_activate(struct device *, enum devact); device 405 dev/ic/awi.c struct device *self; device 93 dev/ic/awivar.h struct device sc_dev; device 103 dev/ic/awivar.h struct device sc_dev; device 107 dev/ic/awivar.h struct device sc_dev; device 210 dev/ic/awivar.h int awi_activate(struct device *, enum devact); device 73 dev/ic/ax88190.c int ax88190_mii_readreg(struct device *, int, int); device 74 dev/ic/ax88190.c void ax88190_mii_writereg(struct device *, int, int, int); device 75 dev/ic/ax88190.c void ax88190_mii_statchg(struct device *); device 80 dev/ic/ax88190.c u_int32_t ax88190_mii_bitbang_read(struct device *); device 81 dev/ic/ax88190.c void ax88190_mii_bitbang_write(struct device *, u_int32_t); device 153 dev/ic/ax88190.c struct device *self; device 162 dev/ic/ax88190.c struct device *self; device 172 dev/ic/ax88190.c struct device *self; device 180 dev/ic/ax88190.c struct device *self; device 188 dev/ic/ax88190.c struct device *self; device 330 dev/ic/bha.c sc->sc_link.device = &bha_dev; device 74 dev/ic/bhavar.h struct device sc_dev; device 240 dev/ic/cac.c sc->sc_link.device = &cac_dev; device 607 dev/ic/cac.c inq.device = T_DIRECT; device 103 dev/ic/cacvar.h struct device sc_dv; device 96 dev/ic/ciss.c int ciss_ioctl(struct device *, u_long, caddr_t); device 378 dev/ic/ciss.c sc->sc_link.device = &ciss_dev; device 395 dev/ic/ciss.c sc->sc_link_raw.device = &ciss_raw_dev; device 434 dev/ic/ciss.c strlcpy(sc->sensors[i].desc, ((struct device *) device 437 dev/ic/ciss.c strlcpy(sc->sc_lds[i]->xname, ((struct device *) device 1027 dev/ic/ciss.c ciss_ioctl(struct device *dev, u_long cmd, caddr_t addr) device 325 dev/ic/cissreg.h u_int8_t device[8]; device 30 dev/ic/cissvar.h struct device sc_dev; device 199 dev/ic/com.c com_detach(struct device *self, int flags) device 236 dev/ic/com.c com_activate(struct device *self, enum devact act) device 73 dev/ic/comvar.h struct device sc_dev; device 143 dev/ic/comvar.h int com_detach(struct device *, int); device 144 dev/ic/comvar.h int com_activate(struct device *, enum devact); device 204 dev/ic/cy.c struct device *parent, *self; device 168 dev/ic/cyreg.h struct device sc_dev; device 186 dev/ic/cyreg.h void cy_attach(struct device *, struct device *); device 169 dev/ic/dc.c int dc_miibus_readreg(struct device *, int, int); device 170 dev/ic/dc.c void dc_miibus_writereg(struct device *, int, int, int); device 171 dev/ic/dc.c void dc_miibus_statchg(struct device *); device 653 dev/ic/dc.c struct device *self; device 776 dev/ic/dc.c struct device *self; device 849 dev/ic/dc.c struct device *self; device 715 dev/ic/dcreg.h struct device sc_dev; device 75 dev/ic/dl10019.c int dl10019_mii_readreg(struct device *, int, int); device 76 dev/ic/dl10019.c void dl10019_mii_writereg(struct device *, int, int, int); device 77 dev/ic/dl10019.c void dl10019_mii_statchg(struct device *); device 84 dev/ic/dl10019.c u_int32_t dl10019_mii_bitbang_read(struct device *); device 85 dev/ic/dl10019.c void dl10019_mii_bitbang_write(struct device *, u_int32_t); device 190 dev/ic/dl10019.c dl10019_mii_bitbang_read(struct device *self) device 200 dev/ic/dl10019.c dl10019_mii_bitbang_write(struct device *self, u_int32_t val) device 212 dev/ic/dl10019.c dl10019_mii_readreg(struct device *self, int phy, int reg) device 224 dev/ic/dl10019.c dl10019_mii_writereg(struct device *self, int phy, int reg, int val) device 236 dev/ic/dl10019.c dl10019_mii_statchg(struct device *self) device 29 dev/ic/dp8390var.h struct device sc_dev; device 423 dev/ic/dpt.c link->device = &dpt_dev; device 64 dev/ic/dptvar.h struct device sc_dv; /* generic device data */ device 164 dev/ic/elink3.c int ep_mii_readreg(struct device *, int, int); device 165 dev/ic/elink3.c void ep_mii_writereg(struct device *, int, int, int); device 166 dev/ic/elink3.c void ep_statchg(struct device *); device 444 dev/ic/elink3.c struct device *self; device 1835 dev/ic/elink3.c struct device *self; device 1881 dev/ic/elink3.c struct device *self; device 1908 dev/ic/elink3.c struct device *self; device 38 dev/ic/elink3var.h struct device sc_dev; device 96 dev/ic/elink3var.h int ep_detach(struct device *); device 155 dev/ic/fxp.c int fxp_mdi_read(struct device *, int, int); device 156 dev/ic/fxp.c void fxp_mdi_write(struct device *, int, int, int); device 158 dev/ic/fxp.c void fxp_statchg(struct device *); device 1563 dev/ic/fxp.c fxp_mdi_read(struct device *self, int phy, int reg) device 1583 dev/ic/fxp.c fxp_statchg(struct device *self) device 1589 dev/ic/fxp.c fxp_mdi_write(struct device *self, int phy, int reg, int value) device 108 dev/ic/fxpvar.h struct device sc_dev; /* generic device structures */ device 78 dev/ic/gdt_common.c int gdt_ioctl(struct device *, u_long, caddr_t); device 165 dev/ic/gdt_common.c gdt->sc_link.device = &gdt_dev; device 504 dev/ic/gdt_common.c gdt->sc_raw_link[i].device = &gdt_dev; device 982 dev/ic/gdt_common.c inq.device = device 1479 dev/ic/gdt_common.c gdt_ioctl(struct device *dev, u_long cmd, caddr_t addr) device 1558 dev/ic/gdt_common.c struct device *dev; device 273 dev/ic/gdtvar.h struct device sc_dev; device 106 dev/ic/gem.c int gem_mii_readreg(struct device *, int, int); device 107 dev/ic/gem.c void gem_mii_writereg(struct device *, int, int, int); device 108 dev/ic/gem.c void gem_mii_statchg(struct device *); device 109 dev/ic/gem.c int gem_pcs_readreg(struct device *, int, int); device 110 dev/ic/gem.c void gem_pcs_writereg(struct device *, int, int, int); device 1192 dev/ic/gem.c gem_mii_readreg(struct device *self, int phy, int reg) device 1222 dev/ic/gem.c gem_mii_writereg(struct device *self, int phy, int reg, int val) device 1254 dev/ic/gem.c gem_mii_statchg(struct device *dev) device 1310 dev/ic/gem.c gem_pcs_readreg(struct device *self, int phy, int reg) device 1347 dev/ic/gem.c gem_pcs_writereg(struct device *self, int phy, int reg, int val) device 122 dev/ic/gemvar.h struct device sc_dev; /* generic device information */ device 283 dev/ic/gemvar.h int gem_activate(struct device *, enum devact); device 107 dev/ic/hme.c static int hme_mii_readreg(struct device *, int, int); device 108 dev/ic/hme.c static void hme_mii_writereg(struct device *, int, int, int); device 109 dev/ic/hme.c static void hme_mii_statchg(struct device *); device 1015 dev/ic/hme.c struct device *self; device 1073 dev/ic/hme.c struct device *self; device 1128 dev/ic/hme.c struct device *dev; device 65 dev/ic/hmevar.h struct device sc_dev; /* boilerplate device view */ device 89 dev/ic/i82365.c int pcic_submatch(struct device *, void *, void *); device 215 dev/ic/i82365.c sc->handle[0].ph_parent = (struct device *)sc; device 232 dev/ic/i82365.c sc->handle[1].ph_parent = (struct device *)sc; device 254 dev/ic/i82365.c sc->handle[2].ph_parent = (struct device *)sc; device 274 dev/ic/i82365.c sc->handle[3].ph_parent = (struct device *)sc; device 563 dev/ic/i82365.c struct device *parent; device 808 dev/ic/i82365.c struct device *dev = (struct device *)h->pcmcia; device 53 dev/ic/i82365var.h struct device *ph_parent; device 77 dev/ic/i82365var.h struct device *pcmcia; device 112 dev/ic/i82365var.h struct device dev; device 179 dev/ic/i82596var.h struct device sc_dev; /* device structure */ device 40 dev/ic/if_wivar.h struct device sc_dev; device 386 dev/ic/iha.c sc->sc_link.device = &iha_dev; device 128 dev/ic/iha.h struct device sc_dev; device 101 dev/ic/isp_openbsd.c lptr->device = &isp_dev; device 118 dev/ic/isp_openbsd.c lptrb->device = &isp_dev; device 69 dev/ic/isp_openbsd.h struct device _dev; device 35 dev/ic/lemacvar.h struct device sc_dv; device 140 dev/ic/lm78var.h struct device sc_dev; device 56 dev/ic/lptvar.h struct device sc_dev; device 41 dev/ic/lsi64854var.h struct device sc_dev; /* base device */ device 78 dev/ic/malo.h struct device sc_dev; device 99 dev/ic/mfi.c int mfi_ioctl(struct device *, u_long, caddr_t); device 667 dev/ic/mfi.c sc->sc_link.device = &mfi_dev; device 936 dev/ic/mfi.c struct device *dev = link->device_softc; device 1219 dev/ic/mfi.c mfi_ioctl(struct device *dev, u_long cmd, caddr_t addr) device 1779 dev/ic/mfi.c struct device *dev; device 98 dev/ic/mfivar.h struct device sc_dev; device 120 dev/ic/mfivar.h int (*sc_ioctl)(struct device *, u_long, caddr_t); device 77 dev/ic/midwayvar.h struct device { device 100 dev/ic/midwayvar.h struct device sc_dev; /* system device */ device 221 dev/ic/mpi.c sc->sc_link.device = &mpi_dev; device 401 dev/ic/mpi.c if ((link->inqdata.device & SID_TYPE) == T_PROCESSOR) device 100 dev/ic/mpivar.h struct device sc_dev; device 68 dev/ic/mtd8xx.c static int mtd_miibus_readreg(struct device *, int, int); device 69 dev/ic/mtd8xx.c static void mtd_miibus_writereg(struct device *, int, int, int); device 70 dev/ic/mtd8xx.c static void mtd_miibus_statchg(struct device *); device 255 dev/ic/mtd8xx.c mtd_miibus_readreg(struct device *self, int phy, int reg) device 284 dev/ic/mtd8xx.c mtd_miibus_writereg(struct device *self, int phy, int reg, int val) device 311 dev/ic/mtd8xx.c mtd_miibus_statchg(struct device *self) device 129 dev/ic/mtd8xxvar.h struct device sc_dev; device 82 dev/ic/ncr5380var.h struct device sc_dev; device 269 dev/ic/ncr53c9x.c sc->sc_link.device = dev; device 266 dev/ic/ncr53c9xvar.h struct device sc_dev; /* us as a device */ device 246 dev/ic/oosiop.c sc->sc_link.device = &oosiop_dev; device 111 dev/ic/oosiopvar.h struct device sc_dev; device 345 dev/ic/osiop.c sc->sc_link.device = &osiop_dev; device 195 dev/ic/osiopvar.h struct device sc_dev; device 109 dev/ic/pcf8584.c void (*scan_func)(struct device *, struct i2cbus_attach_args *, void *), device 20 dev/ic/pcf8584var.h struct device sc_dev; device 44 dev/ic/pcf8584var.h void (*)(struct device *, struct i2cbus_attach_args *, void *), device 76 dev/ic/pckbc.c int pckbc_submatch(struct device *, void *, void *); device 249 dev/ic/pckbc.c struct device *parent; device 273 dev/ic/pckbc.c found = (config_found_sm((struct device *)sc, &pa, device 69 dev/ic/pckbcvar.h struct device sc_dv; device 190 dev/ic/pdqvar.h struct device sc_dev; /* base device */ device 195 dev/ic/pdqvar.h struct device sc_dev; /* base device */ device 128 dev/ic/pgtvar.h struct device sc_dev; device 181 dev/ic/re.c int re_gmii_readreg(struct device *, int, int); device 182 dev/ic/re.c void re_gmii_writereg(struct device *, int, int, int); device 184 dev/ic/re.c int re_miibus_readreg(struct device *, int, int); device 185 dev/ic/re.c void re_miibus_writereg(struct device *, int, int, int); device 186 dev/ic/re.c void re_miibus_statchg(struct device *); device 323 dev/ic/re.c re_gmii_readreg(struct device *self, int phy, int reg) device 358 dev/ic/re.c re_gmii_writereg(struct device *dev, int phy, int reg, int data) device 380 dev/ic/re.c re_miibus_readreg(struct device *dev, int phy, int reg) device 445 dev/ic/re.c re_miibus_writereg(struct device *dev, int phy, int reg, int data) device 499 dev/ic/re.c re_miibus_statchg(struct device *dev) device 676 dev/ic/re.c re_miibus_writereg((struct device *)sc, phyaddr, MII_BMCR, device 679 dev/ic/re.c status = re_miibus_readreg((struct device *)sc, device 685 dev/ic/re.c re_miibus_writereg((struct device *)sc, phyaddr, MII_BMCR, device 29 dev/ic/rlnvar.h struct device sc_dev; device 98 dev/ic/rt2560var.h struct device sc_dev; device 91 dev/ic/rt2661var.h struct device sc_dev; device 157 dev/ic/rtl81x9.c int rl_miibus_readreg(struct device *, int, int); device 158 dev/ic/rtl81x9.c void rl_miibus_writereg(struct device *, int, int, int); device 159 dev/ic/rtl81x9.c void rl_miibus_statchg(struct device *); device 1368 dev/ic/rtl81x9.c struct device *self; device 1420 dev/ic/rtl81x9.c struct device *self; device 1464 dev/ic/rtl81x9.c struct device *self; device 717 dev/ic/rtl81x9reg.h struct device sc_dev; /* us, as a device */ device 360 dev/ic/rtwvar.h struct device sc_dev; device 459 dev/ic/rtwvar.h int rtw_activate(struct device *, enum devact); device 1062 dev/ic/sili.c fis->device = 0; device 24 dev/ic/silivar.h struct device sc_dev; device 201 dev/ic/siop.c sc->sc_c.sc_link.device = &siop_dev; device 226 dev/ic/siop.c config_found((struct device*)sc, &saa, scsiprint); device 1499 dev/ic/siop.c if ((inqbuf->device & SID_QUAL) == SID_QUAL_BAD_LU) device 135 dev/ic/siopvar_common.h struct device sc_dev; device 20 dev/ic/slivar.h struct device sc_dev; device 104 dev/ic/smc83c170.c int epic_mii_read(struct device *, int, int); device 105 dev/ic/smc83c170.c void epic_mii_write(struct device *, int, int, int); device 109 dev/ic/smc83c170.c void epic_statchg(struct device *); device 1400 dev/ic/smc83c170.c epic_mii_read(struct device *self, int phy, int reg) device 1421 dev/ic/smc83c170.c epic_mii_write(struct device *self, int phy, int reg, int val) device 1437 dev/ic/smc83c170.c epic_statchg(struct device *self) device 104 dev/ic/smc83c170var.h struct device sc_dev; /* generic device information */ device 160 dev/ic/smc91cxx.c u_int32_t smc91cxx_mii_bitbang_read(struct device *); device 161 dev/ic/smc91cxx.c void smc91cxx_mii_bitbang_write(struct device *, u_int32_t); device 180 dev/ic/smc91cxx.c int smc91cxx_mii_readreg(struct device *, int, int); device 181 dev/ic/smc91cxx.c void smc91cxx_mii_writereg(struct device *, int, int, int); device 182 dev/ic/smc91cxx.c void smc91cxx_statchg(struct device *); device 1227 dev/ic/smc91cxx.c struct device *self; device 1252 dev/ic/smc91cxx.c struct device *self; device 1281 dev/ic/smc91cxx.c struct device *self; device 1291 dev/ic/smc91cxx.c struct device *self; device 1302 dev/ic/smc91cxx.c struct device *self; device 1319 dev/ic/smc91cxx.c struct device *self; device 1333 dev/ic/smc91cxx.c struct device *self; device 42 dev/ic/smc91cxxvar.h struct device sc_dev; /* generic device glue */ device 75 dev/ic/smc91cxxvar.h int smc91cxx_activate(struct device *, enum devact); device 76 dev/ic/smc91cxxvar.h int smc91cxx_detach(struct device *, int); device 84 dev/ic/stivar.h struct device sc_dev; device 72 dev/ic/tcic2.c int tcic_submatch(struct device *, void *, void *); device 540 dev/ic/tcic2.c struct device *parent; device 79 dev/ic/tcic2var.h struct device *pcmcia; device 100 dev/ic/tcic2var.h struct device dev; device 2069 dev/ic/trm.c ((ptr->device & SID_QUAL_BAD_LU) == SID_QUAL_BAD_LU)) { device 2447 dev/ic/trm.c sc->sc_link.device = &trm_device; device 185 dev/ic/trm.h struct device sc_device; device 388 dev/ic/twe.c sc->sc_link.device = &twe_dev; device 831 dev/ic/twe.c inq.device = device 52 dev/ic/twevar.h struct device sc_dev; device 150 dev/ic/uha.c sc->sc_link.device = &uha_dev; device 39 dev/ic/uhavar.h struct device sc_dev; device 508 dev/ic/vga.c struct device *self; device 517 dev/ic/vga.c struct device *self; device 46 dev/ic/vgavar.h struct device *vc_softc; device 164 dev/ic/vgavar.h void vga_common_attach(struct device *, bus_space_tag_t, device 166 dev/ic/vgavar.h void vga_extended_attach(struct device *, bus_space_tag_t, device 747 dev/ic/wdc.c struct device *self; device 966 dev/ic/wdc.c rv = config_detach_children((struct device *)chp->wdc, flags); device 154 dev/ic/wdcvar.h struct device sc_dev; device 270 dev/ic/wdcvar.h int wdcactivate(struct device *, enum devact); device 195 dev/ic/xl.c int xl_miibus_readreg(struct device *, int, int); device 196 dev/ic/xl.c void xl_miibus_writereg(struct device *, int, int, int); device 197 dev/ic/xl.c void xl_miibus_statchg(struct device *); device 440 dev/ic/xl.c xl_miibus_readreg(struct device *self, int phy, int reg) device 458 dev/ic/xl.c xl_miibus_writereg(struct device *self, int phy, int reg, int data) device 476 dev/ic/xl.c xl_miibus_statchg(struct device *self) device 2621 dev/ic/xl.c mii_attach((struct device *)sc, &sc->sc_mii, 0xffffffff, device 576 dev/ic/xlreg.h struct device sc_dev; /* generic device structure */ device 112 dev/ic/z8530tty.c struct device zst_dev; /* required first: base device */ device 158 dev/ic/z8530tty.c static int zstty_match(struct device *, void *, void *); device 159 dev/ic/z8530tty.c static void zstty_attach(struct device *, struct device *, void *); device 189 dev/ic/z8530tty.c struct device *parent; device 208 dev/ic/z8530tty.c struct device *parent, *self; device 161 dev/ipmi.c int ipmi_match(struct device *, void *, void *); device 162 dev/ipmi.c void ipmi_attach(struct device *, struct device *, void *); device 1653 dev/ipmi.c ipmi_match(struct device *parent, void *match, void *aux) device 1693 dev/ipmi.c ipmi_attach(struct device *parent, struct device *self, void *aux) device 81 dev/ipmivar.h struct device sc_dev; device 607 dev/isa/ad1848.c ad1848_mute_channel(sc, device, mute) device 609 dev/isa/ad1848.c int device; device 614 dev/isa/ad1848.c reg = ad_read(sc, mixer_channel_info[device].left_reg); device 617 dev/isa/ad1848.c if (device == AD1848_MONITOR_CHANNEL) device 618 dev/isa/ad1848.c ad_write(sc, mixer_channel_info[device].left_reg, reg & 0xFE); device 620 dev/isa/ad1848.c ad_write(sc, mixer_channel_info[device].left_reg, reg | 0x80); device 621 dev/isa/ad1848.c } else if (!(sc->mute[device] & MUTE_LEFT)) { device 622 dev/isa/ad1848.c if (device == AD1848_MONITOR_CHANNEL) device 623 dev/isa/ad1848.c ad_write(sc, mixer_channel_info[device].left_reg, reg | 0x01); device 625 dev/isa/ad1848.c ad_write(sc, mixer_channel_info[device].left_reg, reg & ~0x80); device 628 dev/isa/ad1848.c if (!mixer_channel_info[device].right_reg) { device 632 dev/isa/ad1848.c reg = ad_read(sc, mixer_channel_info[device].right_reg); device 635 dev/isa/ad1848.c ad_write(sc, mixer_channel_info[device].right_reg, reg | 0x80); device 636 dev/isa/ad1848.c else if (!(sc->mute[device] & MUTE_RIGHT)) { device 637 dev/isa/ad1848.c ad_write(sc, mixer_channel_info[device].right_reg, reg & ~0x80); device 643 dev/isa/ad1848.c ad1848_set_channel_gain(sc, device, gp) device 645 dev/isa/ad1848.c int device; device 648 dev/isa/ad1848.c struct ad1848_mixerinfo *info = &mixer_channel_info[device]; device 652 dev/isa/ad1848.c sc->gains[device] = *gp; device 657 dev/isa/ad1848.c if (device == AD1848_MONITOR_CHANNEL) device 677 dev/isa/ad1848.c ad1848_get_device_gain(sc, device, gp) device 679 dev/isa/ad1848.c int device; device 682 dev/isa/ad1848.c *gp = sc->gains[device]; device 47 dev/isa/ad1848var.h struct device sc_dev; /* base device */ device 55 dev/isa/ad1848var.h struct device *sc_isa; /* ISA bus's device */ device 219 dev/isa/ad1848var.h void ad1848_mute_channel(struct ad1848_softc *, int device, int mute); device 85 dev/isa/addcom_isa.c struct device sc_dev; device 109 dev/isa/addcom_isa.c int addcomprobe(struct device *, void *, void *); device 110 dev/isa/addcom_isa.c void addcomattach(struct device *, struct device *, void *); device 124 dev/isa/addcom_isa.c struct device *parent; device 192 dev/isa/addcom_isa.c struct device *parent, *self; device 118 dev/isa/aha.c struct device sc_dev; device 177 dev/isa/aha.c int aha_isapnp_probe(struct device *, void *, void *); device 178 dev/isa/aha.c int ahaprobe(struct device *, void *, void *); device 179 dev/isa/aha.c void ahaattach(struct device *, struct device *, void *); device 332 dev/isa/aha.c struct device *parent; device 347 dev/isa/aha.c struct device *parent; device 375 dev/isa/aha.c struct device *parent, *self; device 407 dev/isa/aha.c sc->sc_link.device = &aha_dev; device 78 dev/isa/aic_isa.c int aic_isa_probe(struct device *, void *, void *); device 79 dev/isa/aic_isa.c void aic_isa_attach(struct device *, struct device *, void *); device 95 dev/isa/aic_isa.c struct device *parent; device 123 dev/isa/aic_isa.c struct device *parent, *self; device 51 dev/isa/aic_isapnp.c int aic_isapnp_match(struct device *, void *, void *); device 52 dev/isa/aic_isapnp.c void aic_isapnp_attach(struct device *, struct device *, void *); device 67 dev/isa/aic_isapnp.c struct device *parent; device 79 dev/isa/aic_isapnp.c struct device *parent, *self; device 88 dev/isa/aps.c struct device sc_dev; device 100 dev/isa/aps.c int aps_match(struct device *, void *, void *); device 101 dev/isa/aps.c void aps_attach(struct device *, struct device *, void *); device 123 dev/isa/aps.c aps_match(struct device *parent, void *match, void *aux) device 183 dev/isa/aps.c aps_attach(struct device *parent, struct device *self, void *aux) device 107 dev/isa/aria.c struct device sc_dev; /* base device */ device 155 dev/isa/aria.c void ariaattach(struct device *, struct device *, void *); device 274 dev/isa/aria.c struct device *parent, *self; device 408 dev/isa/aria.c struct device *parent, *self; device 52 dev/isa/ast.c struct device sc_dev; device 63 dev/isa/ast.c int astprobe(struct device *, void *, void *); device 64 dev/isa/ast.c void astattach(struct device *, struct device *, void *); device 78 dev/isa/ast.c struct device *parent; device 143 dev/isa/ast.c struct device *parent, *self; device 80 dev/isa/aztech.c int az_probe(struct device *, void *, void *); device 81 dev/isa/aztech.c void az_attach(struct device *, struct device * self, void *); device 95 dev/isa/aztech.c struct device sc_dev; device 126 dev/isa/aztech.c az_probe(struct device *parent, void *self, void *aux) device 153 dev/isa/aztech.c az_attach(struct device *parent, struct device *self, void *aux) device 65 dev/isa/bha_isa.c int bha_isa_probe(struct device *, void *, void *); device 66 dev/isa/bha_isa.c void bha_isa_attach(struct device *, struct device *, void *); device 79 dev/isa/bha_isa.c struct device *parent; device 132 dev/isa/bha_isa.c struct device *parent, *self; device 52 dev/isa/boca.c struct device sc_dev; device 63 dev/isa/boca.c int bocaprobe(struct device *, void *, void *); device 64 dev/isa/boca.c void bocaattach(struct device *, struct device *, void *); device 78 dev/isa/boca.c struct device *parent; device 143 dev/isa/boca.c struct device *parent, *self; device 75 dev/isa/com_commulti.c int com_commulti_probe(struct device *, void *, void *); device 76 dev/isa/com_commulti.c void com_commulti_attach(struct device *, struct device *, void *); device 83 dev/isa/com_commulti.c com_commulti_probe(struct device *parent, void *match, void *aux) device 110 dev/isa/com_commulti.c com_commulti_attach(struct device *, struct device *, void *) device 75 dev/isa/com_isa.c int com_isa_probe(struct device *, void *, void *); device 76 dev/isa/com_isa.c void com_isa_attach(struct device *, struct device *, void *); device 83 dev/isa/com_isa.c com_isa_probe(struct device *parent, void *match, void *aux) device 118 dev/isa/com_isa.c com_isa_attach(struct device *parent, struct device *self, void *aux) device 81 dev/isa/com_isapnp.c int com_isapnp_probe(struct device *, void *, void *); device 82 dev/isa/com_isapnp.c int com_isapnp_attach(struct device *, struct device *, void *); device 85 dev/isa/com_isapnp.c com_isapnp_probe(struct device *parent, void *match, void *aux) device 108 dev/isa/com_isapnp.c com_isapnp_attach(struct device *parent, struct device *self, void *aux) device 52 dev/isa/cy_isa.c static int cy_isa_probe(struct device *, void *, void *); device 53 dev/isa/cy_isa.c void cy_isa_attach(struct device *, struct device *, void *); device 61 dev/isa/cy_isa.c struct device *parent; device 64 dev/isa/cy_isa.c int card = ((struct device *)match)->dv_unit; device 91 dev/isa/cy_isa.c struct device *parent, *self; device 91 dev/isa/ega.c struct device sc_dev; device 100 dev/isa/ega.c int ega_match(struct device *, void *, void *); device 101 dev/isa/ega.c void ega_attach(struct device *, struct device *, void *); device 463 dev/isa/ega.c struct device *parent; device 502 dev/isa/ega.c struct device *parent, *self; device 60 dev/isa/ess_isapnp.c int ess_isapnp_probe(struct device *, void *, void *); device 61 dev/isa/ess_isapnp.c void ess_isapnp_attach(struct device *, struct device *, void *); device 69 dev/isa/ess_isapnp.c struct device *parent; device 76 dev/isa/ess_isapnp.c struct device *parent, *self; device 123 dev/isa/essvar.h struct device sc_dev; /* base device */ device 124 dev/isa/essvar.h struct device *sc_isa; device 99 dev/isa/fd.c struct device sc_dev; device 130 dev/isa/fd.c int fdprobe(struct device *, void *, void *); device 131 dev/isa/fd.c void fdattach(struct device *, struct device *, void *); device 160 dev/isa/fd.c struct device *parent; device 222 dev/isa/fd.c struct device *parent, *self; device 82 dev/isa/fdc.c int fdcprobe(struct device *, void *, void *); device 83 dev/isa/fdc.c void fdcattach(struct device *, struct device *, void *); device 98 dev/isa/fdc.c struct device *parent; device 140 dev/isa/fdc.c struct device *parent, *self; device 282 dev/isa/fdc.c struct device *dv; device 85 dev/isa/fdlink.h struct device sc_dev; /* boilerplate */ device 120 dev/isa/fdlink.h void fdcstatus(struct device *, int, char *); device 40 dev/isa/gscsio.c struct device sc_dev; device 70 dev/isa/gscsio.c int gscsio_probe(struct device *, void *, void *); device 71 dev/isa/gscsio.c void gscsio_attach(struct device *, struct device *, void *); device 116 dev/isa/gscsio.c gscsio_probe(struct device *parent, void *match, void *aux) device 144 dev/isa/gscsio.c gscsio_attach(struct device *parent, struct device *self, void *aux) device 136 dev/isa/gus_isa.c int gus_isa_match(struct device *, void *, void *); device 137 dev/isa/gus_isa.c void gus_isa_attach(struct device *, struct device *, void *); device 145 dev/isa/gus_isa.c struct device *parent; device 205 dev/isa/gus_isa.c struct device *parent, *self; device 132 dev/isa/gus_isapnp.c int gus_isapnp_match(struct device *, void *, void *); device 133 dev/isa/gus_isapnp.c void gus_isapnp_attach(struct device *, struct device *, void *); device 144 dev/isa/gus_isapnp.c struct device *parent; device 152 dev/isa/gus_isapnp.c struct device *parent, *self; device 136 dev/isa/gusvar.h struct device sc_dev; /* base device */ device 137 dev/isa/gusvar.h struct device *sc_isa; /* pointer to ISA parent */ device 99 dev/isa/hsq.c struct device sc_dev; device 109 dev/isa/hsq.c int hsqprobe(struct device *, void *, void *); device 110 dev/isa/hsq.c void hsqattach(struct device *, struct device *, void *); device 124 dev/isa/hsq.c struct device *parent; device 191 dev/isa/hsq.c struct device *parent, *self; device 61 dev/isa/i82365_isa.c int pcic_isa_probe(struct device *, void *, void *); device 62 dev/isa/i82365_isa.c void pcic_isa_attach(struct device *, struct device *, void *); device 89 dev/isa/i82365_isa.c struct device *parent; device 155 dev/isa/i82365_isa.c struct device *parent, *self; device 67 dev/isa/i82365_isapnp.c int pcic_isapnp_match(struct device *, void *, void *); device 68 dev/isa/i82365_isapnp.c void pcic_isapnp_attach(struct device *, struct device *, void *); device 95 dev/isa/i82365_isapnp.c struct device *parent; device 104 dev/isa/i82365_isapnp.c struct device *parent, *self; device 54 dev/isa/if_an_isapnp.c int an_isapnp_match(struct device *, void *, void *); device 55 dev/isa/if_an_isapnp.c void an_isapnp_attach(struct device *, struct device *, void *); device 62 dev/isa/if_an_isapnp.c an_isapnp_match(struct device *parent, void *match, void *aux) device 68 dev/isa/if_an_isapnp.c an_isapnp_attach(struct device *parent, struct device *self, void *aux) device 106 dev/isa/if_ec.c int ec_probe(struct device *, void *, void *); device 107 dev/isa/if_ec.c void ec_attach(struct device *, struct device *, void *); device 145 dev/isa/if_ec.c ec_probe(struct device *parent, void *match, void *aux) device 250 dev/isa/if_ec.c ec_attach(struct device *parent, struct device *self, void *aux) device 75 dev/isa/if_ef_isapnp.c struct device sc_dv; device 110 dev/isa/if_ef_isapnp.c int ef_isapnp_match(struct device *, void *, void *); device 111 dev/isa/if_ef_isapnp.c void ef_isapnp_attach(struct device *, struct device *, void *); device 127 dev/isa/if_ef_isapnp.c void ef_miibus_writereg(struct device *, int, int, int); device 128 dev/isa/if_ef_isapnp.c void ef_miibus_statchg(struct device *); device 129 dev/isa/if_ef_isapnp.c int ef_miibus_readreg(struct device *, int, int); device 146 dev/isa/if_ef_isapnp.c struct device *parent; device 154 dev/isa/if_ef_isapnp.c struct device *parent, *self; device 851 dev/isa/if_ef_isapnp.c struct device *dev; device 924 dev/isa/if_ef_isapnp.c struct device *dev; device 984 dev/isa/if_ef_isapnp.c struct device *self; device 92 dev/isa/if_eg.c struct device sc_dev; device 106 dev/isa/if_eg.c int egprobe(struct device *, void *, void *); device 107 dev/isa/if_eg.c void egattach(struct device *, struct device *, void *); device 314 dev/isa/if_eg.c struct device *parent; device 379 dev/isa/if_eg.c struct device *parent, *self; device 67 dev/isa/if_el.c struct device sc_dev; device 89 dev/isa/if_el.c int elprobe(struct device *, void *, void *); device 90 dev/isa/if_el.c void elattach(struct device *, struct device *, void *); device 108 dev/isa/if_el.c struct device *parent; device 170 dev/isa/if_el.c struct device *parent, *self; device 84 dev/isa/if_ep_isa.c int ep_isa_probe(struct device *, void *, void *); device 85 dev/isa/if_ep_isa.c void ep_isa_attach(struct device *, struct device *, void *); device 144 dev/isa/if_ep_isa.c struct device *parent; device 263 dev/isa/if_ep_isa.c struct device *parent, *self; device 84 dev/isa/if_ep_isapnp.c int ep_isapnp_match(struct device *, void *, void *); device 85 dev/isa/if_ep_isapnp.c void ep_isapnp_attach(struct device *, struct device *, void *); device 100 dev/isa/if_ep_isapnp.c struct device *parent; device 109 dev/isa/if_ep_isapnp.c struct device *parent, *self; device 115 dev/isa/if_ex.c static int ex_probe(struct device *, void *, void *); device 116 dev/isa/if_ex.c static void ex_attach(struct device *, struct device *, void *); device 179 dev/isa/if_ex.c struct device *parent; device 262 dev/isa/if_ex.c struct device *parent, *self; device 217 dev/isa/if_ie.c struct device sc_dev; device 300 dev/isa/if_ie.c int ieprobe(struct device *, void *, void *); device 301 dev/isa/if_ie.c void ieattach(struct device *, struct device *, void *); device 372 dev/isa/if_ie.c struct device *parent; device 775 dev/isa/if_ie.c struct device *parent, *self; device 78 dev/isa/if_lc_isa.c int lemac_isa_probe(struct device *, void *, void *); device 79 dev/isa/if_lc_isa.c void lemac_isa_attach(struct device *, struct device *, void *); device 186 dev/isa/if_lc_isa.c struct device *parent; device 202 dev/isa/if_lc_isa.c struct device *parent; device 203 dev/isa/if_lc_isa.c struct device *self; device 72 dev/isa/if_le_isa.c int le_isa_probe(struct device *, void *, void *); device 73 dev/isa/if_le_isa.c void le_isa_attach(struct device *, struct device *, void *); device 85 dev/isa/if_le_isa.c le_isa_probe(struct device *parent, void *match, void *aux) device 296 dev/isa/if_le_isa.c le_isa_attach(struct device *parent, struct device *self, device 69 dev/isa/if_le_isapnp.c int le_isapnp_match(struct device *, void *, void *); device 70 dev/isa/if_le_isapnp.c void le_isapnp_attach(struct device *, struct device *, void *); device 77 dev/isa/if_le_isapnp.c le_isapnp_match(struct device *parent, void *match, void *aux) device 83 dev/isa/if_le_isapnp.c le_isapnp_attach(struct device *parent, struct device *self, void *aux) device 83 dev/isa/if_ne_isa.c int ne_isa_match(struct device *, void *, void *); device 84 dev/isa/if_ne_isa.c void ne_isa_attach(struct device *, struct device *, void *); device 98 dev/isa/if_ne_isa.c ne_isa_match(struct device *parent, void *match, void *aux) device 146 dev/isa/if_ne_isa.c ne_isa_attach(struct device *parent, struct device *self, void *aux) device 85 dev/isa/if_ne_isapnp.c static int ne_isapnp_match(struct device *, void *, void *); device 86 dev/isa/if_ne_isapnp.c static void ne_isapnp_attach(struct device *, struct device *, void *); device 100 dev/isa/if_ne_isapnp.c ne_isapnp_match(struct device *parent, void *match, void *aux) device 106 dev/isa/if_ne_isapnp.c ne_isapnp_attach(struct device *parent, struct device *self, void *aux) device 57 dev/isa/if_rln_isa.c static int rln_isa_probe(struct device *, void *, void *); device 58 dev/isa/if_rln_isa.c static void rln_isa_attach(struct device *, struct device *, void *); device 71 dev/isa/if_rln_isa.c struct device *parent; device 102 dev/isa/if_rln_isa.c struct device *parent, *self; device 83 dev/isa/if_sm_isa.c int sm_isa_match(struct device *, void *, void *); device 84 dev/isa/if_sm_isa.c void sm_isa_attach(struct device *, struct device *, void *); device 99 dev/isa/if_sm_isa.c struct device *parent; device 164 dev/isa/if_sm_isa.c struct device *parent, *self; device 119 dev/isa/if_we.c int we_probe(struct device *, void *, void *); device 120 dev/isa/if_we.c void we_attach(struct device *, struct device *, void *); device 194 dev/isa/if_we.c we_probe(struct device *parent, void *match, void *aux) device 337 dev/isa/if_we.c we_attach(struct device *parent, struct device *self, void *aux) device 72 dev/isa/isa.c int isamatch(struct device *, void *, void *); device 73 dev/isa/isa.c void isaattach(struct device *, struct device *, void *); device 87 dev/isa/isa.c struct device *parent; device 103 dev/isa/isa.c struct device *parent, *self; device 180 dev/isa/isa.c struct device *parent; device 184 dev/isa/isa.c struct device *dev = match; device 234 dev/isa/isa.c ISA_DRQ_ALLOC((struct device *)sc, ia2.ia_drq); device 236 dev/isa/isa.c ISA_DRQ_ALLOC((struct device *)sc, ia2.ia_drq2); device 266 dev/isa/isa.c ISA_DRQ_ALLOC((struct device *)sc, ia.ia_drq); device 268 dev/isa/isa.c ISA_DRQ_ALLOC((struct device *)sc, ia.ia_drq2); device 61 dev/isa/isadma.c struct device *isa_dev; device 69 dev/isa/isadma.c struct device *isadev; device 93 dev/isa/isadma.c int isadmamatch(struct device *, void *, void *); device 94 dev/isa/isadma.c void isadmaattach(struct device *, struct device *, void *); device 97 dev/isa/isadma.c sizeof(struct device), isadmamatch, isadmaattach device 106 dev/isa/isadma.c struct device *parent; device 118 dev/isa/isadma.c struct device *parent, *self; device 188 dev/isa/isadma.c struct device *isadev; device 223 dev/isa/isadma.c struct device *isadev; device 260 dev/isa/isadma.c struct device *isadev; device 291 dev/isa/isadma.c struct device *isadev; device 429 dev/isa/isadma.c struct device *isadev; device 446 dev/isa/isadma.c struct device *isadev; device 495 dev/isa/isadma.c struct device *isadev; device 518 dev/isa/isadma.c struct device *isadev; device 547 dev/isa/isadma.c struct device *isadev; device 577 dev/isa/isadma.c struct device *isadev; device 598 dev/isa/isadma.c struct device *isadev; device 621 dev/isa/isadma.c struct device *isadev; device 638 dev/isa/isadma.c struct device *isadev; device 663 dev/isa/isadma.c struct device *isadev; device 676 dev/isa/isadma.c struct device *isadev; device 52 dev/isa/isadmavar.h extern struct device *isa_dev; device 73 dev/isa/isadmavar.h void isa_dmacascade(struct device *, int); device 75 dev/isa/isadmavar.h int isa_dmamap_create(struct device *, int, bus_size_t, int); device 76 dev/isa/isadmavar.h void isa_dmamap_destroy(struct device *, int); device 78 dev/isa/isadmavar.h int isa_dmastart(struct device *, int, void *, bus_size_t, device 80 dev/isa/isadmavar.h void isa_dmaabort(struct device *, int); device 81 dev/isa/isadmavar.h bus_size_t isa_dmacount(struct device *, int); device 82 dev/isa/isadmavar.h int isa_dmafinished(struct device *, int); device 83 dev/isa/isadmavar.h void isa_dmadone(struct device *, int); device 85 dev/isa/isadmavar.h int isa_dmamem_alloc(struct device *, int, bus_size_t, device 87 dev/isa/isadmavar.h void isa_dmamem_free(struct device *, int, bus_addr_t, bus_size_t); device 88 dev/isa/isadmavar.h int isa_dmamem_map(struct device *, int, bus_addr_t, bus_size_t, device 90 dev/isa/isadmavar.h void isa_dmamem_unmap(struct device *, int, caddr_t, size_t); device 91 dev/isa/isadmavar.h int isa_dmamem_mmap(struct device *, int, bus_addr_t, bus_size_t, device 94 dev/isa/isadmavar.h int isa_drq_isfree(struct device *, int); device 96 dev/isa/isadmavar.h void *isa_malloc(struct device *, int, size_t, int, int); device 47 dev/isa/isagpio.c struct device sc_dev; device 57 dev/isa/isagpio.c int isagpio_match(struct device *, void *, void *); device 58 dev/isa/isagpio.c void isagpio_attach(struct device *, struct device *, void *); device 72 dev/isa/isagpio.c isagpio_match(struct device *parent, void *match, void *aux) device 92 dev/isa/isagpio.c isagpio_attach(struct device *parent, struct device *self, void *aux) device 59 dev/isa/isapnp.c int isapnp_alloc_drq(struct device *, struct isapnp_pin *); device 62 dev/isa/isapnp.c struct isa_attach_args *isapnp_bestconfig(struct device *, device 70 dev/isa/isapnp.c int isapnp_submatch(struct device *, void *, void *); device 71 dev/isa/isapnp.c int isapnp_com_submatch(struct device *, void *, void *); device 73 dev/isa/isapnp.c int isapnp_match(struct device *, void *, void *); device 74 dev/isa/isapnp.c void isapnp_attach(struct device *, struct device *, void *); device 261 dev/isa/isapnp.c struct device *isa; device 400 dev/isa/isapnp.c struct device *isa; device 583 dev/isa/isapnp.c struct device *parent; device 609 dev/isa/isapnp.c struct device *parent; device 855 dev/isa/isapnp.c struct device *parent; device 888 dev/isa/isapnp.c struct device *parent, *self; device 193 dev/isa/isavar.h struct device sc_dev; device 252 dev/isa/isavar.h struct device *ia_isa; /* isa device */ device 314 dev/isa/isavar.h struct device *id_dev; /* back pointer to generic */ device 323 dev/isa/isavar.h struct device sc_dev; /* base device */ device 402 dev/isa/isavar.h void isascan(struct device *parent, void *match); device 56 dev/isa/it.c int it_match(struct device *, void *, void *); device 57 dev/isa/it.c void it_attach(struct device *, struct device *, void *); device 94 dev/isa/it.c it_match(struct device *parent, void *match, void *aux) device 128 dev/isa/it.c it_attach(struct device *parent, struct device *self, void *aux) device 78 dev/isa/itvar.h struct device sc_dev; device 50 dev/isa/lm78_isa.c int lm_isa_match(struct device *, void *, void *); device 51 dev/isa/lm78_isa.c void lm_isa_attach(struct device *, struct device *, void *); device 62 dev/isa/lm78_isa.c lm_isa_match(struct device *parent, void *match, void *aux) device 135 dev/isa/lm78_isa.c lm_isa_attach(struct device *parent, struct device *self, void *aux) device 67 dev/isa/lpt_isa.c int lpt_isa_probe(struct device *, void *, void *); device 68 dev/isa/lpt_isa.c void lpt_isa_attach(struct device *, struct device *, void *); device 97 dev/isa/lpt_isa.c struct device *parent; device 174 dev/isa/lpt_isa.c struct device *parent, *self; device 110 dev/isa/mcd.c struct device sc_dev; device 209 dev/isa/mcd.c int mcdprobe(struct device *, void *, void *); device 210 dev/isa/mcd.c void mcdattach(struct device *, struct device *, void *); device 242 dev/isa/mcd.c struct device *parent, *self; device 901 dev/isa/mcd.c struct device *parent; device 66 dev/isa/midi_pcppi.c int midi_pcppi_match(struct device *, void *, void *); device 67 dev/isa/midi_pcppi.c void midi_pcppi_attach(struct device *, struct device *, void *); device 96 dev/isa/midi_pcppi.c struct device *parent; device 105 dev/isa/midi_pcppi.c struct device *parent; device 106 dev/isa/midi_pcppi.c struct device *self; device 49 dev/isa/mpu_isa.c int mpu_isa_match(struct device *, void *, void *); device 50 dev/isa/mpu_isa.c void mpu_isa_attach(struct device *, struct device *, void *); device 63 dev/isa/mpu_isa.c struct device sc_dev; device 122 dev/isa/mpu_isa.c struct device *parent; device 137 dev/isa/mpu_isa.c struct device *parent, *self; device 25 dev/isa/mpu_isapnp.c int mpu_isapnp_match(struct device *, void *, void *); device 26 dev/isa/mpu_isapnp.c void mpu_isapnp_attach(struct device *, struct device *, void *); device 29 dev/isa/mpu_isapnp.c struct device sc_dev; device 41 dev/isa/mpu_isapnp.c struct device *parent; device 53 dev/isa/mpu_isapnp.c struct device *parent, *self; device 167 dev/isa/nsclpcsio_isa.c struct device sc_dev; device 202 dev/isa/nsclpcsio_isa.c int nsclpcsio_isa_match(struct device *, void *, void *); device 203 dev/isa/nsclpcsio_isa.c void nsclpcsio_isa_attach(struct device *, struct device *, void *); device 246 dev/isa/nsclpcsio_isa.c nsclpcsio_isa_match(struct device *parent, void *match, void *aux) device 277 dev/isa/nsclpcsio_isa.c nsclpcsio_isa_attach(struct device *parent, struct device *self, void *aux) device 63 dev/isa/opl_ess.c int opl_ess_match(struct device *, void *, void *); device 64 dev/isa/opl_ess.c void opl_ess_attach(struct device *, struct device *, void *); device 72 dev/isa/opl_ess.c struct device *parent; device 90 dev/isa/opl_ess.c struct device *parent; device 91 dev/isa/opl_ess.c struct device *self; device 63 dev/isa/opl_isa.c int opl_isa_match(struct device *, void *, void *); device 64 dev/isa/opl_isa.c void opl_isa_attach(struct device *, struct device *, void *); device 72 dev/isa/opl_isa.c struct device *parent; device 91 dev/isa/opl_isa.c struct device *parent; device 92 dev/isa/opl_isa.c struct device *self; device 62 dev/isa/opl_sb.c int opl_sb_match(struct device *, void *, void *); device 63 dev/isa/opl_sb.c void opl_sb_attach(struct device *, struct device *, void *); device 71 dev/isa/opl_sb.c struct device *parent; device 89 dev/isa/opl_sb.c struct device *parent; device 90 dev/isa/opl_sb.c struct device *self; device 243 dev/isa/pas.c int pasprobe(struct device *, void *, void *); device 244 dev/isa/pas.c void pasattach(struct device *, struct device *, void *); device 263 dev/isa/pas.c struct device *parent; device 404 dev/isa/pas.c struct device *parent, *self; device 56 dev/isa/pcdisplay.c struct device sc_dev; device 64 dev/isa/pcdisplay.c int pcdisplay_match(struct device *, void *, void *); device 65 dev/isa/pcdisplay.c void pcdisplay_attach(struct device *, struct device *, void *); device 218 dev/isa/pcdisplay.c struct device *parent; device 257 dev/isa/pcdisplay.c struct device *parent, *self; device 47 dev/isa/pckbc_isa.c int pckbc_isa_match(struct device *, void *, void *); device 48 dev/isa/pckbc_isa.c void pckbc_isa_attach(struct device *, struct device *, void *); device 65 dev/isa/pckbc_isa.c struct device *parent; device 117 dev/isa/pckbc_isa.c struct device *parent, *self; device 56 dev/isa/pcppi.c struct device sc_dv; device 68 dev/isa/pcppi.c int pcppi_match(struct device *, void *, void *); device 69 dev/isa/pcppi.c void pcppi_attach(struct device *, struct device *, void *); device 85 dev/isa/pcppi.c struct device *parent; device 152 dev/isa/pcppi.c struct device *parent, *self; device 111 dev/isa/pss.c struct device sc_dev; /* base device */ device 132 dev/isa/pss.c struct device sc_dev; /* base device */ device 140 dev/isa/pss.c struct device sc_dev; /* base device */ device 155 dev/isa/pss.c int pssprobe(struct device *, void *, void *); device 156 dev/isa/pss.c void pssattach(struct device *, struct device *, void *); device 158 dev/isa/pss.c int spprobe(struct device *, void *, void *); device 159 dev/isa/pss.c void spattach(struct device *, struct device *, void *); device 162 dev/isa/pss.c int mpuprobe(struct device *, void *, void *); device 163 dev/isa/pss.c void mpuattach(struct device *, struct device *, void *); device 165 dev/isa/pss.c int pcdprobe(struct device *, void *, void *); device 166 dev/isa/pss.c void pcdattach(struct device *, struct device *, void *); device 712 dev/isa/pss.c struct device *parent; device 813 dev/isa/pss.c struct device *parent; device 910 dev/isa/pss.c struct device *parent; device 955 dev/isa/pss.c struct device *parent; device 1011 dev/isa/pss.c struct device *parent, *self; device 1044 dev/isa/pss.c struct device *parent, *self; device 1068 dev/isa/pss.c struct device *parent, *self; device 1088 dev/isa/pss.c struct device *parent, *self; device 79 dev/isa/radiotrack2.c int rtii_probe(struct device *, void *, void *); device 80 dev/isa/radiotrack2.c void rtii_attach(struct device *, struct device * self, void *); device 96 dev/isa/radiotrack2.c struct device dev; device 125 dev/isa/radiotrack2.c rtii_probe(struct device *parent, void *match, void *aux) device 152 dev/isa/radiotrack2.c rtii_attach(struct device *parent, struct device *self, void *aux) device 46 dev/isa/rt_isa.c int rt_isa_probe(struct device *, void *, void *); device 47 dev/isa/rt_isa.c void rt_isa_attach(struct device *, struct device *, void *); device 54 dev/isa/rt_isa.c rt_isa_probe(struct device *parent, void *match, void *aux) device 78 dev/isa/rt_isa.c rt_isa_attach(struct device *parent, struct device *self, void *aux) device 42 dev/isa/rt_isapnp.c int rt_isapnp_probe(struct device *, void *, void *); device 43 dev/isa/rt_isapnp.c void rt_isapnp_attach(struct device *, struct device *, void *); device 50 dev/isa/rt_isapnp.c rt_isapnp_probe(struct device *parent, void *match, void *aux) device 57 dev/isa/rt_isapnp.c rt_isapnp_attach(struct device *parent, struct device *self, void *aux) device 52 dev/isa/rtfps.c struct device sc_dev; device 65 dev/isa/rtfps.c int rtfpsprobe(struct device *, void *, void *); device 66 dev/isa/rtfps.c void rtfpsattach(struct device *, struct device *, void *); device 80 dev/isa/rtfps.c struct device *parent; device 145 dev/isa/rtfps.c struct device *parent, *self; device 39 dev/isa/rtvar.h struct device sc_dev; device 61 dev/isa/sb_isa.c static int sbfind(struct device *, struct sbdsp_softc *, struct isa_attach_args *); device 63 dev/isa/sb_isa.c int sb_isa_match(struct device *, void *, void *); device 64 dev/isa/sb_isa.c void sb_isa_attach(struct device *, struct device *, void *); device 79 dev/isa/sb_isa.c struct device *parent; device 86 dev/isa/sb_isa.c sc->sc_dev.dv_cfdata = ((struct device *)match)->dv_cfdata; device 93 dev/isa/sb_isa.c struct device *parent; device 146 dev/isa/sb_isa.c struct device *parent, *self; device 59 dev/isa/sb_isapnp.c int sb_isapnp_match(struct device *, void *, void *); device 60 dev/isa/sb_isapnp.c void sb_isapnp_attach(struct device *, struct device *, void *); device 75 dev/isa/sb_isapnp.c struct device *parent; device 91 dev/isa/sb_isapnp.c struct device *parent, *self; device 98 dev/isa/sbdspvar.h struct device sc_dev; /* base device */ device 104 dev/isa/sbdspvar.h struct device *sc_isa; device 191 dev/isa/seagate.c struct device sc_dev; device 307 dev/isa/seagate.c int seaprobe(struct device *, void *, void *); device 308 dev/isa/seagate.c void seaattach(struct device *, struct device *, void *); device 345 dev/isa/seagate.c seaprobe(struct device *parent, void *match, void *aux) device 424 dev/isa/seagate.c seaattach(struct device *parent, struct device *self, void *aux) device 438 dev/isa/seagate.c sea->sc_link.device = &sea_dev; device 63 dev/isa/sf16fmr.c int sfr_probe(struct device *, void *, void *); device 64 dev/isa/sf16fmr.c void sfr_attach(struct device *, struct device * self, void *); device 79 dev/isa/sf16fmr.c struct device sc_dev; device 103 dev/isa/sf16fmr.c sfr_probe(struct device *parent, void *match, void *aux) device 129 dev/isa/sf16fmr.c sfr_attach(struct device *parent, struct device *self, void *aux) device 90 dev/isa/sf16fmr2.c int sf2r_probe(struct device *, void *, void *); device 91 dev/isa/sf16fmr2.c void sf2r_attach(struct device *, struct device * self, void *); device 107 dev/isa/sf16fmr2.c struct device sc_dev; device 138 dev/isa/sf16fmr2.c sf2r_probe(struct device *parent, void *match, void *aux) device 165 dev/isa/sf16fmr2.c sf2r_attach(struct device *parent, struct device *self, void *aux) device 63 dev/isa/spkr.c int spkrprobe(struct device *, void *, void *); device 64 dev/isa/spkr.c void spkrattach(struct device *, struct device *, void *); device 67 dev/isa/spkr.c sizeof(struct device), spkrprobe, spkrattach device 398 dev/isa/spkr.c struct device *parent; device 407 dev/isa/spkr.c struct device *parent; device 408 dev/isa/spkr.c struct device *self; device 109 dev/isa/tcic2_isa.c int tcic_isa_probe(struct device *, void *, void *); device 110 dev/isa/tcic2_isa.c void tcic_isa_attach(struct device *, struct device *, void *); device 142 dev/isa/tcic2_isa.c struct device *parent; device 195 dev/isa/tcic2_isa.c struct device *parent, *self; device 59 dev/isa/uha_isa.c int uha_isa_probe(struct device *, void *, void *); device 60 dev/isa/uha_isa.c void uha_isa_attach(struct device *, struct device *, void *); device 81 dev/isa/uha_isa.c struct device *parent; device 115 dev/isa/uha_isa.c struct device *parent, *self; device 49 dev/isa/vga_isa.c struct device sc_dev; device 55 dev/isa/vga_isa.c int vga_isa_match(struct device *, void *, void *); device 56 dev/isa/vga_isa.c void vga_isa_attach(struct device *, struct device *, void *); device 64 dev/isa/vga_isa.c struct device *parent; device 91 dev/isa/vga_isa.c struct device *parent, *self; device 47 dev/isa/viasio.c struct device sc_dev; device 63 dev/isa/viasio.c int viasio_probe(struct device *, void *, void *); device 64 dev/isa/viasio.c void viasio_attach(struct device *, struct device *, void *); device 140 dev/isa/viasio.c viasio_probe(struct device *parent, void *match, void *aux) device 169 dev/isa/viasio.c viasio_attach(struct device *parent, struct device *self, void *aux) device 68 dev/isa/wdc_isa.c struct device *sc_isa; device 74 dev/isa/wdc_isa.c int wdc_isa_probe(struct device *, void *, void *); device 75 dev/isa/wdc_isa.c void wdc_isa_attach(struct device *, struct device *, void *); device 89 dev/isa/wdc_isa.c wdc_isa_probe(struct device *parent, void *match, void *aux) device 124 dev/isa/wdc_isa.c wdc_isa_attach(struct device *parent, struct device *self, void *aux) device 65 dev/isa/wdc_isapnp.c int wdc_isapnp_match(struct device *, void *, void *); device 66 dev/isa/wdc_isapnp.c void wdc_isapnp_attach(struct device *, struct device *, void *); device 80 dev/isa/wdc_isapnp.c struct device *parent; device 98 dev/isa/wdc_isapnp.c struct device *parent, *self; device 110 dev/isa/wds.c struct device sc_dev; device 189 dev/isa/wds.c int wdsprobe(struct device *, void *, void *); device 190 dev/isa/wds.c void wdsattach(struct device *, struct device *, void *); device 245 dev/isa/wds.c struct device *parent; device 285 dev/isa/wds.c struct device *parent, *self; device 319 dev/isa/wds.c sc->sc_link.device = &wds_dev; device 75 dev/isa/wss_isa.c static int wssfind(struct device *, struct wss_softc *, struct isa_attach_args *); device 81 dev/isa/wss_isa.c int wss_isa_probe(struct device *, void *, void *); device 82 dev/isa/wss_isa.c void wss_isa_attach(struct device *, struct device *, void *); device 97 dev/isa/wss_isa.c struct device *parent; device 104 dev/isa/wss_isa.c sc->sc_dev.dv_cfdata = ((struct device *)match)->dv_cfdata; device 117 dev/isa/wss_isa.c struct device *parent; device 193 dev/isa/wss_isa.c struct device *parent, *self; device 64 dev/isa/wss_isapnp.c int wss_isapnp_match(struct device *, void *, void *); device 65 dev/isa/wss_isapnp.c void wss_isapnp_attach(struct device *, struct device *, void *); device 81 dev/isa/wss_isapnp.c struct device *parent; device 93 dev/isa/wss_isapnp.c struct device *parent, *self; device 59 dev/isa/wssvar.h struct device sc_dev; /* base device */ device 62 dev/isa/ym_isapnp.c int ym_isapnp_match(struct device *, void *, void *); device 63 dev/isa/ym_isapnp.c void ym_isapnp_attach(struct device *, struct device *, void *); device 78 dev/isa/ym_isapnp.c struct device *parent; device 94 dev/isa/ym_isapnp.c struct device *parent, *self; device 74 dev/isa/ymvar.h struct device sc_dev; /* base device */ device 58 dev/midi.c int midiprobe(struct device *, void *, void *); device 59 dev/midi.c void midiattach(struct device *, struct device *, void *); device 60 dev/midi.c int mididetach(struct device *, int); device 68 dev/midi.c void midi_attach(struct midi_softc *, struct device *); device 478 dev/midi.c midiprobe(struct device *parent, void *match, void *aux) device 486 dev/midi.c midi_attach(struct midi_softc *sc, struct device *parent) device 503 dev/midi.c midiattach(struct device *parent, struct device *self, void *aux) device 527 dev/midi.c mididetach(struct device *self, int flags) device 577 dev/midi.c struct device * device 578 dev/midi.c midi_attach_mi(struct midi_hw_if *hwif, void *hdl, struct device *dev) device 64 dev/midi_if.h void midi_attach(struct midi_softc *, struct device *); device 65 dev/midi_if.h struct device *midi_attach_mi(struct midi_hw_if *, void *, device 66 dev/midi_if.h struct device *); device 78 dev/midivar.h struct device dev; device 59 dev/mii/acphy.c int acphymatch(struct device *, void *, void *); device 60 dev/mii/acphy.c void acphyattach(struct device *, struct device *, void *); device 91 dev/mii/acphy.c acphymatch(struct device *parent, void *match, void *aux) device 102 dev/mii/acphy.c acphyattach(struct device *parent, struct device *self, void *aux) device 58 dev/mii/amphy.c int amphymatch(struct device *, void *, void *); device 59 dev/mii/amphy.c void amphyattach(struct device *, struct device *, void *); device 94 dev/mii/amphy.c amphymatch(struct device *parent, void *match, void *aux) device 105 dev/mii/amphy.c amphyattach(struct device *parent, struct device *self, void *aux) device 51 dev/mii/bmtphy.c int bmtphymatch(struct device *, void *, void *); device 52 dev/mii/bmtphy.c void bmtphyattach(struct device *, struct device *, void *); device 94 dev/mii/bmtphy.c bmtphymatch(struct device *parent, void *match, void *aux) device 105 dev/mii/bmtphy.c bmtphyattach(struct device *parent, struct device *self, void *aux) device 70 dev/mii/brgphy.c int brgphy_probe(struct device *, void *, void *); device 71 dev/mii/brgphy.c void brgphy_attach(struct device *, struct device *, void *); device 144 dev/mii/brgphy.c brgphy_probe(struct device *parent, void *match, void *aux) device 155 dev/mii/brgphy.c brgphy_attach(struct device *parent, struct device *self, void *aux) device 64 dev/mii/ciphy.c int ciphymatch(struct device *, void *, void *); device 65 dev/mii/ciphy.c void ciphyattach(struct device *, struct device *, void *); device 103 dev/mii/ciphy.c ciphymatch(struct device *parent, void *match, void *aux) device 114 dev/mii/ciphy.c ciphyattach(struct device *parent, struct device *self, void *aux) device 88 dev/mii/dcphy.c int dcphy_match(struct device *, void *, void *); device 89 dev/mii/dcphy.c void dcphy_attach(struct device *, struct device *, void *); device 110 dev/mii/dcphy.c dcphy_match(struct device *parent, void *match, void *aux) device 126 dev/mii/dcphy.c dcphy_attach(struct device *parent, struct device *self, void *aux) device 61 dev/mii/eephy.c int eephymatch(struct device *, void *, void *); device 62 dev/mii/eephy.c void eephyattach(struct device *, struct device *, void *); device 119 dev/mii/eephy.c eephymatch(struct device *parent, void *match, void *aux) device 130 dev/mii/eephy.c eephyattach(struct device *parent, struct device *self, void *aux) device 87 dev/mii/exphy.c int exphymatch(struct device *, void *, void *); device 88 dev/mii/exphy.c void exphyattach(struct device *, struct device *, void *); device 107 dev/mii/exphy.c exphymatch(struct device *parent, void *match, void *aux) device 127 dev/mii/exphy.c exphyattach(struct device *parent, struct device *self, void *aux) device 96 dev/mii/gentbi.c int gentbimatch(struct device *, void *, void *); device 97 dev/mii/gentbi.c void gentbiattach(struct device *, struct device *, void *); device 116 dev/mii/gentbi.c gentbimatch(struct device *parent, void *match, void *aux) device 149 dev/mii/gentbi.c gentbiattach(struct device *parent, struct device *self, void *aux) device 91 dev/mii/icsphy.c int icsphymatch(struct device *, void *, void *); device 92 dev/mii/icsphy.c void icsphyattach(struct device *, struct device *, void *); device 125 dev/mii/icsphy.c icsphymatch(struct device *parent, void *match, void *aux) device 136 dev/mii/icsphy.c icsphyattach(struct device *parent, struct device *self, void *aux) device 91 dev/mii/inphy.c int inphymatch(struct device *, void *, void *); device 92 dev/mii/inphy.c void inphyattach(struct device *, struct device *, void *); device 124 dev/mii/inphy.c struct device *parent; device 138 dev/mii/inphy.c struct device *parent, *self; device 89 dev/mii/iophy.c int iophymatch(struct device *, void *, void *); device 90 dev/mii/iophy.c void iophyattach(struct device *, struct device *, void *); device 121 dev/mii/iophy.c struct device *parent; device 135 dev/mii/iophy.c struct device *parent, *self; device 60 dev/mii/ipgphy.c int ipgphy_probe(struct device *, void *, void *); device 61 dev/mii/ipgphy.c void ipgphy_attach(struct device *, struct device *, void *); device 91 dev/mii/ipgphy.c ipgphy_probe(struct device *parent, void *match, void *aux) device 102 dev/mii/ipgphy.c ipgphy_attach(struct device *parent, struct device *self, void *aux) device 57 dev/mii/luphy.c int luphymatch(struct device *, void *, void *); device 58 dev/mii/luphy.c void luphyattach(struct device *, struct device *, void *); device 84 dev/mii/luphy.c luphymatch(struct device *parent, void *match, void *aux) device 95 dev/mii/luphy.c luphyattach(struct device *parent, struct device *self, void *aux) device 91 dev/mii/lxtphy.c int lxtphymatch(struct device *, void *, void *); device 92 dev/mii/lxtphy.c void lxtphyattach(struct device *, struct device *, void *); device 127 dev/mii/lxtphy.c struct device *parent; device 141 dev/mii/lxtphy.c struct device *parent, *self; device 59 dev/mii/mii.c int mii_submatch(struct device *, void *, void *); device 69 dev/mii/mii.c mii_attach(struct device *parent, struct mii_data *mii, int capmask, device 233 dev/mii/mii.c mii_submatch(struct device *parent, void *match, void *aux) device 51 dev/mii/mii_bitbang.c void mii_bitbang_sync(struct device *, mii_bitbang_ops_t); device 52 dev/mii/mii_bitbang.c void mii_bitbang_sendbits(struct device *, mii_bitbang_ops_t, device 75 dev/mii/mii_bitbang.c mii_bitbang_sync(struct device *sc, mii_bitbang_ops_t ops) device 95 dev/mii/mii_bitbang.c mii_bitbang_sendbits(struct device *sc, mii_bitbang_ops_t ops, device 121 dev/mii/mii_bitbang.c mii_bitbang_readreg(struct device *sc, mii_bitbang_ops_t ops, int phy, device 169 dev/mii/mii_bitbang.c mii_bitbang_writereg(struct device *sc, mii_bitbang_ops_t ops, device 49 dev/mii/mii_bitbang.h u_int32_t (*mbo_read)(struct device *); device 50 dev/mii/mii_bitbang.h void (*mbo_write)(struct device *, u_int32_t); device 56 dev/mii/mii_bitbang.h int mii_bitbang_readreg(struct device *, mii_bitbang_ops_t, device 58 dev/mii/mii_bitbang.h void mii_bitbang_writereg(struct device *, mii_bitbang_ops_t, device 494 dev/mii/mii_physubr.c mii_phy_activate(struct device *self, enum devact act) device 512 dev/mii/mii_physubr.c mii_phy_detach(struct device *self, int flags) device 59 dev/mii/miivar.h typedef int (*mii_readreg_t)(struct device *, int, int); device 60 dev/mii/miivar.h typedef void (*mii_writereg_t)(struct device *, int, int, int); device 61 dev/mii/miivar.h typedef void (*mii_statchg_t)(struct device *); device 117 dev/mii/miivar.h struct device mii_dev; /* generic device glue */ device 241 dev/mii/miivar.h void mii_attach(struct device *, struct mii_data *, int, int, device 252 dev/mii/miivar.h int mii_phy_activate(struct device *, enum devact); device 253 dev/mii/miivar.h int mii_phy_detach(struct device *, int); device 48 dev/mii/mtdphy.c int mtdphymatch(struct device *, void *, void *); device 49 dev/mii/mtdphy.c void mtdphyattach(struct device *, struct device *, void *); device 75 dev/mii/mtdphy.c mtdphymatch(struct device *parent, void *match, void *aux) device 86 dev/mii/mtdphy.c mtdphyattach(struct device *parent, struct device *self, void *aux) device 65 dev/mii/nsgphy.c int nsgphymatch(struct device*, void *, void *); device 66 dev/mii/nsgphy.c void nsgphyattach(struct device *, struct device *, void *); device 95 dev/mii/nsgphy.c nsgphymatch(struct device *parent, void *match, void *aux) device 106 dev/mii/nsgphy.c nsgphyattach(struct device *parent, struct device *self, void *aux) device 91 dev/mii/nsphy.c int nsphymatch(struct device *, void *, void *); device 92 dev/mii/nsphy.c void nsphyattach(struct device *, struct device *, void *); device 120 dev/mii/nsphy.c nsphymatch(struct device *parent, void *match, void *aux) device 131 dev/mii/nsphy.c nsphyattach(struct device *parent, struct device *self, void *aux) device 91 dev/mii/nsphyter.c int nsphytermatch(struct device *, void *, void *); device 92 dev/mii/nsphyter.c void nsphyterattach(struct device *, struct device *, void *); device 123 dev/mii/nsphyter.c nsphytermatch(struct device *parent, void *match, void *aux) device 134 dev/mii/nsphyter.c nsphyterattach(struct device *parent, struct device *self, void *aux) device 90 dev/mii/qsphy.c int qsphymatch(struct device *, void *, void *); device 91 dev/mii/qsphy.c void qsphyattach(struct device *, struct device *, void *); device 119 dev/mii/qsphy.c qsphymatch(struct device *parent, void *match, void *aux) device 130 dev/mii/qsphy.c qsphyattach(struct device *parent, struct device *self, void *aux) device 68 dev/mii/rgephy.c int rgephymatch(struct device *, void *, void *); device 69 dev/mii/rgephy.c void rgephyattach(struct device *, struct device *, void *); device 105 dev/mii/rgephy.c rgephymatch(struct device *parent, void *match, void *aux) device 116 dev/mii/rgephy.c rgephyattach(struct device *parent, struct device *self, void *aux) device 54 dev/mii/rlphy.c int rlphymatch(struct device *, void *, void *); device 55 dev/mii/rlphy.c void rlphyattach(struct device *, struct device *, void *); device 83 dev/mii/rlphy.c rlphymatch(struct device *parent, void *match, void *aux) device 109 dev/mii/rlphy.c rlphyattach(struct device *parent, struct device *self, void *aux) device 91 dev/mii/sqphy.c int sqphymatch(struct device *, void *, void *); device 92 dev/mii/sqphy.c void sqphyattach(struct device *, struct device *, void *); device 123 dev/mii/sqphy.c sqphymatch(struct device *parent, void *match, void *aux) device 134 dev/mii/sqphy.c sqphyattach(struct device *parent, struct device *self, void *aux) device 109 dev/mii/tlphy.c int tlphymatch(struct device *, void *, void *); device 110 dev/mii/tlphy.c void tlphyattach(struct device *, struct device *, void *); device 135 dev/mii/tlphy.c tlphymatch(struct device *parent, void *match, void *aux) device 146 dev/mii/tlphy.c tlphyattach(struct device *parent, struct device *self, void *aux) device 91 dev/mii/tqphy.c int tqphymatch(struct device *, void *, void *); device 92 dev/mii/tqphy.c void tqphyattach(struct device *, struct device *, void *); device 93 dev/mii/tqphy.c int tqphydetach(struct device *, int); device 120 dev/mii/tqphy.c tqphymatch(struct device *parent, void *match, void *aux) device 131 dev/mii/tqphy.c tqphyattach(struct device *parent, struct device *self, void *aux) device 47 dev/mii/txphy.c int txphymatch(struct device *, void *, void *); device 48 dev/mii/txphy.c void txphyattach(struct device *, struct device *, void *); device 74 dev/mii/txphy.c txphymatch(struct device *parent, void *match, void *aux) device 85 dev/mii/txphy.c txphyattach(struct device *parent, struct device *self, void *aux) device 87 dev/mii/ukphy.c int ukphymatch(struct device *, void *, void *); device 88 dev/mii/ukphy.c void ukphyattach(struct device *, struct device *, void *); device 106 dev/mii/ukphy.c ukphymatch(struct device *parent, void *match, void *aux) device 116 dev/mii/ukphy.c ukphyattach(struct device *parent, struct device *self, void *aux) device 61 dev/mii/urlphy.c int urlphy_match(struct device *, void *, void *); device 62 dev/mii/urlphy.c void urlphy_attach(struct device *, struct device *, void *); device 81 dev/mii/urlphy.c urlphy_match(struct device *parent, void *match, void *aux) device 102 dev/mii/urlphy.c urlphy_attach(struct device *parent, struct device *self, void *aux) device 59 dev/mii/xmphy.c int xmphy_probe(struct device *, void *, void *); device 60 dev/mii/xmphy.c void xmphy_attach(struct device *, struct device *, void *); device 91 dev/mii/xmphy.c int xmphy_probe(struct device *parent, void *match, void *aux) device 102 dev/mii/xmphy.c xmphy_attach(struct device *parent, struct device *self, void *aux) device 99 dev/ofw/openfirm.h struct device sc_dev; device 46 dev/onewire/onewire.c struct device sc_dev; device 59 dev/onewire/onewire.c struct device * d_dev; device 64 dev/onewire/onewire.c int onewire_match(struct device *, void *, void *); device 65 dev/onewire/onewire.c void onewire_attach(struct device *, struct device *, void *); device 66 dev/onewire/onewire.c int onewire_detach(struct device *, int); device 67 dev/onewire/onewire.c int onewire_activate(struct device *, enum devact); device 87 dev/onewire/onewire.c onewire_match(struct device *parent, void *match, void *aux) device 95 dev/onewire/onewire.c onewire_attach(struct device *parent, struct device *self, void *aux) device 110 dev/onewire/onewire.c onewire_detach(struct device *self, int flags) device 124 dev/onewire/onewire.c onewire_activate(struct device *self, enum devact act) device 420 dev/onewire/onewire.c struct device *dev; device 35 dev/onewire/owid.c struct device sc_dev; device 46 dev/onewire/owid.c int owid_match(struct device *, void *, void *); device 47 dev/onewire/owid.c void owid_attach(struct device *, struct device *, void *); device 48 dev/onewire/owid.c int owid_detach(struct device *, int); device 49 dev/onewire/owid.c int owid_activate(struct device *, enum devact); device 68 dev/onewire/owid.c owid_match(struct device *parent, void *match, void *aux) device 75 dev/onewire/owid.c owid_attach(struct device *parent, struct device *self, void *aux) device 95 dev/onewire/owid.c owid_detach(struct device *self, int flags) device 105 dev/onewire/owid.c owid_activate(struct device *self, enum devact act) device 60 dev/onewire/owsbm.c struct device sc_dev; device 77 dev/onewire/owsbm.c int owsbm_match(struct device *, void *, void *); device 78 dev/onewire/owsbm.c void owsbm_attach(struct device *, struct device *, void *); device 79 dev/onewire/owsbm.c int owsbm_detach(struct device *, int); device 80 dev/onewire/owsbm.c int owsbm_activate(struct device *, enum devact); device 101 dev/onewire/owsbm.c owsbm_match(struct device *parent, void *match, void *aux) device 108 dev/onewire/owsbm.c owsbm_attach(struct device *parent, struct device *self, void *aux) device 150 dev/onewire/owsbm.c owsbm_detach(struct device *self, int flags) device 164 dev/onewire/owsbm.c owsbm_activate(struct device *self, enum devact act) device 49 dev/onewire/owtemp.c struct device sc_dev; device 60 dev/onewire/owtemp.c int owtemp_match(struct device *, void *, void *); device 61 dev/onewire/owtemp.c void owtemp_attach(struct device *, struct device *, void *); device 62 dev/onewire/owtemp.c int owtemp_detach(struct device *, int); device 63 dev/onewire/owtemp.c int owtemp_activate(struct device *, enum devact); device 84 dev/onewire/owtemp.c owtemp_match(struct device *parent, void *match, void *aux) device 91 dev/onewire/owtemp.c owtemp_attach(struct device *parent, struct device *self, void *aux) device 117 dev/onewire/owtemp.c owtemp_detach(struct device *self, int flags) device 131 dev/onewire/owtemp.c owtemp_activate(struct device *self, enum devact act) device 64 dev/pci/aac_pci.c int aac_pci_probe(struct device *, void *, void *); device 65 dev/pci/aac_pci.c void aac_pci_attach(struct device *, struct device *, void *); device 103 dev/pci/aac_pci.c u_int16_t device; device 191 dev/pci/aac_pci.c struct device *parent; device 201 dev/pci/aac_pci.c m->device == PCI_PRODUCT(pa->pa_id)) { device 213 dev/pci/aac_pci.c struct device *parent, *self; device 275 dev/pci/aac_pci.c m->device == PCI_PRODUCT(pa->pa_id)) { device 92 dev/pci/adv_pci.c int adv_pci_match(struct device *, void *, void *); device 93 dev/pci/adv_pci.c void adv_pci_attach(struct device *, struct device *, void *); device 114 dev/pci/adv_pci.c struct device *parent; device 124 dev/pci/adv_pci.c struct device *parent, *self; device 80 dev/pci/adw_pci.c int adw_pci_match(struct device *, void *, void *); device 81 dev/pci/adw_pci.c void adw_pci_attach(struct device *, struct device *, void *); device 102 dev/pci/adw_pci.c struct device *parent; device 113 dev/pci/adw_pci.c struct device *parent, *self; device 55 dev/pci/agp.c agp_attach(struct device *parent, struct device *self, void *aux) device 83 dev/pci/ahc_pci.c ahc_compose_id(u_int device, u_int vendor, u_int subdevice, u_int subvendor) device 90 dev/pci/ahc_pci.c | ((uint64_t)device << 48); device 637 dev/pci/ahc_pci.c static int ahc_9005_subdevinfo_valid(uint16_t vendor, uint16_t device, device 645 dev/pci/ahc_pci.c int ahc_pci_probe(struct device *, void *, void *); device 646 dev/pci/ahc_pci.c void ahc_pci_attach(struct device *, struct device *, void *); device 688 dev/pci/ahc_pci.c struct device *parent; device 702 dev/pci/ahc_pci.c struct device *parent, *self; device 1075 dev/pci/ahc_pci.c ahc_9005_subdevinfo_valid(uint16_t device, uint16_t vendor, device 1084 dev/pci/ahc_pci.c && subdevice != device device 1096 dev/pci/ahc_pci.c if (DEVID_9005_TYPE(device) == DEVID_9005_TYPE_HBA) device 378 dev/pci/ahci.c struct device sc_dev; device 423 dev/pci/ahci.c int ahci_pci_match(struct device *, void *, void *); device 424 dev/pci/ahci.c void ahci_pci_attach(struct device *, struct device *, device 549 dev/pci/ahci.c ahci_pci_match(struct device *parent, void *match, void *aux) device 572 dev/pci/ahci.c ahci_pci_attach(struct device *parent, struct device *self, void *aux) device 1971 dev/pci/ahci.c fis->device = 0; device 85 dev/pci/ahd_pci.c ahd_compose_id(u_int device, u_int vendor, u_int subdevice, u_int subvendor) device 92 dev/pci/ahd_pci.c | ((uint64_t)device << 48); device 283 dev/pci/ahd_pci.c int ahd_pci_probe(struct device *, void *, void *); device 284 dev/pci/ahd_pci.c void ahd_pci_attach(struct device *, struct device *, void *); device 323 dev/pci/ahd_pci.c ahd_pci_probe(struct device *parent, void *match, void *aux) device 335 dev/pci/ahd_pci.c ahd_pci_attach(struct device *parent, struct device *self, void *aux) device 343 dev/pci/ahd_pci.c uint16_t device, subvendor; device 360 dev/pci/ahd_pci.c device = PCI_PRODUCT(pa->pa_id); device 361 dev/pci/ahd_pci.c if (DEVID_9005_HOSTRAID(device)) device 101 dev/pci/alipm.c struct device sc_dev; device 110 dev/pci/alipm.c int alipm_match(struct device *, void *, void *); device 111 dev/pci/alipm.c void alipm_attach(struct device *, struct device *, void *); device 129 dev/pci/alipm.c alipm_match(struct device *parent, void *match, void *aux) device 140 dev/pci/alipm.c alipm_attach(struct device *parent, struct device *self, void *aux) device 82 dev/pci/amdiic.c struct device sc_dev; device 100 dev/pci/amdiic.c int amdiic_match(struct device *, void *, void *); device 101 dev/pci/amdiic.c void amdiic_attach(struct device *, struct device *, void *); device 129 dev/pci/amdiic.c amdiic_match(struct device *parent, void *match, void *aux) device 136 dev/pci/amdiic.c amdiic_attach(struct device *parent, struct device *self, void *aux) device 164 dev/pci/amdpm.c struct device sc_dev; device 187 dev/pci/amdpm.c int amdpm_match(struct device *, void *, void *); device 188 dev/pci/amdpm.c void amdpm_attach(struct device *, struct device *, void *); device 215 dev/pci/amdpm.c amdpm_match(struct device *parent, void *match, void *aux) device 222 dev/pci/amdpm.c amdpm_attach(struct device *parent, struct device *self, void *aux) device 64 dev/pci/ami_pci.c int ami_pci_match(struct device *, void *, void *); device 65 dev/pci/ami_pci.c void ami_pci_attach(struct device *, struct device *, void *); device 158 dev/pci/ami_pci.c ami_pci_match(struct device *parent, void *match, void *aux) device 188 dev/pci/ami_pci.c ami_pci_attach(struct device *parent, struct device *self, void *aux) device 351 dev/pci/arc.c int arc_match(struct device *, void *, void *); device 352 dev/pci/arc.c void arc_attach(struct device *, struct device *, void *); device 353 dev/pci/arc.c int arc_detach(struct device *, int); device 361 dev/pci/arc.c struct device sc_dev; device 484 dev/pci/arc.c int arc_bioctl(struct device *, u_long, caddr_t); device 503 dev/pci/arc.c arc_match(struct device *parent, void *match, void *aux) device 510 dev/pci/arc.c arc_attach(struct device *parent, struct device *self, void *aux) device 515 dev/pci/arc.c struct device *child; device 539 dev/pci/arc.c sc->sc_link.device = &arc_dev; device 576 dev/pci/arc.c arc_detach(struct device *self, int flags) device 977 dev/pci/arc.c arc_bioctl(struct device *self, u_long cmd, caddr_t addr) device 1181 dev/pci/arc.c struct device *dev; device 161 dev/pci/auich.c struct device sc_dev; device 226 dev/pci/auich.c int auich_match(struct device *, void *, void *); device 227 dev/pci/auich.c void auich_attach(struct device *, struct device *, void *); device 328 dev/pci/auich.c struct device *parent; device 345 dev/pci/auich.c struct device *parent, *self; device 102 dev/pci/auixp.c int auixp_match( struct device *, void *, void *); device 103 dev/pci/auixp.c void auixp_attach(struct device *, struct device *, void *); device 104 dev/pci/auixp.c int auixp_detach(struct device *, int); device 1201 dev/pci/auixp.c auixp_match(struct device *dev, void *match, void *aux) device 1208 dev/pci/auixp.c auixp_attach(struct device *parent, struct device *self, void *aux) device 1400 dev/pci/auixp.c auixp_detach(struct device *self, int flags) device 84 dev/pci/auixpvar.h struct device sc_dev; device 74 dev/pci/autri.c int autri_match(struct device *, void *, void *); device 75 dev/pci/autri.c void autri_attach(struct device *, struct device *, void *); device 482 dev/pci/autri.c struct device *parent; device 506 dev/pci/autri.c struct device *parent; device 507 dev/pci/autri.c struct device *self; device 584 dev/pci/autri.c char *class, *device; device 597 dev/pci/autri.c d[i].class, d[i].device, AudioNmute); device 600 dev/pci/autri.c d[i].device, AudioNmute); device 1158 dev/pci/autri.c autri_get_portnum_by_name(sc, class, device, qualifier) device 1160 dev/pci/autri.c char *class, *device, *qualifier; device 1163 dev/pci/autri.c sc->sc_codec.codec_if, class, device, qualifier)); device 44 dev/pci/autrivar.h struct device sc_dev; /* base device */ device 72 dev/pci/autrivar.h struct device sc_dev; /* base device */ device 85 dev/pci/auvia.c int auvia_match(struct device *, void *, void *); device 86 dev/pci/auvia.c void auvia_attach(struct device *, struct device *, void *); device 211 dev/pci/auvia.c auvia_match(struct device *parent, void *match, void *aux) device 219 dev/pci/auvia.c auvia_attach(struct device *parent, struct device *self, void *aux) device 295 dev/pci/auvia.c char *class, *device; device 307 dev/pci/auvia.c d[i].class, d[i].device, AudioNmute); device 55 dev/pci/auviavar.h struct device sc_dev; device 177 dev/pci/azalia.c struct device dev; device 178 dev/pci/azalia.c struct device *audiodev; device 219 dev/pci/azalia.c int azalia_pci_match(struct device *, void *, void *); device 220 dev/pci/azalia.c void azalia_pci_attach(struct device *, struct device *, void *); device 221 dev/pci/azalia.c int azalia_pci_activate(struct device *, enum devact); device 222 dev/pci/azalia.c int azalia_pci_detach(struct device *, int); device 225 dev/pci/azalia.c void azalia_attach_intr(struct device *); device 350 dev/pci/azalia.c azalia_pci_match(struct device *parent, void *match, void *aux) device 362 dev/pci/azalia.c azalia_pci_attach(struct device *parent, struct device *self, void *aux) device 422 dev/pci/azalia.c azalia_pci_activate(struct device *self, enum devact act) device 441 dev/pci/azalia.c azalia_pci_detach(struct device *self, int flags) device 582 dev/pci/azalia.c azalia_attach_intr(struct device *self) device 1639 dev/pci/azalia.c this->d.pin.device = CORB_CD_DEVICE(result); device 1656 dev/pci/azalia.c pin_devices[this->d.pin.device], pin_colors[this->d.pin.color], device 491 dev/pci/azalia.h int device; device 52 dev/pci/azalia_codec.c #define XNAME(co) (((struct device *)co->az)->dv_xname) device 840 dev/pci/azalia_codec.c switch (this->w[m->nid].d.pin.device) { device 59 dev/pci/bha_pci.c int bha_pci_match(struct device *, void *, void *); device 60 dev/pci/bha_pci.c void bha_pci_attach(struct device *, struct device *, void *); device 78 dev/pci/bha_pci.c struct device *parent; device 106 dev/pci/bha_pci.c struct device *parent, *self; device 111 dev/pci/bktr/bktr_os.c static int bktr_probe(struct device *, void *, void *); device 112 dev/pci/bktr/bktr_os.c static void bktr_attach(struct device *, struct device *, void *); device 138 dev/pci/bktr/bktr_os.c struct device *parent; device 159 dev/pci/bktr/bktr_os.c bktr_attach(struct device *parent, struct device *self, void *aux) device 491 dev/pci/bktr/bktr_reg.h struct device bktr_dev; /* base device */ device 63 dev/pci/cac_pci.c void cac_pci_attach(struct device *, struct device *, void *); device 65 dev/pci/cac_pci.c int cac_pci_match(struct device *, void *, void *); device 154 dev/pci/cac_pci.c struct device *parent; device 163 dev/pci/cac_pci.c struct device *parent; device 164 dev/pci/cac_pci.c struct device *self; device 40 dev/pci/ciss_pci.c int ciss_pci_match(struct device *, void *, void *); device 41 dev/pci/ciss_pci.c void ciss_pci_attach(struct device *, struct device *, void *); device 85 dev/pci/ciss_pci.c ciss_pci_match(struct device *parent, void *match, void *aux) device 93 dev/pci/ciss_pci.c ciss_pci_attach(struct device *parent, struct device *self, void *aux) device 118 dev/pci/cmpci.c int cmpci_match(struct device *, void *, void *); device 119 dev/pci/cmpci.c void cmpci_attach(struct device *, struct device *, void *); device 361 dev/pci/cmpci.c cmpci_match(struct device *parent, void *match, void *aux) device 368 dev/pci/cmpci.c cmpci_attach(struct device *parent, struct device *self, void *aux) device 176 dev/pci/cmpcivar.h struct device sc_dev; device 217 dev/pci/cmpcivar.h struct device *sc_mpudev; device 109 dev/pci/cs4280.c struct device sc_dev; device 170 dev/pci/cs4280.c int cs4280_match(struct device *, void *, void *); device 171 dev/pci/cs4280.c void cs4280_attach(struct device *, struct device *, void *); device 302 dev/pci/cs4280.c struct device *parent; device 597 dev/pci/cs4280.c struct device *parent; device 598 dev/pci/cs4280.c struct device *self; device 1281 dev/pci/cs4280.c cs4280_get_portnum_by_name(sc, class, device, qualifier) device 1283 dev/pci/cs4280.c char *class, *device, *qualifier; device 1286 dev/pci/cs4280.c device, qualifier)); device 85 dev/pci/cs4281.c struct device sc_dev; device 159 dev/pci/cs4281.c int cs4281_match(struct device *, void *, void *); device 160 dev/pci/cs4281.c void cs4281_attach(struct device *, struct device *, void *); device 274 dev/pci/cs4281.c struct device *parent; device 289 dev/pci/cs4281.c struct device *parent; device 290 dev/pci/cs4281.c struct device *self; device 53 dev/pci/cy_pci.c int cy_pci_match(struct device *, void *, void *); device 54 dev/pci/cy_pci.c void cy_pci_attach(struct device *, struct device *, void *); device 84 dev/pci/cy_pci.c struct device *parent; device 93 dev/pci/cy_pci.c struct device *parent, *self; device 148 dev/pci/cz.c struct device cz_dev; /* generic device info */ device 164 dev/pci/cz.c int cz_match(struct device *, void *, void *); device 165 dev/pci/cz.c void cz_attach(struct device *, struct device *, void *); device 273 dev/pci/cz.c struct device *parent; device 291 dev/pci/cz.c struct device *parent, *self; device 70 dev/pci/dpt_pci.c int dpt_pci_match(struct device *, struct cfdata *, void *); device 73 dev/pci/dpt_pci.c int dpt_pci_match(struct device *, void *, void *); device 75 dev/pci/dpt_pci.c void dpt_pci_attach(struct device *, struct device *, void *); device 83 dev/pci/dpt_pci.c struct device *parent; device 103 dev/pci/dpt_pci.c struct device *parent; device 104 dev/pci/dpt_pci.c struct device *self; device 97 dev/pci/eap.c int eap_match(struct device *, void *, void *); device 98 dev/pci/eap.c void eap_attach(struct device *, struct device *, void *); device 114 dev/pci/eap.c struct device sc_dev; /* base device */ device 138 dev/pci/eap.c struct device *sc_mididev; device 295 dev/pci/eap.c eap_match(struct device *parent, void *match, void *aux) device 541 dev/pci/eap.c eap_attach(struct device *parent, struct device *self, void *aux) device 1251 dev/pci/eap.c char *class, char *device, char *qualifier) device 1254 dev/pci/eap.c device, qualifier)); device 75 dev/pci/ehci_pci.c int ehci_pci_match(struct device *, void *, void *); device 76 dev/pci/ehci_pci.c void ehci_pci_attach(struct device *, struct device *, void *); device 77 dev/pci/ehci_pci.c int ehci_pci_detach(struct device *, int); device 89 dev/pci/ehci_pci.c ehci_pci_match(struct device *parent, void *match, void *aux) device 102 dev/pci/ehci_pci.c ehci_pci_attach(struct device *parent, struct device *self, void *aux) device 198 dev/pci/ehci_pci.c ehci_pci_detach(struct device *self, int flags) device 84 dev/pci/emuxki.c int emuxki_match(struct device *, void *, void *); device 85 dev/pci/emuxki.c void emuxki_attach(struct device *, struct device *, void *); device 86 dev/pci/emuxki.c int emuxki_detach(struct device *, int); device 424 dev/pci/emuxki.c emuxki_match(struct device *parent, void *match, void *aux) device 431 dev/pci/emuxki.c emuxki_attach(struct device *parent, struct device *self, void *aux) device 498 dev/pci/emuxki.c emuxki_detach(struct device *self, int flags) device 228 dev/pci/emuxkivar.h struct device sc_dev; device 261 dev/pci/emuxkivar.h struct device *sc_audev; device 102 dev/pci/esa.c int esa_match(struct device *, void *, void *); device 103 dev/pci/esa.c void esa_attach(struct device *, struct device *, void *); device 104 dev/pci/esa.c int esa_detach(struct device *, int); device 1002 dev/pci/esa.c esa_match(struct device *dev, void *match, void *aux) device 1009 dev/pci/esa.c esa_attach(struct device *parent, struct device *self, void *aux) device 1130 dev/pci/esa.c sc->voice[i].parent = (struct device *)sc; device 1145 dev/pci/esa.c esa_detach(struct device *self, int flags) device 91 dev/pci/esavar.h struct device *parent; /* pointer to our parent */ device 101 dev/pci/esavar.h struct device sc_dev; device 118 dev/pci/esavar.h struct device *sc_audiodev[ESA_NUM_VOICES]; device 89 dev/pci/eso.c HIDE int eso_match(struct device *, MATCH_ARG_2_T, void *); device 90 dev/pci/eso.c HIDE void eso_attach(struct device *, struct device *, void *); device 91 dev/pci/eso.c HIDE void eso_defer(struct device *); device 190 dev/pci/eso.c struct device *parent; device 205 dev/pci/eso.c struct device *parent, *self; device 307 dev/pci/eso.c config_defer((struct device *)sc, eso_defer); device 390 dev/pci/eso.c struct device *self; device 86 dev/pci/esovar.h struct device sc_dev; device 115 dev/pci/esovar.h struct device *sc_mpudev; device 82 dev/pci/fms.c int fms_match(struct device *, void *, void *); device 83 dev/pci/fms.c void fms_attach(struct device *, struct device *, void *); device 162 dev/pci/fms.c struct device *parent; device 176 dev/pci/fms.c struct device *parent; device 177 dev/pci/fms.c struct device *self; device 274 dev/pci/fms.c char *class, *device; device 285 dev/pci/fms.c d[i].class, d[i].device, AudioNmute); device 45 dev/pci/fmsvar.h struct device sc_dev; device 55 dev/pci/fmsvar.h struct device * sc_mpu_dev; device 122 dev/pci/gdt_pci.c int gdt_pci_probe(struct device *, void *, void *); device 123 dev/pci/gdt_pci.c void gdt_pci_attach(struct device *, struct device *, void *); device 153 dev/pci/gdt_pci.c struct device *parent; device 173 dev/pci/gdt_pci.c struct device *parent, *self; device 47 dev/pci/gtp.c int gtp_match(struct device *, void *, void *); device 48 dev/pci/gtp.c void gtp_attach(struct device *, struct device *, void *); device 90 dev/pci/gtp.c struct device sc_dev; device 118 dev/pci/gtp.c gtp_match(struct device *parent, void *match, void *aux) device 132 dev/pci/gtp.c gtp_attach(struct device *parent, struct device *self, void *aux) device 72 dev/pci/hifn7751.c int hifn_probe(struct device *, void *, void *); device 73 dev/pci/hifn7751.c void hifn_attach(struct device *, struct device *, void *); device 135 dev/pci/hifn7751.c hifn_probe(struct device *parent, void *match, void *aux) device 142 dev/pci/hifn7751.c hifn_attach(struct device *parent, struct device *self, void *aux) device 133 dev/pci/hifn7751var.h struct device sc_dv; /* generic device */ device 60 dev/pci/i82365_pci.c int pcic_pci_match(struct device *, void *, void *); device 61 dev/pci/i82365_pci.c void pcic_pci_attach(struct device *, struct device *, void *); device 89 dev/pci/i82365_pci.c struct device *parent; device 101 dev/pci/i82365_pci.c void pcic_isa_config_interrupts(struct device *); device 105 dev/pci/i82365_pci.c struct device *parent, *self; device 50 dev/pci/ichiic.c struct device sc_dev; device 68 dev/pci/ichiic.c int ichiic_match(struct device *, void *, void *); device 69 dev/pci/ichiic.c void ichiic_attach(struct device *, struct device *, void *); device 104 dev/pci/ichiic.c ichiic_match(struct device *parent, void *match, void *aux) device 111 dev/pci/ichiic.c ichiic_attach(struct device *parent, struct device *self, void *aux) device 42 dev/pci/ichwdt.c struct device sc_dev; device 54 dev/pci/ichwdt.c int ichwdt_match(struct device *, void *, void *); device 55 dev/pci/ichwdt.c void ichwdt_attach(struct device *, struct device *, void *); device 85 dev/pci/ichwdt.c ichwdt_match(struct device *parent, void *match, void *aux) device 92 dev/pci/ichwdt.c ichwdt_attach(struct device *parent, struct device *self, void *aux) device 80 dev/pci/if_acx_pci.c int acx_pci_match(struct device *, void *, void *); device 81 dev/pci/if_acx_pci.c void acx_pci_attach(struct device *, struct device *, void *); device 82 dev/pci/if_acx_pci.c int acx_pci_detach(struct device *, int); device 96 dev/pci/if_acx_pci.c acx_pci_match(struct device *parent, void *match, void *aux) device 103 dev/pci/if_acx_pci.c acx_pci_attach(struct device *parent, struct device *self, void *aux) device 170 dev/pci/if_acx_pci.c acx_pci_detach(struct device *self, int flags) device 87 dev/pci/if_an_pci.c int an_pci_match(struct device *, void *, void *); device 88 dev/pci/if_an_pci.c void an_pci_attach(struct device *, struct device *, void *); device 102 dev/pci/if_an_pci.c an_pci_match(struct device *parent, void *match, void *aux) device 109 dev/pci/if_an_pci.c an_pci_attach(struct device *parent, struct device *self, void *aux) device 42 dev/pci/if_art.c int art_match(struct device *, void *, void *); device 43 dev/pci/if_art.c void art_softc_attach(struct device *, struct device *, void *); device 62 dev/pci/if_art.c art_match(struct device *parent, void *match, void *aux) device 77 dev/pci/if_art.c art_softc_attach(struct device *parent, struct device *self, void *aux) device 32 dev/pci/if_art.h struct device art_dev; /* generic device structures */ device 91 dev/pci/if_ath_pci.c int ath_pci_match(struct device *, void *, void *); device 92 dev/pci/if_ath_pci.c void ath_pci_attach(struct device *, struct device *, void *); device 94 dev/pci/if_ath_pci.c int ath_pci_detach(struct device *, int); device 104 dev/pci/if_ath_pci.c ath_pci_match(struct device *parent, void *match, void *aux) device 121 dev/pci/if_ath_pci.c ath_pci_attach(struct device *parent, struct device *self, void *aux) device 198 dev/pci/if_ath_pci.c ath_pci_detach(struct device *self, int flags) device 98 dev/pci/if_atw_pci.c int atw_pci_match(struct device *, void *, void *); device 99 dev/pci/if_atw_pci.c void atw_pci_attach(struct device *, struct device *, void *); device 110 dev/pci/if_atw_pci.c atw_pci_match(struct device *parent, void *match, void *aux) device 144 dev/pci/if_atw_pci.c atw_pci_attach(struct device *parent, struct device *self, void *aux) device 126 dev/pci/if_bce.c struct device bce_dev; device 167 dev/pci/if_bce.c int bce_probe(struct device *, void *, void *); device 168 dev/pci/if_bce.c void bce_attach(struct device *, struct device *, void *); device 182 dev/pci/if_bce.c int bce_mii_read(struct device *, int, int); device 183 dev/pci/if_bce.c void bce_mii_write(struct device *, int, int, int); device 184 dev/pci/if_bce.c void bce_statchg(struct device *); device 218 dev/pci/if_bce.c bce_probe(struct device *parent, void *match, void *aux) device 225 dev/pci/if_bce.c bce_attach(struct device *parent, struct device *self, void *aux) device 420 dev/pci/if_bce.c bce_mii_write((struct device *) sc, 1, 26, /* MAGIC */ device 421 dev/pci/if_bce.c bce_mii_read((struct device *) sc, 1, 26) & 0x7fff); /* MAGIC */ device 423 dev/pci/if_bce.c bce_mii_write((struct device *) sc, 1, 27, /* MAGIC */ device 424 dev/pci/if_bce.c bce_mii_read((struct device *) sc, 1, 27) | (1 << 6)); /* MAGIC */ device 1377 dev/pci/if_bce.c bce_mii_read(struct device *self, int phy, int reg) device 1408 dev/pci/if_bce.c bce_mii_write(struct device *self, int phy, int reg, int val) device 1441 dev/pci/if_bce.c bce_statchg(struct device *self) device 1459 dev/pci/if_bce.c bce_mii_write((struct device *) sc, 1, 26, /* MAGIC */ device 1460 dev/pci/if_bce.c bce_mii_read((struct device *) sc, 1, 26) & 0x7fff); /* MAGIC */ device 1462 dev/pci/if_bce.c bce_mii_write((struct device *) sc, 1, 26, /* MAGIC */ device 1463 dev/pci/if_bce.c bce_mii_read((struct device *) sc, 1, 27) | (1 << 6)); /* MAGIC */ device 125 dev/pci/if_bge.c int bge_probe(struct device *, void *, void *); device 126 dev/pci/if_bge.c void bge_attach(struct device *, struct device *, void *); device 181 dev/pci/if_bge.c int bge_miibus_readreg(struct device *, int, int); device 182 dev/pci/if_bge.c void bge_miibus_writereg(struct device *, int, int, int); device 183 dev/pci/if_bge.c void bge_miibus_statchg(struct device *); device 483 dev/pci/if_bge.c bge_miibus_readreg(struct device *dev, int phy, int reg) device 540 dev/pci/if_bge.c bge_miibus_writereg(struct device *dev, int phy, int reg, int val) device 575 dev/pci/if_bge.c bge_miibus_statchg(struct device *dev) device 1673 dev/pci/if_bge.c bge_probe(struct device *parent, void *match, void *aux) device 1680 dev/pci/if_bge.c bge_attach(struct device *parent, struct device *self, void *aux) device 2352 dev/pci/if_bgereg.h struct device bge_dev; device 292 dev/pci/if_bnx.c int bnx_probe(struct device *, void *, void *); device 293 dev/pci/if_bnx.c void bnx_attach(struct device *, struct device *, void *); device 326 dev/pci/if_bnx.c int bnx_miibus_read_reg(struct device *, int, int); device 327 dev/pci/if_bnx.c void bnx_miibus_write_reg(struct device *, int, int, int); device 328 dev/pci/if_bnx.c void bnx_miibus_statchg(struct device *); device 424 dev/pci/if_bnx.c bnx_probe(struct device *parent, void *match, void *aux) device 617 dev/pci/if_bnx.c bnx_attach(struct device *parent, struct device *self, void *aux) device 1084 dev/pci/if_bnx.c bnx_miibus_read_reg(struct device *dev, int phy, int reg) device 1159 dev/pci/if_bnx.c bnx_miibus_write_reg(struct device *dev, int phy, int reg, int val) device 1227 dev/pci/if_bnx.c bnx_miibus_statchg(struct device *dev) device 4589 dev/pci/if_bnxreg.h struct device bnx_dev; /* Parent device handle */ device 90 dev/pci/if_cas.c int cas_match(struct device *, void *, void *); device 91 dev/pci/if_cas.c void cas_attach(struct device *, struct device *, void *); device 124 dev/pci/if_cas.c int cas_mii_readreg(struct device *, int, int); device 125 dev/pci/if_cas.c void cas_mii_writereg(struct device *, int, int, int); device 126 dev/pci/if_cas.c void cas_mii_statchg(struct device *); device 127 dev/pci/if_cas.c int cas_pcs_readreg(struct device *, int, int); device 128 dev/pci/if_cas.c void cas_pcs_writereg(struct device *, int, int, int); device 151 dev/pci/if_cas.c cas_match(struct device *parent, void *cf, void *aux) device 294 dev/pci/if_cas.c cas_attach(struct device *parent, struct device *self, void *aux) device 1423 dev/pci/if_cas.c cas_mii_readreg(struct device *self, int phy, int reg) device 1453 dev/pci/if_cas.c cas_mii_writereg(struct device *self, int phy, int reg, int val) device 1495 dev/pci/if_cas.c cas_mii_statchg(struct device *dev) device 1545 dev/pci/if_cas.c cas_pcs_readreg(struct device *self, int phy, int reg) device 1582 dev/pci/if_cas.c cas_pcs_writereg(struct device *self, int phy, int reg, int val) device 121 dev/pci/if_casvar.h struct device sc_dev; /* generic device information */ device 201 dev/pci/if_che.c struct device sc_dev; device 216 dev/pci/if_che.c int cheg_match(struct device *, void *, void *); device 217 dev/pci/if_che.c void cheg_attach(struct device *, struct device *, void *); device 242 dev/pci/if_che.c struct device sc_dev; device 251 dev/pci/if_che.c int che_match(struct device *, void *, void *); device 252 dev/pci/if_che.c void che_attach(struct device *, struct device *, void *); device 284 dev/pci/if_che.c int che_miibus_readreg(struct device *, int, int); device 285 dev/pci/if_che.c void che_miibus_writereg(struct device *, int, int, int); device 286 dev/pci/if_che.c int che_miibus_ind_readreg(struct device *, int, int); device 287 dev/pci/if_che.c void che_miibus_ind_writereg(struct device *, int, int, int); device 288 dev/pci/if_che.c void che_miibus_statchg(struct device *); device 337 dev/pci/if_che.c cheg_match(struct device *parent, void *match, void *aux) device 348 dev/pci/if_che.c cheg_attach(struct device *parent, struct device *self, void *aux) device 439 dev/pci/if_che.c che_match(struct device *parent, void *match, void *aux) device 445 dev/pci/if_che.c che_attach(struct device *parent, struct device *self, void *aux) device 698 dev/pci/if_che.c che_miibus_readreg(struct device *dev, int phy, int reg) device 713 dev/pci/if_che.c che_miibus_writereg(struct device *dev, int phy, int reg, int val) device 725 dev/pci/if_che.c che_miibus_ind_readreg(struct device *dev, int phy, int reg) device 745 dev/pci/if_che.c che_miibus_ind_writereg(struct device *dev, int phy, int reg, int val) device 763 dev/pci/if_che.c che_miibus_statchg(struct device *dev) device 115 dev/pci/if_dc_pci.c int dc_pci_match(struct device *, void *, void *); device 116 dev/pci/if_dc_pci.c void dc_pci_attach(struct device *, struct device *, void *); device 117 dev/pci/if_dc_pci.c void dc_pci_acpi(struct device *, void *); device 125 dev/pci/if_dc_pci.c struct device *parent; device 159 dev/pci/if_dc_pci.c struct device *self; device 203 dev/pci/if_dc_pci.c struct device *parent, *self; device 132 dev/pci/if_de.c int tulip_probe(struct device *parent, void *match, void *aux); device 133 dev/pci/if_de.c void tulip_attach(struct device * const parent, struct device * const self, void * const aux); device 4525 dev/pci/if_de.c tulip_probe(struct device *parent, void *match, void *aux) device 4551 dev/pci/if_de.c tulip_attach(struct device * const parent, struct device * const self, void * const aux) device 426 dev/pci/if_devar.h struct device tulip_dev; /* base device */ device 607 dev/pci/if_devar.h struct device *tulip_pci_busno; /* needed for multiport boards */ device 126 dev/pci/if_em.c int em_probe(struct device *, void *, void *); device 127 dev/pci/if_em.c void em_attach(struct device *, struct device *, void *); device 206 dev/pci/if_em.c em_probe(struct device *parent, void *match, void *aux) device 224 dev/pci/if_em.c em_attach(struct device *parent, struct device *self, void *aux) device 315 dev/pci/if_em.h struct device sc_dv; device 72 dev/pci/if_em_osdep.h struct device *dev; device 112 dev/pci/if_en_pci.c static int en_pci_match(struct device *, void *, void *); device 113 dev/pci/if_en_pci.c static void en_pci_attach(struct device *, struct device *, void *); device 160 dev/pci/if_en_pci.c struct device *parent; device 187 dev/pci/if_en_pci.c struct device *parent, *self; device 85 dev/pci/if_ep_pci.c int ep_pci_match(struct device *, void *, void *); device 86 dev/pci/if_ep_pci.c void ep_pci_attach(struct device *, struct device *, void *); device 101 dev/pci/if_ep_pci.c struct device *parent; device 110 dev/pci/if_ep_pci.c struct device *parent, *self; device 100 dev/pci/if_epic_pci.c int epic_pci_match(struct device *, void *, void *); device 101 dev/pci/if_epic_pci.c void epic_pci_attach(struct device *, struct device *, void *); device 143 dev/pci/if_epic_pci.c epic_pci_match(struct device *parent, void *match, void *aux) device 150 dev/pci/if_epic_pci.c epic_pci_attach(struct device *parent, struct device *self, void *aux) device 74 dev/pci/if_fpa.c int pdq_pci_match(struct device *, void *, void *); device 75 dev/pci/if_fpa.c void pdq_pci_attach(struct device *, struct device *, void *aux); device 88 dev/pci/if_fpa.c struct device *parent; device 102 dev/pci/if_fpa.c struct device *parent; device 103 dev/pci/if_fpa.c struct device *self; device 81 dev/pci/if_fxp_pci.c int fxp_pci_match(struct device *, void *, void *); device 82 dev/pci/if_fxp_pci.c void fxp_pci_attach(struct device *, struct device *, void *); device 138 dev/pci/if_fxp_pci.c fxp_pci_match(struct device *parent, void *match, void *aux) device 145 dev/pci/if_fxp_pci.c fxp_pci_attach(struct device *parent, struct device *self, void *aux) device 85 dev/pci/if_gem_pci.c int gem_match_pci(struct device *, void *, void *); device 86 dev/pci/if_gem_pci.c void gem_attach_pci(struct device *, struct device *, void *); device 109 dev/pci/if_gem_pci.c gem_match_pci(struct device *parent, void *cf, void *aux) device 204 dev/pci/if_gem_pci.c gem_attach_pci(struct device *parent, struct device *self, void *aux) device 77 dev/pci/if_hme_pci.c int hmematch_pci(struct device *, void *, void *); device 78 dev/pci/if_hme_pci.c void hmeattach_pci(struct device *, struct device *, void *); device 87 dev/pci/if_hme_pci.c struct device *parent; device 198 dev/pci/if_hme_pci.c struct device *parent, *self; device 76 dev/pci/if_ipw.c int ipw_match(struct device *, void *, void *); device 77 dev/pci/if_ipw.c void ipw_attach(struct device *, struct device *, void *); device 146 dev/pci/if_ipw.c ipw_match(struct device *parent, void *match, void *aux) device 161 dev/pci/if_ipw.c ipw_attach(struct device *parent, struct device *self, void *aux) device 88 dev/pci/if_ipwvar.h struct device sc_dev; device 86 dev/pci/if_iwi.c int iwi_match(struct device *, void *, void *); device 87 dev/pci/if_iwi.c void iwi_attach(struct device *, struct device *, void *); device 157 dev/pci/if_iwi.c iwi_match(struct device *parent, void *match, void *aux) device 167 dev/pci/if_iwi.c iwi_attach(struct device *parent, struct device *self, void *aux) device 98 dev/pci/if_iwivar.h struct device sc_dev; device 63 dev/pci/if_ixgb.c int ixgb_probe(struct device *, void *, void *); device 64 dev/pci/if_ixgb.c void ixgb_attach(struct device *, struct device *, void *); device 145 dev/pci/if_ixgb.c ixgb_probe(struct device *parent, void *match, void *aux) device 163 dev/pci/if_ixgb.c ixgb_attach(struct device *parent, struct device *self, void *aux) device 232 dev/pci/if_ixgb.h struct device sc_dv; device 70 dev/pci/if_ixgb_osdep.h struct device *dev; device 118 dev/pci/if_lge.c int lge_probe(struct device *, void *, void *); device 119 dev/pci/if_lge.c void lge_attach(struct device *, struct device *, void *); device 152 dev/pci/if_lge.c int lge_miibus_readreg(struct device *, int, int); device 153 dev/pci/if_lge.c void lge_miibus_writereg(struct device *, int, int, int); device 154 dev/pci/if_lge.c void lge_miibus_statchg(struct device *); device 238 dev/pci/if_lge.c lge_miibus_readreg(struct device *dev, int phy, int reg) device 266 dev/pci/if_lge.c lge_miibus_writereg(struct device *dev, int phy, int reg, int data) device 284 dev/pci/if_lge.c lge_miibus_statchg(struct device *dev) device 385 dev/pci/if_lge.c lge_probe(struct device *parent, void *match, void *aux) device 396 dev/pci/if_lge.c lge_attach(struct device *parent, struct device *self, void *aux) device 516 dev/pci/if_lgereg.h struct device sc_dv; device 112 dev/pci/if_lmc_obsd.c lmc_pci_probe(struct device *parent, device 148 dev/pci/if_lmc_obsd.c static void lmc_pci_attach(struct device * const parent, device 149 dev/pci/if_lmc_obsd.c struct device * const self, void * const aux); device 160 dev/pci/if_lmc_obsd.c lmc_pci_attach(struct device * const parent, device 161 dev/pci/if_lmc_obsd.c struct device * const self, void * const aux) device 278 dev/pci/if_lmcvar.h struct device lmc_dev; /* base device */ device 327 dev/pci/if_lmcvar.h struct device *lmc_pci_busno; /* needed for multiport boards */ device 58 dev/pci/if_malo_pci.c int malo_pci_match(struct device *, void *, void *); device 59 dev/pci/if_malo_pci.c void malo_pci_attach(struct device *, struct device *, void *); device 60 dev/pci/if_malo_pci.c int malo_pci_detach(struct device *, int); device 84 dev/pci/if_malo_pci.c malo_pci_match(struct device *parent, void *match, void *aux) device 91 dev/pci/if_malo_pci.c malo_pci_attach(struct device *parent, struct device *self, void *aux) device 144 dev/pci/if_malo_pci.c malo_pci_detach(struct device *self, int flags) device 134 dev/pci/if_msk.c int mskc_probe(struct device *, void *, void *); device 135 dev/pci/if_msk.c void mskc_attach(struct device *, struct device *self, void *aux); device 138 dev/pci/if_msk.c int msk_probe(struct device *, void *, void *); device 139 dev/pci/if_msk.c void msk_attach(struct device *, struct device *self, void *aux); device 163 dev/pci/if_msk.c int msk_miibus_readreg(struct device *, int, int); device 164 dev/pci/if_msk.c void msk_miibus_writereg(struct device *, int, int, int); device 165 dev/pci/if_msk.c void msk_miibus_statchg(struct device *); device 257 dev/pci/if_msk.c msk_miibus_readreg(struct device *dev, int phy, int reg) device 291 dev/pci/if_msk.c msk_miibus_writereg(struct device *dev, int phy, int reg, int val) device 314 dev/pci/if_msk.c msk_miibus_statchg(struct device *dev) device 813 dev/pci/if_msk.c mskc_probe(struct device *parent, void *match, void *aux) device 948 dev/pci/if_msk.c msk_probe(struct device *parent, void *match, void *aux) device 984 dev/pci/if_msk.c msk_attach(struct device *parent, struct device *self, void *aux) device 1154 dev/pci/if_msk.c mskc_attach(struct device *parent, struct device *self, void *aux) device 192 dev/pci/if_mskvar.h struct device sk_dev; /* generic device */ device 212 dev/pci/if_mskvar.h struct device sk_dev; /* generic device */ device 55 dev/pci/if_mtd_pci.c static int mtd_pci_match(struct device *, void *, void *); device 56 dev/pci/if_mtd_pci.c static void mtd_pci_attach(struct device *, struct device *, void *); device 71 dev/pci/if_mtd_pci.c mtd_pci_match(struct device *parent, void *match, void *aux) device 79 dev/pci/if_mtd_pci.c mtd_pci_attach(struct device *parent, struct device *self, void *aux) device 92 dev/pci/if_myx.c struct device sc_dev; device 148 dev/pci/if_myx.c int myx_match(struct device *, void *, void *); device 149 dev/pci/if_myx.c void myx_attach(struct device *, struct device *, void *); device 194 dev/pci/if_myx.c myx_match(struct device *parent, void *match, void *aux) device 201 dev/pci/if_myx.c myx_attach(struct device *parent, struct device *self, void *aux) device 83 dev/pci/if_ne_pci.c int ne_pci_match(struct device *, void *, void *); device 84 dev/pci/if_ne_pci.c void ne_pci_attach(struct device *, struct device *, void *); device 165 dev/pci/if_ne_pci.c ne_pci_match(struct device *parent, void *match, void *aux) device 176 dev/pci/if_ne_pci.c ne_pci_attach(struct device *parent, struct device *self, void *aux) device 71 dev/pci/if_nfe.c int nfe_match(struct device *, void *, void *); device 72 dev/pci/if_nfe.c void nfe_attach(struct device *, struct device *, void *); device 74 dev/pci/if_nfe.c void nfe_miibus_statchg(struct device *); device 75 dev/pci/if_nfe.c int nfe_miibus_readreg(struct device *, int, int); device 76 dev/pci/if_nfe.c void nfe_miibus_writereg(struct device *, int, int, int); device 157 dev/pci/if_nfe.c nfe_match(struct device *dev, void *match, void *aux) device 164 dev/pci/if_nfe.c nfe_attach(struct device *parent, struct device *self, void *aux) device 338 dev/pci/if_nfe.c nfe_miibus_statchg(struct device *dev) device 380 dev/pci/if_nfe.c nfe_miibus_readreg(struct device *dev, int phy, int reg) device 423 dev/pci/if_nfe.c nfe_miibus_writereg(struct device *dev, int phy, int reg, int val) device 68 dev/pci/if_nfevar.h struct device sc_dev; device 138 dev/pci/if_nge.c int nge_probe(struct device *, void *, void *); device 139 dev/pci/if_nge.c void nge_attach(struct device *, struct device *, void *); device 174 dev/pci/if_nge.c int nge_miibus_readreg(struct device *, int, int); device 175 dev/pci/if_nge.c void nge_miibus_writereg(struct device *, int, int, int); device 176 dev/pci/if_nge.c void nge_miibus_statchg(struct device *); device 536 dev/pci/if_nge.c struct device *dev; device 555 dev/pci/if_nge.c struct device *dev; device 574 dev/pci/if_nge.c struct device *dev; device 701 dev/pci/if_nge.c struct device *parent; device 720 dev/pci/if_nge.c struct device *parent, *self; device 649 dev/pci/if_ngereg.h struct device sc_dv; device 660 dev/pci/if_nxe.c struct device sc_dev; device 708 dev/pci/if_nxe.c int nxe_match(struct device *, void *, void *); device 709 dev/pci/if_nxe.c void nxe_attach(struct device *, struct device *, void *); device 832 dev/pci/if_nxe.c nxe_match(struct device *parent, void *match, void *aux) device 843 dev/pci/if_nxe.c nxe_attach(struct device *parent, struct device *self, void *aux) device 286 dev/pci/if_pcn.c struct device sc_dev; /* generic device information */ device 424 dev/pci/if_pcn.c int pcn_mii_readreg(struct device *, int, int); device 425 dev/pci/if_pcn.c void pcn_mii_writereg(struct device *, int, int, int); device 426 dev/pci/if_pcn.c void pcn_mii_statchg(struct device *); device 484 dev/pci/if_pcn.c int pcn_match(struct device *, void *, void *); device 485 dev/pci/if_pcn.c void pcn_attach(struct device *, struct device *, void *); device 554 dev/pci/if_pcn.c pcn_match(struct device *parent, void *match, void *aux) device 574 dev/pci/if_pcn.c pcn_attach(struct device *parent, struct device *self, void *aux) device 2135 dev/pci/if_pcn.c pcn_mii_readreg(struct device *self, int phy, int reg) device 2154 dev/pci/if_pcn.c pcn_mii_writereg(struct device *self, int phy, int reg, int val) device 2168 dev/pci/if_pcn.c pcn_mii_statchg(struct device *self) device 58 dev/pci/if_pgt_pci.c int pgt_pci_match(struct device *, void *, void *); device 59 dev/pci/if_pgt_pci.c void pgt_pci_attach(struct device *, struct device *, void *); device 60 dev/pci/if_pgt_pci.c int pgt_pci_detach(struct device *, int); device 81 dev/pci/if_pgt_pci.c pgt_pci_match(struct device *parent, void *match, void *aux) device 88 dev/pci/if_pgt_pci.c pgt_pci_attach(struct device *parent, struct device *self, void *aux) device 144 dev/pci/if_pgt_pci.c pgt_pci_detach(struct device *self, int flags) device 90 dev/pci/if_ral_pci.c int ral_pci_match(struct device *, void *, void *); device 91 dev/pci/if_ral_pci.c void ral_pci_attach(struct device *, struct device *, void *); device 92 dev/pci/if_ral_pci.c int ral_pci_detach(struct device *, int); device 107 dev/pci/if_ral_pci.c ral_pci_match(struct device *parent, void *match, void *aux) device 114 dev/pci/if_ral_pci.c ral_pci_attach(struct device *parent, struct device *self, void *aux) device 159 dev/pci/if_ral_pci.c ral_pci_detach(struct device *self, int flags) device 79 dev/pci/if_re_pci.c int re_pci_probe(struct device *, void *, void *); device 80 dev/pci/if_re_pci.c void re_pci_attach(struct device *, struct device *, void *); device 96 dev/pci/if_re_pci.c re_pci_probe(struct device *parent, void *match, void *aux) device 123 dev/pci/if_re_pci.c re_pci_attach(struct device *parent, struct device *self, void *aux) device 85 dev/pci/if_rl_pci.c int rl_pci_match(struct device *, void *, void *); device 86 dev/pci/if_rl_pci.c void rl_pci_attach(struct device *, struct device *, void *); device 103 dev/pci/if_rl_pci.c struct device *parent; device 120 dev/pci/if_rl_pci.c struct device *parent, *self; device 103 dev/pci/if_rtw_pci.c int rtw_pci_match(struct device *, void *, void *); device 104 dev/pci/if_rtw_pci.c void rtw_pci_attach(struct device *, struct device *, void *); device 118 dev/pci/if_rtw_pci.c rtw_pci_match(struct device *parent, void *match, void *aux) device 152 dev/pci/if_rtw_pci.c rtw_pci_attach(struct device *parent, struct device *self, void *aux) device 98 dev/pci/if_sandrv.c struct device dev; device 189 dev/pci/if_sandrv.c int san_match(struct device *, void *, void *); device 190 dev/pci/if_sandrv.c void san_attach(struct device *, struct device *, void *); device 228 dev/pci/if_sandrv.c san_match(struct device *parent, void *match, void *aux) device 244 dev/pci/if_sandrv.c san_attach(struct device *parent, struct device *self, void *aux) device 87 dev/pci/if_sf_pci.c int sf_pci_match(struct device *, void *, void *); device 88 dev/pci/if_sf_pci.c void sf_pci_attach(struct device *, struct device *, void *); device 99 dev/pci/if_sf_pci.c sf_pci_match(struct device *parent, void *match, void *aux) device 106 dev/pci/if_sf_pci.c sf_pci_attach(struct device *parent, struct device *self, void *aux) device 105 dev/pci/if_sis.c int sis_probe(struct device *, void *, void *); device 106 dev/pci/if_sis.c void sis_attach(struct device *, struct device *, void *); device 148 dev/pci/if_sis.c int sis_miibus_readreg(struct device *, int, int); device 149 dev/pci/if_sis.c void sis_miibus_writereg(struct device *, int, int, int); device 150 dev/pci/if_sis.c void sis_miibus_statchg(struct device *); device 560 dev/pci/if_sis.c sis_miibus_readreg(struct device *self, int phy, int reg) device 628 dev/pci/if_sis.c sis_miibus_writereg(struct device *self, int phy, int reg, int data) device 675 dev/pci/if_sis.c sis_miibus_statchg(struct device *self) device 879 dev/pci/if_sis.c sis_probe(struct device *parent, void *match, void *aux) device 890 dev/pci/if_sis.c sis_attach(struct device *parent, struct device *self, void *aux) device 442 dev/pci/if_sisreg.h struct device sc_dev; /* generic device structure */ device 134 dev/pci/if_sk.c int skc_probe(struct device *, void *, void *); device 135 dev/pci/if_sk.c void skc_attach(struct device *, struct device *self, void *aux); device 137 dev/pci/if_sk.c int sk_probe(struct device *, void *, void *); device 138 dev/pci/if_sk.c void sk_attach(struct device *, struct device *self, void *aux); device 165 dev/pci/if_sk.c int sk_xmac_miibus_readreg(struct device *, int, int); device 166 dev/pci/if_sk.c void sk_xmac_miibus_writereg(struct device *, int, int, int); device 167 dev/pci/if_sk.c void sk_xmac_miibus_statchg(struct device *); device 169 dev/pci/if_sk.c int sk_marv_miibus_readreg(struct device *, int, int); device 170 dev/pci/if_sk.c void sk_marv_miibus_writereg(struct device *, int, int, int); device 171 dev/pci/if_sk.c void sk_marv_miibus_statchg(struct device *); device 248 dev/pci/if_sk.c sk_xmac_miibus_readreg(struct device *dev, int phy, int reg) device 279 dev/pci/if_sk.c sk_xmac_miibus_writereg(struct device *dev, int phy, int reg, int val) device 310 dev/pci/if_sk.c sk_xmac_miibus_statchg(struct device *dev) device 330 dev/pci/if_sk.c sk_marv_miibus_readreg(struct device *dev, int phy, int reg) device 372 dev/pci/if_sk.c sk_marv_miibus_writereg(struct device *dev, int phy, int reg, int val) device 395 dev/pci/if_sk.c sk_marv_miibus_statchg(struct device *dev) device 941 dev/pci/if_sk.c skc_probe(struct device *parent, void *match, void *aux) device 1019 dev/pci/if_sk.c sk_probe(struct device *parent, void *match, void *aux) device 1042 dev/pci/if_sk.c sk_attach(struct device *parent, struct device *self, void *aux) device 1290 dev/pci/if_sk.c skc_attach(struct device *parent, struct device *self, void *aux) device 2032 dev/pci/if_sk.c status = sk_xmac_miibus_readreg((struct device *)sc_if, device 2042 dev/pci/if_sk.c lstat = sk_xmac_miibus_readreg((struct device *)sc_if, device 2052 dev/pci/if_sk.c sk_xmac_miibus_writereg((struct device *)sc_if, device 2243 dev/pci/if_sk.c sk_xmac_miibus_writereg((struct device *)sc_if, device 2246 dev/pci/if_sk.c sk_xmac_miibus_writereg((struct device *)sc_if, device 2255 dev/pci/if_sk.c if (sk_xmac_miibus_readreg((struct device *)sc_if, device 2258 dev/pci/if_sk.c sk_xmac_miibus_writereg((struct device *)sc_if, device 191 dev/pci/if_skvar.h struct device sk_dev; /* generic device */ device 210 dev/pci/if_skvar.h struct device sk_dev; /* generic device */ device 82 dev/pci/if_ste.c int ste_probe(struct device *, void *, void *); device 83 dev/pci/if_ste.c void ste_attach(struct device *, struct device *, void *); device 111 dev/pci/if_ste.c int ste_miibus_readreg(struct device *, int, int); device 112 dev/pci/if_ste.c void ste_miibus_writereg(struct device *, int, int, int); device 113 dev/pci/if_ste.c void ste_miibus_statchg(struct device *); device 334 dev/pci/if_ste.c ste_miibus_readreg(struct device *self, int phy, int reg) device 352 dev/pci/if_ste.c ste_miibus_writereg(struct device *self, int phy, int reg, int data) device 369 dev/pci/if_ste.c ste_miibus_statchg(struct device *self) device 812 dev/pci/if_ste.c ste_miibus_statchg((struct device *)sc); device 835 dev/pci/if_ste.c ste_probe(struct device *parent, void *match, void *aux) device 846 dev/pci/if_ste.c ste_attach(struct device *parent, struct device *self, void *aux) device 506 dev/pci/if_stereg.h struct device sc_dev; device 117 dev/pci/if_stge.c int stge_mii_readreg(struct device *, int, int); device 118 dev/pci/if_stge.c void stge_mii_writereg(struct device *, int, int, int); device 119 dev/pci/if_stge.c void stge_mii_statchg(struct device *); device 124 dev/pci/if_stge.c int stge_match(struct device *, void *, void *); device 125 dev/pci/if_stge.c void stge_attach(struct device *, struct device *, void *); device 137 dev/pci/if_stge.c uint32_t stge_mii_bitbang_read(struct device *); device 138 dev/pci/if_stge.c void stge_mii_bitbang_write(struct device *, uint32_t); device 171 dev/pci/if_stge.c stge_match(struct device *parent, void *match, void *aux) device 178 dev/pci/if_stge.c stge_attach(struct device *parent, struct device *self, void *aux) device 1638 dev/pci/if_stge.c stge_mii_readreg(struct device *self, int phy, int reg) device 1650 dev/pci/if_stge.c stge_mii_writereg(struct device *self, int phy, int reg, int val) device 1662 dev/pci/if_stge.c stge_mii_statchg(struct device *self) device 1682 dev/pci/if_stge.c stge_mii_bitbang_read(struct device *self) device 1695 dev/pci/if_stge.c stge_mii_bitbang_write(struct device *self, uint32_t val) device 534 dev/pci/if_stgereg.h struct device sc_dev; /* generic device information */ device 393 dev/pci/if_tht.c struct device sc_dev; device 402 dev/pci/if_tht.c int thtc_match(struct device *, void *, void *); device 403 dev/pci/if_tht.c void thtc_attach(struct device *, struct device *, void *); device 475 dev/pci/if_tht.c struct device sc_dev; device 501 dev/pci/if_tht.c int tht_match(struct device *, void *, void *); device 502 dev/pci/if_tht.c void tht_attach(struct device *, struct device *, void *); device 671 dev/pci/if_tht.c thtc_match(struct device *parent, void *match, void *aux) device 682 dev/pci/if_tht.c thtc_attach(struct device *parent, struct device *self, void *aux) device 737 dev/pci/if_tht.c tht_match(struct device *parent, void *match, void *aux) device 743 dev/pci/if_tht.c tht_attach(struct device *parent, struct device *self, void *aux) device 126 dev/pci/if_ti.c int ti_probe(struct device *, void *, void *); device 127 dev/pci/if_ti.c void ti_attach(struct device *, struct device *, void *); device 1507 dev/pci/if_ti.c ti_probe(struct device *parent, void *match, void *aux) device 1514 dev/pci/if_ti.c ti_attach(struct device *parent, struct device *self, void *aux) device 1109 dev/pci/if_tireg.h struct device sc_dv; device 245 dev/pci/if_tl.c int tl_probe(struct device *, void *, void *); device 246 dev/pci/if_tl.c void tl_attach(struct device *, struct device *, void *); device 280 dev/pci/if_tl.c int tl_miibus_readreg(struct device *, int, int); device 281 dev/pci/if_tl.c void tl_miibus_writereg(struct device *, int, int, int); device 282 dev/pci/if_tl.c void tl_miibus_statchg(struct device *); device 291 dev/pci/if_tl.c void tl_hardreset(struct device *); device 739 dev/pci/if_tl.c struct device *dev; device 755 dev/pci/if_tl.c struct device *dev; device 771 dev/pci/if_tl.c struct device *dev; device 919 dev/pci/if_tl.c struct device *dev; device 1950 dev/pci/if_tl.c struct device *parent; device 1994 dev/pci/if_tl.c struct device *parent, *self; device 120 dev/pci/if_tlreg.h struct device sc_dev; /* generic device structure */ device 87 dev/pci/if_txp.c int txp_probe(struct device *, void *, void *); device 88 dev/pci/if_txp.c void txp_attach(struct device *, struct device *, void *); device 153 dev/pci/if_txp.c struct device *parent; device 255 dev/pci/if_txp.c struct device *parent, *self; device 565 dev/pci/if_txpreg.h struct device sc_dev; /* base device */ device 129 dev/pci/if_vge.c int vge_probe (struct device *, void *, void *); device 130 dev/pci/if_vge.c void vge_attach (struct device *, struct device *, void *); device 157 dev/pci/if_vge.c int vge_miibus_readreg (struct device *, int, int); device 158 dev/pci/if_vge.c void vge_miibus_writereg (struct device *, int, int, int); device 159 dev/pci/if_vge.c void vge_miibus_statchg (struct device *); device 312 dev/pci/if_vge.c vge_miibus_readreg(struct device *dev, int phy, int reg) device 350 dev/pci/if_vge.c vge_miibus_writereg(struct device *dev, int phy, int reg, int data) device 575 dev/pci/if_vge.c vge_probe(struct device *dev, void *match, void *aux) device 701 dev/pci/if_vge.c vge_attach(struct device *parent, struct device *self, void *aux) device 1685 dev/pci/if_vge.c vge_miibus_statchg(struct device *dev) device 77 dev/pci/if_vgevar.h struct device vge_dev; device 252 dev/pci/if_vic.c struct device sc_dev; device 297 dev/pci/if_vic.c int vic_match(struct device *, void *, void *); device 298 dev/pci/if_vic.c void vic_attach(struct device *, struct device *, void *); device 347 dev/pci/if_vic.c vic_match(struct device *parent, void *match, void *aux) device 354 dev/pci/if_vic.c vic_attach(struct device *parent, struct device *self, void *aux) device 105 dev/pci/if_vr.c int vr_probe(struct device *, void *, void *); device 106 dev/pci/if_vr.c void vr_attach(struct device *, struct device *, void *); device 134 dev/pci/if_vr.c int vr_miibus_readreg(struct device *, int, int); device 135 dev/pci/if_vr.c void vr_miibus_writereg(struct device *, int, int, int); device 136 dev/pci/if_vr.c void vr_miibus_statchg(struct device *); device 430 dev/pci/if_vr.c vr_miibus_readreg(struct device *dev, int phy, int reg) device 454 dev/pci/if_vr.c vr_miibus_writereg(struct device *dev, int phy, int reg, int data) device 478 dev/pci/if_vr.c vr_miibus_statchg(struct device *dev) device 602 dev/pci/if_vr.c vr_probe(struct device *parent, void *match, void *aux) device 613 dev/pci/if_vr.c vr_attach(struct device *parent, struct device *self, void *aux) device 459 dev/pci/if_vrreg.h struct device sc_dev; /* generic device structure */ device 134 dev/pci/if_wb.c int wb_probe(struct device *, void *, void *); device 135 dev/pci/if_wb.c void wb_attach(struct device *, struct device *, void *); device 174 dev/pci/if_wb.c int wb_miibus_readreg(struct device *, int, int); device 175 dev/pci/if_wb.c void wb_miibus_writereg(struct device *, int, int, int); device 176 dev/pci/if_wb.c void wb_miibus_statchg(struct device *); device 482 dev/pci/if_wb.c struct device *dev; device 499 dev/pci/if_wb.c struct device *dev; device 518 dev/pci/if_wb.c struct device *dev; device 696 dev/pci/if_wb.c struct device *parent; device 709 dev/pci/if_wb.c struct device *parent, *self; device 366 dev/pci/if_wbreg.h struct device sc_dev; /* generic device structure */ device 77 dev/pci/if_wi_pci.c int wi_pci_match(struct device *, void *, void *); device 78 dev/pci/if_wi_pci.c void wi_pci_attach(struct device *, struct device *, void *); device 137 dev/pci/if_wi_pci.c wi_pci_match(struct device *parent, void *match, void *aux) device 143 dev/pci/if_wi_pci.c wi_pci_attach(struct device *parent, struct device *self, void *aux) device 73 dev/pci/if_wpi.c int wpi_match(struct device *, void *, void *); device 74 dev/pci/if_wpi.c void wpi_attach(struct device *, struct device *, void *); device 161 dev/pci/if_wpi.c wpi_match(struct device *parent, void *match, void *aux) device 171 dev/pci/if_wpi.c wpi_attach(struct device *parent, struct device *self, void *aux) device 127 dev/pci/if_wpivar.h struct device sc_dev; device 177 dev/pci/if_xge.c struct device sc_dev; device 220 dev/pci/if_xge.c int xge_match(struct device *, void *, void *); device 221 dev/pci/if_xge.c void xge_attach(struct device *, struct device *, void *); device 332 dev/pci/if_xge.c xge_match(struct device *parent, void *match, void *aux) device 339 dev/pci/if_xge.c xge_attach(struct device *parent, struct device *self, void *aux) device 92 dev/pci/if_xl_pci.c int xl_pci_match(struct device *, void *, void *); device 93 dev/pci/if_xl_pci.c void xl_pci_attach(struct device *, struct device *, void *); device 126 dev/pci/if_xl_pci.c xl_pci_match(struct device *parent, void *match, void *aux) device 133 dev/pci/if_xl_pci.c xl_pci_attach(struct device *parent, struct device *self, void *aux) device 47 dev/pci/iha_pci.c int iha_pci_probe(struct device *, void *, void *); device 48 dev/pci/iha_pci.c void iha_pci_attach(struct device *, struct device *, void *); device 56 dev/pci/iha_pci.c struct device *parent; device 80 dev/pci/iha_pci.c struct device *parent; device 81 dev/pci/iha_pci.c struct device *self; device 65 dev/pci/iop_pci.c void iop_pci_attach(struct device *, struct device *, void *); device 66 dev/pci/iop_pci.c int iop_pci_match(struct device *, void *, void *); device 74 dev/pci/iop_pci.c struct device *parent; device 96 dev/pci/iop_pci.c iop_pci_attach(struct device *parent, struct device *self, void *aux) device 205 dev/pci/ips.c struct device sc_dev; device 226 dev/pci/ips.c int ips_match(struct device *, void *, void *); device 227 dev/pci/ips.c void ips_attach(struct device *, struct device *, void *); device 340 dev/pci/ips.c ips_match(struct device *parent, void *match, void *aux) device 347 dev/pci/ips.c ips_attach(struct device *parent, struct device *self, void *aux) device 474 dev/pci/ips.c sc->sc_scsi_link.device = &ips_scsi_device; device 584 dev/pci/ips.c id->device = T_DIRECT; device 62 dev/pci/ises.c int ises_match(struct device *, void *, void *); device 63 dev/pci/ises.c void ises_attach(struct device *, struct device *, void *); device 143 dev/pci/ises.c ises_match(struct device *parent, void *match, void *aux) device 155 dev/pci/ises.c ises_attach(struct device *parent, struct device *self, void *aux) device 29 dev/pci/isesvar.h struct device sc_dv; /* generic device */ device 317 dev/pci/isp_pci.c static int isp_pci_probe (struct device *, void *, void *); device 318 dev/pci/isp_pci.c static void isp_pci_attach (struct device *, struct device *, void *); device 368 dev/pci/isp_pci.c isp_pci_probe(struct device *parent, void *match, void *aux) device 390 dev/pci/isp_pci.c isp_pci_attach(struct device *parent, struct device *self, void *aux) device 68 dev/pci/jmb.c int jmb_match(struct device *, void *, void *); device 69 dev/pci/jmb.c void jmb_attach(struct device *, struct device *, void *); device 73 dev/pci/jmb.c struct device sc_dev; device 95 dev/pci/jmb.c jmb_match(struct device *parent, void *match, void *aux) device 104 dev/pci/jmb.c jmb_attach(struct device *parent, struct device *self, void *aux) device 60 dev/pci/lofn.c int lofn_probe(struct device *, void *, void *); device 61 dev/pci/lofn.c void lofn_attach(struct device *, struct device *, void *); device 86 dev/pci/lofn.c struct device *parent; device 100 dev/pci/lofn.c struct device *parent, *self; device 37 dev/pci/lofnvar.h struct device sc_dv; device 436 dev/pci/maestro.c struct device dev; device 477 dev/pci/maestro.c int maestro_match(struct device *, void *, void *); device 478 dev/pci/maestro.c void maestro_attach(struct device *, struct device *, void *); device 616 dev/pci/maestro.c struct device *parent; device 630 dev/pci/maestro.c struct device *parent; device 631 dev/pci/maestro.c struct device *self; device 36 dev/pci/mbg.c struct device sc_dev; device 105 dev/pci/mbg.c int mbg_probe(struct device *, void *, void *); device 106 dev/pci/mbg.c void mbg_attach(struct device *, struct device *, void *); device 128 dev/pci/mbg.c mbg_probe(struct device *parent, void *match, void *aux) device 135 dev/pci/mbg.c mbg_attach(struct device *parent, struct device *self, void *aux) device 41 dev/pci/mfi_pci.c int mfi_pci_match(struct device *, void *, void *); device 42 dev/pci/mfi_pci.c void mfi_pci_attach(struct device *, struct device *, void *); device 85 dev/pci/mfi_pci.c mfi_pci_match(struct device *parent, void *match, void *aux) device 102 dev/pci/mfi_pci.c mfi_pci_attach(struct device *parent, struct device *self, void *aux) device 38 dev/pci/mpi_pci.c int mpi_pci_match(struct device *, void *, void *); device 39 dev/pci/mpi_pci.c void mpi_pci_attach(struct device *, struct device *, void *); device 40 dev/pci/mpi_pci.c int mpi_pci_detach(struct device *, int); device 83 dev/pci/mpi_pci.c mpi_pci_match(struct device *parent, void *match, void *aux) device 90 dev/pci/mpi_pci.c mpi_pci_attach(struct device *parent, struct device *self, void *aux) device 162 dev/pci/mpi_pci.c mpi_pci_detach(struct device *self, int flags) device 1676 dev/pci/musycc.c struct device *dev, u_int8_t gnum) device 43 dev/pci/musycc_obsd.c int musycc_match(struct device *, void *, void *); device 44 dev/pci/musycc_obsd.c void musycc_softc_attach(struct device *, struct device *, void *); device 45 dev/pci/musycc_obsd.c void musycc_ebus_attach(struct device *, struct musycc_softc *, device 67 dev/pci/musycc_obsd.c musycc_match(struct device *parent, void *match, void *aux) device 74 dev/pci/musycc_obsd.c musycc_softc_attach(struct device *parent, struct device *self, void *aux) device 113 dev/pci/musycc_obsd.c sc->device = pa->pa_device; device 164 dev/pci/musycc_obsd.c musycc_ebus_attach(struct device *parent, struct musycc_softc *esc, device 182 dev/pci/musycc_obsd.c if (sc->bus == parent->dv_unit && sc->device == pa->pa_device) device 145 dev/pci/musyccvar.h struct device *cc_parent; /* parent framer */ device 156 dev/pci/musyccvar.h struct device mc_dev; /* generic device structures */ device 182 dev/pci/musyccvar.h int bus, device; /* location of card */ device 215 dev/pci/musyccvar.h struct channel_softc *, struct device *, u_int8_t); device 124 dev/pci/neo.c struct device dev; device 180 dev/pci/neo.c int neo_match(struct device *, void *, void *); device 181 dev/pci/neo.c void neo_attach(struct device *, struct device *, void *); device 560 dev/pci/neo.c struct device *parent; device 561 dev/pci/neo.c struct device *self; device 642 dev/pci/neo.c struct device *parent; device 59 dev/pci/noct.c int noct_probe(struct device *, void *, void *); device 60 dev/pci/noct.c void noct_attach(struct device *, struct device *, void *); device 121 dev/pci/noct.c struct device *parent; device 135 dev/pci/noct.c struct device *parent, *self; device 67 dev/pci/noctvar.h struct device sc_dv; device 61 dev/pci/nofn.c int nofn_match(struct device *, void *, void *); device 62 dev/pci/nofn.c void nofn_attach(struct device *, struct device *, void *); device 92 dev/pci/nofn.c struct device *parent; device 105 dev/pci/nofn.c struct device *parent, *self; device 35 dev/pci/nofnvar.h struct device sc_dev; device 80 dev/pci/nviic.c int nviic_match(struct device *, void *, void *); device 81 dev/pci/nviic.c void nviic_attach(struct device *, struct device *, void *); device 93 dev/pci/nviic.c struct device sc_dev; device 130 dev/pci/nviic.c nviic_match(struct device *parent, void *match, void *aux) device 137 dev/pci/nviic.c nviic_attach(struct device *parent, struct device *self, void *aux) device 67 dev/pci/ohci_pci.c int ohci_pci_match(struct device *, void *, void *); device 68 dev/pci/ohci_pci.c void ohci_pci_attach(struct device *, struct device *, void *); device 69 dev/pci/ohci_pci.c void ohci_pci_attach_deferred(struct device *); device 70 dev/pci/ohci_pci.c int ohci_pci_detach(struct device *, int); device 84 dev/pci/ohci_pci.c ohci_pci_match(struct device *parent, void *match, void *aux) device 97 dev/pci/ohci_pci.c ohci_pci_attach(struct device *parent, struct device *self, void *aux) device 181 dev/pci/ohci_pci.c ohci_pci_attach_deferred(struct device *self) device 213 dev/pci/ohci_pci.c ohci_pci_detach(struct device *self, int flags) device 64 dev/pci/opl_cmpci.c int opl_cmpci_match(struct device *, void *, void *); device 65 dev/pci/opl_cmpci.c void opl_cmpci_attach(struct device *, struct device *, void *); device 76 dev/pci/opl_cmpci.c opl_cmpci_match(struct device *parent, void *match, void *aux) device 92 dev/pci/opl_cmpci.c opl_cmpci_attach(struct device *parent, struct device *self, void *aux) device 73 dev/pci/opl_eso.c HIDE int opl_eso_match(struct device *, MATCH_ARG_2_T, void *); device 74 dev/pci/opl_eso.c HIDE void opl_eso_attach(struct device *, struct device *, void *); device 82 dev/pci/opl_eso.c struct device *parent; device 95 dev/pci/opl_eso.c struct device *parent; device 96 dev/pci/opl_eso.c struct device *self; device 66 dev/pci/opl_yds.c int opl_yds_match(struct device *, void *, void *); device 67 dev/pci/opl_yds.c void opl_yds_attach(struct device *, struct device *, void *); device 79 dev/pci/opl_yds.c struct device *parent; device 97 dev/pci/opl_yds.c struct device *parent; device 98 dev/pci/opl_yds.c struct device *self; device 89 dev/pci/pccbb.c int pcicbbmatch(struct device *, void *, void *); device 90 dev/pci/pccbb.c void pccbbattach(struct device *, struct device *, void *); device 181 dev/pci/pccbb.c void pccbb_pci_callback(struct device *); device 224 dev/pci/pccbb.c struct device *parent; device 365 dev/pci/pccbb.c struct device *parent; device 366 dev/pci/pccbb.c struct device *self; device 541 dev/pci/pccbb.c struct device *self; device 857 dev/pci/pccbb.c ph->ph_parent = (struct device *)sc; device 78 dev/pci/pccbbvar.h struct device *ph_parent; device 101 dev/pci/pccbbvar.h struct device *pcmcia; device 118 dev/pci/pccbbvar.h struct device sc_dev; device 47 dev/pci/pci.c int pcimatch(struct device *, void *, void *); device 48 dev/pci/pci.c void pciattach(struct device *, struct device *, void *); device 55 dev/pci/pci.c struct device *pd_dev; device 78 dev/pci/pci.c int pcisubmatch(struct device *, void *, void *); device 114 dev/pci/pci.c pcimatch(struct device *parent, void *match, void *aux) device 139 dev/pci/pci.c pciattach(struct device *parent, struct device *self, void *aux) device 225 dev/pci/pci.c pcisubmatch(struct device *parent, void *match, void *aux) device 247 dev/pci/pci.c struct device *dev; device 249 dev/pci/pci.c int ret, pin, bus, device, function; device 251 dev/pci/pci.c pci_decompose_tag(pc, tag, &bus, &device, &function); device 274 dev/pci/pci.c pa.pa_device = device; device 301 dev/pci/pci.c pa.pa_intrswiz = sc->sc_intrswiz + device; device 400 dev/pci/pci.c struct device *pcidev; device 423 dev/pci/pci.c int device, function, nfunctions, ret; device 428 dev/pci/pci.c for (device = 0; device < sc->sc_maxndevs; device++) { device 429 dev/pci/pci.c tag = pci_make_tag(pc, sc->sc_bus, device, 0); device 456 dev/pci/pci.c tag = pci_make_tag(pc, sc->sc_bus, device, function); device 1135 dev/pci/pciide.c int pciide_match(struct device *, void *, void *); device 1136 dev/pci/pciide.c void pciide_attach(struct device *, struct device *, void *); device 1198 dev/pci/pciide.c pciide_match(struct device *parent, void *match, void *aux) device 1248 dev/pci/pciide.c pciide_attach(struct device *parent, struct device *self, void *aux) device 131 dev/pci/pciidevar.h void *pciide_machdep_compat_intr_establish(struct device *, device 169 dev/pci/pcivar.h struct device sc_dev; device 103 dev/pci/pcscp.c int pcscp_match(struct device *, void *, void *); device 104 dev/pci/pcscp.c void pcscp_attach(struct device *, struct device *, void *); device 150 dev/pci/pcscp.c pcscp_match(struct device *parent, void *match, void *aux) device 168 dev/pci/pcscp.c pcscp_attach(struct device *parent, struct device *self, void *aux) device 50 dev/pci/piixpm.c struct device sc_dev; device 68 dev/pci/piixpm.c int piixpm_match(struct device *, void *, void *); device 69 dev/pci/piixpm.c void piixpm_attach(struct device *, struct device *, void *); device 103 dev/pci/piixpm.c piixpm_match(struct device *parent, void *match, void *aux) device 110 dev/pci/piixpm.c piixpm_attach(struct device *parent, struct device *self, void *aux) device 45 dev/pci/ppb.c struct device sc_dev; /* generic device glue */ device 51 dev/pci/ppb.c int ppbmatch(struct device *, void *, void *); device 52 dev/pci/ppb.c void ppbattach(struct device *, struct device *, void *); device 65 dev/pci/ppb.c ppbmatch(struct device *parent, void *match, void *aux) device 88 dev/pci/ppb.c ppbattach(struct device *parent, struct device *self, void *aux) device 72 dev/pci/ppbreg.h #define PPB_INTERRUPT_SWIZZLE(pin, device) \ device 73 dev/pci/ppbreg.h ((((pin) + (device) - 1) % 4) + 1) device 73 dev/pci/puc.c int puc_pci_match(struct device *, void *, void *); device 74 dev/pci/puc.c void puc_pci_attach(struct device *, struct device *, void *); device 90 dev/pci/puc.c puc_pci_match(struct device *parent, void *match, void *aux) device 136 dev/pci/puc.c puc_pci_attach(struct device *parent, struct device *self, void *aux) device 306 dev/pci/puc.c puc_submatch(struct device *parent, void *vcf, void *aux) device 91 dev/pci/pucvar.h struct device sc_dev; device 108 dev/pci/pucvar.h struct device *dev; device 120 dev/pci/pucvar.h int puc_submatch(struct device *, void *, void *); device 33 dev/pci/pwdog.c struct device pwdog_dev; device 42 dev/pci/pwdog.c int pwdog_probe(struct device *, void *, void *); device 43 dev/pci/pwdog.c void pwdog_attach(struct device *, struct device *, void *); device 59 dev/pci/pwdog.c pwdog_probe(struct device *parent, void *match, void *aux) device 66 dev/pci/pwdog.c pwdog_attach(struct device *parent, struct device *self, void *aux) device 71 dev/pci/safe.c int safe_probe(struct device *, void *, void *); device 72 dev/pci/safe.c void safe_attach(struct device *, struct device *, void *); device 143 dev/pci/safe.c safe_probe(struct device *parent, void *match, void *aux) device 154 dev/pci/safe.c safe_attach(struct device *parent, struct device *self, void *aux) device 151 dev/pci/safevar.h struct device sc_dev; /* device backpointer */ device 47 dev/pci/sdhc_pci.c int sdhc_pci_match(struct device *, void *, void *); device 48 dev/pci/sdhc_pci.c void sdhc_pci_attach(struct device *, struct device *, void *); device 56 dev/pci/sdhc_pci.c sdhc_pci_match(struct device *parent, void *match, void *aux) device 68 dev/pci/sdhc_pci.c sdhc_pci_attach(struct device *parent, struct device *self, void *aux) device 37 dev/pci/sili_pci.c int sili_pci_match(struct device *, void *, void *); device 38 dev/pci/sili_pci.c void sili_pci_attach(struct device *, struct device *, void *); device 39 dev/pci/sili_pci.c int sili_pci_detach(struct device *, int); device 89 dev/pci/sili_pci.c sili_pci_match(struct device *parent, void *match, void *aux) device 95 dev/pci/sili_pci.c sili_pci_attach(struct device *parent, struct device *self, void *aux) device 169 dev/pci/sili_pci.c sili_pci_detach(struct device *self, int flags) device 50 dev/pci/siop_pci.c int siop_pci_match(struct device *, void *, void *); device 51 dev/pci/siop_pci.c void siop_pci_attach(struct device *, struct device *, void *); device 63 dev/pci/siop_pci.c siop_pci_match( struct device *parent, void *match, void *aux) device 76 dev/pci/siop_pci.c siop_pci_attach(struct device *parent, struct device *self, void *aux) device 37 dev/pci/sli_pci.c int sli_pci_match(struct device *, void *, void *); device 38 dev/pci/sli_pci.c void sli_pci_attach(struct device *, struct device *, void *); device 39 dev/pci/sli_pci.c int sli_pci_detach(struct device *, int); device 62 dev/pci/sli_pci.c sli_pci_match(struct device *parent, void *match, void *aux) device 69 dev/pci/sli_pci.c sli_pci_attach(struct device *parent, struct device *self, void *aux) device 133 dev/pci/sli_pci.c sli_pci_detach(struct device *self, int flags) device 33 dev/pci/sti_pci.c int sti_pci_match(struct device *, void *, void *); device 34 dev/pci/sti_pci.c void sti_pci_attach(struct device *, struct device *, void *); device 63 dev/pci/sti_pci.c sti_pci_match(struct device *parent, void *cf, void *aux) device 72 dev/pci/sti_pci.c sti_pci_attach(struct device *parent, struct device *self, void *aux) device 75 dev/pci/sv.c int sv_match(struct device *, void *, void *); device 76 dev/pci/sv.c static void sv_attach(struct device *, struct device *, void *); device 98 dev/pci/sv.c struct device sc_dev; /* base device */ device 258 dev/pci/sv.c struct device *parent; device 272 dev/pci/sv.c struct device *parent, *self; device 69 dev/pci/tga.c int tgamatch(struct device *, struct cfdata *, void *); device 70 dev/pci/tga.c void tgaattach(struct device *, struct device *, void *); device 108 dev/pci/tga.c void tga_config_interrupts(struct device *); device 186 dev/pci/tga.c struct device *parent; device 411 dev/pci/tga.c struct device *parent, *self; device 556 dev/pci/tga.c struct device *d; device 781 dev/pci/tga.c tga_cnattach(iot, memt, pc, bus, device, function) device 784 dev/pci/tga.c int bus, device, function; device 790 dev/pci/tga.c pci_make_tag(pc, bus, device, function), dcp); device 795 dev/pci/tga.c device, function); device 798 dev/pci/tga.c device, function); device 97 dev/pci/tgavar.h struct device sc_dev; device 57 dev/pci/trm_pci.c int trm_pci_probe (struct device *, void *, void *); device 58 dev/pci/trm_pci.c void trm_pci_attach (struct device *, struct device *, void *); device 79 dev/pci/trm_pci.c trm_pci_probe(struct device *parent, void *match, void *aux) device 100 dev/pci/trm_pci.c trm_pci_attach(struct device *parent, struct device *self, void *aux) device 49 dev/pci/twe_pci.c int twe_pci_match(struct device *, void *, void *); device 50 dev/pci/twe_pci.c void twe_pci_attach(struct device *, struct device *, void *); device 63 dev/pci/twe_pci.c struct device *parent; device 73 dev/pci/twe_pci.c struct device *parent, *self; device 67 dev/pci/ubsec.c int ubsec_probe(struct device *, void *, void *); device 68 dev/pci/ubsec.c void ubsec_attach(struct device *, struct device *, void *); device 141 dev/pci/ubsec.c ubsec_probe(struct device *parent, void *match, void *aux) device 148 dev/pci/ubsec.c ubsec_attach(struct device *parent, struct device *self, void *aux) device 149 dev/pci/ubsecvar.h struct device sc_dv; /* generic device */ device 60 dev/pci/uhci_pci.c int uhci_pci_match(struct device *, void *, void *); device 61 dev/pci/uhci_pci.c void uhci_pci_attach(struct device *, struct device *, void *); device 62 dev/pci/uhci_pci.c void uhci_pci_attach_deferred(struct device *); device 63 dev/pci/uhci_pci.c int uhci_pci_detach(struct device *, int); device 78 dev/pci/uhci_pci.c uhci_pci_match(struct device *parent, void *match, void *aux) device 91 dev/pci/uhci_pci.c uhci_pci_attach(struct device *parent, struct device *self, void *aux) device 191 dev/pci/uhci_pci.c uhci_pci_attach_deferred(struct device *self) device 220 dev/pci/uhci_pci.c uhci_pci_detach(struct device *self, int flags) device 96 dev/pci/vga_pci.c int vga_pci_match(struct device *, void *, void *); device 97 dev/pci/vga_pci.c void vga_pci_attach(struct device *, struct device *, void *); device 110 dev/pci/vga_pci.c vga_pci_match(struct device *parent, void *match, void *aux) device 151 dev/pci/vga_pci.c vga_pci_attach(struct device *parent, struct device *self, void *aux) device 205 dev/pci/vga_pci.c pci_chipset_tag_t pc, int bus, int device, int function) device 65 dev/pci/vga_pcivar.h struct device sc_dev; device 121 dev/pci/vga_pcivar.h void agp_attach(struct device *, struct device *, void *); device 65 dev/pci/viaenv.c struct device sc_dev; device 76 dev/pci/viaenv.c int viaenv_match(struct device *, void *, void *); device 77 dev/pci/viaenv.c void viaenv_attach(struct device *, struct device *, void *); device 116 dev/pci/viaenv.c viaenv_match(struct device *parent, void *match, void *aux) device 268 dev/pci/viaenv.c viaenv_attach(struct device * parent, struct device * self, void *aux) device 89 dev/pci/viapm.c struct device sc_dev; device 107 dev/pci/viapm.c int viapm_match(struct device *, void *, void *); device 108 dev/pci/viapm.c void viapm_attach(struct device *, struct device *, void *); device 138 dev/pci/viapm.c viapm_match(struct device *parent, void *match, void *aux) device 145 dev/pci/viapm.c viapm_attach(struct device *parent, struct device *self, void *aux) device 47 dev/pci/wdt.c struct device wdt_dev; device 57 dev/pci/wdt.c int wdtprobe(struct device *, void *, void *); device 58 dev/pci/wdt.c void wdtattach(struct device *, struct device *, void *); device 105 dev/pci/wdt.c wdtprobe(struct device *parent, void *match, void *aux) device 112 dev/pci/wdt.c wdtattach(struct device *parent, struct device *self, void *aux) device 90 dev/pci/yds.c int yds_match(struct device *, void *, void *); device 91 dev/pci/yds.c void yds_attach(struct device *, struct device *, void *); device 545 dev/pci/yds.c struct device *parent; device 580 dev/pci/yds.c struct device *dev; device 674 dev/pci/yds.c struct device *parent; device 675 dev/pci/yds.c struct device *self; device 1683 dev/pci/yds.c yds_get_portnum_by_name(sc, class, device, qualifier) device 1685 dev/pci/yds.c char *class, *device, *qualifier; device 1688 dev/pci/yds.c sc->sc_codec[0].codec_if, class, device, qualifier)); device 333 dev/pci/ydsreg.h struct device sc_dev; /* base device */ device 343 dev/pci/ydsreg.h struct device sc_dev; /* base device */ device 395 dev/pci/ydsreg.h struct device *sc_mpu; device 118 dev/pckbc/pckbd.c struct device sc_dev; device 125 dev/pckbc/pckbd.c struct device *sc_wskbddev; device 133 dev/pckbc/pckbd.c int pckbdprobe(struct device *, void *, void *); device 134 dev/pckbc/pckbd.c void pckbdattach(struct device *, struct device *, void *); device 285 dev/pckbc/pckbd.c struct device *parent; device 341 dev/pckbc/pckbd.c struct device *parent, *self; device 42 dev/pckbc/pms.c struct device sc_dev; device 52 dev/pckbc/pms.c struct device *sc_wsmousedev; device 55 dev/pckbc/pms.c int pmsprobe(struct device *, void *, void *); device 56 dev/pckbc/pms.c void pmsattach(struct device *, struct device *, void *); device 75 dev/pckbc/pms.c struct device *parent; device 116 dev/pckbc/pms.c struct device *parent, *self; device 42 dev/pckbc/pms_intelli.c struct device sc_dev; device 52 dev/pckbc/pms_intelli.c struct device *sc_wsmousedev; device 55 dev/pckbc/pms_intelli.c int pmsiprobe(struct device *, void *, void *); device 56 dev/pckbc/pms_intelli.c void pmsiattach(struct device *, struct device *, void *); device 104 dev/pckbc/pms_intelli.c struct device *parent; device 152 dev/pckbc/pms_intelli.c struct device *parent, *self; device 51 dev/pcmcia/aic_pcmcia.c int aic_pcmcia_match(struct device *, void *, void *); device 52 dev/pcmcia/aic_pcmcia.c void aic_pcmcia_attach(struct device *, struct device *, void *); device 53 dev/pcmcia/aic_pcmcia.c int aic_pcmcia_detach(struct device *, int); device 87 dev/pcmcia/aic_pcmcia.c struct device *parent; device 103 dev/pcmcia/aic_pcmcia.c struct device *parent, *self; device 178 dev/pcmcia/aic_pcmcia.c struct device *self; device 73 dev/pcmcia/cfxga.c struct device sc_dev; device 94 dev/pcmcia/cfxga.c struct device *sc_wsdisplay; device 97 dev/pcmcia/cfxga.c int cfxga_match(struct device *, void *, void *); device 98 dev/pcmcia/cfxga.c void cfxga_attach(struct device *, struct device *, void *); device 99 dev/pcmcia/cfxga.c int cfxga_detach(struct device *, int); device 100 dev/pcmcia/cfxga.c int cfxga_activate(struct device *, enum devact); device 264 dev/pcmcia/cfxga.c cfxga_match(struct device *parent, void *match, void *aux) device 317 dev/pcmcia/cfxga.c cfxga_activate(struct device *dev, enum devact act) device 338 dev/pcmcia/cfxga.c cfxga_attach(struct device *parent, struct device *self, void *aux) device 410 dev/pcmcia/cfxga.c cfxga_detach(struct device *dev, int flags) device 146 dev/pcmcia/com_pcmcia.c int com_pcmcia_match(struct device *, void *, void *); device 147 dev/pcmcia/com_pcmcia.c void com_pcmcia_attach(struct device *, struct device *, void *); device 148 dev/pcmcia/com_pcmcia.c int com_pcmcia_detach(struct device *, int); device 150 dev/pcmcia/com_pcmcia.c int com_pcmcia_activate(struct device *, enum devact); device 181 dev/pcmcia/com_pcmcia.c struct device *parent; device 232 dev/pcmcia/com_pcmcia.c struct device *dev; device 257 dev/pcmcia/com_pcmcia.c struct device *parent, *self; device 353 dev/pcmcia/com_pcmcia.c struct device *dev; device 82 dev/pcmcia/esp_pcmcia.c int esp_pcmcia_match(struct device *, void *, void *); device 83 dev/pcmcia/esp_pcmcia.c void esp_pcmcia_attach(struct device *, struct device *, void *); device 85 dev/pcmcia/esp_pcmcia.c int esp_pcmcia_detach(struct device *, int); device 141 dev/pcmcia/esp_pcmcia.c struct device *parent; device 157 dev/pcmcia/esp_pcmcia.c struct device *parent, *self; device 279 dev/pcmcia/esp_pcmcia.c struct device *self; device 95 dev/pcmcia/gpr.c struct device sc_dev; device 115 dev/pcmcia/gpr.c int gpr_match(struct device *, void *, void *); device 116 dev/pcmcia/gpr.c void gpr_attach(struct device *, struct device *, void *); device 117 dev/pcmcia/gpr.c int gpr_detach(struct device *, int); device 118 dev/pcmcia/gpr.c int gpr_activate(struct device *, enum devact); device 138 dev/pcmcia/gpr.c gpr_match(struct device *parent, void *match, void *aux) device 150 dev/pcmcia/gpr.c gpr_attach(struct device *parent, struct device *self, void *aux) device 226 dev/pcmcia/gpr.c gpr_detach(struct device *dev, int flags) device 239 dev/pcmcia/gpr.c gpr_activate(struct device *dev, enum devact act) device 56 dev/pcmcia/if_an_pcmcia.c int an_pcmcia_match(struct device *, void *, void *); device 57 dev/pcmcia/if_an_pcmcia.c void an_pcmcia_attach(struct device *, struct device *, void *); device 58 dev/pcmcia/if_an_pcmcia.c int an_pcmcia_detach(struct device *, int); device 59 dev/pcmcia/if_an_pcmcia.c int an_pcmcia_activate(struct device *, enum devact); device 78 dev/pcmcia/if_an_pcmcia.c an_pcmcia_match(struct device *parent, void *match, void *aux) device 99 dev/pcmcia/if_an_pcmcia.c an_pcmcia_attach(struct device *parent, struct device *self, void *aux) device 154 dev/pcmcia/if_an_pcmcia.c an_pcmcia_detach(struct device *dev, int flags) device 173 dev/pcmcia/if_an_pcmcia.c an_pcmcia_activate(struct device *dev, enum devact act) device 99 dev/pcmcia/if_awi_pcmcia.c static int awi_pcmcia_match(struct device *, void *, void *); device 100 dev/pcmcia/if_awi_pcmcia.c static void awi_pcmcia_attach(struct device *, struct device *, void *); device 101 dev/pcmcia/if_awi_pcmcia.c static int awi_pcmcia_detach(struct device *, int); device 219 dev/pcmcia/if_awi_pcmcia.c struct device *parent; device 290 dev/pcmcia/if_awi_pcmcia.c struct device *parent, *self; device 400 dev/pcmcia/if_awi_pcmcia.c struct device *self; device 107 dev/pcmcia/if_cnw.c int cnw_match(struct device *, void *, void *); device 108 dev/pcmcia/if_cnw.c void cnw_attach(struct device *, struct device *, void *); device 109 dev/pcmcia/if_cnw.c int cnw_detach(struct device *, int); device 110 dev/pcmcia/if_cnw.c int cnw_activate(struct device *, enum devact); device 113 dev/pcmcia/if_cnw.c struct device sc_dev; /* Device glue (must be first) */ device 355 dev/pcmcia/if_cnw.c struct device *parent; device 375 dev/pcmcia/if_cnw.c struct device *parent, *self; device 846 dev/pcmcia/if_cnw.c struct device *dev; device 866 dev/pcmcia/if_cnw.c struct device *dev; device 114 dev/pcmcia/if_ep_pcmcia.c int ep_pcmcia_match(struct device *, void *, void *); device 115 dev/pcmcia/if_ep_pcmcia.c void ep_pcmcia_attach(struct device *, struct device *, void *); device 116 dev/pcmcia/if_ep_pcmcia.c int ep_pcmcia_detach(struct device *, int); device 117 dev/pcmcia/if_ep_pcmcia.c int ep_pcmcia_activate(struct device *, enum devact); device 188 dev/pcmcia/if_ep_pcmcia.c struct device *parent; device 275 dev/pcmcia/if_ep_pcmcia.c struct device *parent, *self; device 395 dev/pcmcia/if_ep_pcmcia.c struct device *dev; device 412 dev/pcmcia/if_ep_pcmcia.c struct device *dev; device 69 dev/pcmcia/if_malo.c int malo_pcmcia_match(struct device *, void *, void *); device 70 dev/pcmcia/if_malo.c void malo_pcmcia_attach(struct device *, struct device *, void *); device 71 dev/pcmcia/if_malo.c int malo_pcmcia_detach(struct device *, int); device 72 dev/pcmcia/if_malo.c int malo_pcmcia_activate(struct device *, enum devact); device 141 dev/pcmcia/if_malo.c malo_pcmcia_match(struct device *parent, void *match, void *aux) device 153 dev/pcmcia/if_malo.c malo_pcmcia_attach(struct device *parent, struct device *self, void *aux) device 214 dev/pcmcia/if_malo.c malo_pcmcia_detach(struct device *dev, int flags) device 228 dev/pcmcia/if_malo.c malo_pcmcia_activate(struct device *dev, enum devact act) device 329 dev/pcmcia/if_malovar.h struct device sc_dev; device 69 dev/pcmcia/if_ne_pcmcia.c int ne_pcmcia_match(struct device *, void *, void *); device 70 dev/pcmcia/if_ne_pcmcia.c void ne_pcmcia_attach(struct device *, struct device *, void *); device 71 dev/pcmcia/if_ne_pcmcia.c int ne_pcmcia_detach(struct device *, int); device 72 dev/pcmcia/if_ne_pcmcia.c int ne_pcmcia_activate(struct device *, enum devact); device 580 dev/pcmcia/if_ne_pcmcia.c struct device *parent; device 596 dev/pcmcia/if_ne_pcmcia.c struct device *parent, *self; device 824 dev/pcmcia/if_ne_pcmcia.c struct device *dev; device 850 dev/pcmcia/if_ne_pcmcia.c struct device *dev; device 167 dev/pcmcia/if_ray.c struct device sc_dev; device 299 dev/pcmcia/if_ray.c void ray_attach(struct device *, struct device *, void *); device 309 dev/pcmcia/if_ray.c int ray_detach(struct device *, int); device 310 dev/pcmcia/if_ray.c int ray_activate(struct device *, enum devact); device 323 dev/pcmcia/if_ray.c int ray_match(struct device *, struct cfdata *, void *); device 495 dev/pcmcia/if_ray.c ray_match(struct device *parent, struct cfdata *match, void *aux) device 513 dev/pcmcia/if_ray.c ray_attach(struct device *parent, struct device *self, void *aux) device 654 dev/pcmcia/if_ray.c ray_activate(struct device *dev, enum devact act) device 686 dev/pcmcia/if_ray.c ray_detach(struct device *self, int flags) device 41 dev/pcmcia/if_rln_pcmcia.c static int rln_pcmcia_match(struct device *, void *, void *); device 43 dev/pcmcia/if_rln_pcmcia.c static void rln_pcmcia_attach(struct device *, struct device *, void *); device 44 dev/pcmcia/if_rln_pcmcia.c static int rln_pcmcia_detach(struct device *, int); device 45 dev/pcmcia/if_rln_pcmcia.c static int rln_pcmcia_activate(struct device *, enum devact); device 122 dev/pcmcia/if_rln_pcmcia.c struct device *parent; device 133 dev/pcmcia/if_rln_pcmcia.c struct device *parent, *self; device 246 dev/pcmcia/if_rln_pcmcia.c struct device *dev; device 265 dev/pcmcia/if_rln_pcmcia.c struct device *dev; device 85 dev/pcmcia/if_sm_pcmcia.c int sm_pcmcia_match(struct device *, void *, void *); device 86 dev/pcmcia/if_sm_pcmcia.c void sm_pcmcia_attach(struct device *, struct device *, void *); device 87 dev/pcmcia/if_sm_pcmcia.c int sm_pcmcia_detach(struct device *, int); device 88 dev/pcmcia/if_sm_pcmcia.c int sm_pcmcia_activate(struct device *, enum devact); device 109 dev/pcmcia/if_sm_pcmcia.c int sm_pcmcia_funce_enaddr(struct device *, u_int8_t *); device 132 dev/pcmcia/if_sm_pcmcia.c struct device *parent; device 148 dev/pcmcia/if_sm_pcmcia.c struct device *parent, *self; device 239 dev/pcmcia/if_sm_pcmcia.c struct device *dev; device 257 dev/pcmcia/if_sm_pcmcia.c struct device *dev; device 330 dev/pcmcia/if_sm_pcmcia.c struct device *parent; device 75 dev/pcmcia/if_wi_pcmcia.c int wi_pcmcia_match(struct device *, void *, void *); device 76 dev/pcmcia/if_wi_pcmcia.c void wi_pcmcia_attach(struct device *, struct device *, void *); device 77 dev/pcmcia/if_wi_pcmcia.c int wi_pcmcia_detach(struct device *, int); device 78 dev/pcmcia/if_wi_pcmcia.c int wi_pcmcia_activate(struct device *, enum devact); device 364 dev/pcmcia/if_wi_pcmcia.c wi_pcmcia_match(struct device *parent, void *match, void *aux) device 374 dev/pcmcia/if_wi_pcmcia.c wi_pcmcia_attach(struct device *parent, struct device *self, void *aux) device 447 dev/pcmcia/if_wi_pcmcia.c wi_pcmcia_detach(struct device *dev, int flags) device 470 dev/pcmcia/if_wi_pcmcia.c wi_pcmcia_activate(struct device *dev, enum devact act) device 115 dev/pcmcia/if_xe.c int xe_pcmcia_match(struct device *, void *, void *); device 116 dev/pcmcia/if_xe.c void xe_pcmcia_attach(struct device *, struct device *, void *); device 117 dev/pcmcia/if_xe.c int xe_pcmcia_detach(struct device *, int); device 118 dev/pcmcia/if_xe.c int xe_pcmcia_activate(struct device *, enum devact); device 125 dev/pcmcia/if_xe.c struct device sc_dev; /* Generic device info */ device 173 dev/pcmcia/if_xe.c int xe_mdi_read(struct device *, int, int); device 174 dev/pcmcia/if_xe.c void xe_mdi_write(struct device *, int, int, int); device 177 dev/pcmcia/if_xe.c int xe_pcmcia_funce_enaddr(struct device *, u_int8_t *); device 178 dev/pcmcia/if_xe.c u_int32_t xe_pcmcia_interpret_manfid(struct device *); device 185 dev/pcmcia/if_xe.c void xe_statchg(struct device *); device 194 dev/pcmcia/if_xe.c struct device *parent; device 219 dev/pcmcia/if_xe.c struct device *parent, *self; device 444 dev/pcmcia/if_xe.c struct device *dev; device 466 dev/pcmcia/if_xe.c struct device *dev; device 500 dev/pcmcia/if_xe.c struct device *parent; device 555 dev/pcmcia/if_xe.c struct device *parent; device 930 dev/pcmcia/if_xe.c struct device *self; device 961 dev/pcmcia/if_xe.c struct device *self; device 985 dev/pcmcia/if_xe.c struct device *self; device 55 dev/pcmcia/pcmcia.c int pcmcia_match(struct device *, void *, void *); device 56 dev/pcmcia/pcmcia.c int pcmcia_submatch(struct device *, void *, void *); device 57 dev/pcmcia/pcmcia.c void pcmcia_attach(struct device *, struct device *, void *); device 59 dev/pcmcia/pcmcia.c void pcmcia_card_detach_notify(struct device *, void *); device 102 dev/pcmcia/pcmcia.c struct device *parent; device 117 dev/pcmcia/pcmcia.c struct device *parent, *self; device 141 dev/pcmcia/pcmcia.c struct device *d; device 163 dev/pcmcia/pcmcia.c struct device *dev; device 258 dev/pcmcia/pcmcia.c struct device *dev; device 288 dev/pcmcia/pcmcia.c struct device *dev; device 312 dev/pcmcia/pcmcia.c struct device *parent; device 375 dev/pcmcia/pcmcia.c struct device *dev; device 85 dev/pcmcia/pcmcia_cis.c if (pcmcia_scan_cis((struct device *)sc, pcmcia_parse_cis_tuple, device 92 dev/pcmcia/pcmcia_cis.c struct device *dev; device 154 dev/pcmcia/pcmciachip.h int pcmcia_card_attach(struct device *); device 155 dev/pcmcia/pcmciachip.h void pcmcia_card_detach(struct device *, int); device 156 dev/pcmcia/pcmciachip.h void pcmcia_card_deactivate(struct device *); device 157 dev/pcmcia/pcmciachip.h int pcmcia_card_gettype(struct device *); device 120 dev/pcmcia/pcmciavar.h struct device *child; device 157 dev/pcmcia/pcmciavar.h struct device dev; device 205 dev/pcmcia/pcmciavar.h int pcmcia_scan_cis(struct device * dev, device 87 dev/pcmcia/wdc_pcmcia.c static int wdc_pcmcia_match(struct device *, void *, void *); device 88 dev/pcmcia/wdc_pcmcia.c static void wdc_pcmcia_attach(struct device *, struct device *, void *); device 89 dev/pcmcia/wdc_pcmcia.c int wdc_pcmcia_detach(struct device *, int); device 90 dev/pcmcia/wdc_pcmcia.c int wdc_pcmcia_activate(struct device *, enum devact); device 189 dev/pcmcia/wdc_pcmcia.c if (pcmcia_scan_cis((struct device *)pf->sc, device 227 dev/pcmcia/wdc_pcmcia.c struct device *parent; device 253 dev/pcmcia/wdc_pcmcia.c struct device *parent; device 254 dev/pcmcia/wdc_pcmcia.c struct device *self; device 415 dev/pcmcia/wdc_pcmcia.c struct device *self; device 444 dev/pcmcia/wdc_pcmcia.c struct device *self; device 66 dev/puc/com_puc.c int com_puc_match(struct device *, void *, void *); device 67 dev/puc/com_puc.c void com_puc_attach(struct device *, struct device *, void *); device 68 dev/puc/com_puc.c int com_puc_detach(struct device *, int ); device 84 dev/puc/com_puc.c struct device *parent; device 97 dev/puc/com_puc.c struct device *parent, *self; device 134 dev/puc/com_puc.c com_puc_detach(struct device *self, int flags) device 52 dev/puc/lpt_puc.c int lpt_puc_probe(struct device *, void *, void *); device 53 dev/puc/lpt_puc.c void lpt_puc_attach(struct device *, struct device *, void *); device 54 dev/puc/lpt_puc.c int lpt_puc_detach(struct device *, int); device 62 dev/puc/lpt_puc.c struct device *parent; device 78 dev/puc/lpt_puc.c struct device *parent, *self; device 106 dev/puc/lpt_puc.c lpt_puc_detach(struct device *self, int flags) device 46 dev/radio.c int radioprobe(struct device *, void *, void *); device 47 dev/radio.c void radioattach(struct device *, struct device *, void *); device 48 dev/radio.c int radiodetach(struct device *, int); device 49 dev/radio.c int radioactivate(struct device *, enum devact); device 62 dev/radio.c radioprobe(struct device *parent, void *match, void *aux) device 69 dev/radio.c radioattach(struct device *parent, struct device *self, void *aux) device 155 dev/radio.c struct device * device 156 dev/radio.c radio_attach_mi(struct radio_hw_if *rhwp, void *hdlp, struct device *dev) device 175 dev/radio.c radiodetach(struct device *self, int flags) device 193 dev/radio.c radioactivate(struct device *self, enum devact act) device 50 dev/radio_if.h struct device *radio_attach_mi(struct radio_hw_if *, void *, struct device *); device 33 dev/radiovar.h struct device dev; device 35 dev/radiovar.h struct device *sc_dev; /* hardware device struct */ device 236 dev/raidframe/rf_openbsdkintf.c int rf_probe(struct device *, void *, void *); device 237 dev/raidframe/rf_openbsdkintf.c void rf_attach(struct device *, struct device *, void *); device 238 dev/raidframe/rf_openbsdkintf.c int rf_detach(struct device *, int); device 239 dev/raidframe/rf_openbsdkintf.c int rf_activate(struct device *, enum devact); device 280 dev/raidframe/rf_openbsdkintf.c struct device *raidrootdev; device 282 dev/raidframe/rf_openbsdkintf.c int findblkmajor(struct device *dv); device 319 dev/raidframe/rf_openbsdkintf.c rf_probe(struct device *parent, void *match_, void *aux) device 325 dev/raidframe/rf_openbsdkintf.c rf_attach(struct device *parent, struct device *self, void *aux) device 331 dev/raidframe/rf_openbsdkintf.c rf_detach(struct device *self, int flags) device 337 dev/raidframe/rf_openbsdkintf.c rf_activate(struct device *self, enum devact act) device 410 dev/raidframe/rf_openbsdkintf.c raidrootdev = (struct device *)malloc(num * sizeof(struct device), device 2706 dev/raidframe/rf_openbsdkintf.c struct device *dv; device 88 dev/ramdisk.c struct device sc_dev; /* REQUIRED first entry */ device 101 dev/ramdisk.c void rd_attach(struct device *, struct device *, void *); device 166 dev/ramdisk.c struct device *parent, *self; device 134 dev/sbus/agten.c int agtenmatch(struct device *, void *, void *); device 135 dev/sbus/agten.c void agtenattach(struct device *, struct device *, void *); device 146 dev/sbus/agten.c agtenmatch(struct device *parent, void *vcf, void *aux) device 157 dev/sbus/agten.c agtenattach(struct device *parent, struct device *self, void *args) device 58 dev/sbus/apio.c struct device sc_dev; device 64 dev/sbus/apio.c struct device *sc_port; device 76 dev/sbus/apio.c int apio_match(struct device *, void *, void *); device 77 dev/sbus/apio.c void apio_attach(struct device *, struct device *, void *); device 79 dev/sbus/apio.c void apio_intr_enable(struct device *, u_int8_t); device 90 dev/sbus/apio.c apio_match(struct device *parent, void *match, void *aux) device 100 dev/sbus/apio.c apio_attach(struct device *parent, struct device *self, void *aux) device 168 dev/sbus/apio.c int lpt_apio_match(struct device *, void *, void *); device 169 dev/sbus/apio.c void lpt_apio_attach(struct device *, struct device *, void *); device 183 dev/sbus/apio.c apio_intr_enable(struct device *dv, u_int8_t en) device 195 dev/sbus/apio.c lpt_apio_match(struct device *parent, void *match, void *aux) device 201 dev/sbus/apio.c lpt_apio_attach(struct device *parent, struct device *self, void *aux) device 62 dev/sbus/asio.c struct device *ap_dev; device 66 dev/sbus/asio.c struct device sc_dev; device 83 dev/sbus/asio.c int asio_match(struct device *, void *, void *); device 84 dev/sbus/asio.c void asio_attach(struct device *, struct device *, void *); device 86 dev/sbus/asio.c void asio_intr_enable(struct device *, u_int8_t); device 97 dev/sbus/asio.c asio_match(struct device *parent, void *match, void *aux) device 107 dev/sbus/asio.c asio_attach(struct device *parent, struct device *self, void *aux) device 178 dev/sbus/asio.c int com_asio_match(struct device *, void *, void *); device 179 dev/sbus/asio.c void com_asio_attach(struct device *, struct device *, void *); device 186 dev/sbus/asio.c asio_intr_enable(struct device *dv, u_int8_t en) device 198 dev/sbus/asio.c com_asio_match(struct device *parent, void *match, void *aux) device 204 dev/sbus/asio.c com_asio_attach(struct device *parent, struct device *self, void *aux) device 111 dev/sbus/be.c struct device sc_dev; device 149 dev/sbus/be.c int bematch(struct device *, void *, void *); device 150 dev/sbus/be.c void beattach(struct device *, struct device *, void *); device 178 dev/sbus/be.c static int be_mii_readreg(struct device *, int, int); device 179 dev/sbus/be.c static void be_mii_writereg(struct device *, int, int, int); device 180 dev/sbus/be.c static void be_mii_statchg(struct device *); device 204 dev/sbus/be.c bematch(struct device *parent, void *vcf, void *aux) device 213 dev/sbus/be.c beattach(struct device *parent, struct device *self, void *aux) device 1298 dev/sbus/be.c be_mii_readreg(struct device *self, int phy, int reg) device 1326 dev/sbus/be.c be_mii_writereg(struct device *self, int phy, int reg, int val) device 1352 dev/sbus/be.c be_mii_writereg((struct device *)sc, phy, MII_BMCR, device 1354 dev/sbus/be.c be_mii_writereg((struct device *)sc, phy, MII_BMCR, BMCR_RESET); device 1357 dev/sbus/be.c int bmcr = be_mii_readreg((struct device *)sc, phy, MII_BMCR); device 1384 dev/sbus/be.c be_mii_statchg(struct device *self) device 1590 dev/sbus/be.c (*mii->mii_statchg)((struct device *)sc); device 1612 dev/sbus/be.c bmcr = be_mii_readreg((struct device *)sc, BE_PHY_INTERNAL, MII_BMCR); device 1630 dev/sbus/be.c bmsr = be_mii_readreg((struct device *)sc, BE_PHY_INTERNAL, MII_BMSR)| device 1631 dev/sbus/be.c be_mii_readreg((struct device *)sc, BE_PHY_INTERNAL, MII_BMSR); device 103 dev/sbus/bpp.c int bppmatch(struct device *, void *, void *); device 104 dev/sbus/bpp.c void bppattach(struct device *, struct device *, void *); device 119 dev/sbus/bpp.c bppmatch(struct device *parent, void *vcf, void *aux) device 127 dev/sbus/bpp.c bppattach(struct device *parent, struct device *self, void *aux) device 128 dev/sbus/bwtwo.c int bwtwomatch(struct device *, void *, void *); device 129 dev/sbus/bwtwo.c void bwtwoattach(struct device *, struct device *, void *); device 141 dev/sbus/bwtwo.c struct device *parent; device 152 dev/sbus/bwtwo.c struct device *parent, *self; device 93 dev/sbus/cgsix.c int cgsixmatch(struct device *, void *, void *); device 94 dev/sbus/cgsix.c void cgsixattach(struct device *, struct device *, void *); device 105 dev/sbus/cgsix.c cgsixmatch(struct device *parent, void *vcf, void *aux) device 114 dev/sbus/cgsix.c cgsixattach(struct device *parent, struct device *self, void *aux) device 157 dev/sbus/cgthree.c int cgthreematch(struct device *, void *, void *); device 158 dev/sbus/cgthree.c void cgthreeattach(struct device *, struct device *, void *); device 198 dev/sbus/cgthree.c cgthreematch(struct device *parent, void *vcf, void *aux) device 207 dev/sbus/cgthree.c cgthreeattach(struct device *parent, struct device *self, void *aux) device 116 dev/sbus/cgtwelve.c int cgtwelvematch(struct device *, void *, void *); device 117 dev/sbus/cgtwelve.c void cgtwelveattach(struct device *, struct device *, void *); device 132 dev/sbus/cgtwelve.c cgtwelvematch(struct device *parent, void *vcf, void *aux) device 147 dev/sbus/cgtwelve.c cgtwelveattach(struct device *parent, struct device *self, void *args) device 125 dev/sbus/cs4231.c int cs4231_match(struct device *, void *, void *); device 126 dev/sbus/cs4231.c void cs4231_attach(struct device *, struct device *, void *); device 201 dev/sbus/cs4231.c cs4231_match(struct device *parent, void *vcf, void *aux) device 209 dev/sbus/cs4231.c cs4231_attach(struct device *parent, struct device *self, void *aux) device 66 dev/sbus/cs4231var.h struct device sc_dev; /* base device */ device 91 dev/sbus/dma_sbus.c int dmamatch_sbus(struct device *, void *, void *); device 92 dev/sbus/dma_sbus.c void dmaattach_sbus(struct device *, struct device *, void *); device 138 dev/sbus/dma_sbus.c dmamatch_sbus(struct device *parent, void *vcf, void *aux) device 149 dev/sbus/dma_sbus.c struct device *parent, *self; device 94 dev/sbus/esp_sbus.c void espattach_sbus(struct device *, struct device *, void *); device 95 dev/sbus/esp_sbus.c void espattach_dma(struct device *, struct device *, void *); device 96 dev/sbus/esp_sbus.c int espmatch_sbus(struct device *, void *, void *); device 152 dev/sbus/esp_sbus.c espmatch_sbus(struct device *parent, void *vcf, void *aux) device 167 dev/sbus/esp_sbus.c espattach_sbus(struct device *parent, struct device *self, void *aux) device 354 dev/sbus/esp_sbus.c espattach_dma(struct device *parent, struct device *self, void *aux) device 86 dev/sbus/if_gem_sbus.c int gemmatch_sbus(struct device *, void *, void *); device 87 dev/sbus/if_gem_sbus.c void gemattach_sbus(struct device *, struct device *, void *); device 94 dev/sbus/if_gem_sbus.c gemmatch_sbus(struct device *parent, void *vcf, void *aux) device 102 dev/sbus/if_gem_sbus.c gemattach_sbus(struct device *parent, struct device *self, void *aux) device 78 dev/sbus/if_hme_sbus.c int hmematch_sbus(struct device *, void *, void *); device 79 dev/sbus/if_hme_sbus.c void hmeattach_sbus(struct device *, struct device *, void *); device 86 dev/sbus/if_hme_sbus.c hmematch_sbus(struct device *parent, void *vcf, void *aux) device 97 dev/sbus/if_hme_sbus.c hmeattach_sbus(struct device *parent, struct device *self, void *aux) device 85 dev/sbus/if_le.c int lematch_sbus(struct device *, void *, void *); device 86 dev/sbus/if_le.c void leattach_sbus(struct device *, struct device *, void *); device 137 dev/sbus/if_le.c lematch_sbus(struct device *parent, void *vcf, void *aux) device 146 dev/sbus/if_le.c leattach_sbus(struct device *parent, struct device *self, void *aux) device 84 dev/sbus/if_le_lebuffer.c int lematch_lebuffer(struct device *, void *, void *); device 85 dev/sbus/if_le_lebuffer.c void leattach_lebuffer(struct device *, struct device *, void *); device 138 dev/sbus/if_le_lebuffer.c lematch_lebuffer(struct device *parent, void *vcf, void *aux) device 148 dev/sbus/if_le_lebuffer.c leattach_lebuffer(struct device *parent, struct device *self, void *aux) device 89 dev/sbus/if_le_ledma.c int lematch_ledma(struct device *, void *, void *); device 90 dev/sbus/if_le_ledma.c void leattach_ledma(struct device *, struct device *, void *); device 302 dev/sbus/if_le_ledma.c lematch_ledma(struct device *parent, void *vcf, void *aux) device 312 dev/sbus/if_le_ledma.c leattach_ledma(struct device *parent, struct device *self, void *aux) device 121 dev/sbus/isp_sbus.c static int isp_match(struct device *, void *, void *); device 122 dev/sbus/isp_sbus.c static void isp_sbus_attach(struct device *, struct device *, void *); device 128 dev/sbus/isp_sbus.c isp_match(struct device *parent, void *vcf, void *aux) device 156 dev/sbus/isp_sbus.c isp_sbus_attach(struct device *parent, struct device *self, void *aux) device 56 dev/sbus/lebuffer.c int lebufmatch(struct device *, void *, void *); device 57 dev/sbus/lebuffer.c void lebufattach(struct device *, struct device *, void *); device 77 dev/sbus/lebuffer.c lebufmatch(struct device *parent, void *vcf, void *aux) device 89 dev/sbus/lebuffer.c lebufattach(struct device *parent, struct device *self, void *aux) device 41 dev/sbus/lebuffervar.h struct device sc_dev; /* us as a device */ device 276 dev/sbus/magma.c magma_match(struct device *parent, void *vcf, void *aux) device 293 dev/sbus/magma.c magma_attach(struct device *parent, struct device *dev, void *aux) device 784 dev/sbus/magma.c mtty_match(struct device *parent, void *vcf, void *args) device 793 dev/sbus/magma.c mtty_attach(struct device *parent, struct device *dev, void *args) device 1364 dev/sbus/magma.c mbpp_match(struct device *parent, void *vcf, void *args) device 1373 dev/sbus/magma.c mbpp_attach(struct device *parent, struct device *dev, void *args) device 109 dev/sbus/magmareg.h struct device ms_dev; /* required. must be first in softc */ device 167 dev/sbus/magmareg.h struct device ms_dev; /* device info */ device 199 dev/sbus/magmareg.h struct device ms_dev; /* device info */ device 212 dev/sbus/magmareg.h int magma_match(struct device *, void *, void *); device 213 dev/sbus/magmareg.h void magma_attach(struct device *, struct device *, void *); device 217 dev/sbus/magmareg.h int mtty_match(struct device *, void *, void *); device 218 dev/sbus/magmareg.h void mtty_attach(struct device *, struct device *, void *); device 223 dev/sbus/magmareg.h int mbpp_match(struct device *, void *, void *); device 224 dev/sbus/magmareg.h void mbpp_attach(struct device *, struct device *, void *); device 124 dev/sbus/mgx.c int mgxmatch(struct device *, void *, void *); device 125 dev/sbus/mgx.c void mgxattach(struct device *, struct device *, void *); device 139 dev/sbus/mgx.c mgxmatch(struct device *parent, void *vcf, void *aux) device 156 dev/sbus/mgx.c mgxattach(struct device *parent, struct device *self, void *args) device 117 dev/sbus/qe.c struct device sc_dev; /* base device */ device 142 dev/sbus/qe.c int qematch(struct device *, void *, void *); device 143 dev/sbus/qe.c void qeattach(struct device *, struct device *, void *); device 176 dev/sbus/qe.c struct device *parent; device 188 dev/sbus/qe.c struct device *parent, *self; device 57 dev/sbus/qec.c int qecmatch(struct device *, void *, void *); device 58 dev/sbus/qec.c void qecattach(struct device *, struct device *, void *); device 103 dev/sbus/qec.c struct device *parent; device 118 dev/sbus/qec.c struct device *parent, *self; device 41 dev/sbus/qecvar.h struct device sc_dev; /* us as a device */ device 152 dev/sbus/rfx.c int rfxmatch(struct device *, void *, void *); device 153 dev/sbus/rfx.c void rfxattach(struct device *, struct device *, void *); device 171 dev/sbus/rfx.c rfxmatch(struct device *parent, void *vcf, void *aux) device 174 dev/sbus/rfx.c const char *device = sa->sa_name; device 177 dev/sbus/rfx.c while (*device != ',' && *device != '\0') device 178 dev/sbus/rfx.c device++; device 179 dev/sbus/rfx.c if (*device == '\0') device 180 dev/sbus/rfx.c device = sa->sa_name; device 182 dev/sbus/rfx.c device++; device 184 dev/sbus/rfx.c if (strncmp(device, "RasterFLEX", strlen("RasterFLEX")) != 0) device 188 dev/sbus/rfx.c if (strcmp(device, "RasterFLEX-TV") == 0) device 198 dev/sbus/rfx.c rfxattach(struct device *parent, struct device *self, void *args) device 202 dev/sbus/rfx.c const char *device = sa->sa_name; device 209 dev/sbus/rfx.c while (*device != ',' && *device != '\0') device 210 dev/sbus/rfx.c device++; device 211 dev/sbus/rfx.c if (*device == '\0') device 212 dev/sbus/rfx.c device = sa->sa_name; device 214 dev/sbus/rfx.c device++; device 216 dev/sbus/rfx.c printf(": %s", device); device 113 dev/sbus/sbusvar.h struct device sc_dev; /* base device */ device 59 dev/sbus/spif.c int spifmatch(struct device *, void *, void *); device 60 dev/sbus/spif.c void spifattach(struct device *, struct device *, void *); device 62 dev/sbus/spif.c int sttymatch(struct device *, void *, void *); device 63 dev/sbus/spif.c void sttyattach(struct device *, struct device *, void *); device 85 dev/sbus/spif.c int sbppmatch(struct device *, void *, void *); device 86 dev/sbus/spif.c void sbppattach(struct device *, struct device *, void *); device 149 dev/sbus/spif.c struct device *parent; device 163 dev/sbus/spif.c struct device *parent, *self; device 282 dev/sbus/spif.c struct device *parent; device 292 dev/sbus/spif.c struct device *parent, *dev; device 1040 dev/sbus/spif.c struct device *parent; device 1050 dev/sbus/spif.c struct device *parent, *dev; device 55 dev/sbus/spifvar.h struct device sc_dev; /* base device */ device 61 dev/sbus/spifvar.h struct device sc_dev; /* base device */ device 66 dev/sbus/spifvar.h struct device sc_dev; /* base device */ device 58 dev/sbus/stp4020var.h struct device *pcmcia; /* Associated PCMCIA device */ device 71 dev/sbus/stp4020var.h struct device sc_dev; /* Base device */ device 162 dev/sbus/tvtwo.c int tvtwomatch(struct device *, void *, void *); device 163 dev/sbus/tvtwo.c void tvtwoattach(struct device *, struct device *, void *); device 184 dev/sbus/tvtwo.c tvtwomatch(struct device *parent, void *vcf, void *aux) device 199 dev/sbus/tvtwo.c tvtwoattach(struct device *parent, struct device *self, void *args) device 51 dev/sbus/uperf_sbus.c int uperf_sbus_match(struct device *, void *, void *); device 52 dev/sbus/uperf_sbus.c void uperf_sbus_attach(struct device *, struct device *, void *); device 101 dev/sbus/uperf_sbus.c uperf_sbus_match(struct device *parent, void *vcf, void *aux) device 109 dev/sbus/uperf_sbus.c uperf_sbus_attach(struct device *parent, struct device *self, void *aux) device 215 dev/sbus/vigra.c int vigramatch(struct device *, void *, void *); device 216 dev/sbus/vigra.c void vigraattach(struct device *, struct device *, void *); device 230 dev/sbus/vigra.c vigramatch(struct device *parent, void *vcf, void *aux) device 246 dev/sbus/vigra.c vigraattach(struct device *parent, struct device *self, void *args) device 50 dev/sbus/xbox.c int xboxmatch(struct device *, void *, void *); device 51 dev/sbus/xbox.c void xboxattach(struct device *, struct device *, void *); device 64 dev/sbus/xbox.c xboxmatch(struct device *parent, void *cf, void *aux) device 75 dev/sbus/xbox.c xboxattach(struct device *parent, struct device *self, void *aux) device 37 dev/sbus/xboxvar.h struct device sc_dev; /* base device */ device 163 dev/sbus/zx.c void zx_attach(struct device *, struct device *, void *); device 164 dev/sbus/zx.c int zx_match(struct device *, void *, void *); device 190 dev/sbus/zx.c zx_match(struct device *parent, void *vcf, void *aux) device 201 dev/sbus/zx.c zx_attach(struct device *parent, struct device *self, void *args) device 55 dev/sdmmc/sbt.c struct device sc_dev; /* base device */ device 65 dev/sdmmc/sbt.c int sbt_match(struct device *, void *, void *); device 66 dev/sdmmc/sbt.c void sbt_attach(struct device *, struct device *, void *); device 67 dev/sdmmc/sbt.c int sbt_detach(struct device *, int); device 118 dev/sdmmc/sbt.c sbt_match(struct device *parent, void *match, void *aux) device 140 dev/sdmmc/sbt.c sbt_attach(struct device *parent, struct device *self, void *aux) device 191 dev/sdmmc/sbt.c sbt_detach(struct device *self, int flags) device 43 dev/sdmmc/sdhc.c struct device *sdmmc; /* generic SD/MMC device */ device 27 dev/sdmmc/sdhcvar.h struct device sc_dev; device 50 dev/sdmmc/sdmmc.c int sdmmc_match(struct device *, void *, void *); device 51 dev/sdmmc/sdmmc.c void sdmmc_attach(struct device *, struct device *, void *); device 52 dev/sdmmc/sdmmc.c int sdmmc_detach(struct device *, int); device 64 dev/sdmmc/sdmmc.c int sdmmc_ioctl(struct device *, u_long, caddr_t); device 87 dev/sdmmc/sdmmc.c sdmmc_match(struct device *parent, void *match, void *aux) device 96 dev/sdmmc/sdmmc.c sdmmc_attach(struct device *parent, struct device *self, void *aux) device 129 dev/sdmmc/sdmmc.c sdmmc_detach(struct device *self, int flags) device 215 dev/sdmmc/sdmmc.c sdmmc_needs_discover(struct device *self) device 655 dev/sdmmc/sdmmc.c sdmmc_ioctl(struct device *self, u_long request, caddr_t addr) device 40 dev/sdmmc/sdmmc_io.c int sdmmc_submatch(struct device *, void *, void *); device 270 dev/sdmmc/sdmmc_io.c sdmmc_submatch(struct device *parent, void *match, void *aux) device 604 dev/sdmmc/sdmmc_io.c sdmmc_intr_establish(struct device *sdmmc, int (*fun)(void *), device 670 dev/sdmmc/sdmmc_io.c sdmmc_card_intr(struct device *sdmmc) device 67 dev/sdmmc/sdmmc_scsi.c struct device *sc_child; device 331 dev/sdmmc/sdmmc_scsi.c inq.device = T_DIRECT; device 82 dev/sdmmc/sdmmcchip.h void sdmmc_needs_discover(struct device *); device 83 dev/sdmmc/sdmmcchip.h void sdmmc_card_intr(struct device *); device 140 dev/sdmmc/sdmmcvar.h struct device *child; /* function driver */ device 152 dev/sdmmc/sdmmcvar.h struct device sc_dev; /* base device */ device 205 dev/sdmmc/sdmmcvar.h void *sdmmc_intr_establish(struct device *, int (*)(void *), device 499 dev/sequencer.c devno = si->device; device 80 dev/sequencervar.h struct device dev; device 81 dev/sequencervar.h struct device *sc_dev; /* Hardware device struct */ device 65 dev/softraid.c int sr_match(struct device *, void *, void *); device 66 dev/softraid.c void sr_attach(struct device *, struct device *, void *); device 67 dev/softraid.c int sr_detach(struct device *, int); device 68 dev/softraid.c int sr_activate(struct device *, enum devact); device 85 dev/softraid.c int sr_ioctl(struct device *, u_long, caddr_t); device 175 dev/softraid.c sr_match(struct device *parent, void *match, void *aux) device 181 dev/softraid.c sr_attach(struct device *parent, struct device *self, void *aux) device 200 dev/softraid.c sr_detach(struct device *self, int flags) device 206 dev/softraid.c sr_activate(struct device *self, enum devact act) device 562 dev/softraid.c sr_ioctl(struct device *dev, u_long cmd, caddr_t addr) device 759 dev/softraid.c struct device *dev, *dev2; device 947 dev/softraid.c sd->sd_link.device = &sr_dev; device 1384 dev/softraid.c inq.device = T_DIRECT; device 2008 dev/softraid.c struct device *dv; device 274 dev/softraidvar.h struct device *sd_scsibus_dev; device 319 dev/softraidvar.h struct device sc_dev; device 321 dev/softraidvar.h int (*sc_ioctl)(struct device *, u_long, caddr_t); device 35 dev/sun/sunkbdvar.h struct device sc_dev; device 48 dev/sun/sunkbdvar.h struct device *sc_wskbddev; device 64 dev/tc/asc_tc.c int asc_tc_match(struct device *, void *, void *); device 65 dev/tc/asc_tc.c void asc_tc_attach(struct device *, struct device *, void *); device 114 dev/tc/asc_tc.c struct device *parent; device 127 dev/tc/asc_tc.c struct device *parent, *self; device 89 dev/tc/asc_tcds.c int asc_tcds_match (struct device *, void *, void *); device 90 dev/tc/asc_tcds.c void asc_tcds_attach(struct device *, struct device *, void *); device 128 dev/tc/asc_tcds.c struct device *parent; device 143 dev/tc/asc_tcds.c struct device *parent, *self; device 65 dev/tc/if_fta.c int pdq_tc_match(struct device *, void *, void *); device 66 dev/tc/if_fta.c void pdq_tc_attach(struct device *, struct device *, void *); device 70 dev/tc/if_fta.c struct device *parent; device 83 dev/tc/if_fta.c struct device *parent; device 84 dev/tc/if_fta.c struct device *self; device 67 dev/tc/if_le_ioasic.c int le_ioasic_match(struct device *, void *, void *); device 68 dev/tc/if_le_ioasic.c void le_ioasic_attach(struct device *, struct device *, void *); device 85 dev/tc/if_le_ioasic.c le_ioasic_match(struct device *parent, void *match, void *aux) device 100 dev/tc/if_le_ioasic.c le_ioasic_attach(struct device *parent, struct device *self, void *aux) device 56 dev/tc/if_le_tc.c int le_tc_match(struct device *, void *, void *); device 57 dev/tc/if_le_tc.c void le_tc_attach(struct device *, struct device *, void *); device 68 dev/tc/if_le_tc.c le_tc_match(struct device *parent, void *match, void *aux) device 79 dev/tc/if_le_tc.c le_tc_attach(struct device *parent, struct device *self, void *aux) device 54 dev/tc/ioasicvar.h struct device sc_dv; device 69 dev/tc/ioasicvar.h void ioasic_intr_establish(struct device *, void *, device 71 dev/tc/ioasicvar.h void ioasic_intr_disestablish(struct device *, void *); device 40 dev/tc/tc.c int tcmatch(struct device *, void *, void *); device 41 dev/tc/tc.c void tcattach(struct device *, struct device *, void *); device 52 dev/tc/tc.c int tcsubmatch(struct device *, void *, void *); device 58 dev/tc/tc.c struct device *parent; device 72 dev/tc/tc.c struct device *parent; device 73 dev/tc/tc.c struct device *self; device 200 dev/tc/tc.c struct device *parent; device 265 dev/tc/tc.c struct device *dev; device 277 dev/tc/tc.c struct device *dev; device 90 dev/tc/tcds.c struct device sc_dv; device 104 dev/tc/tcds.c int tcdsmatch(struct device *, void *, void *); device 105 dev/tc/tcds.c void tcdsattach(struct device *, struct device *, void *); device 107 dev/tc/tcds.c int tcdssubmatch(struct device *, void *, void *); device 151 dev/tc/tcds.c struct device *parent; device 161 dev/tc/tcds.c struct device *parent, *self; device 316 dev/tc/tcds.c struct device *parent; device 347 dev/tc/tcds.c struct device *tcds; device 364 dev/tc/tcds.c struct device *tcds; device 79 dev/tc/tcdsvar.h void tcds_intr_establish(struct device *, int, device 81 dev/tc/tcdsvar.h void tcds_intr_disestablish(struct device *, int); device 67 dev/tc/tcvar.h struct device sc_dv; device 73 dev/tc/tcvar.h void (*sc_intr_establish)(struct device *, void *, device 75 dev/tc/tcvar.h void (*sc_intr_disestablish)(struct device *, void *); device 95 dev/tc/tcvar.h void (*tba_intr_establish)(struct device *, void *, device 97 dev/tc/tcvar.h void (*tba_intr_disestablish)(struct device *, void *); device 142 dev/tc/tcvar.h void tcattach(struct device *, struct device *, void *); device 143 dev/tc/tcvar.h void tc_intr_establish(struct device *, void *, int, int (*)(void *), device 145 dev/tc/tcvar.h void tc_intr_disestablish(struct device *, void *); device 743 dev/usb/ehci.c usb_rem_task(ex->xfer.pipe->device, &ex->abort_task); device 822 dev/usb/ehci.c xfer->pipe->device->address, device 924 dev/usb/ehci.c ehci_activate(struct device *self, enum devact act) device 1312 dev/usb/ehci.c usbd_device_handle dev = pipe->device; device 1655 dev/usb/ehci.c ehci_softc_t *sc = (ehci_softc_t *)xfer->pipe->device->bus; device 2090 dev/usb/ehci.c ehci_softc_t *sc = (ehci_softc_t *)pipe->device->bus; device 2120 dev/usb/ehci.c ehci_softc_t *sc = (ehci_softc_t *)pipe->device->bus; device 2393 dev/usb/ehci.c ehci_softc_t *sc = (ehci_softc_t *)pipe->device->bus; device 2420 dev/usb/ehci.c ehci_softc_t *sc = (ehci_softc_t *)epipe->pipe.device->bus; device 2435 dev/usb/ehci.c usb_rem_task(epipe->pipe.device, &exfer->abort_task); device 2441 dev/usb/ehci.c if (xfer->device->bus->intr_context || !curproc) device 2469 dev/usb/ehci.c usb_rem_task(epipe->pipe.device, &exfer->abort_task); device 2616 dev/usb/ehci.c ehci_softc_t *sc = (ehci_softc_t *)epipe->pipe.device->bus; device 2630 dev/usb/ehci.c usb_add_task(exfer->xfer.pipe->device, &exfer->abort_task); device 2688 dev/usb/ehci.c ehci_softc_t *sc = (ehci_softc_t *)xfer->pipe->device->bus; device 2715 dev/usb/ehci.c ehci_softc_t *sc = (ehci_softc_t *)xfer->pipe->device->bus; device 2746 dev/usb/ehci.c ehci_softc_t *sc = (ehci_softc_t *)pipe->device->bus; device 2759 dev/usb/ehci.c usbd_device_handle dev = epipe->pipe.device; device 2924 dev/usb/ehci.c usbd_device_handle dev = epipe->pipe.device; device 3024 dev/usb/ehci.c ehci_softc_t *sc = (ehci_softc_t *)pipe->device->bus; device 3034 dev/usb/ehci.c ehci_softc_t *sc = (ehci_softc_t *)xfer->pipe->device->bus; device 3099 dev/usb/ehci.c usbd_device_handle dev = xfer->pipe->device; device 3195 dev/usb/ehci.c ehci_softc_t *sc = (ehci_softc_t *)pipe->device->bus; device 3208 dev/usb/ehci.c ehci_softc_t *sc = (ehci_softc_t *)xfer->pipe->device->bus; device 139 dev/usb/ehcivar.h struct device *sc_child; /* /dev/usb# device */ device 160 dev/usb/ehcivar.h int ehci_activate(struct device *, enum devact); device 101 dev/usb/if_atu.c int atu_match(struct device *, void *, void *); device 102 dev/usb/if_atu.c void atu_attach(struct device *, struct device *, void *); device 103 dev/usb/if_atu.c int atu_detach(struct device *, int); device 104 dev/usb/if_atu.c int atu_activate(struct device *, enum devact); device 1110 dev/usb/if_atu.c atu_match(struct device *parent, void *match, void *aux) device 1254 dev/usb/if_atu.c atu_attach(struct device *parent, struct device *self, void *aux) device 1260 dev/usb/if_atu.c usbd_device_handle dev = uaa->device; device 1496 dev/usb/if_atu.c atu_detach(struct device *self, int flags) device 1521 dev/usb/if_atu.c atu_activate(struct device *self, enum devact act) device 171 dev/usb/if_atureg.h struct device atu_dev; device 213 dev/usb/if_aue.c int aue_match(struct device *, void *, void *); device 214 dev/usb/if_aue.c void aue_attach(struct device *, struct device *, void *); device 215 dev/usb/if_aue.c int aue_detach(struct device *, int); device 216 dev/usb/if_aue.c int aue_activate(struct device *, enum devact); device 252 dev/usb/if_aue.c int aue_miibus_readreg(struct device *, int, int); device 253 dev/usb/if_aue.c void aue_miibus_writereg(struct device *, int, int, int); device 254 dev/usb/if_aue.c void aue_miibus_statchg(struct device *); device 444 dev/usb/if_aue.c aue_miibus_readreg(struct device *dev, int phy, int reg) device 498 dev/usb/if_aue.c aue_miibus_writereg(struct device *dev, int phy, int reg, int data) device 532 dev/usb/if_aue.c aue_miibus_statchg(struct device *dev) device 698 dev/usb/if_aue.c aue_match(struct device *parent, void *match, void *aux) device 714 dev/usb/if_aue.c aue_attach(struct device *parent, struct device *self, void *aux) device 723 dev/usb/if_aue.c usbd_device_handle dev = uaa->device; device 732 dev/usb/if_aue.c devinfop = usbd_devinfo_alloc(uaa->device, 0); device 849 dev/usb/if_aue.c aue_detach(struct device *self, int flags) device 905 dev/usb/if_aue.c aue_activate(struct device *self, enum devact act) device 228 dev/usb/if_auereg.h struct device aue_dev; device 176 dev/usb/if_axe.c int axe_match(struct device *, void *, void *); device 177 dev/usb/if_axe.c void axe_attach(struct device *, struct device *, void *); device 178 dev/usb/if_axe.c int axe_detach(struct device *, int); device 179 dev/usb/if_axe.c int axe_activate(struct device *, enum devact); device 206 dev/usb/if_axe.c int axe_miibus_readreg(struct device *, int, int); device 207 dev/usb/if_axe.c void axe_miibus_writereg(struct device *, int, int, int); device 208 dev/usb/if_axe.c void axe_miibus_statchg(struct device *); device 264 dev/usb/if_axe.c axe_miibus_readreg(struct device *dev, int phy, int reg) device 312 dev/usb/if_axe.c axe_miibus_writereg(struct device *dev, int phy, int reg, int val) device 336 dev/usb/if_axe.c axe_miibus_statchg(struct device *dev) device 560 dev/usb/if_axe.c axe_match(struct device *parent, void *match, void *aux) device 576 dev/usb/if_axe.c axe_attach(struct device *parent, struct device *self, void *aux) device 580 dev/usb/if_axe.c usbd_device_handle dev = uaa->device; device 742 dev/usb/if_axe.c axe_detach(struct device *self, int flags) device 812 dev/usb/if_axe.c axe_activate(struct device *self, enum devact act) device 193 dev/usb/if_axereg.h struct device axe_dev; device 116 dev/usb/if_cdce.c int cdce_match(struct device *, void *, void *); device 117 dev/usb/if_cdce.c void cdce_attach(struct device *, struct device *, void *); device 118 dev/usb/if_cdce.c int cdce_detach(struct device *, int); device 119 dev/usb/if_cdce.c int cdce_activate(struct device *, enum devact); device 134 dev/usb/if_cdce.c cdce_match(struct device *parent, void *match, void *aux) device 157 dev/usb/if_cdce.c cdce_attach(struct device *parent, struct device *self, void *aux) device 164 dev/usb/if_cdce.c usbd_device_handle dev = uaa->device; device 183 dev/usb/if_cdce.c sc->cdce_udev = uaa->device; device 368 dev/usb/if_cdce.c cdce_detach(struct device *self, int flags) device 886 dev/usb/if_cdce.c cdce_activate(struct device *self, enum devact act) device 88 dev/usb/if_cdcef.c int cdcef_match(struct device *, void *, void *); device 89 dev/usb/if_cdcef.c void cdcef_attach(struct device *, struct device *, void *); device 134 dev/usb/if_cdcef.c cdcef_match(struct device *parent, void *match, void *aux) device 140 dev/usb/if_cdcef.c cdcef_attach(struct device *parent, struct device *self, void *aux) device 144 dev/usb/if_cdcef.c usbf_device_handle dev = uaa->device; device 69 dev/usb/if_cdcereg.h struct device cdce_dev; device 113 dev/usb/if_cue.c int cue_match(struct device *, void *, void *); device 114 dev/usb/if_cue.c void cue_attach(struct device *, struct device *, void *); device 115 dev/usb/if_cue.c int cue_detach(struct device *, int); device 116 dev/usb/if_cue.c int cue_activate(struct device *, enum devact); device 431 dev/usb/if_cue.c cue_match(struct device *parent, void *match, void *aux) device 447 dev/usb/if_cue.c cue_attach(struct device *parent, struct device *self, void *aux) device 454 dev/usb/if_cue.c usbd_device_handle dev = uaa->device; device 556 dev/usb/if_cue.c cue_detach(struct device *self, int flags) device 604 dev/usb/if_cue.c cue_activate(struct device *self, enum devact act) device 168 dev/usb/if_cuereg.h struct device cue_dev; device 157 dev/usb/if_kue.c int kue_match(struct device *, void *, void *); device 158 dev/usb/if_kue.c void kue_attach(struct device *, struct device *, void *); device 159 dev/usb/if_kue.c int kue_detach(struct device *, int); device 160 dev/usb/if_kue.c int kue_activate(struct device *, enum devact); device 402 dev/usb/if_kue.c kue_match(struct device *parent, void *match, void *aux) device 523 dev/usb/if_kue.c kue_attach(struct device *parent, struct device *self, void *aux) device 528 dev/usb/if_kue.c usbd_device_handle dev = uaa->device; device 558 dev/usb/if_kue.c kue_detach(struct device *self, int flags) device 599 dev/usb/if_kue.c kue_activate(struct device *self, enum devact act) device 167 dev/usb/if_kuereg.h struct device kue_dev; device 192 dev/usb/if_ral.c int ural_match(struct device *, void *, void *); device 193 dev/usb/if_ral.c void ural_attach(struct device *, struct device *, void *); device 194 dev/usb/if_ral.c int ural_detach(struct device *, int); device 195 dev/usb/if_ral.c int ural_activate(struct device *, enum devact); device 210 dev/usb/if_ral.c ural_match(struct device *parent, void *match, void *aux) device 222 dev/usb/if_ral.c ural_attach(struct device *parent, struct device *self, void *aux) device 234 dev/usb/if_ral.c sc->sc_udev = uaa->device; device 236 dev/usb/if_ral.c devinfop = usbd_devinfo_alloc(uaa->device, 0); device 361 dev/usb/if_ral.c ural_detach(struct device *self, int flags) device 2194 dev/usb/if_ral.c ural_activate(struct device *self, enum devact act) device 72 dev/usb/if_ralvar.h struct device sc_dev; device 210 dev/usb/if_rum.c int rum_match(struct device *, void *, void *); device 211 dev/usb/if_rum.c void rum_attach(struct device *, struct device *, void *); device 212 dev/usb/if_rum.c int rum_detach(struct device *, int); device 213 dev/usb/if_rum.c int rum_activate(struct device *, enum devact); device 228 dev/usb/if_rum.c rum_match(struct device *parent, void *match, void *aux) device 263 dev/usb/if_rum.c rum_attach(struct device *parent, struct device *self, void *aux) device 276 dev/usb/if_rum.c sc->sc_udev = uaa->device; device 278 dev/usb/if_rum.c devinfop = usbd_devinfo_alloc(uaa->device, 0); device 445 dev/usb/if_rum.c rum_detach(struct device *self, int flags) device 2260 dev/usb/if_rum.c rum_activate(struct device *self, enum devact act) device 72 dev/usb/if_rumvar.h struct device sc_dev; device 186 dev/usb/if_uath.c int uath_activate(struct device *, enum devact); device 188 dev/usb/if_uath.c int uath_match(struct device *, void *, void *); device 189 dev/usb/if_uath.c void uath_attach(struct device *, struct device *, void *); device 190 dev/usb/if_uath.c int uath_detach(struct device *, int); device 191 dev/usb/if_uath.c int uath_activate(struct device *, enum devact); device 206 dev/usb/if_uath.c uath_match(struct device *parent, void *match, void *aux) device 251 dev/usb/if_uath.c uath_attach(struct device *parent, struct device *self, void *aux) device 261 dev/usb/if_uath.c sc->sc_udev = uaa->device; device 262 dev/usb/if_uath.c sc->sc_uhub = uaa->device->myhub; device 265 dev/usb/if_uath.c devinfop = usbd_devinfo_alloc(uaa->device, 0); device 438 dev/usb/if_uath.c uath_detach(struct device *self, int flags) device 2130 dev/usb/if_uath.c uath_activate(struct device *self, enum devact act) device 103 dev/usb/if_uathvar.h struct device sc_dev; device 90 dev/usb/if_udav.c int udav_match(struct device *, void *, void *); device 91 dev/usb/if_udav.c void udav_attach(struct device *, struct device *, void *); device 92 dev/usb/if_udav.c int udav_detach(struct device *, int); device 93 dev/usb/if_udav.c int udav_activate(struct device *, enum devact); device 125 dev/usb/if_udav.c int udav_miibus_readreg(struct device *, int, int); device 126 dev/usb/if_udav.c void udav_miibus_writereg(struct device *, int, int, int); device 127 dev/usb/if_udav.c void udav_miibus_statchg(struct device *); device 175 dev/usb/if_udav.c udav_match(struct device *parent, void *match, void *aux) device 188 dev/usb/if_udav.c udav_attach(struct device *parent, struct device *self, void *aux) device 192 dev/usb/if_udav.c usbd_device_handle dev = uaa->device; device 323 dev/usb/if_udav.c udav_detach(struct device *self, int flags) device 730 dev/usb/if_udav.c udav_activate(struct device *self, enum devact act) device 1533 dev/usb/if_udav.c udav_miibus_readreg(struct device *dev, int phy, int reg) device 1590 dev/usb/if_udav.c udav_miibus_writereg(struct device *dev, int phy, int reg, int data) device 1643 dev/usb/if_udav.c udav_miibus_statchg(struct device *dev) device 163 dev/usb/if_udavreg.h struct device sc_dev; /* base device */ device 140 dev/usb/if_upl.c struct device sc_dev; device 180 dev/usb/if_upl.c int upl_match(struct device *, void *, void *); device 181 dev/usb/if_upl.c void upl_attach(struct device *, struct device *, void *); device 182 dev/usb/if_upl.c int upl_detach(struct device *, int); device 183 dev/usb/if_upl.c int upl_activate(struct device *, enum devact); device 219 dev/usb/if_upl.c upl_match(struct device *parent, void *match, void *aux) device 235 dev/usb/if_upl.c upl_attach(struct device *parent, struct device *self, void *aux) device 241 dev/usb/if_upl.c usbd_device_handle dev = uaa->device; device 333 dev/usb/if_upl.c upl_detach(struct device *self, int flags) device 372 dev/usb/if_upl.c upl_activate(struct device *self, enum devact act) device 88 dev/usb/if_url.c int url_match(struct device *, void *, void *); device 89 dev/usb/if_url.c void url_attach(struct device *, struct device *, void *); device 90 dev/usb/if_url.c int url_detach(struct device *, int); device 91 dev/usb/if_url.c int url_activate(struct device *, enum devact); device 123 dev/usb/if_url.c int url_int_miibus_readreg(struct device *, int, int); device 124 dev/usb/if_url.c void url_int_miibus_writereg(struct device *, int, int, int); device 125 dev/usb/if_url.c void url_miibus_statchg(struct device *); device 178 dev/usb/if_url.c url_match(struct device *parent, void *match, void *aux) device 190 dev/usb/if_url.c url_attach(struct device *parent, struct device *self, void *aux) device 194 dev/usb/if_url.c usbd_device_handle dev = uaa->device; device 332 dev/usb/if_url.c url_detach(struct device *self, int flags) device 611 dev/usb/if_url.c url_activate(struct device *self, enum devact act) device 1421 dev/usb/if_url.c url_int_miibus_readreg(struct device *dev, int phy, int reg) device 1494 dev/usb/if_url.c url_int_miibus_writereg(struct device *dev, int phy, int reg, int data) device 1561 dev/usb/if_url.c url_miibus_statchg(struct device *dev) device 1580 dev/usb/if_url.c url_ext_miibus_redreg(struct device *dev, int phy, int reg) device 1624 dev/usb/if_url.c url_ext_miibus_writereg(struct device *dev, int phy, int reg, int data) device 153 dev/usb/if_urlreg.h struct device sc_dev; /* base device */ device 265 dev/usb/if_wi_usb.c int wi_usb_match(struct device *, void *, void *); device 266 dev/usb/if_wi_usb.c void wi_usb_attach(struct device *, struct device *, void *); device 267 dev/usb/if_wi_usb.c int wi_usb_detach(struct device *, int); device 268 dev/usb/if_wi_usb.c int wi_usb_activate(struct device *, enum devact); device 283 dev/usb/if_wi_usb.c wi_usb_match(struct device *parent, void *match, void *aux) device 300 dev/usb/if_wi_usb.c wi_usb_attach(struct device *parent, struct device *self, void *aux) device 306 dev/usb/if_wi_usb.c usbd_device_handle dev = uaa->device; device 401 dev/usb/if_wi_usb.c wi_usb_detach(struct device *self, int flags) device 1348 dev/usb/if_wi_usb.c wi_usb_activate(struct device *self, enum devact act) device 146 dev/usb/if_zyd.c int zyd_match(struct device *, void *, void *); device 147 dev/usb/if_zyd.c void zyd_attach(struct device *, struct device *, void *); device 148 dev/usb/if_zyd.c int zyd_detach(struct device *, int); device 149 dev/usb/if_zyd.c int zyd_activate(struct device *, enum devact); device 237 dev/usb/if_zyd.c zyd_match(struct device *parent, void *match, void *aux) device 278 dev/usb/if_zyd.c zyd_attach(struct device *parent, struct device *self, void *aux) device 285 dev/usb/if_zyd.c sc->sc_udev = uaa->device; device 426 dev/usb/if_zyd.c zyd_detach(struct device *self, int flags) device 2544 dev/usb/if_zyd.c zyd_activate(struct device *self, enum devact act) device 1162 dev/usb/if_zydreg.h struct device sc_dev; device 136 dev/usb/moscom.c struct device sc_dev; device 139 dev/usb/moscom.c struct device *sc_subdev; device 169 dev/usb/moscom.c int moscom_match(struct device *, void *, void *); device 170 dev/usb/moscom.c void moscom_attach(struct device *, struct device *, void *); device 171 dev/usb/moscom.c int moscom_detach(struct device *, int); device 172 dev/usb/moscom.c int moscom_activate(struct device *, enum devact); device 187 dev/usb/moscom.c moscom_match(struct device *parent, void *match, void *aux) device 199 dev/usb/moscom.c moscom_attach(struct device *parent, struct device *self, void *aux) device 211 dev/usb/moscom.c sc->sc_udev = uaa->device; device 212 dev/usb/moscom.c devinfop = usbd_devinfo_alloc(uaa->device, 0); device 263 dev/usb/moscom.c uca.device = sc->sc_udev; device 276 dev/usb/moscom.c moscom_detach(struct device *self, int flags) device 294 dev/usb/moscom.c moscom_activate(struct device *self, enum devact act) device 316 dev/usb/ohci.c ohci_activate(struct device *self, enum devact act) device 1504 dev/usb/ohci.c ohci_softc_t *sc = (ohci_softc_t *)opipe->pipe.device->bus; device 1652 dev/usb/ohci.c usbd_device_handle dev = opipe->pipe.device; device 1904 dev/usb/ohci.c ohci_softc_t *sc = (ohci_softc_t *)opipe->pipe.device->bus; device 1915 dev/usb/ohci.c usb_add_task(oxfer->xfer.pipe->device, &oxfer->abort_task); device 2013 dev/usb/ohci.c usbd_device_handle dev = pipe->device; device 2131 dev/usb/ohci.c ohci_softc_t *sc = (ohci_softc_t *)pipe->device->bus; device 2184 dev/usb/ohci.c ohci_softc_t *sc = (ohci_softc_t *)opipe->pipe.device->bus; device 2203 dev/usb/ohci.c if (xfer->device->bus->intr_context || !curproc) device 2221 dev/usb/ohci.c usb_delay_ms(opipe->pipe.device->bus, 20); /* Hardware finishes in 1ms */ device 2383 dev/usb/ohci.c ohci_softc_t *sc = (ohci_softc_t *)xfer->pipe->device->bus; device 2723 dev/usb/ohci.c ohci_softc_t *sc = (ohci_softc_t *)pipe->device->bus; device 2753 dev/usb/ohci.c ohci_softc_t *sc = (ohci_softc_t *)pipe->device->bus; device 2779 dev/usb/ohci.c ohci_softc_t *sc = (ohci_softc_t *)xfer->pipe->device->bus; device 2816 dev/usb/ohci.c ohci_softc_t *sc = (ohci_softc_t *)pipe->device->bus; device 2856 dev/usb/ohci.c usbd_device_handle dev = opipe->pipe.device; device 2969 dev/usb/ohci.c ohci_softc_t *sc = (ohci_softc_t *)pipe->device->bus; device 2996 dev/usb/ohci.c usbd_device_handle dev = opipe->pipe.device; device 3088 dev/usb/ohci.c ohci_softc_t *sc = (ohci_softc_t *)pipe->device->bus; device 3214 dev/usb/ohci.c usbd_device_handle dev = opipe->pipe.device; device 3335 dev/usb/ohci.c ohci_softc_t *sc = (ohci_softc_t *)opipe->pipe.device->bus; device 3356 dev/usb/ohci.c ohci_softc_t *sc = (ohci_softc_t *)opipe->pipe.device->bus; device 3419 dev/usb/ohci.c ohci_softc_t *sc = (ohci_softc_t *)pipe->device->bus; device 3437 dev/usb/ohci.c ohci_softc_t *sc = (ohci_softc_t *)pipe->device->bus; device 140 dev/usb/ohcivar.h struct device *sc_child; device 155 dev/usb/ohcivar.h int ohci_activate(struct device *, enum devact); device 63 dev/usb/uark.c struct device sc_dev; device 66 dev/usb/uark.c struct device *sc_subdev; device 96 dev/usb/uark.c int uark_match(struct device *, void *, void *); device 97 dev/usb/uark.c void uark_attach(struct device *, struct device *, void *); device 98 dev/usb/uark.c int uark_detach(struct device *, int); device 99 dev/usb/uark.c int uark_activate(struct device *, enum devact); device 114 dev/usb/uark.c uark_match(struct device *parent, void *match, void *aux) device 126 dev/usb/uark.c uark_attach(struct device *parent, struct device *self, void *aux) device 138 dev/usb/uark.c sc->sc_udev = uaa->device; device 139 dev/usb/uark.c devinfop = usbd_devinfo_alloc(uaa->device, 0); device 190 dev/usb/uark.c uca.device = sc->sc_udev; device 203 dev/usb/uark.c uark_detach(struct device *self, int flags) device 221 dev/usb/uark.c uark_activate(struct device *self, enum devact act) device 159 dev/usb/uaudio.c struct device sc_dev; /* base device */ device 180 dev/usb/uaudio.c struct device *sc_audiodev; device 361 dev/usb/uaudio.c int uaudio_match(struct device *, void *, void *); device 362 dev/usb/uaudio.c void uaudio_attach(struct device *, struct device *, void *); device 363 dev/usb/uaudio.c int uaudio_detach(struct device *, int); device 364 dev/usb/uaudio.c int uaudio_activate(struct device *, enum devact); device 379 dev/usb/uaudio.c uaudio_match(struct device *parent, void *match, void *aux) device 392 dev/usb/uaudio.c (usbd_get_quirks(uaa->device)->uq_flags & UQ_BAD_AUDIO)) device 399 dev/usb/uaudio.c uaudio_attach(struct device *parent, struct device *self, void *aux) device 409 dev/usb/uaudio.c devinfop = usbd_devinfo_alloc(uaa->device, 0); device 413 dev/usb/uaudio.c sc->sc_udev = uaa->device; device 485 dev/usb/uaudio.c uaudio_activate(struct device *self, enum devact act) device 503 dev/usb/uaudio.c uaudio_detach(struct device *self, int flags) device 41 dev/usb/uberry.c struct device sc_dev; device 52 dev/usb/uberry.c int uberry_match(struct device *, void *, void *); device 53 dev/usb/uberry.c void uberry_attach(struct device *, struct device *, void *); device 54 dev/usb/uberry.c int uberry_detach(struct device *, int); device 55 dev/usb/uberry.c int uberry_activate(struct device *, enum devact); device 70 dev/usb/uberry.c uberry_match(struct device *parent, void *match, void *aux) device 82 dev/usb/uberry.c uberry_attach(struct device *parent, struct device *self, void *aux) device 88 dev/usb/uberry.c sc->sc_udev = uaa->device; device 90 dev/usb/uberry.c devinfop = usbd_devinfo_alloc(uaa->device, 0); device 107 dev/usb/uberry.c uberry_detach(struct device *self, int flags) device 118 dev/usb/uberry.c uberry_activate(struct device *self, enum devact act) device 160 dev/usb/ubsa.c struct device sc_dev; /* base device */ device 177 dev/usb/ubsa.c struct device *sc_subdev; /* ucom device */ device 240 dev/usb/ubsa.c int ubsa_match(struct device *, void *, void *); device 241 dev/usb/ubsa.c void ubsa_attach(struct device *, struct device *, void *); device 242 dev/usb/ubsa.c int ubsa_detach(struct device *, int); device 243 dev/usb/ubsa.c int ubsa_activate(struct device *, enum devact); device 258 dev/usb/ubsa.c ubsa_match(struct device *parent, void *match, void *aux) device 270 dev/usb/ubsa.c ubsa_attach(struct device *parent, struct device *self, void *aux) device 274 dev/usb/ubsa.c usbd_device_handle dev = uaa->device; device 384 dev/usb/ubsa.c uca.device = dev; device 403 dev/usb/ubsa.c ubsa_detach(struct device *self, int flags) device 431 dev/usb/ubsa.c ubsa_activate(struct device *self, enum devact act) device 161 dev/usb/ubt.c struct device sc_dev; device 248 dev/usb/ubt.c int ubt_match(struct device *, void *, void *); device 249 dev/usb/ubt.c void ubt_attach(struct device *, struct device *, void *); device 250 dev/usb/ubt.c int ubt_detach(struct device *, int); device 251 dev/usb/ubt.c int ubt_activate(struct device *, enum devact); device 283 dev/usb/ubt.c ubt_match(struct device *parent, void *match, void *aux) device 287 dev/usb/ubt.c usb_device_descriptor_t *dd = usbd_get_device_descriptor(uaa->device); device 304 dev/usb/ubt.c ubt_attach(struct device *parent, struct device *self, void *aux) device 316 dev/usb/ubt.c sc->sc_udev = uaa->device; device 451 dev/usb/ubt.c ubt_detach(struct device *self, int flags) device 491 dev/usb/ubt.c ubt_activate(struct device *self, enum devact act) device 89 dev/usb/ucom.c struct device sc_dev; /* base device */ device 151 dev/usb/ucom.c int ucom_match(struct device *, void *, void *); device 152 dev/usb/ucom.c void ucom_attach(struct device *, struct device *, void *); device 153 dev/usb/ucom.c int ucom_detach(struct device *, int); device 154 dev/usb/ucom.c int ucom_activate(struct device *, enum devact); device 184 dev/usb/ucom.c ucom_match(struct device *parent, void *match, void *aux) device 190 dev/usb/ucom.c ucom_attach(struct device *parent, struct device *self, void *aux) device 200 dev/usb/ucom.c sc->sc_udev = uca->device; device 225 dev/usb/ucom.c ucom_detach(struct device *self, int flags) device 276 dev/usb/ucom.c ucom_activate(struct device *self, enum devact act) device 1209 dev/usb/ucom.c ucomsubmatch(struct device *parent, void *match, void *aux) device 101 dev/usb/ucomvar.h usbd_device_handle device; device 107 dev/usb/ucomvar.h int ucomsubmatch(struct device *, void *, void *); device 131 dev/usb/ucycom.c struct device *sc_subdev; device 168 dev/usb/ucycom.c int ucycom_match(struct device *, void *, void *); device 169 dev/usb/ucycom.c void ucycom_attach(struct device *, struct device *, void *); device 170 dev/usb/ucycom.c int ucycom_detach(struct device *, int); device 171 dev/usb/ucycom.c int ucycom_activate(struct device *, enum devact); device 186 dev/usb/ucycom.c ucycom_match(struct device *parent, void *match, void *aux) device 196 dev/usb/ucycom.c ucycom_attach(struct device *parent, struct device *self, void *aux) device 243 dev/usb/ucycom.c uca.device = uaa->device; device 591 dev/usb/ucycom.c ucycom_detach(struct device *self, int flags) device 605 dev/usb/ucycom.c ucycom_activate(struct device *self, enum devact act) device 66 dev/usb/udcf.c struct device sc_dev; /* base device */ device 136 dev/usb/udcf.c int udcf_match(struct device *, void *, void *); device 137 dev/usb/udcf.c void udcf_attach(struct device *, struct device *, void *); device 138 dev/usb/udcf.c int udcf_detach(struct device *, int); device 139 dev/usb/udcf.c int udcf_activate(struct device *, enum devact); device 154 dev/usb/udcf.c udcf_match(struct device *parent, void *match, void *aux) device 167 dev/usb/udcf.c udcf_attach(struct device *parent, struct device *self, void *aux) device 171 dev/usb/udcf.c usbd_device_handle dev = uaa->device; device 330 dev/usb/udcf.c udcf_detach(struct device *self, int flags) device 707 dev/usb/udcf.c udcf_activate(struct device *self, enum devact act) device 85 dev/usb/udsbr.c struct device sc_dev; device 92 dev/usb/udsbr.c struct device *sc_child; device 103 dev/usb/udsbr.c int udsbr_match(struct device *, void *, void *); device 104 dev/usb/udsbr.c void udsbr_attach(struct device *, struct device *, void *); device 105 dev/usb/udsbr.c int udsbr_detach(struct device *, int); device 106 dev/usb/udsbr.c int udsbr_activate(struct device *, enum devact); device 121 dev/usb/udsbr.c udsbr_match(struct device *parent, void *match, void *aux) device 137 dev/usb/udsbr.c udsbr_attach(struct device *parent, struct device *self, void *aux) device 141 dev/usb/udsbr.c usbd_device_handle dev = uaa->device; device 169 dev/usb/udsbr.c udsbr_detach(struct device *self, int flags) device 184 dev/usb/udsbr.c udsbr_activate(struct device *self, enum devact act) device 128 dev/usb/ueagle.c int ueagle_match(struct device *, void *, void *); device 129 dev/usb/ueagle.c void ueagle_attach(struct device *, struct device *, void *); device 130 dev/usb/ueagle.c int ueagle_detach(struct device *, int); device 131 dev/usb/ueagle.c int ueagle_activate(struct device *, enum devact); device 146 dev/usb/ueagle.c ueagle_match(struct device *parent, void *match, void *aux) device 174 dev/usb/ueagle.c ueagle_attach(struct device *parent, struct device *self, void *aux) device 182 dev/usb/ueagle.c sc->sc_udev = uaa->device; device 246 dev/usb/ueagle.c ueagle_detach(struct device *self, int flags) device 1470 dev/usb/ueagle.c ueagle_activate(struct device *self, enum devact act) device 159 dev/usb/ueaglevar.h struct device sc_dev; device 88 dev/usb/uftdi.c struct device sc_dev; /* base device */ device 98 dev/usb/uftdi.c struct device *sc_subdev; device 127 dev/usb/uftdi.c int uftdi_match(struct device *, void *, void *); device 128 dev/usb/uftdi.c void uftdi_attach(struct device *, struct device *, void *); device 129 dev/usb/uftdi.c int uftdi_detach(struct device *, int); device 130 dev/usb/uftdi.c int uftdi_activate(struct device *, enum devact); device 145 dev/usb/uftdi.c uftdi_match(struct device *parent, void *match, void *aux) device 204 dev/usb/uftdi.c uftdi_attach(struct device *parent, struct device *self, void *aux) device 208 dev/usb/uftdi.c usbd_device_handle dev = uaa->device; device 378 dev/usb/uftdi.c uca.device = dev; device 398 dev/usb/uftdi.c uftdi_activate(struct device *self, enum devact act) device 417 dev/usb/uftdi.c uftdi_detach(struct device *self, int flags) device 103 dev/usb/ugen.c struct device sc_dev; /* base device */ device 133 dev/usb/ugen.c int ugen_match(struct device *, void *, void *); device 134 dev/usb/ugen.c void ugen_attach(struct device *, struct device *, void *); device 135 dev/usb/ugen.c int ugen_detach(struct device *, int); device 136 dev/usb/ugen.c int ugen_activate(struct device *, enum devact); device 151 dev/usb/ugen.c ugen_match(struct device *parent, void *match, void *aux) device 177 dev/usb/ugen.c ugen_attach(struct device *parent, struct device *self, void *aux) device 186 dev/usb/ugen.c devinfop = usbd_devinfo_alloc(uaa->device, 0); device 190 dev/usb/ugen.c sc->sc_udev = udev = uaa->device; device 749 dev/usb/ugen.c ugen_activate(struct device *self, enum devact act) device 765 dev/usb/ugen.c ugen_detach(struct device *self, int flags) device 513 dev/usb/uhci.c uhci_activate(struct device *self, enum devact act) device 899 dev/usb/uhci.c if (pipe->device == NULL) { device 905 dev/usb/uhci.c dev = pipe->device; device 940 dev/usb/uhci.c uhci_softc_t *sc = (uhci_softc_t *)pipe->device->bus; device 963 dev/usb/uhci.c xfer->device->bus->intr_context++; device 965 dev/usb/uhci.c xfer->device->bus->intr_context--; device 1436 dev/usb/uhci.c xfer->pipe->device->address, device 1463 dev/usb/uhci.c uhci_softc_t *sc = (uhci_softc_t *)upipe->pipe.device->bus; device 1474 dev/usb/uhci.c usb_add_task(uxfer->xfer.pipe->device, &uxfer->abort_task); device 1693 dev/usb/uhci.c int addr = upipe->pipe.device->address; device 1698 dev/usb/uhci.c upipe->pipe.device->speed, flags)); device 1721 dev/usb/uhci.c if (upipe->pipe.device->speed == USB_SPEED_LOW) device 1789 dev/usb/uhci.c usbd_device_handle dev = upipe->pipe.device; device 1892 dev/usb/uhci.c uhci_softc_t *sc = (uhci_softc_t *)upipe->pipe.device->bus; device 1908 dev/usb/uhci.c if (xfer->device->bus->intr_context || !curproc) device 1927 dev/usb/uhci.c usb_delay_ms(upipe->pipe.device->bus, 2); /* Hardware finishes in 1ms */ device 1956 dev/usb/uhci.c usbd_device_handle dev = upipe->pipe.device; device 1983 dev/usb/uhci.c uhci_softc_t *sc = (uhci_softc_t *)xfer->pipe->device->bus; device 2024 dev/usb/uhci.c usbd_device_handle dev = upipe->pipe.device; device 2130 dev/usb/uhci.c uhci_softc_t *sc = (uhci_softc_t *)pipe->device->bus; device 2159 dev/usb/uhci.c usbd_device_handle dev = upipe->pipe.device; device 2314 dev/usb/uhci.c usbd_device_handle dev = upipe->pipe.device; device 2384 dev/usb/uhci.c uhci_softc_t *sc = (uhci_softc_t *)upipe->pipe.device->bus; device 2480 dev/usb/uhci.c usbd_device_handle dev = upipe->pipe.device; device 2524 dev/usb/uhci.c usbd_device_handle dev = upipe->pipe.device; device 2526 dev/usb/uhci.c int addr = upipe->pipe.device->address; device 2689 dev/usb/uhci.c if (upipe->pipe.device->speed == USB_SPEED_LOW) device 2824 dev/usb/uhci.c uhci_softc_t *sc = (uhci_softc_t *)pipe->device->bus; device 2831 dev/usb/uhci.c pipe, pipe->device->address, device 2837 dev/usb/uhci.c if (pipe->device->address == sc->sc_addr) { device 3094 dev/usb/uhci.c uhci_softc_t *sc = (uhci_softc_t *)xfer->pipe->device->bus; device 3435 dev/usb/uhci.c uhci_softc_t *sc = (uhci_softc_t *)xfer->pipe->device->bus; device 3472 dev/usb/uhci.c uhci_softc_t *sc = (uhci_softc_t *)pipe->device->bus; device 3492 dev/usb/uhci.c uhci_softc_t *sc = (uhci_softc_t *)pipe->device->bus; device 186 dev/usb/uhcivar.h struct device *sc_child; /* /dev/usb# device */ device 193 dev/usb/uhcivar.h int uhci_activate(struct device *, enum devact); device 111 dev/usb/uhid.c int uhid_match(struct device *, void *, void *); device 112 dev/usb/uhid.c void uhid_attach(struct device *, struct device *, void *); device 113 dev/usb/uhid.c int uhid_detach(struct device *, int); device 114 dev/usb/uhid.c int uhid_activate(struct device *, enum devact); device 129 dev/usb/uhid.c uhid_match(struct device *parent, void *match, void *aux) device 142 dev/usb/uhid.c uhid_attach(struct device *parent, struct device *self, void *aux) device 165 dev/usb/uhid.c uhid_activate(struct device *self, enum devact act) device 181 dev/usb/uhid.c uhid_detach(struct device *self, int flags) device 81 dev/usb/uhidev.c int uhidevsubmatch(struct device *parent, void *cf, void *aux); device 83 dev/usb/uhidev.c int uhidev_match(struct device *, void *, void *); device 84 dev/usb/uhidev.c void uhidev_attach(struct device *, struct device *, void *); device 85 dev/usb/uhidev.c int uhidev_detach(struct device *, int); device 86 dev/usb/uhidev.c int uhidev_activate(struct device *, enum devact); device 101 dev/usb/uhidev.c uhidev_match(struct device *parent, void *match, void *aux) device 111 dev/usb/uhidev.c if (usbd_get_quirks(uaa->device)->uq_flags & UQ_BAD_HID) device 132 dev/usb/uhidev.c uhidev_attach(struct device *parent, struct device *self, void *aux) device 149 dev/usb/uhidev.c sc->sc_udev = uaa->device; device 153 dev/usb/uhidev.c devinfop = usbd_devinfo_alloc(uaa->device, 0); device 261 dev/usb/uhidev.c sc->sc_subdevs = malloc(nrepid * sizeof(struct device *), device 267 dev/usb/uhidev.c bzero(sc->sc_subdevs, nrepid * sizeof(struct device *)); device 342 dev/usb/uhidev.c int uhidevsubmatch(struct device *parent, void *match, void *aux) device 358 dev/usb/uhidev.c uhidev_activate(struct device *self, enum devact act) device 379 dev/usb/uhidev.c uhidev_detach(struct device *self, int flags) device 48 dev/usb/uhidev.h struct device sc_dev; /* base device */ device 74 dev/usb/uhidev.h struct device sc_dev; /* base device */ device 72 dev/usb/uhub.c struct device sc_dev; /* base device */ device 91 dev/usb/uhub.c int uhub_match(struct device *, void *, void *); device 92 dev/usb/uhub.c void uhub_attach(struct device *, struct device *, void *); device 93 dev/usb/uhub.c int uhub_detach(struct device *, int); device 94 dev/usb/uhub.c int uhub_activate(struct device *, enum devact); device 114 dev/usb/uhub.c uhub_match(struct device *parent, void *match, void *aux) device 117 dev/usb/uhub.c usb_device_descriptor_t *dd = usbd_get_device_descriptor(uaa->device); device 130 dev/usb/uhub.c uhub_attach(struct device *parent, struct device *self, void *aux) device 134 dev/usb/uhub.c usbd_device_handle dev = uaa->device; device 292 dev/usb/uhub.c up->device = NULL; device 402 dev/usb/uhub.c if (up->device != NULL && up->device->hub != NULL) device 403 dev/usb/uhub.c up->device->hub->explore(up->device); device 405 dev/usb/uhub.c if (up->device == NULL && device 427 dev/usb/uhub.c if (up->device != NULL) { device 430 dev/usb/uhub.c "on port %d\n", up->device->address, port)); device 504 dev/usb/uhub.c if (up->device->hub) device 505 dev/usb/uhub.c up->device->hub->explore(up->device); device 512 dev/usb/uhub.c uhub_activate(struct device *self, enum devact act) device 528 dev/usb/uhub.c dev = hub->ports[port].device; device 544 dev/usb/uhub.c uhub_detach(struct device *self, int flags) device 562 dev/usb/uhub.c if (rup->device) device 84 dev/usb/uipaq.c struct device sc_dev; /* base device */ device 88 dev/usb/uipaq.c struct device *sc_subdev; /* ucom uses that */ device 133 dev/usb/uipaq.c int uipaq_match(struct device *, void *, void *); device 134 dev/usb/uipaq.c void uipaq_attach(struct device *, struct device *, void *); device 135 dev/usb/uipaq.c int uipaq_detach(struct device *, int); device 136 dev/usb/uipaq.c int uipaq_activate(struct device *, enum devact); device 151 dev/usb/uipaq.c uipaq_match(struct device *parent, void *match, void *aux) device 166 dev/usb/uipaq.c uipaq_attach(struct device *parent, struct device *self, void *aux) device 170 dev/usb/uipaq.c usbd_device_handle dev = uaa->device; device 212 dev/usb/uipaq.c uca.device = dev; device 371 dev/usb/uipaq.c uipaq_activate(struct device *self, enum devact act) device 390 dev/usb/uipaq.c uipaq_detach(struct device *self, int flags) device 247 dev/usb/ukbd.c struct device *sc_wskbddev; device 331 dev/usb/ukbd.c int ukbd_match(struct device *, void *, void *); device 332 dev/usb/ukbd.c void ukbd_attach(struct device *, struct device *, void *); device 333 dev/usb/ukbd.c int ukbd_detach(struct device *, int); device 334 dev/usb/ukbd.c int ukbd_activate(struct device *, enum devact); device 349 dev/usb/ukbd.c ukbd_match(struct device *parent, void *match, void *aux) device 365 dev/usb/ukbd.c ukbd_attach(struct device *parent, struct device *self, void *aux) device 493 dev/usb/ukbd.c ukbd_activate(struct device *self, enum devact act) device 512 dev/usb/ukbd.c ukbd_detach(struct device *self, int flags) device 90 dev/usb/ulpt.c struct device sc_dev; device 131 dev/usb/ulpt.c int ulpt_match(struct device *, void *, void *); device 132 dev/usb/ulpt.c void ulpt_attach(struct device *, struct device *, void *); device 133 dev/usb/ulpt.c int ulpt_detach(struct device *, int); device 134 dev/usb/ulpt.c int ulpt_activate(struct device *, enum devact); device 149 dev/usb/ulpt.c ulpt_match(struct device *parent, void *match, void *aux) device 169 dev/usb/ulpt.c ulpt_attach(struct device *parent, struct device *self, void *aux) device 173 dev/usb/ulpt.c usbd_device_handle dev = uaa->device; device 316 dev/usb/ulpt.c ulpt_activate(struct device *self, enum devact act) device 332 dev/usb/ulpt.c ulpt_detach(struct device *self, int flags) device 189 dev/usb/umass.c int umass_match(struct device *, void *, void *); device 190 dev/usb/umass.c void umass_attach(struct device *, struct device *, void *); device 191 dev/usb/umass.c int umass_detach(struct device *, int); device 192 dev/usb/umass.c int umass_activate(struct device *, enum devact); device 269 dev/usb/umass.c umass_match(struct device *parent, void *match, void *aux) device 312 dev/usb/umass.c umass_attach(struct device *parent, struct device *self, void *aux) device 324 dev/usb/umass.c devinfop = usbd_devinfo_alloc(uaa->device, 0); device 328 dev/usb/umass.c sc->sc_udev = uaa->device; device 564 dev/usb/umass.c sc->transfer_xfer[i] = usbd_alloc_xfer(uaa->device); device 647 dev/usb/umass.c umass_detach(struct device *self, int flags) device 694 dev/usb/umass.c umass_activate(struct device *dev, enum devact act) device 104 dev/usb/umass_scsi.c scbus->sc_link.device = &umass_scsi_dev; device 115 dev/usb/umass_scsi.c config_found((struct device *)sc, &saa, scsiprint); device 134 dev/usb/umass_scsi.c scbus->sc_link.device = &umass_atapiscsi_dev; device 144 dev/usb/umass_scsi.c scbus->base.sc_child = config_found((struct device *)sc, device 149 dev/usb/umassvar.h struct device *sc_child; /* child device, for detach */ device 154 dev/usb/umassvar.h struct device sc_dev; /* base device */ device 84 dev/usb/umct.c struct device sc_dev; /* base device */ device 102 dev/usb/umct.c struct device *sc_subdev; /* ucom device */ device 159 dev/usb/umct.c int umct_match(struct device *, void *, void *); device 160 dev/usb/umct.c void umct_attach(struct device *, struct device *, void *); device 161 dev/usb/umct.c int umct_detach(struct device *, int); device 162 dev/usb/umct.c int umct_activate(struct device *, enum devact); device 177 dev/usb/umct.c umct_match(struct device *parent, void *match, void *aux) device 189 dev/usb/umct.c umct_attach(struct device *parent, struct device *self, void *aux) device 193 dev/usb/umct.c usbd_device_handle dev = uaa->device; device 311 dev/usb/umct.c uca.device = dev; device 328 dev/usb/umct.c umct_detach(struct device *self, int flags) device 355 dev/usb/umct.c umct_activate(struct device *self, enum devact act) device 139 dev/usb/umidi.c int umidi_match(struct device *, void *, void *); device 140 dev/usb/umidi.c void umidi_attach(struct device *, struct device *, void *); device 141 dev/usb/umidi.c int umidi_detach(struct device *, int); device 142 dev/usb/umidi.c int umidi_activate(struct device *, enum devact); device 157 dev/usb/umidi.c umidi_match(struct device *parent, void *match, void *aux) device 180 dev/usb/umidi.c umidi_attach(struct device *parent, struct device *self, void *aux) device 190 dev/usb/umidi.c devinfop = usbd_devinfo_alloc(uaa->device, 0); device 195 dev/usb/umidi.c sc->sc_udev = uaa->device; device 247 dev/usb/umidi.c umidi_activate(struct device *self, enum devact act) device 265 dev/usb/umidi.c umidi_detach(struct device *self, int flags) device 59 dev/usb/umidivar.h struct device *mdev; device 112 dev/usb/umidivar.h struct device sc_dev; device 95 dev/usb/umodem.c struct device sc_dev; /* base device */ device 113 dev/usb/umodem.c struct device *sc_subdev; /* ucom device */ device 153 dev/usb/umodem.c int umodem_match(struct device *, void *, void *); device 154 dev/usb/umodem.c void umodem_attach(struct device *, struct device *, void *); device 155 dev/usb/umodem.c int umodem_detach(struct device *, int); device 156 dev/usb/umodem.c int umodem_activate(struct device *, enum devact); device 171 dev/usb/umodem.c umodem_match(struct device *parent, void *match, void *aux) device 182 dev/usb/umodem.c dd = usbd_get_device_descriptor(uaa->device); device 202 dev/usb/umodem.c umodem_attach(struct device *parent, struct device *self, void *aux) device 206 dev/usb/umodem.c usbd_device_handle dev = uaa->device; device 378 dev/usb/umodem.c uca.device = sc->sc_udev; device 732 dev/usb/umodem.c umodem_activate(struct device *self, enum devact act) device 751 dev/usb/umodem.c umodem_detach(struct device *self, int flags) device 107 dev/usb/ums.c struct device *sc_wsmousedev; device 127 dev/usb/ums.c int ums_match(struct device *, void *, void *); device 128 dev/usb/ums.c void ums_attach(struct device *, struct device *, void *); device 129 dev/usb/ums.c int ums_detach(struct device *, int); device 130 dev/usb/ums.c int ums_activate(struct device *, enum devact); device 145 dev/usb/ums.c ums_match(struct device *parent, void *match, void *aux) device 161 dev/usb/ums.c ums_attach(struct device *parent, struct device *self, void *aux) device 285 dev/usb/ums.c ums_activate(struct device *self, enum devact act) device 304 dev/usb/ums.c ums_detach(struct device *self, int flags) device 39 dev/usb/umsm.c struct device sc_dev; device 42 dev/usb/umsm.c struct device *sc_subdev; device 80 dev/usb/umsm.c int umsm_match(struct device *, void *, void *); device 81 dev/usb/umsm.c void umsm_attach(struct device *, struct device *, void *); device 82 dev/usb/umsm.c int umsm_detach(struct device *, int); device 83 dev/usb/umsm.c int umsm_activate(struct device *, enum devact); device 98 dev/usb/umsm.c umsm_match(struct device *parent, void *match, void *aux) device 110 dev/usb/umsm.c umsm_attach(struct device *parent, struct device *self, void *aux) device 122 dev/usb/umsm.c sc->sc_udev = uaa->device; device 123 dev/usb/umsm.c devinfop = usbd_devinfo_alloc(uaa->device, 0); device 174 dev/usb/umsm.c uca.device = sc->sc_udev; device 187 dev/usb/umsm.c umsm_detach(struct device *self, int flags) device 205 dev/usb/umsm.c umsm_activate(struct device *self, enum devact act) device 48 dev/usb/uow.c struct device sc_dev; device 51 dev/usb/uow.c struct device *sc_ow_dev; device 63 dev/usb/uow.c int uow_match(struct device *, void *, void *); device 64 dev/usb/uow.c void uow_attach(struct device *, struct device *, void *); device 65 dev/usb/uow.c int uow_detach(struct device *, int); device 66 dev/usb/uow.c int uow_activate(struct device *, enum devact); device 105 dev/usb/uow.c uow_match(struct device *parent, void *match, void *aux) device 117 dev/usb/uow.c uow_attach(struct device *parent, struct device *self, void *aux) device 129 dev/usb/uow.c sc->sc_udev = uaa->device; device 133 dev/usb/uow.c devinfop = usbd_devinfo_alloc(uaa->device, 0); device 246 dev/usb/uow.c uow_detach(struct device *self, int flags) device 281 dev/usb/uow.c uow_activate(struct device *self, enum devact act) device 92 dev/usb/uplcom.c struct device sc_dev; /* base device */ device 107 dev/usb/uplcom.c struct device *sc_subdev; /* ucom device */ device 192 dev/usb/uplcom.c int uplcom_match(struct device *, void *, void *); device 193 dev/usb/uplcom.c void uplcom_attach(struct device *, struct device *, void *); device 194 dev/usb/uplcom.c int uplcom_detach(struct device *, int); device 195 dev/usb/uplcom.c int uplcom_activate(struct device *, enum devact); device 210 dev/usb/uplcom.c uplcom_match(struct device *parent, void *match, void *aux) device 222 dev/usb/uplcom.c uplcom_attach(struct device *parent, struct device *self, void *aux) device 226 dev/usb/uplcom.c usbd_device_handle dev = uaa->device; device 397 dev/usb/uplcom.c uca.device = dev; device 421 dev/usb/uplcom.c uplcom_detach(struct device *self, int flags) device 448 dev/usb/uplcom.c uplcom_activate(struct device *self, enum devact act) device 81 dev/usb/urio.c struct device sc_dev; device 106 dev/usb/urio.c int urio_match(struct device *, void *, void *); device 107 dev/usb/urio.c void urio_attach(struct device *, struct device *, void *); device 108 dev/usb/urio.c int urio_detach(struct device *, int); device 109 dev/usb/urio.c int urio_activate(struct device *, enum devact); device 124 dev/usb/urio.c urio_match(struct device *parent, void *match, void *aux) device 138 dev/usb/urio.c urio_attach(struct device *parent, struct device *self, void *aux) device 142 dev/usb/urio.c usbd_device_handle dev = uaa->device; device 205 dev/usb/urio.c urio_detach(struct device *self, int flags) device 249 dev/usb/urio.c urio_activate(struct device *self, enum devact act) device 97 dev/usb/usb.c struct device sc_dev; /* base device */ device 133 dev/usb/usb.c int usb_match(struct device *, void *, void *); device 134 dev/usb/usb.c void usb_attach(struct device *, struct device *, void *); device 135 dev/usb/usb.c int usb_detach(struct device *, int); device 136 dev/usb/usb.c int usb_activate(struct device *, enum devact); device 151 dev/usb/usb.c usb_match(struct device *parent, void *match, void *aux) device 158 dev/usb/usb.c usb_attach(struct device *parent, struct device *self, void *aux) device 212 dev/usb/usb.c dev = sc->sc_port.device; device 734 dev/usb/usb.c usbd_add_drv_event(int type, usbd_device_handle udev, struct device *dev) device 789 dev/usb/usb.c usb_activate(struct device *self, enum devact act) device 792 dev/usb/usb.c usbd_device_handle dev = sc->sc_port.device; device 812 dev/usb/usb.c usb_detach(struct device *self, int flags) device 822 dev/usb/usb.c if (sc->sc_port.device != NULL) device 91 dev/usb/usb_port.h typedef struct device *device_ptr_t; device 92 dev/usb/usb_port.h #define USBBASEDEVICE struct device device 118 dev/usb/usb_port.h int __CONCAT(dname,_match)(struct device *, void *, void *); \ device 119 dev/usb/usb_port.h void __CONCAT(dname,_attach)(struct device *, struct device *, void *); \ device 120 dev/usb/usb_port.h int __CONCAT(dname,_detach)(struct device *, int); \ device 121 dev/usb/usb_port.h int __CONCAT(dname,_activate)(struct device *, enum devact); \ device 140 dev/usb/usb_port.h struct device *parent; \ device 150 dev/usb/usb_port.h struct device *parent; \ device 151 dev/usb/usb_port.h struct device *self; \ device 168 dev/usb/usb_port.h struct device *self; \ device 76 dev/usb/usb_subr.c int usbd_submatch(struct device *, void *, void *); device 79 dev/usb/usb_subr.c usbd_status usbd_probe_and_attach(struct device *, device 479 dev/usb/usb_subr.c ifc->device = dev; device 778 dev/usb/usb_subr.c p->device = dev; device 824 dev/usb/usb_subr.c usbd_probe_and_attach(struct device *parent, usbd_device_handle dev, int port, device 831 dev/usb/usb_subr.c struct device *dv; device 834 dev/usb/usb_subr.c uaa.device = dev; device 957 dev/usb/usb_subr.c usbd_new_device(struct device *parent, usbd_bus_handle bus, int depth, device 1002 dev/usb/usb_subr.c up->device = dev; device 1011 dev/usb/usb_subr.c if (hub->hub->ports[p].device == adev) { device 1148 dev/usb/usb_subr.c up->device = NULL; device 1160 dev/usb/usb_subr.c DPRINTFN(15, ("usbd_print dev=%p\n", uaa->device)); device 1164 dev/usb/usb_subr.c usbd_devinfo(uaa->device, 1, devinfo, sizeof devinfo); device 1190 dev/usb/usb_subr.c usbd_submatch(struct device *parent, void *match, void *aux) device 1280 dev/usb/usb_subr.c if (p->device) device 1281 dev/usb/usb_subr.c err = p->device->address; device 1338 dev/usb/usb_subr.c usb_disconnect_port(struct usbd_port *up, struct device *parent) device 1340 dev/usb/usb_subr.c usbd_device_handle dev = up->device; device 1368 dev/usb/usb_subr.c up->device = NULL; device 105 dev/usb/usbdi.c iface->device, iface->idesc, iface->index, iface->altindex, device 151 dev/usb/usbdi.c usbd_dump_device(pipe->device); device 191 dev/usb/usbdi.c err = usbd_setup_pipe(iface->device, iface, ep, ival, &p); device 215 dev/usb/usbdi.c xfer = usbd_alloc_xfer(iface->device); device 285 dev/usb/usbdi.c struct usbd_bus *bus = pipe->device->bus; device 307 dev/usb/usbdi.c struct usbd_bus *bus = pipe->device->bus; device 322 dev/usb/usbdi.c if (pipe->device->bus->use_polling) device 341 dev/usb/usbdi.c struct usbd_bus *bus = xfer->device->bus; device 365 dev/usb/usbdi.c xfer->device->bus->methods->freem(xfer->device->bus, &xfer->dmabuf); device 384 dev/usb/usbdi.c xfer->device = dev; device 396 dev/usb/usbdi.c xfer->device->bus->methods->freex(xfer->device->bus, xfer); device 529 dev/usb/usbdi.c usbd_device_handle dev = pipe->device; device 560 dev/usb/usbdi.c usbd_device_handle dev = pipe->device; device 607 dev/usb/usbdi.c *dev = iface->device; device 625 dev/usb/usbdi.c return (pipe->device); device 640 dev/usb/usbdi.c err = usbd_fill_iface_data(iface->device, iface->index, altidx); device 660 dev/usb/usbdi.c return (usbd_do_request(iface->device, &req, 0)); device 697 dev/usb/usbdi.c return (usbd_do_request(iface->device, &req, aiface)); device 755 dev/usb/usbdi.c polling = pipe->device->bus->use_polling; device 775 dev/usb/usbdi.c struct usbd_bus *bus = pipe->device->bus; device 795 dev/usb/usbdi.c ++pipe->device->bus->stats.uds_requests device 994 dev/usb/usbdi.c xfer->pipe->device->address, xfer->request.bmRequestType, device 1046 dev/usb/usbdi.c iface->device->bus->methods->do_poll(iface->device->bus); device 162 dev/usb/usbdi.h void usbd_add_drv_event(int, usbd_device_handle, struct device *); device 221 dev/usb/usbdi.h usbd_device_handle device; /* current device */ device 505 dev/usb/usbdi_util.c usb_detach_wait(struct device *dv) device 514 dev/usb/usbdi_util.c usb_detach_wakeup(struct device *dv) device 90 dev/usb/usbdi_util.h void usb_detach_wait(struct device *); device 91 dev/usb/usbdi_util.h void usb_detach_wakeup(struct device *); device 89 dev/usb/usbdivar.h struct usbd_device *device; /* Connected device */ device 107 dev/usb/usbdivar.h struct device bdev; /* base device, host adapter */ device 155 dev/usb/usbdivar.h struct device **subdevs; /* sub-devices, 0 terminated */ device 159 dev/usb/usbdivar.h struct usbd_device *device; device 170 dev/usb/usbdivar.h struct usbd_device *device; device 212 dev/usb/usbdivar.h struct usbd_device *device; device 246 dev/usb/usbdivar.h usbd_status usbd_new_device(struct device *parent, usbd_bus_handle bus, device 255 dev/usb/usbdivar.h void usb_disconnect_port(struct usbd_port *up, struct device *); device 75 dev/usb/usbf.c struct device sc_dev; /* base device */ device 85 dev/usb/usbf.c int usbf_match(struct device *, void *, void *); device 86 dev/usb/usbf.c void usbf_attach(struct device *, struct device *, void *); device 110 dev/usb/usbf.c usbf_match(struct device *parent, void *match, void *aux) device 116 dev/usb/usbf.c usbf_attach(struct device *parent, struct device *self, void *aux) device 275 dev/usb/usbf.c usbf_device_handle dev = bus->usbfctl->sc_port.device; device 430 dev/usb/usbf.c usbf_device_handle dev = xfer->pipe->device; device 75 dev/usb/usbf.h usbf_device_handle device; device 85 dev/usb/usbf.h struct device bdev; /* base device */ device 99 dev/usb/usbf_subr.c usbf_probe_and_attach(struct device *parent, usbf_device_handle dev, int port) device 102 dev/usb/usbf_subr.c struct device *dv; device 107 dev/usb/usbf_subr.c uaa.device = dev; device 132 dev/usb/usbf_subr.c KASSERT(dev != NULL && dev == up->device); device 135 dev/usb/usbf_subr.c config_detach((struct device *)dev->function, DETACH_FORCE); device 138 dev/usb/usbf_subr.c up->device = NULL; device 143 dev/usb/usbf_subr.c usbf_new_device(struct device *parent, usbf_bus_handle bus, int depth, device 151 dev/usb/usbf_subr.c KASSERT(up->device == NULL); device 222 dev/usb/usbf_subr.c up->device = dev; device 238 dev/usb/usbf_subr.c u_int16_t device, const char *manf, const char *prod, const char *ser) device 250 dev/usb/usbf_subr.c if (device != 0) device 251 dev/usb/usbf_subr.c USETW(dd->bcdDevice, device); device 664 dev/usb/usbf_subr.c p->device = dev; device 813 dev/usb/usbf_subr.c xfer->device = dev; device 825 dev/usb/usbf_subr.c xfer->device->bus->methods->freex(xfer->device->bus, xfer); device 849 dev/usb/usbf_subr.c struct usbf_bus *bus = xfer->device->bus; device 875 dev/usb/usbf_subr.c xfer->device->bus->methods->freem(xfer->device->bus, &xfer->dmabuf); device 886 dev/usb/usbf_subr.c struct device *dev = (struct device *)xfer->pipe->device->bus->usbfctl; device 54 dev/usb/usbfvar.h struct device bdev; /* base device */ device 96 dev/usb/usbfvar.h struct device bdev; /* base device */ device 113 dev/usb/usbfvar.h struct usbf_device *device; /* connected function */ device 117 dev/usb/usbfvar.h struct usbf_device *device; device 146 dev/usb/usbfvar.h struct usbf_device *device; device 160 dev/usb/usbfvar.h usbf_status usbf_new_device(struct device *, usbf_bus_handle, int, int, int, device 206 dev/usb/uscanner.c struct device sc_dev; /* base device */ device 241 dev/usb/uscanner.c int uscanner_match(struct device *, void *, void *); device 242 dev/usb/uscanner.c void uscanner_attach(struct device *, struct device *, void *); device 243 dev/usb/uscanner.c int uscanner_detach(struct device *, int); device 244 dev/usb/uscanner.c int uscanner_activate(struct device *, enum devact); device 259 dev/usb/uscanner.c uscanner_match(struct device *parent, void *match, void *aux) device 271 dev/usb/uscanner.c uscanner_attach(struct device *parent, struct device *self, void *aux) device 281 dev/usb/uscanner.c devinfop = usbd_devinfo_alloc(uaa->device, 0); device 287 dev/usb/uscanner.c sc->sc_udev = uaa->device; device 289 dev/usb/uscanner.c err = usbd_set_config_no(uaa->device, 1, 1); /* XXX */ device 572 dev/usb/uscanner.c uscanner_activate(struct device *self, enum devact act) device 588 dev/usb/uscanner.c uscanner_detach(struct device *self, int flags) device 83 dev/usb/uslcom.c struct device sc_dev; device 86 dev/usb/uslcom.c struct device *sc_subdev; device 132 dev/usb/uslcom.c int uslcom_match(struct device *, void *, void *); device 133 dev/usb/uslcom.c void uslcom_attach(struct device *, struct device *, void *); device 134 dev/usb/uslcom.c int uslcom_detach(struct device *, int); device 135 dev/usb/uslcom.c int uslcom_activate(struct device *, enum devact); device 150 dev/usb/uslcom.c uslcom_match(struct device *parent, void *match, void *aux) device 162 dev/usb/uslcom.c uslcom_attach(struct device *parent, struct device *self, void *aux) device 174 dev/usb/uslcom.c sc->sc_udev = uaa->device; device 175 dev/usb/uslcom.c devinfop = usbd_devinfo_alloc(uaa->device, 0); device 226 dev/usb/uslcom.c uca.device = sc->sc_udev; device 239 dev/usb/uslcom.c uslcom_detach(struct device *self, int flags) device 257 dev/usb/uslcom.c uslcom_activate(struct device *self, enum devact act) device 120 dev/usb/usscanner.c struct device sc_dev; device 150 dev/usb/usscanner.c struct device *sc_child; /* child device, for detach */ device 173 dev/usb/usscanner.c int usscanner_match(struct device *, void *, void *); device 174 dev/usb/usscanner.c void usscanner_attach(struct device *, struct device *, void *); device 175 dev/usb/usscanner.c int usscanner_detach(struct device *, int); device 176 dev/usb/usscanner.c int usscanner_activate(struct device *, enum devact); device 191 dev/usb/usscanner.c usscanner_match(struct device *parent, void *match, void *aux) device 208 dev/usb/usscanner.c usscanner_attach(struct device *parent, struct device *self, void *aux) device 213 dev/usb/usscanner.c usbd_device_handle dev = uaa->device; device 301 dev/usb/usscanner.c sc->sc_cmd_xfer = usbd_alloc_xfer(uaa->device); device 319 dev/usb/usscanner.c sc->sc_intr_xfer = usbd_alloc_xfer (uaa->device); device 327 dev/usb/usscanner.c sc->sc_data_xfer = usbd_alloc_xfer(uaa->device); device 358 dev/usb/usscanner.c sc->sc_link.device = &usscanner_dev; device 373 dev/usb/usscanner.c usscanner_detach(struct device *self, int flags) device 433 dev/usb/usscanner.c usscanner_activate(struct device *self, enum devact act) device 64 dev/usb/uts.c struct device sc_dev; device 77 dev/usb/uts.c struct device *sc_wsmousedev; device 115 dev/usb/uts.c int uts_match(struct device *, void *, void *); device 116 dev/usb/uts.c void uts_attach(struct device *, struct device *, void *); device 117 dev/usb/uts.c int uts_detach(struct device *, int); device 118 dev/usb/uts.c int uts_activate(struct device *, enum devact); device 133 dev/usb/uts.c uts_match(struct device *parent, void *match, void *aux) device 145 dev/usb/uts.c uts_attach(struct device *parent, struct device *self, void *aux) device 156 dev/usb/uts.c sc->sc_udev = uaa->device; device 168 dev/usb/uts.c devinfop = usbd_devinfo_alloc(uaa->device, 0); device 173 dev/usb/uts.c if (usbd_set_config_index(uaa->device, UTS_CONFIG_INDEX, 1) != 0) { device 190 dev/usb/uts.c if (usbd_device2interface_handle(uaa->device, 0, &sc->sc_iface) != 0) { device 235 dev/usb/uts.c uts_detach(struct device *self, int flags) device 260 dev/usb/uts.c uts_activate(struct device *self, enum devact act) device 136 dev/usb/uvisor.c struct device sc_dev; /* base device */ device 144 dev/usb/uvisor.c struct device *sc_subdevs[UVISOR_MAX_CONN]; device 204 dev/usb/uvisor.c int uvisor_match(struct device *, void *, void *); device 205 dev/usb/uvisor.c void uvisor_attach(struct device *, struct device *, void *); device 206 dev/usb/uvisor.c int uvisor_detach(struct device *, int); device 207 dev/usb/uvisor.c int uvisor_activate(struct device *, enum devact); device 222 dev/usb/uvisor.c uvisor_match(struct device *parent, void *match, void *aux) device 237 dev/usb/uvisor.c uvisor_attach(struct device *parent, struct device *self, void *aux) device 241 dev/usb/uvisor.c usbd_device_handle dev = uaa->device; device 292 dev/usb/uvisor.c uca.device = dev; device 394 dev/usb/uvisor.c uvisor_activate(struct device *self, enum devact act) device 415 dev/usb/uvisor.c uvisor_detach(struct device *self, int flags) device 134 dev/usb/uvscom.c struct device sc_dev; /* base device */ device 154 dev/usb/uvscom.c struct device *sc_subdev; /* ucom device */ device 210 dev/usb/uvscom.c int uvscom_match(struct device *, void *, void *); device 211 dev/usb/uvscom.c void uvscom_attach(struct device *, struct device *, void *); device 212 dev/usb/uvscom.c int uvscom_detach(struct device *, int); device 213 dev/usb/uvscom.c int uvscom_activate(struct device *, enum devact); device 228 dev/usb/uvscom.c uvscom_match(struct device *parent, void *match, void *aux) device 240 dev/usb/uvscom.c uvscom_attach(struct device *parent, struct device *self, void *aux) device 244 dev/usb/uvscom.c usbd_device_handle dev = uaa->device; device 350 dev/usb/uvscom.c uca.device = dev; device 377 dev/usb/uvscom.c uvscom_detach(struct device *self, int flags) device 406 dev/usb/uvscom.c uvscom_activate(struct device *self, enum devact act) device 54 dev/usb/uyap.c struct device sc_dev; /* base device */ device 58 dev/usb/uyap.c int uyap_match(struct device *, void *, void *); device 59 dev/usb/uyap.c void uyap_attach(struct device *, struct device *, void *); device 60 dev/usb/uyap.c int uyap_detach(struct device *, int); device 61 dev/usb/uyap.c int uyap_activate(struct device *, enum devact); device 77 dev/usb/uyap.c uyap_match(struct device *parent, void *match, void *aux) device 111 dev/usb/uyap.c uyap_attach(struct device *parent, struct device *self, void *aux) device 115 dev/usb/uyap.c usbd_device_handle dev = uaa->device; device 132 dev/usb/uyap.c uyap_detach(struct device *self, int flags) device 138 dev/usb/uyap.c uyap_activate(struct device *self, enum devact act) device 57 dev/vesa/vesabios.c int vesabios_match(struct device *, void *, void *); device 58 dev/vesa/vesabios.c void vesabios_attach(struct device *, struct device *, void *); device 78 dev/vesa/vesabios.c vesabios_match(struct device *parent, void *match, void *aux) device 171 dev/vesa/vesabios.c vesabios_attach(struct device *parent, struct device *self, void *aux) device 22 dev/vesa/vesabiosvar.h struct device sc_dev; device 55 dev/vesa/vesafbvar.h struct device sc_dev; device 126 dev/vnd.c struct device sc_dev; device 44 dev/wscons/wscons_callbacks.h void wsdisplay_kbdinput(struct device *v, keysym_t); device 45 dev/wscons/wscons_callbacks.h int wsdisplay_switch(struct device *, int, int); device 50 dev/wscons/wscons_callbacks.h void wsdisplay_reset(struct device *, enum wsdisplay_resetops); device 51 dev/wscons/wscons_callbacks.h void wsdisplay_kbdholdscreen(struct device *v, int); device 57 dev/wscons/wscons_callbacks.h int wsdisplay_set_kbd(struct device *, struct wsevsrc *); device 59 dev/wscons/wscons_callbacks.h int wsdisplay_param(struct device*, u_long, struct wsdisplay_param*); device 64 dev/wscons/wscons_callbacks.h struct wsevsrc *wskbd_set_console_display(struct device *, struct wsevsrc *); device 65 dev/wscons/wscons_callbacks.h int wskbd_set_display(struct device *, struct device *); device 163 dev/wscons/wsdisplay.c struct device sc_dv; device 207 dev/wscons/wsdisplay.c int wsdisplay_emul_match(struct device *, void *, void *); device 208 dev/wscons/wsdisplay.c void wsdisplay_emul_attach(struct device *, struct device *, void *); device 209 dev/wscons/wsdisplay.c int wsdisplay_emul_detach(struct device *, int); device 545 dev/wscons/wsdisplay.c wsdisplay_emul_match(struct device *parent, void *match, void *aux) device 566 dev/wscons/wsdisplay.c wsdisplay_emul_attach(struct device *parent, struct device *self, void *aux) device 591 dev/wscons/wsdisplay.c wsdisplay_emul_detach(struct device *self, int flags) device 631 dev/wscons/wsdisplay.c if ((rc = wskbd_set_display((struct device *)sc->sc_input, device 895 dev/wscons/wsdisplay.c wsdisplay_kbdholdscreen((struct device *)sc, 0); device 1055 dev/wscons/wsdisplay.c wsdisplay_param(struct device *dev, u_long cmd, struct wsdisplay_param *dp) device 1547 dev/wscons/wsdisplay.c wsdisplay_kbdinput(struct device *dev, keysym_t ks) device 1771 dev/wscons/wsdisplay.c wsdisplay_switch(struct device *dev, int no, int waitok) device 1872 dev/wscons/wsdisplay.c wsdisplay_reset(struct device *dev, enum wsdisplay_resetops op) device 1996 dev/wscons/wsdisplay.c wsdisplay_kbdholdscreen(struct device *dev, int hold) device 2033 dev/wscons/wsdisplay.c wsdisplay_set_kbd(struct device *disp, struct wsevsrc *kbd) device 3235 dev/wscons/wsdisplay.c struct device *wsms_dev = NULL; device 3236 dev/wscons/wsdisplay.c struct device **wsms_dev_list; device 3245 dev/wscons/wsdisplay.c wsms_dev_list = (struct device **) wsmouse_cd.cd_devs; device 329 dev/wscons/wsdisplay_compat_usl.c return (wsdisplay_switch((struct device *)sc, idx, 1)); device 34 dev/wscons/wsdisplayvar.h struct device; device 34 dev/wscons/wsemulvar.h struct device; device 205 dev/wscons/wskbd.c int wskbd_match(struct device *, void *, void *); device 206 dev/wscons/wskbd.c void wskbd_attach(struct device *, struct device *, void *); device 207 dev/wscons/wskbd.c int wskbd_detach(struct device *, int); device 208 dev/wscons/wskbd.c int wskbd_activate(struct device *, enum devact); device 210 dev/wscons/wskbd.c int wskbd_displayioctl(struct device *, u_long, caddr_t, int, struct proc *); device 235 dev/wscons/wskbd.c int wskbd_do_ioctl(struct device *, u_long, caddr_t, int, struct proc *); device 334 dev/wscons/wskbd.c wskbd_match(struct device *parent, void *match, void *aux) device 355 dev/wscons/wskbd.c wskbd_attach(struct device *parent, struct device *self, void *aux) device 533 dev/wscons/wskbd.c wskbd_activate(struct device *self, enum devact act) device 551 dev/wscons/wskbd.c wskbd_detach(struct device *self, int flags) device 605 dev/wscons/wskbd.c wskbd_input(struct device *dev, u_int type, int value) device 710 dev/wscons/wskbd.c wskbd_rawinput(struct device *dev, u_char *buf, int len) device 908 dev/wscons/wskbd.c wskbd_do_ioctl(struct device *dv, u_long cmd, caddr_t data, int flag, device 969 dev/wscons/wskbd.c wskbd_displayioctl(struct device *dev, u_long cmd, caddr_t data, int flag, device 1188 dev/wscons/wskbd.c wskbd_set_console_display(struct device *displaydv, struct wsevsrc *me) device 1202 dev/wscons/wskbd.c wskbd_set_display(struct device *dv, struct device *displaydv) device 1205 dev/wscons/wskbd.c struct device *odisplaydv; device 93 dev/wscons/wskbdvar.h void wskbd_input(struct device *kbddev, u_int type, int value); device 95 dev/wscons/wskbdvar.h void wskbd_rawinput(struct device *, u_char *, int); device 143 dev/wscons/wsmouse.c int wsmouse_match(struct device *, void *, void *); device 144 dev/wscons/wsmouse.c void wsmouse_attach(struct device *, struct device *, void *); device 145 dev/wscons/wsmouse.c int wsmouse_detach(struct device *, int); device 146 dev/wscons/wsmouse.c int wsmouse_activate(struct device *, enum devact); device 156 dev/wscons/wsmouse.c int wsmousedoioctl(struct device *, u_long, caddr_t, int, device 189 dev/wscons/wsmouse.c wsmouse_match(struct device *parent, void *match, void *aux) device 195 dev/wscons/wsmouse.c wsmouse_attach(struct device *parent, struct device *self, void *aux) device 227 dev/wscons/wsmouse.c wsmouse_activate(struct device *self, enum devact act) device 245 dev/wscons/wsmouse.c wsmouse_detach(struct device *self, int flags) device 290 dev/wscons/wsmouse.c wsmouse_input(struct device *wsmousedev, u_int btns, /* 0 is up */ device 594 dev/wscons/wsmouse.c wsmousedoioctl(struct device *dv, u_long cmd, caddr_t data, int flag, device 78 dev/wscons/wsmousevar.h void wsmouse_input(struct device *kbddev, u_int btns, device 103 dev/wscons/wsmux.c int wsmux_evsrc_set_display(struct device *, struct device *); device 108 dev/wscons/wsmux.c int wsmux_do_displayioctl(struct device *dev, u_long cmd, caddr_t data, device 110 dev/wscons/wsmux.c int wsmux_do_ioctl(struct device *, u_long, caddr_t,int,struct proc *); device 366 dev/wscons/wsmux.c wsmux_do_ioctl(struct device *dv, u_long cmd, caddr_t data, int flag, device 712 dev/wscons/wsmux.c wsmux_do_displayioctl(struct device *dv, u_long cmd, caddr_t data, int flag, device 762 dev/wscons/wsmux.c wsmux_evsrc_set_display(struct device *dv, struct device *displaydv) device 781 dev/wscons/wsmux.c wsmux_set_display(struct wsmux_softc *sc, struct device *displaydv) device 783 dev/wscons/wsmux.c struct device *odisplaydv; device 44 dev/wscons/wsmuxvar.h struct device me_dv; device 49 dev/wscons/wsmuxvar.h struct device *me_dispdv; /* our display if part of one */ device 66 dev/wscons/wsmuxvar.h int (*dioctl)(struct device *, u_long, caddr_t, int, struct proc *); device 67 dev/wscons/wsmuxvar.h int (*ddispioctl)(struct device *, u_long, caddr_t, int, struct proc *); device 68 dev/wscons/wsmuxvar.h int (*dsetdisplay)(struct device *, struct device *); device 102 dev/wscons/wsmuxvar.h int wsmux_set_display(struct wsmux_softc *, struct device *); device 62 isofs/cd9660/cd9660_node.c #define INOHASH(device, inum) (((device) + ((inum)>>12)) & isohash) device 68 isofs/cd9660/cd9660_node.c #define DNOHASH(device, inum) (((device) + ((inum)>>12)) & idvhash) device 96 isofs/cd9660/cd9660_node.c iso_dmap(device, inum, create) device 97 isofs/cd9660/cd9660_node.c dev_t device; device 103 isofs/cd9660/cd9660_node.c dpp = &idvhashtbl[DNOHASH(device, inum)]; device 107 isofs/cd9660/cd9660_node.c if (inum == dp->i_number && device == dp->i_dev) device 129 isofs/cd9660/cd9660_node.c iso_dunmap(device) device 130 isofs/cd9660/cd9660_node.c dev_t device; device 137 isofs/cd9660/cd9660_node.c if (device == dp->i_dev) { device 62 kern/subr_autoconf.c typedef int (*cond_predicate_t)(struct device *, void *); device 70 kern/subr_autoconf.c #define ROOT ((struct device *)NULL) device 74 kern/subr_autoconf.c struct device *parent; device 94 kern/subr_autoconf.c struct device *dc_dev; device 95 kern/subr_autoconf.c void (*dc_func)(struct device *); device 100 kern/subr_autoconf.c void config_process_deferred_children(struct device *); device 178 kern/subr_autoconf.c config_search(cfmatch_t fn, struct device *parent, void *aux) device 211 kern/subr_autoconf.c cf = ((struct device *)m.match)->dv_cfdata; device 231 kern/subr_autoconf.c config_scan(cfscan_t fn, struct device *parent) device 303 kern/subr_autoconf.c struct device * device 304 kern/subr_autoconf.c config_found_sm(struct device *parent, void *aux, cfprint_t print, device 319 kern/subr_autoconf.c struct device * device 333 kern/subr_autoconf.c struct device * device 334 kern/subr_autoconf.c config_attach(struct device *parent, void *match, void *aux, cfprint_t print) device 337 kern/subr_autoconf.c struct device *dev; device 401 kern/subr_autoconf.c struct device * device 402 kern/subr_autoconf.c config_make_softc(struct device *parent, struct cfdata *cf) device 404 kern/subr_autoconf.c struct device *dev; device 410 kern/subr_autoconf.c if (ca->ca_devsize < sizeof(struct device)) device 414 kern/subr_autoconf.c dev = (struct device *)malloc(ca->ca_devsize, M_DEVBUF, M_NOWAIT); device 483 kern/subr_autoconf.c config_detach(struct device *dev, int flags) device 490 kern/subr_autoconf.c struct device *d; device 609 kern/subr_autoconf.c config_activate(struct device *dev) device 627 kern/subr_autoconf.c config_deactivate(struct device *dev) device 649 kern/subr_autoconf.c config_defer(struct device *dev, void (*func)(struct device *)) device 677 kern/subr_autoconf.c config_process_deferred_children(struct device *parent) device 717 kern/subr_autoconf.c config_detach_children(struct device *parent, int flags) device 719 kern/subr_autoconf.c struct device *dev, *next_dev, *prev_dev; device 751 kern/subr_autoconf.c config_activate_children(struct device *parent, enum devact act) device 753 kern/subr_autoconf.c struct device *dev, *next_dev; device 799 kern/subr_autoconf.c struct device * device 802 kern/subr_autoconf.c struct device *dv = NULL; device 805 kern/subr_autoconf.c dv = (struct device *)(cd->cd_devs[unit]); device 827 kern/subr_autoconf.c device_ref(struct device *dv) device 840 kern/subr_autoconf.c device_unref(struct device *dv) device 968 kern/subr_disk.c static struct device fakerdrootdev = { DV_DISK, {}, NULL, 0, "rd0", NULL }; device 971 kern/subr_disk.c struct device * device 974 kern/subr_disk.c struct device *dv; device 994 kern/subr_disk.c struct device * device 997 kern/subr_disk.c struct device *dv; device 1044 kern/subr_disk.c setroot(struct device *bootdv, int part, int exitflags) device 1048 kern/subr_disk.c struct device *rootdv, *dv; device 1242 kern/subr_disk.c findblkmajor(struct device *dv) device 175 kern/tty.c ttyopen(dev_t device, struct tty *tp) device 180 kern/tty.c tp->t_dev = device; device 935 kern/tty.c dev_t device = tp->t_dev; device 942 kern/tty.c error = (*linesw[t].l_open)(device, tp); device 944 kern/tty.c (void)(*linesw[tp->t_line].l_open)(device, tp); device 1044 kern/tty.c ttpoll(dev_t device, int events, struct proc *p) device 1049 kern/tty.c tp = (*cdevsw[major(device)].d_tty)(device); device 2104 netbt/hci.h struct device *hci_softc; /* ptr to device softc */ device 2105 netbt/hci.h struct device *hci_bthub; /* bthub(4) handle */ device 69 ntfs/ntfs_ihash.c #define NTNOHASH(device, inum) ((minor(device) + (inum)) & ntfs_nthash) device 92 scsi/cd.c int cdmatch(struct device *, void *, void *); device 93 scsi/cd.c void cdattach(struct device *, struct device *, void *); device 94 scsi/cd.c int cdactivate(struct device *, enum devact); device 95 scsi/cd.c int cddetach(struct device *, int); device 169 scsi/cd.c cdmatch(struct device *parent, void *match, void *aux) device 185 scsi/cd.c cdattach(struct device *parent, struct device *self, void *aux) device 197 scsi/cd.c sc_link->device = &cd_switch; device 227 scsi/cd.c cdactivate(struct device *self, enum devact act) device 246 scsi/cd.c cddetach(struct device *self, int flags) device 292 scsi/cd.h struct device sc_dev; device 61 scsi/ch.c struct device sc_dev; /* generic device info */ device 97 scsi/ch.c int chmatch(struct device *, void *, void *); device 98 scsi/ch.c void chattach(struct device *, struct device *, void *); device 147 scsi/ch.c struct device *parent; device 162 scsi/ch.c struct device *parent, *self; device 171 scsi/ch.c link->device = &ch_switch; device 48 scsi/safte.c int safte_match(struct device *, void *, void *); device 49 scsi/safte.c void safte_attach(struct device *, struct device *, void *); device 50 scsi/safte.c int safte_detach(struct device *, int); device 65 scsi/safte.c struct device sc_dev; device 102 scsi/safte.c int safte_ioctl(struct device *, u_long, caddr_t); device 109 scsi/safte.c safte_match(struct device *parent, void *match, void *aux) device 122 scsi/safte.c if ((inq->device & SID_TYPE) == T_PROCESSOR && device 126 scsi/safte.c if ((inq->device & SID_TYPE) != T_PROCESSOR || device 160 scsi/safte.c safte_attach(struct device *parent, struct device *self, void *aux) device 218 scsi/safte.c safte_detach(struct device *self, int flags) device 516 scsi/safte.c safte_ioctl(struct device *dev, u_long cmd, caddr_t addr) device 222 scsi/scsi_all.h u_int8_t device; device 261 scsi/scsi_all.h u_int8_t device; device 170 scsi/scsi_base.c } else if (start && sc_link->device->start) { device 173 scsi/scsi_base.c (*(sc_link->device->start)) (sc_link->device_softc); device 520 scsi/scsi_base.c (sc_link->inqdata.device & SID_TYPE) == T_SEQUENTIAL) { device 574 scsi/scsi_base.c switch (sc_link->inqdata.device & SID_TYPE) { device 752 scsi/scsi_base.c if (sc_link->device->done) { device 759 scsi/scsi_base.c (*sc_link->device->done)(xs); device 1027 scsi/scsi_base.c if (sc_link->device->err_handler) { device 1030 scsi/scsi_base.c error = (*sc_link->device->err_handler) (xs); device 1177 scsi/scsi_base.c ((struct device *)sc_link->device_softc)->dv_xname : "probe", device 1178 scsi/scsi_base.c ((struct device *)sc_link->adapter_softc)->dv_xname, device 79 scsi/scsiconf.c int scsibusmatch(struct device *, void *, void *); device 80 scsi/scsiconf.c void scsibusattach(struct device *, struct device *, void *); device 81 scsi/scsiconf.c int scsibusactivate(struct device *, enum devact); device 82 scsi/scsiconf.c int scsibusdetach(struct device *, int); device 84 scsi/scsiconf.c int scsibussubmatch(struct device *, void *, void *); device 87 scsi/scsiconf.c int scsibus_bioctl(struct device *, u_long, caddr_t); device 132 scsi/scsiconf.c scsibusmatch(struct device *parent, void *match, void *aux) device 142 scsi/scsiconf.c scsibusattach(struct device *parent, struct device *self, void *aux) device 186 scsi/scsiconf.c scsibusactivate(struct device *dev, enum devact act) device 192 scsi/scsiconf.c scsibusdetach(struct device *dev, int type) device 223 scsi/scsiconf.c scsibussubmatch(struct device *parent, void *match, void *aux) device 239 scsi/scsiconf.c scsibus_bioctl(struct device *dev, u_long cmd, caddr_t addr) device 603 scsi/scsiconf.c type = inqbuf->device & SID_TYPE; device 610 scsi/scsiconf.c switch (inqbuf->device & SID_QUAL) { device 715 scsi/scsiconf.c sc_link->device = &probe_switch; device 755 scsi/scsiconf.c switch (inqbuf.device & SID_QUAL) { device 760 scsi/scsiconf.c ("Bad LUN. SID_QUAL = 0x%02x\n", inqbuf.device & SID_QUAL)); device 764 scsi/scsiconf.c if ((inqbuf.device & SID_TYPE) == T_NODEVICE) { device 824 scsi/scsiconf.c if ((cf = config_search(scsibussubmatch, (struct device *)scsi, device 860 scsi/scsiconf.c config_attach((struct device *)scsi, cf, &sa, scsibusprint); device 883 scsi/scsiconf.c type = inqbuf->device; device 174 scsi/scsiconf.h struct scsi_device *device; /* device entry points etc. */ device 208 scsi/scsiconf.h struct device sc_dev; device 85 scsi/sd.c int sdmatch(struct device *, void *, void *); device 86 scsi/sd.c void sdattach(struct device *, struct device *, void *); device 87 scsi/sd.c int sdactivate(struct device *, enum devact); device 88 scsi/sd.c int sddetach(struct device *, int); device 144 scsi/sd.c sdmatch(struct device *parent, void *match, void *aux) device 161 scsi/sd.c sdattach(struct device *parent, struct device *self, void *aux) device 175 scsi/sd.c sc_link->device = &sd_switch; device 258 scsi/sd.c sdactivate(struct device *self, enum devact act) device 278 scsi/sd.c sddetach(struct device *self, int flags) device 998 scsi/sd.c if ((sd->sc_link->inqdata.device & SID_TYPE) == T_OPTICAL) device 1333 scsi/sd.c switch (sd->sc_link->inqdata.device & SID_TYPE) { device 60 scsi/sdvar.h struct device sc_dev; device 49 scsi/ses.c int ses_match(struct device *, void *, void *); device 50 scsi/ses.c void ses_attach(struct device *, struct device *, void *); device 51 scsi/ses.c int ses_detach(struct device *, int); device 70 scsi/ses.c struct device sc_dev; device 108 scsi/ses.c int ses_ioctl(struct device *, u_long, caddr_t); device 123 scsi/ses.c ses_match(struct device *parent, void *match, void *aux) device 131 scsi/ses.c if ((inq->device & SID_TYPE) == T_ENCLOSURE && device 136 scsi/ses.c if ((inq->device & SID_TYPE) == T_PROCESSOR && device 144 scsi/ses.c ses_attach(struct device *parent, struct device *self, void *aux) device 216 scsi/ses.c ses_detach(struct device *self, int flags) device 567 scsi/ses.c ses_ioctl(struct device *dev, u_long cmd, caddr_t addr) device 248 scsi/ss.c int ssmatch(struct device *, void *, void *); device 249 scsi/ss.c void ssattach(struct device *, struct device *, void *); device 299 scsi/ss.c struct device *parent; device 319 scsi/ss.c struct device *parent, *self; device 332 scsi/ss.c sc_link->device = &ss_switch; device 63 scsi/ssvar.h struct device sc_dev; device 189 scsi/st.c struct device sc_dev; device 224 scsi/st.c int stmatch(struct device *, void *, void *); device 225 scsi/st.c void stattach(struct device *, struct device *, void *); device 290 scsi/st.c struct device *parent; device 308 scsi/st.c struct device *parent, *self; device 321 scsi/st.c sc_link->device = &st_switch; device 52 scsi/uk.c struct device sc_dev; device 56 scsi/uk.c int ukmatch(struct device *, void *, void *); device 57 scsi/uk.c void ukattach(struct device *, struct device *, void *); device 78 scsi/uk.c ukmatch(struct device *parent, void *match, void *aux) device 88 scsi/uk.c ukattach(struct device *parent, struct device *self, void *aux) device 98 scsi/uk.c sc_link->device = &uk_switch; device 72 sys/device.h struct device { device 74 sys/device.h TAILQ_ENTRY(device) dv_list; /* entry on list of all devices */ device 78 sys/device.h struct device *dv_parent; /* pointer to parent device */ device 86 sys/device.h TAILQ_HEAD(devicelist, device); device 110 sys/device.h typedef int (*cfmatch_t)(struct device *, void *, void *); device 111 sys/device.h typedef void (*cfscan_t)(struct device *, void *); device 131 sys/device.h void (*ca_attach)(struct device *, struct device *, void *); device 132 sys/device.h int (*ca_detach)(struct device *, int); device 133 sys/device.h int (*ca_activate)(struct device *, enum devact); device 180 sys/device.h void *config_search(cfmatch_t, struct device *, void *); device 182 sys/device.h struct device *config_found_sm(struct device *, void *, cfprint_t, device 184 sys/device.h struct device *config_rootfound(char *, void *); device 185 sys/device.h void config_scan(cfscan_t, struct device *); device 186 sys/device.h struct device *config_attach(struct device *, void *, void *, cfprint_t); device 187 sys/device.h int config_detach(struct device *, int); device 188 sys/device.h int config_detach_children(struct device *, int); device 189 sys/device.h int config_activate(struct device *); device 190 sys/device.h int config_deactivate(struct device *); device 191 sys/device.h int config_activate_children(struct device *, enum devact); device 192 sys/device.h struct device *config_make_softc(struct device *parent, device 194 sys/device.h void config_defer(struct device *, void (*)(struct device *)); device 198 sys/device.h struct device *device_lookup(struct cfdriver *, int unit); device 199 sys/device.h void device_ref(struct device *); device 200 sys/device.h void device_unref(struct device *); device 207 sys/device.h int findblkmajor(struct device *dv); device 209 sys/device.h void setroot(struct device *, int, int); device 210 sys/device.h struct device *getdisk(char *str, int len, int defpart, dev_t *devp); device 211 sys/device.h struct device *parsedisk(char *str, int len, int defpart, dev_t *devp); device 212 sys/device.h void device_register(struct device *, void *); device 112 sys/midiio.h int device; device 214 sys/midiio.h int16_t device; device 271 sys/tty.h int ttpoll(dev_t device, int events, struct proc *p); device 286 sys/tty.h int ttyopen(dev_t device, struct tty *tp); device 50 ufs/ufs/ufs_ihash.c #define INOHASH(device, inum) (&ihashtbl[((device) + (inum)) & ihash]) device 121 uvm/uvm_device.c dev_t device = *((dev_t *)arg); device 126 uvm/uvm_device.c UVMHIST_LOG(maphist, "(device=0x%lx)", device,0,0,0); device 132 uvm/uvm_device.c mapfn = cdevsw[major(device)].d_mmap; device 154 uvm/uvm_device.c if ((*mapfn)(device, off, accessprot) == -1) device 171 uvm/uvm_device.c if (device == lcv->u_device) device 229 uvm/uvm_device.c if (device == lcv->u_device) device 255 uvm/uvm_device.c udv->u_device = device; device 389 uvm/uvm_device.c dev_t device; device 411 uvm/uvm_device.c device = udv->u_device; device 412 uvm/uvm_device.c mapfn = cdevsw[major(device)].d_mmap; device 439 uvm/uvm_device.c mdpgno = (*mapfn)(device, curr_offset, access_type);