Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/staging/ath6kl/miscdrv/
Dar3kconfig.c141 length += pConfig->pHCIProps->HeadRoom + pConfig->pHCIProps->TailRoom; in SendHCICommandWaitCommandComplete()
142 length += pConfig->pHCIProps->IOBlockPad; in SendHCICommandWaitCommandComplete()
156 memcpy(pBuffer + pConfig->pHCIProps->HeadRoom,pHCICommand,CmdLength); in SendHCICommandWaitCommandComplete()
159 pBuffer + pConfig->pHCIProps->HeadRoom, in SendHCICommandWaitCommandComplete()
176 pTemp = pBuffer + pConfig->pHCIProps->HeadRoom; in SendHCICommandWaitCommandComplete()
464 … if ((pConfig->pHCIDev == NULL) || (pConfig->pHCIProps == NULL) || (pConfig->pHIFDevice == NULL)) { in AR3KConfigure()
533 … if ((pConfig->pHCIDev == NULL) || (pConfig->pHCIProps == NULL) || (pConfig->pHIFDevice == NULL)) { in AR3KConfigureExit()
/linux-2.6.39/drivers/staging/ath6kl/include/
Dar3kconfig.h44 struct hci_transport_properties *pHCIProps; /* HCI bridge props */ member
/linux-2.6.39/drivers/staging/ath6kl/os/linux/
Dhci_bridge.c271 ar3kconfig.pHCIProps = &pHcidevInfo->HCIProps; in ar6000_hci_transport_ready()
673 config->pHCIProps = &pHcidevInfo->HCIProps;