Searched refs:ucom_ioctl (Results 1 – 5 of 5) sorted by relevance
/freebsd/sys/dev/usb/serial/ |
H A D | usb_serial.h | 99 int (*ucom_ioctl) (struct ucom_softc *, uint32_t, caddr_t, int, struct thread *); member
|
H A D | usb_serial.c | 164 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 D | umodem.c | 285 .ucom_ioctl = &umodem_ioctl,
|
H A D | uslcom.c | 218 .ucom_ioctl = &uslcom_ioctl,
|
H A D | uftdi.c | 242 .ucom_ioctl = &uftdi_ioctl,
|