Searched refs:HdfWlanRemoteNode (Results 1 - 3 of 3) sorted by relevance
/drivers/peripheral/wlan/hdi_service/ |
H A D | wlan_interface_drivers.c | 107 struct HdfWlanRemoteNode *pos = NULL;
in HdfWlanInterfaceDriverRelease() 108 struct HdfWlanRemoteNode *tmp = NULL;
in HdfWlanInterfaceDriverRelease() 115 DLIST_FOR_EACH_ENTRY_SAFE(pos, tmp, &stubData->remoteListHead, struct HdfWlanRemoteNode, node) {
in HdfWlanInterfaceDriverRelease()
|
H A D | wlan_impl.h | 36 struct HdfWlanRemoteNode {
struct
|
/drivers/peripheral/wlan/hdi_service/service_common/ |
H A D | wlan_common_cmd.c | 535 struct HdfWlanRemoteNode *pos = NULL;
in HdfWlanAddRemoteObj() 543 DLIST_FOR_EACH_ENTRY(pos, head, struct HdfWlanRemoteNode, node) {
in HdfWlanAddRemoteObj() argument 551 struct HdfWlanRemoteNode *newRemoteNode =
in HdfWlanAddRemoteObj() 552 (struct HdfWlanRemoteNode *)OsalMemCalloc(sizeof(struct HdfWlanRemoteNode));
in HdfWlanAddRemoteObj() 698 static int32_t ProcessEventScanResult(struct HdfWlanRemoteNode *node, uint32_t event, WifiScanResult *wifiScanResult,
in ProcessEventScanResult() 720 static int32_t ProcessEventScanResults(struct HdfWlanRemoteNode *node, uint32_t event,
in ProcessEventScanResults() 758 static int32_t ProcessEventScanAborted(struct HdfWlanRemoteNode *node, uint32_t event, const char *ifName)
in ProcessEventScanAborted() 773 static int32_t ProcessEventActionReceived(struct HdfWlanRemoteNode *node, uint32_t event,
in ProcessEventActionReceived() 789 static int32_t ProcessEventDataFrameReceived(struct HdfWlanRemoteNode *nod 854 DLIST_FOR_EACH_ENTRY(pos, head, struct HdfWlanRemoteNode, node) HdfWLanCallbackFun() argument 885 DLIST_FOR_EACH_ENTRY(pos, head, struct HdfWlanRemoteNode, node) HdfWlanNetlinkCallbackFun() argument 905 DLIST_FOR_EACH_ENTRY_SAFE(pos, tmp, head, struct HdfWlanRemoteNode, node) HdfWlanDelRemoteObj() argument [all...] |
Completed in 3 milliseconds