Home
last modified time | relevance | path

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

/third_party/FreeBSD/sys/dev/usb/
Dusb_dev.c63 static int usb_ioctl(struct file *filep, int cmd, unsigned long arg);
77 .ioctl = usb_ioctl,
964 usb_ioctl(struct file *filep, int cmd, unsigned long arg) in usb_ioctl() function