Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/ath/ath6kl/
H A Dusb.c54 struct ath6kl_usb *ar_usb; member
137 if (!pipe->ar_usb) in ath6kl_usb_alloc_urb_from_pipe()
140 spin_lock_irqsave(&pipe->ar_usb->cs_lock, flags); in ath6kl_usb_alloc_urb_from_pipe()
148 spin_unlock_irqrestore(&pipe->ar_usb->cs_lock, flags); in ath6kl_usb_alloc_urb_from_pipe()
159 if (!pipe->ar_usb) in ath6kl_usb_free_urb_to_pipe()
162 spin_lock_irqsave(&pipe->ar_usb->cs_lock, flags); in ath6kl_usb_free_urb_to_pipe()
166 spin_unlock_irqrestore(&pipe->ar_usb->cs_lock, flags); in ath6kl_usb_free_urb_to_pipe()
223 if (pipe->ar_usb == NULL) { in ath6kl_usb_free_pipe_resources()
250 static void ath6kl_usb_cleanup_pipe_resources(struct ath6kl_usb *ar_usb) in ath6kl_usb_cleanup_pipe_resources() argument
255 ath6kl_usb_free_pipe_resources(&ar_usb->pipes[i]); in ath6kl_usb_cleanup_pipe_resources()
[all …]
/linux/drivers/net/wireless/ath/ath10k/
H A Dusb.h83 struct ath10k_usb *ar_usb; member