Searched refs:ar_usb (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/net/wireless/ath/ath6kl/
H A Dusb.c54 struct ath6kl_usb *ar_usb; member in struct:ath6kl_usb_pipe
137 if (!pipe->ar_usb)
140 spin_lock_irqsave(&pipe->ar_usb->cs_lock, flags);
148 spin_unlock_irqrestore(&pipe->ar_usb->cs_lock, flags);
159 if (!pipe->ar_usb)
162 spin_lock_irqsave(&pipe->ar_usb->cs_lock, flags);
166 spin_unlock_irqrestore(&pipe->ar_usb->cs_lock, flags);
223 if (pipe->ar_usb == NULL) {
250 static void ath6kl_usb_cleanup_pipe_resources(struct ath6kl_usb *ar_usb) argument
255 ath6kl_usb_free_pipe_resources(&ar_usb
258 ath6kl_usb_get_logical_pipe_num(struct ath6kl_usb *ar_usb, u8 ep_address, int *urb_count) argument
304 ath6kl_usb_setup_pipe_resources(struct ath6kl_usb *ar_usb) argument
469 ath6kl_usb_flush_all(struct ath6kl_usb *ar_usb) argument
485 ath6kl_usb_start_recv_pipes(struct ath6kl_usb *ar_usb) argument
591 struct ath6kl_usb *ar_usb; local
613 ath6kl_usb_destroy(struct ath6kl_usb *ar_usb) argument
631 struct ath6kl_usb *ar_usb; local
683 struct ath6kl_usb *ar_usb; local
872 ath6kl_usb_submit_ctrl_out(struct ath6kl_usb *ar_usb, u8 req, u16 value, u16 index, void *data, u32 size) argument
904 ath6kl_usb_submit_ctrl_in(struct ath6kl_usb *ar_usb, u8 req, u16 value, u16 index, void *data, u32 size) argument
938 ath6kl_usb_ctrl_msg_exchange(struct ath6kl_usb *ar_usb, u8 req_val, u8 *req_buf, u32 req_len, u8 resp_val, u8 *resp_buf, u32 *resp_len) argument
965 struct ath6kl_usb *ar_usb = ar->hif_priv; local
1000 struct ath6kl_usb *ar_usb = ar->hif_priv; local
1026 struct ath6kl_usb *ar_usb = ar->hif_priv; local
1044 struct ath6kl_usb *ar_usb = ar->hif_priv; local
1124 struct ath6kl_usb *ar_usb = NULL; local
[all...]
/linux-master/drivers/net/wireless/ath/ath10k/
H A Dusb.c42 if (!pipe->ar_usb)
45 spin_lock_irqsave(&pipe->ar_usb->cs_lock, flags);
52 spin_unlock_irqrestore(&pipe->ar_usb->cs_lock, flags);
63 if (!pipe->ar_usb)
66 spin_lock_irqsave(&pipe->ar_usb->cs_lock, flags);
71 spin_unlock_irqrestore(&pipe->ar_usb->cs_lock, flags);
87 if (!pipe->ar_usb) {
116 struct ath10k_usb *ar_usb = ath10k_usb_priv(ar); local
120 ath10k_usb_free_pipe_resources(ar, &ar_usb->pipes[i]);
129 struct ath10k *ar = pipe->ar_usb
260 struct ath10k_usb *ar_usb = ath10k_usb_priv(ar); local
273 struct ath10k_usb *ar_usb = ath10k_usb_priv(ar); local
381 struct ath10k_usb *ar_usb = ath10k_usb_priv(ar); local
394 struct ath10k_usb *ar_usb = ath10k_usb_priv(ar); local
412 struct ath10k_usb *ar_usb = ath10k_usb_priv(ar); local
477 struct ath10k_usb *ar_usb = ath10k_usb_priv(ar); local
486 struct ath10k_usb *ar_usb = ath10k_usb_priv(ar); local
520 struct ath10k_usb *ar_usb = ath10k_usb_priv(ar); local
581 struct ath10k_usb *ar_usb = ath10k_usb_priv(ar); local
616 struct ath10k_usb *ar_usb = ath10k_usb_priv(ar); local
826 struct ath10k_usb *ar_usb = ath10k_usb_priv(ar); local
936 struct ath10k_usb *ar_usb = ath10k_usb_priv(ar); local
996 struct ath10k_usb *ar_usb; local
1065 struct ath10k_usb *ar_usb; local
1083 struct ath10k_usb *ar_usb = usb_get_intfdata(interface); local
1091 struct ath10k_usb *ar_usb = usb_get_intfdata(interface); local
[all...]
H A Dusb.h83 struct ath10k_usb *ar_usb; member in struct:ath10k_usb_pipe

Completed in 121 milliseconds