Home
last modified time | relevance | path

Searched refs:ar_usb (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/contrib/dev/athk/ath10k/
H A Dusb.c42 if (!pipe->ar_usb) in ath10k_usb_alloc_urb_from_pipe()
45 spin_lock_irqsave(&pipe->ar_usb->cs_lock, flags); in ath10k_usb_alloc_urb_from_pipe()
52 spin_unlock_irqrestore(&pipe->ar_usb->cs_lock, flags); in ath10k_usb_alloc_urb_from_pipe()
63 if (!pipe->ar_usb) in ath10k_usb_free_urb_to_pipe()
66 spin_lock_irqsave(&pipe->ar_usb->cs_lock, flags); in ath10k_usb_free_urb_to_pipe()
71 spin_unlock_irqrestore(&pipe->ar_usb->cs_lock, flags); in ath10k_usb_free_urb_to_pipe()
87 if (!pipe->ar_usb) { in ath10k_usb_free_pipe_resources()
116 struct ath10k_usb *ar_usb = ath10k_usb_priv(ar); in ath10k_usb_cleanup_pipe_resources() local
120 ath10k_usb_free_pipe_resources(ar, &ar_usb->pipes[i]); in ath10k_usb_cleanup_pipe_resources()
129 struct ath10k *ar = pipe->ar_usb->ar; in ath10k_usb_recv_complete()
[all …]
H A Dusb.h82 struct ath10k_usb *ar_usb; member