HomeSort by: relevance | last modified time | path
    Searched refs:sscom_softc (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/arch/arm/s3c2xx0/
sscom_var.h 102 struct sscom_softc { struct
193 int (*sc_read_modem_status)( struct sscom_softc * );
194 void (*sc_set_modem_control)( struct sscom_softc * );
195 void (*sc_change_txrx_interrupts)(struct sscom_softc *, bool, u_int);
240 void sscom_attach_subr(struct sscom_softc *);
244 void sscom_shutdown(struct sscom_softc *);
249 void sscom_config(struct sscom_softc *);
sscom.c 167 integrate void sscom_rxsoft (struct sscom_softc *, struct tty *);
168 integrate void sscom_txsoft (struct sscom_softc *, struct tty *);
169 integrate void sscom_stsoft (struct sscom_softc *, struct tty *);
170 integrate void sscom_schedrx (struct sscom_softc *);
171 static void sscom_modem(struct sscom_softc *, int);
172 static void sscom_break(struct sscom_softc *, int);
173 static void sscom_iflush(struct sscom_softc *);
174 static void sscom_hwiflow(struct sscom_softc *);
175 static void sscom_loadchannelregs(struct sscom_softc *);
176 static void tiocm_to_sscom(struct sscom_softc *, u_long, int)
    [all...]
sscom_s3c2440.c 87 CFATTACH_DECL_NEW(sscom, sizeof(struct sscom_softc), sscom_match,
132 s3c2440_change_txrx_interrupts(struct sscom_softc *sc, bool unmask_p,
150 struct sscom_softc *sc = device_private(self);
sscom_s3c2410.c 69 CFATTACH_DECL_NEW(sscom, sizeof(struct sscom_softc), sscom_match,
113 s3c2410_change_txrx_interrupts(struct sscom_softc *sc, bool unmask_p,
131 struct sscom_softc *sc = device_private(self);
sscom_s3c2800.c 69 CFATTACH_DECL_NEW(sscom, sizeof(struct sscom_softc), sscom_match,
101 s3c2800_change_txrx_interrupts(struct sscom_softc *sc, bool unmask_p,
119 struct sscom_softc *sc = device_private(self);

Completed in 16 milliseconds