Searched refs:priv_lock (Results 1 – 7 of 7) sorted by relevance
| /linux/drivers/usb/usbip/ |
| H A D | stub_tx.c | 92 spin_lock_irqsave(&sdev->priv_lock, flags); in stub_complete() 102 spin_unlock_irqrestore(&sdev->priv_lock, flags); in stub_complete() 138 spin_lock_irqsave(&sdev->priv_lock, flags); in dequeue_from_priv_tx() 142 spin_unlock_irqrestore(&sdev->priv_lock, flags); in dequeue_from_priv_tx() 146 spin_unlock_irqrestore(&sdev->priv_lock, flags); in dequeue_from_priv_tx() 331 spin_lock_irqsave(&sdev->priv_lock, flags); in stub_send_ret_submit() 335 spin_unlock_irqrestore(&sdev->priv_lock, flags); in stub_send_ret_submit() 345 spin_lock_irqsave(&sdev->priv_lock, flags); in dequeue_from_unlink_tx() 349 spin_unlock_irqrestore(&sdev->priv_lock, flags); in dequeue_from_unlink_tx() 353 spin_unlock_irqrestore(&sdev->priv_lock, flags); in dequeue_from_unlink_tx() [all …]
|
| H A D | vhci_tx.c | 39 spin_lock_irqsave(&vdev->priv_lock, flags); in dequeue_from_priv_tx() 43 spin_unlock_irqrestore(&vdev->priv_lock, flags); in dequeue_from_priv_tx() 47 spin_unlock_irqrestore(&vdev->priv_lock, flags); in dequeue_from_priv_tx() 174 spin_lock_irqsave(&vdev->priv_lock, flags); in dequeue_from_unlink_tx() 178 spin_unlock_irqrestore(&vdev->priv_lock, flags); in dequeue_from_unlink_tx() 182 spin_unlock_irqrestore(&vdev->priv_lock, flags); in dequeue_from_unlink_tx()
|
| H A D | vhci_hcd.c | 680 spin_lock_irqsave(&vdev->priv_lock, flags); in vhci_tx_urb() 694 spin_unlock_irqrestore(&vdev->priv_lock, flags); in vhci_tx_urb() 928 spin_lock(&vdev->priv_lock); in vhci_urb_dequeue() 934 spin_unlock(&vdev->priv_lock); in vhci_urb_dequeue() 951 spin_lock(&vdev->priv_lock); in vhci_urb_dequeue() 956 spin_unlock(&vdev->priv_lock); in vhci_urb_dequeue() 973 spin_unlock(&vdev->priv_lock); in vhci_urb_dequeue() 992 spin_lock(&vdev->priv_lock); in vhci_cleanup_unlink_list() 1010 spin_unlock(&vdev->priv_lock); in vhci_cleanup_unlink_list() 1016 spin_lock(&vdev->priv_lock); in vhci_cleanup_unlink_list() [all …]
|
| H A D | stub.h | 38 spinlock_t priv_lock; member
|
| H A D | stub_dev.c | 198 spin_lock_irqsave(&sdev->priv_lock, flags); in stub_shutdown_connection() 208 spin_unlock_irqrestore(&sdev->priv_lock, flags); in stub_shutdown_connection() 290 spin_lock_init(&sdev->priv_lock); in stub_device_alloc()
|
| H A D | vhci.h | 37 spinlock_t priv_lock; member
|
| H A D | stub_main.c | 329 spin_lock_irqsave(&sdev->priv_lock, flags); in stub_priv_pop() 342 spin_unlock_irqrestore(&sdev->priv_lock, flags); in stub_priv_pop()
|