Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/staging/ath6kl/include/
Dhci_transport_api.h95 void (*TransportRemoved)(void *pContext); /* transport was removed */ member
/linux-2.6.39/drivers/staging/ath6kl/htc2/AR6000/
Dar6k_gmbox_hciuart.c900 A_ASSERT(pProtocol->HCIConfig.TransportRemoved != NULL); in GMboxProtocolUninstall()
901 pProtocol->HCIConfig.TransportRemoved(pProtocol->HCIConfig.pContext); in GMboxProtocolUninstall()
/linux-2.6.39/drivers/staging/ath6kl/os/linux/
Dhci_bridge.c531 config.TransportRemoved = ar6000_hci_transport_removed;