Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/staging/ath6kl/htc2/
Dhtc_services.c133 HTC_CONNECT_SERVICE_MSG *pConnectMsg; in HTCConnectService()
159 pConnectMsg = (HTC_CONNECT_SERVICE_MSG *)pSendPacket->pBuffer; in HTCConnectService()
161 A_MEMZERO(pConnectMsg,sizeof(HTC_CONNECT_SERVICE_MSG)); in HTCConnectService()
169 memcpy((u8 *)pConnectMsg + sizeof(HTC_CONNECT_SERVICE_MSG), in HTCConnectService()
178 sizeof(HTC_CONNECT_SERVICE_MSG) + pConnectMsg->ServiceMetaLength, in HTCConnectService()
/linux-2.6.39/drivers/staging/ath6kl/include/common/
Dhtc.h159 } POSTPACK HTC_CONNECT_SERVICE_MSG; typedef