Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/ath/ath9k/
H A Dhtc_hst.h36 void (*start) (void *hif_handle);
37 void (*stop) (void *hif_handle);
38 void (*sta_drain) (void *hif_handle, u8 idx);
39 int (*send) (void *hif_handle, u8 pipe, struct sk_buff *buf);
221 struct htc_target *ath9k_htc_hw_alloc(void *hif_handle,
H A Dhtc_hst.c495 struct htc_target *ath9k_htc_hw_alloc(void *hif_handle, in ath9k_htc_hw_alloc() argument
510 target->hif_dev = hif_handle; in ath9k_htc_hw_alloc()