Home
last modified time | relevance | path

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

/third_party/FreeBSD/sys/dev/usb/
H A Dusb_generic.c94 mtx_unlock(f->priv_mtx); in ugen_transfer_setup()
101 setup, n_setup, f, f->priv_mtx); in ugen_transfer_setup()
115 mtx_lock(f->priv_mtx); in ugen_transfer_setup()
129 mtx_lock(f->priv_mtx); in ugen_open()
149 mtx_unlock(f->priv_mtx); in ugen_open()
162 mtx_lock(f->priv_mtx); in ugen_close()
165 mtx_unlock(f->priv_mtx); in ugen_close()
183 USB_MTX_ASSERT(f->priv_mtx, MA_OWNED); in ugen_open_pipe_write()
252 USB_MTX_ASSERT(f->priv_mtx, MA_OWNED); in ugen_open_pipe_read()
957 mtx_lock(f->priv_mtx); in ugen_fs_copy_in()
[all...]
H A Dusb_dev.c318 f->priv_mtx = mtx; in usb_fifo_alloc()
531 mtx_lock(f->priv_mtx); in usb_fifo_free()
539 mtx_unlock(f->priv_mtx); in usb_fifo_free()
642 mtx_lock(f->priv_mtx); in usb_fifo_open()
670 mtx_unlock(f->priv_mtx); in usb_fifo_open()
711 mtx_lock(f->priv_mtx); in usb_fifo_close()
745 err = cv_timedwait(&f->cv_io, f->priv_mtx, in usb_fifo_close()
768 mtx_unlock(f->priv_mtx); in usb_fifo_close()
1063 mtx_lock(f->priv_mtx); in usb_poll()
1094 mtx_unlock(f->priv_mtx); in usb_poll()
1476 usb_fifo_attach(struct usb_device *udev, void *priv_sc, struct mtx *priv_mtx, struct usb_fifo_methods *pm, struct usb_fifo_sc *f_sc, uint16_t unit, int16_t subunit, uint8_t iface_index, uid_t uid, gid_t gid, int mode) usb_fifo_attach() argument
[all...]
H A Dusb_dev.h113 struct mtx *priv_mtx; /* client data */ member
H A Dusbdi.h562 void *priv_sc, struct mtx *priv_mtx);
636 struct mtx *priv_mtx, struct usb_fifo_methods *pm,

Completed in 5 milliseconds