Home
last modified time | relevance | path

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

/freebsd/sys/dev/usb/
H A Dusb_dev.c1106 err = (f->methods->f_ioctl_post) (f, cmd, addr, fflags); in usb_ioctl()
1800 if (pm->f_ioctl_post == NULL) in usb_fifo_check_methods()
1801 pm->f_ioctl_post = &usb_fifo_dummy_ioctl; in usb_fifo_check_methods()
H A Dusbdi.h544 usb_fifo_ioctl_t *f_ioctl_post; member
H A Dusb_generic.c130 .f_ioctl_post = &ugen_ioctl_post,
/freebsd/sys/dev/usb/input/
H A Duhid.c156 .f_ioctl_post = &uhid_ioctl_post,