Home
last modified time | relevance | path

Searched refs:htcCallbacks (Results 1 – 3 of 3) sorted by relevance

/linux-2.6.39/drivers/staging/ath6kl/hif/sdio/linux_sdio/src/
Dhif.c451 device->htcCallbacks.rwCompletionHandler(context, status); in async_task()
785 status = device->htcCallbacks.dsrHandler(device->htcCallbacks.context); in hifIRQHandler()
1237 if (device->htcCallbacks.context != NULL) { in HIFAttachHTC()
1241 device->htcCallbacks = *callbacks; in HIFAttachHTC()
1247 A_MEMZERO(&device->htcCallbacks,sizeof(device->htcCallbacks)); in HIFDetachHTC()
/linux-2.6.39/drivers/staging/ath6kl/htc2/AR6000/
Dar6k.c82 HTC_CALLBACKS htcCallbacks; in DevSetup() local
91 A_MEMZERO(&htcCallbacks, sizeof(HTC_CALLBACKS)); in DevSetup()
93 htcCallbacks.rwCompletionHandler = DevRWCompletionHandler; in DevSetup()
94 htcCallbacks.dsrHandler = DevDsrHandler; in DevSetup()
95 htcCallbacks.context = pDev; in DevSetup()
97 status = HIFAttachHTC(pDev->HIFDevice, &htcCallbacks); in DevSetup()
/linux-2.6.39/drivers/staging/ath6kl/hif/sdio/linux_sdio/include/
Dhif_internal.h76 HTC_CALLBACKS htcCallbacks; member