Searched refs:ucom_ioctl (Results 1 – 5 of 5) sorted by relevance
| /freebsd-13-stable/sys/dev/usb/serial/ |
| HD | usb_serial.h | 99 int (*ucom_ioctl) (struct ucom_softc *, uint32_t, caddr_t, int, struct thread *); member
|
| HD | usb_serial.c | 165 static tsw_ioctl_t ucom_ioctl; variable 179 .tsw_ioctl = ucom_ioctl, 948 ucom_ioctl(struct tty *tp, u_long cmd, caddr_t data, struct thread *td) in ucom_ioctl() function 984 if (sc->sc_callback->ucom_ioctl) { in ucom_ioctl() 985 error = (sc->sc_callback->ucom_ioctl) in ucom_ioctl()
|
| HD | umodem.c | 286 .ucom_ioctl = &umodem_ioctl,
|
| HD | uslcom.c | 219 .ucom_ioctl = &uslcom_ioctl,
|
| HD | uftdi.c | 243 .ucom_ioctl = &uftdi_ioctl,
|