Home
last modified time | relevance | path

Searched refs:HTC_CALLBACKS (Results 1 – 4 of 4) sorted by relevance

/linux-2.6.39/drivers/staging/ath6kl/include/
Dhif.h40 typedef struct htc_callbacks HTC_CALLBACKS; typedef
384 int HIFAttachHTC(struct hif_device *device, HTC_CALLBACKS *callbacks);
/linux-2.6.39/drivers/staging/ath6kl/hif/sdio/linux_sdio/include/
Dhif_internal.h76 HTC_CALLBACKS htcCallbacks;
/linux-2.6.39/drivers/staging/ath6kl/htc2/AR6000/
Dar6k.c82 HTC_CALLBACKS htcCallbacks; in DevSetup()
91 A_MEMZERO(&htcCallbacks, sizeof(HTC_CALLBACKS)); in DevSetup()
/linux-2.6.39/drivers/staging/ath6kl/hif/sdio/linux_sdio/src/
Dhif.c1235 int HIFAttachHTC(struct hif_device *device, HTC_CALLBACKS *callbacks) in HIFAttachHTC()