Home
last modified time | relevance | path

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

/third_party/FreeBSD/sys/dev/usb/
Dusb_device.h195 struct mtx device_mtx; member
Dusb_device.c1453 mtx_lock(&udev->device_mtx); in usbd_clear_stall_proc()
1459 mtx_unlock(&udev->device_mtx); in usbd_clear_stall_proc()
1533 mtx_init(&udev->device_mtx, "USB device mutex", NULL, MTX_DEF); in usb_alloc_device()
2098 mtx_destroy(&udev->device_mtx); in usb_free_device()
Dusb_dev.c445 f = usb_fifo_alloc(&udev->device_mtx); in usb_fifo_create()
471 f = usb_fifo_alloc(&udev->device_mtx); in usb_fifo_create()
Dusb_transfer.c3126 &udev->device_mtx)) { in usbd_ctrl_transfer_setup()