Home
last modified time | relevance | path

Searched refs:ucom_ioctl (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/dev/usb/serial/
H A Dusb_serial.h99 int (*ucom_ioctl) (struct ucom_softc *, uint32_t, caddr_t, int, struct thread *); member
H A Dusb_serial.c164 static tsw_ioctl_t ucom_ioctl; variable
178 .tsw_ioctl = ucom_ioctl,
947 ucom_ioctl(struct tty *tp, u_long cmd, caddr_t data, struct thread *td) in ucom_ioctl() function
983 if (sc->sc_callback->ucom_ioctl) { in ucom_ioctl()
984 error = (sc->sc_callback->ucom_ioctl) in ucom_ioctl()
H A Dumodem.c285 .ucom_ioctl = &umodem_ioctl,
H A Duslcom.c218 .ucom_ioctl = &uslcom_ioctl,
H A Duftdi.c242 .ucom_ioctl = &uftdi_ioctl,