Home
last modified time | relevance | path

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

/freebsd/sys/dev/usb/serial/
H A Dulpt.c150 .f_stop_read = &ulpt_stop_read,
161 .f_stop_read = &ulpt_stop_read,
/freebsd/sys/netgraph/bluetooth/drivers/ubtbcmfw/
H A Dubtbcmfw.c114 .f_stop_read = &ubtbcmfw_stop_read,
/freebsd/sys/dev/usb/input/
H A Duep.c142 .f_stop_read = &uep_stop_read,
H A Duhid_snes.c134 .f_stop_read = &uhid_snes_stop_read,
H A Duhid.c158 .f_stop_read = &uhid_stop_read,
H A Dums.c194 .f_stop_read = &ums_fifo_stop_read,
H A Dwsp.c617 .f_stop_read = &wsp_fifo_stop_read,
H A Datp.c751 .f_stop_read = &atp_stop_read,
/freebsd/sys/dev/usb/storage/
H A Durio.c136 .f_stop_read = &urio_stop_read,
/freebsd/sys/dev/usb/
H A Dusb_dev.c851 (f->methods->f_stop_read) (f); in usb_fifo_close()
1806 if (pm->f_stop_read == NULL) in usb_fifo_check_methods()
1807 pm->f_stop_read = &usb_fifo_dummy_cmd; in usb_fifo_check_methods()
H A Dusbdi.h546 usb_fifo_cmd_t *f_stop_read; member
H A Dusb_generic.c132 .f_stop_read = &ugen_stop_io,
/freebsd/sys/dev/sound/usb/
H A Duaudio.c6016 .f_stop_read = &umidi_stop_read,