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.c997 err = (f->methods->f_ioctl) (f, cmd, addr, fflags); in usb_ioctl()
1448 if (pm->f_ioctl == NULL) in usb_fifo_check_methods()
1449 pm->f_ioctl = &usb_fifo_dummy_ioctl; in usb_fifo_check_methods()
Dusbdi.h475 usb_fifo_ioctl_t *f_ioctl; member
Dusb_generic.c76 .f_ioctl = &ugen_ioctl,
/third_party/FreeBSD/sys/dev/usb/input/
Duhid.c129 .f_ioctl = &uhid_ioctl,