Home
last modified time | relevance | path

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

/third_party/FreeBSD/sys/dev/usb/
Dusb_dev.c762 (f->methods->f_stop_read) (f); in usb_fifo_close()
1457 if (pm->f_stop_read == NULL) in usb_fifo_check_methods()
1458 pm->f_stop_read = &usb_fifo_dummy_cmd; in usb_fifo_check_methods()
Dusbdi.h482 usb_fifo_cmd_t *f_stop_read; member
Dusb_generic.c79 .f_stop_read = &ugen_stop_io,
/third_party/FreeBSD/sys/dev/usb/input/
Duhid.c132 .f_stop_read = &uhid_stop_read,