| /netbsd-src/sys/dev/ic/ |
| H A D | com.c | 152 static void com_enable_debugport(struct com_softc *); 154 void com_config(struct com_softc *); 155 void com_shutdown(struct com_softc *); 162 void com_loadchannelregs(struct com_softc *); 163 void com_hwiflow(struct com_softc *); 164 void com_break(struct com_softc *, int); 165 void com_modem(struct com_softc *, int); 166 void tiocm_to_com(struct com_softc *, u_long, int); 167 int com_to_tiocm(struct com_softc *); 168 void com_iflush(struct com_softc *); [all...] |
| H A D | comvar.h | 132 struct com_softc { struct 208 int (*enable)(struct com_softc *); argument 209 void (*disable)(struct com_softc *); argument 222 void com_attach_subr(struct com_softc *); argument
|
| /netbsd-src/sys/arch/mips/cavium/dev/ |
| H A D | octeon_uart.c | 52 struct com_softc sc_com; 59 static int octuart_com_enable(struct com_softc *); 60 static void octuart_com_disable(struct com_softc *); 114 struct com_softc *sc_com = &sc->sc_com; in octuart_iobus_attach() 156 octuart_com_enable(struct com_softc *sc_com) in octuart_com_enable() 168 octuart_com_disable(struct com_softc *sc_com) in octuart_com_disable()
|
| /netbsd-src/sys/arch/mips/alchemy/dev/ |
| H A D | com_aubus.c | 56 struct com_softc sc_com; 63 static int com_aubus_enable(struct com_softc *); 64 static void com_aubus_disable(struct com_softc *); 89 struct com_softc *sc = &asc->sc_com; in com_aubus_attach() 134 com_aubus_enable(struct com_softc *sc) in com_aubus_enable() 159 com_aubus_disable(struct com_softc *sc) in com_aubus_disable()
|
| /netbsd-src/sys/dev/pcmcia/ |
| H A D | com_pcmcia.c | 96 int com_pcmcia_enable(struct com_softc *); 97 void com_pcmcia_disable(struct com_softc *); 100 struct com_softc sc_com; /* real "com" softc */ 176 struct com_softc *sc = &psc->sc_com; in com_pcmcia_attach() 242 com_pcmcia_enable(struct com_softc *sc) in com_pcmcia_enable() 278 com_pcmcia_disable(struct com_softc *sc) in com_pcmcia_disable()
|
| H A D | pcmcom.c | 294 CFATTACH_DECL_NEW(com_pcmcom, sizeof(struct com_softc), 297 int com_pcmcom_enable(struct com_softc *); 298 void com_pcmcom_disable(struct com_softc *); 311 struct com_softc *sc = device_private(self); in com_pcmcom_attach() 329 com_pcmcom_enable(struct com_softc *sc) in com_pcmcom_enable() 335 com_pcmcom_disable(struct com_softc *sc) in com_pcmcom_disable()
|
| H A D | mhzc.c | 590 CFATTACH_DECL_NEW(com_mhzc, sizeof(struct com_softc), 593 int com_mhzc_enable(struct com_softc *); 594 void com_mhzc_disable(struct com_softc *); 612 struct com_softc *sc = device_private(self); in com_mhzc_attach() 638 com_mhzc_enable(struct com_softc *sc) in com_mhzc_enable() 646 com_mhzc_disable(struct com_softc *sc) in com_mhzc_disable()
|
| H A D | xirc.c | 522 CFATTACH_DECL_NEW(com_xirc, sizeof(struct com_softc), 525 int com_xirc_enable(struct com_softc *); 526 void com_xirc_disable(struct com_softc *); 543 struct com_softc *sc = device_private(self); in com_xirc_attach() 570 com_xirc_enable(struct com_softc *sc) in com_xirc_enable() 579 com_xirc_disable(struct com_softc *sc) in com_xirc_disable()
|
| /netbsd-src/sys/dev/isa/ |
| H A D | com_isa.c | 90 struct com_softc sc_com; /* real "com" softc */ 105 int com_isa_isHAYESP(bus_space_handle_t, struct com_softc *); 166 struct com_softc *sc = &isc->sc_com; in com_isa_attach() 238 struct com_softc *sc = &isc->sc_com; in com_isa_resume() 250 struct com_softc *sc = &isc->sc_com; in com_isa_detach() 275 com_isa_isHAYESP(bus_space_handle_t hayespioh, struct com_softc *sc) in com_isa_isHAYESP()
|
| H A D | com_multi.c | 97 CFATTACH_DECL_NEW(com_multi, sizeof(struct com_softc), 123 struct com_softc *sc = device_private(self); in com_multi_attach()
|
| /netbsd-src/sys/dev/cardbus/ |
| H A D | com_cardbus.c | 59 struct com_softc cc_com; 78 static int com_cardbus_enable (struct com_softc*); 79 static void com_cardbus_disable(struct com_softc*); 206 struct com_softc *sc = device_private(self); in com_cardbus_attach() 288 com_cardbus_enable(struct com_softc *sc) in com_cardbus_enable() 309 com_cardbus_disable(struct com_softc *sc) in com_cardbus_disable() 324 struct com_softc *sc = device_private(self); in com_cardbus_detach()
|
| /netbsd-src/sys/dev/fdt/ |
| H A D | ns8250_uart.c | 50 int (*enable)(struct com_softc *); 51 void (*disable)(struct com_softc *); 65 ns8250_octeon_enable(struct com_softc *sc) in ns8250_octeon_enable() 90 CFATTACH_DECL_NEW(ns8250_uart, sizeof(struct com_softc), 104 struct com_softc * const sc = device_private(self); in ns8250_uart_attach()
|
| /netbsd-src/sys/dev/marvell/ |
| H A D | com_mv.c | 51 CFATTACH_DECL_NEW(mvuart_gt, sizeof(struct com_softc), 53 CFATTACH_DECL_NEW(mvuart_mbus, sizeof(struct com_softc), 98 struct com_softc *sc = device_private(self); in mvuart_attach()
|
| /netbsd-src/sys/arch/amiga/clockport/ |
| H A D | com_ss.c | 53 CFATTACH_DECL_NEW(com_ss, sizeof(struct com_softc), 65 struct com_softc *sc = device_private(self); in com_ss_attach()
|
| /netbsd-src/sys/arch/sgimips/mace/ |
| H A D | com_mace.c | 67 struct com_softc sc_com; 88 struct com_softc *sc = &msc->sc_com; in com_mace_attach()
|
| /netbsd-src/sys/arch/powerpc/booke/dev/ |
| H A D | pq3duart.c | 59 struct com_softc *dsc_sc[2]; 81 CFATTACH_DECL_NEW(com_pq3duart, sizeof(struct com_softc), 193 struct com_softc * const sc = device_private(self); in com_pq3duart_attach()
|
| /netbsd-src/sys/arch/evbarm/adi_brh/ |
| H A D | com_obio.c | 52 struct com_softc sc_com; 76 struct com_softc *sc = &osc->sc_com; in com_obio_attach()
|
| /netbsd-src/sys/arch/evbarm/iyonix/ |
| H A D | com_obio.c | 50 struct com_softc sc_com; 73 struct com_softc *sc = &osc->sc_com; in com_obio_attach()
|
| /netbsd-src/sys/arch/iyonix/iyonix/ |
| H A D | com_obio.c | 50 struct com_softc sc_com; 73 struct com_softc *sc = &osc->sc_com; in com_obio_attach()
|
| /netbsd-src/sys/arch/evbmips/mipssim/ |
| H A D | com_mainbus.c | 49 struct com_softc sc_com; /* real "com" softc */ 77 struct com_softc *sc = &msc->sc_com; in com_mainbus_attach()
|
| /netbsd-src/sys/arch/evbarm/iq80321/ |
| H A D | com_obio.c | 50 struct com_softc sc_com; 74 struct com_softc *sc = &osc->sc_com; in com_obio_attach()
|
| /netbsd-src/sys/arch/evbarm/iq80310/ |
| H A D | com_obio.c | 49 struct com_softc sc_com; 73 struct com_softc *sc = &osc->sc_com; in com_obio_attach()
|
| /netbsd-src/sys/arch/evbarm/npwr_fc/ |
| H A D | com_obio.c | 50 struct com_softc sc_com; 74 struct com_softc *sc = &osc->sc_com; in com_obio_attach()
|
| /netbsd-src/sys/arch/evbarm/hdl_g/ |
| H A D | com_obio.c | 50 struct com_softc sc_com; 74 struct com_softc *sc = &osc->sc_com; in com_obio_attach()
|
| /netbsd-src/sys/arch/evbppc/explora/dev/ |
| H A D | com_elb.c | 49 struct com_softc sc_com; 74 struct com_softc *sc = &msc->sc_com; in com_elb_attach()
|