| /openbsd/src/sys/dev/ic/ |
| D | comvar.h | 72 struct com_softc { struct 133 int (*enable)(struct com_softc *); argument 134 void (*disable)(struct com_softc *); argument 138 uint8_t com_read_reg(struct com_softc *, bus_size_t); argument 139 void com_write_reg(struct com_softc *, bus_size_t, uint8_t); 146 void com_resume(struct com_softc *); 166 void com_attach_subr(struct com_softc *);
|
| D | com.c | 95 void compwroff(struct com_softc *); 169 struct com_softc *sc = (struct com_softc *)self; in com_detach() 202 struct com_softc *sc = (struct com_softc *)self; in com_activate() 237 struct com_softc *sc; in comopen() 424 struct com_softc *sc = com_cd.cd_devs[unit]; in comclose() 465 compwroff(struct com_softc *sc) in compwroff() 510 com_resume(struct com_softc *sc) in com_resume() 608 struct com_softc *sc = arg; in com_raisedtr() 617 struct com_softc *sc = com_cd.cd_devs[DEVUNIT(dev)]; in comread() 626 struct com_softc *sc = com_cd.cd_devs[DEVUNIT(dev)]; in comwrite() [all …]
|
| /openbsd/src/sys/dev/pcmcia/ |
| D | com_pcmcia.c | 123 int com_pcmcia_enable(struct com_softc *); 124 void com_pcmcia_disable(struct com_softc *); 125 int com_pcmcia_enable1(struct com_softc *); 126 void com_pcmcia_disable1(struct com_softc *); 129 struct com_softc sc_com; /* real "com" softc */ 223 struct com_softc *sc = &psc->sc_com; in com_pcmcia_attach() 331 com_pcmcia_enable(struct com_softc *sc) in com_pcmcia_enable() 348 com_pcmcia_enable1(struct com_softc *sc) in com_pcmcia_enable1() 375 com_pcmcia_disable(struct com_softc *sc) in com_pcmcia_disable() 384 com_pcmcia_disable1(struct com_softc *sc) in com_pcmcia_disable1()
|
| /openbsd/src/sys/dev/cardbus/ |
| D | com_cardbus.c | 66 struct com_softc cc_com; 88 int com_cardbus_enable(struct com_softc *); 89 void com_cardbus_disable(struct com_softc *); 239 struct com_softc *sc = (struct com_softc*)self; in com_cardbus_attach() 322 com_cardbus_enable(struct com_softc *sc) in com_cardbus_enable() 348 com_cardbus_disable(struct com_softc *sc) in com_cardbus_disable() 364 struct com_softc *sc = (struct com_softc *) self; in com_cardbus_detach()
|
| /openbsd/src/sys/dev/isa/ |
| D | com_isa.c | 78 sizeof(struct com_softc), com_isa_probe, com_isa_attach, NULL, 116 struct com_softc *sc = (struct com_softc *)self; in com_isa_attach()
|
| D | com_commulti.c | 79 sizeof(struct com_softc), com_commulti_probe, com_commulti_attach 109 struct com_softc *sc = (void *)self; in com_commulti_attach()
|
| D | com_isapnp.c | 79 sizeof(struct com_softc), com_isapnp_probe, com_isapnp_attach 104 struct com_softc *sc = (void *)self; in com_isapnp_attach()
|
| /openbsd/src/sys/dev/fdt/ |
| D | com_fdt.c | 41 sizeof (struct com_softc), com_fdt_match, com_fdt_attach 110 struct com_softc *sc = (struct com_softc *)self; in com_fdt_attach() 183 struct com_softc *sc = cookie; in com_fdt_intr_designware()
|
| /openbsd/src/sys/arch/hppa/dev/ |
| D | com_ssio.c | 38 sizeof(struct com_softc), com_ssio_match, com_ssio_attach 60 struct com_softc *sc = (void *)self; in com_ssio_attach()
|
| D | com_dino.c | 65 sizeof(struct com_softc), com_dino_match, com_dino_attach 88 struct com_softc *sc = (void *)self;
|
| /openbsd/src/sys/dev/sbus/ |
| D | asio.c | 181 sizeof(struct com_softc), com_asio_match, com_asio_attach 205 struct com_softc *sc = (struct com_softc *)self; in com_asio_attach()
|
| /openbsd/src/sys/dev/puc/ |
| D | com_puc.c | 59 sizeof(struct com_softc), com_puc_match, 77 struct com_softc *sc = (void *)self; in com_puc_attach()
|
| /openbsd/src/sys/arch/hppa/gsc/ |
| D | com_gsc.c | 55 sizeof(struct com_softc), com_gsc_probe, com_gsc_attach 80 struct com_softc *sc = (void *)self;
|
| /openbsd/src/sys/arch/loongson/dev/ |
| D | com_leioc.c | 44 sizeof(struct com_softc), com_leioc_match, com_leioc_attach 64 struct com_softc *sc = (void *)self; in com_leioc_attach()
|
| /openbsd/src/sys/arch/octeon/dev/ |
| D | cn30xxuart.c | 58 sizeof(struct com_softc), cn30xxuart_probe, cn30xxuart_attach 107 struct com_softc *sc = (void *)self; in cn30xxuart_attach()
|
| /openbsd/src/sys/arch/sparc64/dev/ |
| D | com_ebus.c | 57 sizeof(struct com_softc), com_ebus_match, com_ebus_attach 121 struct com_softc *sc = (void *)self; in com_ebus_attach()
|
| /openbsd/src/sys/dev/pci/ |
| D | com_pci.c | 79 struct com_softc sc; 234 struct com_softc *sc = cookie; in com_pci_intr_designware()
|
| /openbsd/src/sys/dev/acpi/ |
| D | com_acpi.c | 37 struct com_softc sc;
|