Home
last modified time | relevance | path

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

/dragonfly/sys/bus/u4b/serial/
H A Dulpt.c143 .f_stop_write = &ulpt_stop_write,
154 .f_stop_write = &ulpt_stop_write,
/dragonfly/sys/netgraph7/bluetooth/drivers/ubtbcmfw/
H A Dubtbcmfw.c111 .f_stop_write = &ubtbcmfw_stop_write,
/dragonfly/sys/bus/u4b/storage/
H A Durio.c132 .f_stop_write = &urio_stop_write,
/dragonfly/sys/bus/u4b/
H A Dusb_dev.c842 (f->methods->f_stop_write) (f); in usb_fifo_close()
1953 if (pm->f_stop_write == NULL) in usb_fifo_check_methods()
1954 pm->f_stop_write = &usb_fifo_dummy_cmd; in usb_fifo_check_methods()
H A Dusbdi.h460 usb_fifo_cmd_t *f_stop_write; member
H A Dusb_generic.c120 .f_stop_write = &ugen_stop_io,
/dragonfly/sys/bus/u4b/input/
H A Duhid.c146 .f_stop_write = &uhid_stop_write,
/dragonfly/sys/bus/u4b/audio/
H A Duaudio.c5894 .f_stop_write = &umidi_stop_write,