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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/ath/ath9k/
H A Dhtc_hst.h36 void (*start) (void *hif_handle, u8 pipe);
37 void (*stop) (void *hif_handle, u8 pipe);
38 int (*send) (void *hif_handle, u8 pipe, struct sk_buff *buf,
237 struct htc_target *ath9k_htc_hw_alloc(void *hif_handle,
H A Dhif_usb.c313 static void hif_usb_start(void *hif_handle, u8 pipe_id) argument
315 struct hif_device_usb *hif_dev = (struct hif_device_usb *)hif_handle;
325 static void hif_usb_stop(void *hif_handle, u8 pipe_id) argument
327 struct hif_device_usb *hif_dev = (struct hif_device_usb *)hif_handle;
344 static int hif_usb_send(void *hif_handle, u8 pipe_id, struct sk_buff *skb, argument
347 struct hif_device_usb *hif_dev = (struct hif_device_usb *)hif_handle;
H A Dhtc_hst.c428 struct htc_target *ath9k_htc_hw_alloc(void *hif_handle, argument
446 target->hif_dev = hif_handle;

Completed in 219 milliseconds