Home
last modified time | relevance | path

Searched refs:HCI_TransportAttach (Results 1 – 5 of 5) sorted by relevance

/linux-2.6.39/drivers/staging/ath6kl/include/
Dhci_transport_api.h116 HCI_TRANSPORT_HANDLE HCI_TransportAttach(void *HTCHandle, struct hci_transport_config_info *pInfo);
/linux-2.6.39/drivers/staging/ath6kl/os/linux/include/
Dexport_hci_transport.h42 #define HCI_TransportAttach(HTCHandle, pInfo) \ macro
/linux-2.6.39/drivers/staging/ath6kl/os/linux/
Dexport_hci_transport.c58 _HCI_TransportAttach = HCI_TransportAttach; in ar6000_register_hci_transport()
Dhci_bridge.c538 pHcidevInfo->pHCIDev = HCI_TransportAttach(pHcidevInfo->HCITransHdl.htcHandle, &config);
540 pHcidevInfo->pHCIDev = HCI_TransportAttach(ar->arHtcTarget, &config);
/linux-2.6.39/drivers/staging/ath6kl/htc2/AR6000/
Dar6k_gmbox_hciuart.c939 HCI_TRANSPORT_HANDLE HCI_TransportAttach(void *HTCHandle, struct hci_transport_config_info *pInfo) in HCI_TransportAttach() function