Home
last modified time | relevance | path

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

/third_party/FreeBSD/sys/dev/usb/
Dusb_dev.c1001 err = (f->methods->f_ioctl) (f, cmd, addr, fflags); in usb_ioctl()
1459 if (pm->f_ioctl == NULL) in usb_fifo_check_methods()
1460 pm->f_ioctl = &usb_fifo_dummy_ioctl; in usb_fifo_check_methods()
Dusbdi.h476 usb_fifo_ioctl_t *f_ioctl; member
Dusb_generic.c78 .f_ioctl = &ugen_ioctl,
/third_party/FreeBSD/sys/dev/usb/input/
Duhid.c127 .f_ioctl = &uhid_ioctl,