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

/freebsd-13-stable/sys/dev/usb/serial/
H A Dusb_serial.h100 int (*ucom_ioctl) (struct ucom_softc *, uint32_t, caddr_t, int, struct thread *); member in struct:ucom_callback
H A Dusb_serial.c167 static tsw_ioctl_t ucom_ioctl; variable
181 .tsw_ioctl = ucom_ioctl,
899 ucom_ioctl(struct tty *tp, u_long cmd, caddr_t data, struct thread *td) function
931 if (sc->sc_callback->ucom_ioctl) {
932 error = (sc->sc_callback->ucom_ioctl)
H A Dumodem.c284 .ucom_ioctl = &umodem_ioctl,
H A Duslcom.c221 .ucom_ioctl = &uslcom_ioctl,
H A Duftdi.c245 .ucom_ioctl = &uftdi_ioctl,

Completed in 32 milliseconds