Home
last modified time | relevance | path

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

/third_party/FreeBSD/sys/dev/usb/
H A Dusb_dev.c1008 err = (f->methods->f_ioctl_post) (f, cmd, addr, fflags); in usb_ioctl()
1010 DPRINTFN(2, "f_ioctl_post cmd 0x%lx = %d\n", cmd, err); in usb_ioctl()
1450 if (pm->f_ioctl_post == NULL) in usb_fifo_check_methods()
1451 pm->f_ioctl_post = &usb_fifo_dummy_ioctl; in usb_fifo_check_methods()
H A Dusbdi.h496 usb_fifo_ioctl_t *f_ioctl_post; member
H A Dusb_generic.c76 .f_ioctl_post = &ugen_ioctl_post,
/third_party/FreeBSD/sys/dev/usb/input/
H A Duhid.c128 .f_ioctl_post = &uhid_ioctl_post,

Completed in 7 milliseconds