Home
last modified time | relevance | path

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

/freebsd/sys/dev/usb/
H A Dusb_dev.c389 f->priv_mtx = mtx; in usb_fifo_alloc()
601 mtx_lock(f->priv_mtx); in usb_fifo_free()
717 mtx_lock(f->priv_mtx); in usb_fifo_open()
786 mtx_lock(f->priv_mtx); in usb_fifo_close()
1423 mtx_lock(f->priv_mtx); in usb_read()
1540 mtx_lock(f->priv_mtx); in usb_write()
1708 mtx_lock(f->priv_mtx); in usb_fifo_uiomove()
1845 if (priv_mtx == NULL) in usb_fifo_attach()
1846 priv_mtx = &Giant; in usb_fifo_attach()
1962 mtx_lock(f->priv_mtx); in usb_fifo_alloc_buffer()
[all …]
H A Dusb_generic.c157 mtx_unlock(f->priv_mtx); in ugen_transfer_setup()
178 mtx_lock(f->priv_mtx); in ugen_transfer_setup()
193 mtx_lock(f->priv_mtx); in ugen_open()
213 mtx_unlock(f->priv_mtx); in ugen_open()
227 mtx_lock(f->priv_mtx); in ugen_close()
230 mtx_unlock(f->priv_mtx); in ugen_close()
1004 mtx_lock(f->priv_mtx); in ugen_fs_uninit()
1011 mtx_lock(f->priv_mtx); in ugen_fs_uninit()
1100 f, f->priv_mtx); in usb_fs_open()
1132 mtx_lock(f->priv_mtx); in usb_fs_close()
[all …]
H A Dusb_dev.h121 struct mtx *priv_mtx; /* client data */ member
H A Dusbdi.h613 void *priv_sc, struct mtx *priv_mtx);
687 struct mtx *priv_mtx, struct usb_fifo_methods *pm,