Home
last modified time | relevance | path

Searched refs:f_stop_write (Results 1 – 8 of 8) sorted by relevance

/freebsd/sys/dev/usb/serial/
H A Dulpt.c151 .f_stop_write = &ulpt_stop_write,
162 .f_stop_write = &ulpt_stop_write,
/freebsd/sys/netgraph/bluetooth/drivers/ubtbcmfw/
H A Dubtbcmfw.c115 .f_stop_write = &ubtbcmfw_stop_write,
/freebsd/sys/dev/usb/storage/
H A Durio.c137 .f_stop_write = &urio_stop_write,
/freebsd/sys/dev/usb/
H A Dusb_dev.c846 (f->methods->f_stop_write) (f); in usb_fifo_close()
1812 if (pm->f_stop_write == NULL) in usb_fifo_check_methods()
1813 pm->f_stop_write = &usb_fifo_dummy_cmd; in usb_fifo_check_methods()
H A Dusbdi.h548 usb_fifo_cmd_t *f_stop_write; member
H A Dusb_generic.c134 .f_stop_write = &ugen_stop_io,
/freebsd/sys/dev/usb/input/
H A Duhid.c160 .f_stop_write = &uhid_stop_write,
/freebsd/sys/dev/sound/usb/
H A Duaudio.c6017 .f_stop_write = &umidi_stop_write,