sacom_softc
struct sacom_softc *sc =
sacom_hwiflow(struct sacom_softc *sc)
struct sacom_softc *sc =
sacom_filltx(struct sacom_softc *sc)
struct sacom_softc *sc =
sacom_rxsoft(struct sacom_softc *sc, struct tty *tp)
sacom_txsoft(struct sacom_softc *sc, struct tty *tp)
sacom_stsoft(struct sacom_softc *sc, struct tty *tp)
struct sacom_softc *sc = arg;
struct sacom_softc *sc = arg;
static void sacom_filltx(struct sacom_softc *);
static void sacom_attach_subr(struct sacom_softc *);
static void sacom_enable_debugport(struct sacom_softc *);
void sacom_config(struct sacom_softc *);
void sacom_shutdown(struct sacom_softc *);
void sacom_loadchannelregs(struct sacom_softc *);
void sacom_hwiflow(struct sacom_softc *);
void sacom_break(struct sacom_softc *, int);
void sacom_modem(struct sacom_softc *, int);
void tiocm_to_sacom(struct sacom_softc *, u_long, int);
int sacom_to_tiocm(struct sacom_softc *);
void sacom_iflush(struct sacom_softc *);
static inline void sacom_rxsoft(struct sacom_softc *, struct tty *);
static inline void sacom_txsoft(struct sacom_softc *, struct tty *);
static inline void sacom_stsoft(struct sacom_softc *, struct tty *);
static inline void sacom_schedrx(struct sacom_softc *);
CFATTACH_DECL_NEW(sacom, sizeof(struct sacom_softc),
struct sacom_softc *sc = device_private(self);
sacom_attach_subr(struct sacom_softc *sc)
struct sacom_softc *sc = device_private(dev);
sacom_config(struct sacom_softc *sc)
sacom_enable_debugport(struct sacom_softc *sc)
struct sacom_softc *sc = device_private(dev);
sacom_shutdown(struct sacom_softc *sc)
struct sacom_softc *sc;
struct sacom_softc *sc =
struct sacom_softc *sc =
struct sacom_softc *sc =
struct sacom_softc *sc =
struct sacom_softc *sc =
struct sacom_softc *sc =
sacom_schedrx(struct sacom_softc *sc)
sacom_break(struct sacom_softc *sc, int onoff)
sacom_modem(struct sacom_softc *sc, int onoff)
tiocm_to_sacom(struct sacom_softc *sc, u_long how, int ttybits)
sacom_to_tiocm(struct sacom_softc *sc)
struct sacom_softc *sc =
sacom_iflush(struct sacom_softc *sc)
sacom_loadchannelregs(struct sacom_softc *sc)
int (*enable)(struct sacom_softc *);
int (*disable)(struct sacom_softc *);