Home | History | Annotate | Download | only in ic

Lines Matching defs:cy_modem_control

46 static int	cy_modem_control(struct cy_softc *, struct cy_port *, int, int);
362 cy_modem_control(sc, cy, TIOCM_RTS, DMBIS);
424 cy_modem_control(sc, cy, 0, DMSET);
533 cy_modem_control(sc, cy, TIOCM_DTR, DMBIS);
537 cy_modem_control(sc, cy, TIOCM_DTR, DMBIC);
541 cy_modem_control(sc, cy, *((int *) data), DMSET);
545 cy_modem_control(sc, cy, *((int *) data), DMBIS);
549 cy_modem_control(sc, cy, *((int *) data), DMBIC);
553 *((int *) data) = cy_modem_control(sc, cy, 0, DMGET);
658 cy_modem_control(sc, cy, TIOCM_DTR, (t->c_ospeed == 0 ? DMBIC : DMBIS));
660 /* channel was selected by the above call to cy_modem_control() */
775 cy_modem_control(struct cy_softc *sc, struct cy_port *cy, int bits, int howto)
959 * we can't use cy_modem_control() here as it
1006 cy_modem_control(sc, cy,