Home | History | Annotate | Download | only in usb

Lines Matching refs:vsc

292 uslsa_get_status(void *vsc, int portno, u_char *lsr, u_char *msr)
299 sc = vsc;
301 DPRINTF((sc->sc_dev, "%s(%p, %d, ....)\n", __func__, vsc, portno));
330 uslsa_set(void *vsc, int portno, int reg, int onoff)
334 sc = vsc;
336 DPRINTF((sc->sc_dev, "%s(%p, %d, %d, %d)\n", __func__, vsc, portno,
370 uslsa_param(void *vsc, int portno, struct termios *t)
379 sc = vsc;
381 DPRINTF((sc->sc_dev, "%s(%p, %d, %p)\n", __func__, vsc, portno, t));
458 uslsa_ioctl(void *vsc, int portno, u_long cmd, void *data, int flag, proc_t *p)
462 sc = vsc;
479 uslsa_open(void *vsc, int portno)
483 sc = vsc;
485 DPRINTF((sc->sc_dev, "%s(%p, %d)\n", __func__, vsc, portno));
495 uslsa_close(void *vsc, int portno)
499 sc = vsc;
501 DPRINTF((sc->sc_dev, "%s(%p, %d)\n", __func__, vsc, portno));