Searched refs:stubData (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/drivers/peripheral/wlan/hdi_service/ |
H A D | wlan_interface_drivers.c | 55 struct HdfWlanStubData *stubData = HdfStubDriver(); in HdfWlanInterfaceDriverInit() local 56 DListHeadInit(&stubData->remoteListHead); in HdfWlanInterfaceDriverInit() 57 ret = OsalMutexInit(&stubData->mutex); in HdfWlanInterfaceDriverInit() 64 OsalMutexDestroy(&stubData->mutex); in HdfWlanInterfaceDriverInit() 109 struct HdfWlanStubData *stubData = HdfStubDriver(); in HdfWlanInterfaceDriverRelease() local 110 if (stubData == NULL) { in HdfWlanInterfaceDriverRelease() 115 DLIST_FOR_EACH_ENTRY_SAFE(pos, tmp, &stubData->remoteListHead, struct HdfWlanRemoteNode, node) { in HdfWlanInterfaceDriverRelease() 119 OsalMutexDestroy(&stubData->mutex); in HdfWlanInterfaceDriverRelease()
|
/ohos5.0/drivers/peripheral/wlan/hostapd/interfaces/hdi_service/ |
H A D | hostapd_interface_drivers.c | 65 struct HdfHostapdStubData *stubData = HdfHostapdStubDriver(); in HdfHostapdInterfaceDriverInit() local 66 DListHeadInit(&stubData->remoteListHead); in HdfHostapdInterfaceDriverInit() 67 ret = OsalMutexInit(&stubData->mutex); in HdfHostapdInterfaceDriverInit() 117 struct HdfHostapdStubData *stubData = HdfHostapdStubDriver(); in HdfHostapdInterfaceDriverRelease() local 118 if (stubData == NULL) { in HdfHostapdInterfaceDriverRelease() 124 …DLIST_FOR_EACH_ENTRY_SAFE(pos, tmp, &stubData->remoteListHead, struct HdfHostapdRemoteNode, node) { in HdfHostapdInterfaceDriverRelease() 130 OsalMutexDestroy(&stubData->mutex); in HdfHostapdInterfaceDriverRelease()
|
/ohos5.0/drivers/peripheral/wlan/wpa/interfaces/hdi_service/ |
H A D | wpa_interface_drivers.c | 64 struct HdfWpaStubData *stubData = HdfWpaStubDriver(); in HdfWpaInterfaceDriverInit() local 65 DListHeadInit(&stubData->remoteListHead); in HdfWpaInterfaceDriverInit() 66 ret = OsalMutexInit(&stubData->mutex); in HdfWpaInterfaceDriverInit() 116 struct HdfWpaStubData *stubData = HdfWpaStubDriver(); in HdfWpaInterfaceDriverRelease() local 117 if (stubData == NULL) { in HdfWpaInterfaceDriverRelease() 123 DLIST_FOR_EACH_ENTRY_SAFE(pos, tmp, &stubData->remoteListHead, struct HdfWpaRemoteNode, node) { in HdfWpaInterfaceDriverRelease() 128 OsalMutexDestroy(&stubData->mutex); in HdfWpaInterfaceDriverRelease()
|
/ohos5.0/drivers/hdf_core/framework/tools/hc-gen/src/ |
H A D | bytecode_gen.cpp | 135 static char stubData[ALIGN_SIZE] = {0}; in Write() local 136 FsWrite(stubData, stubSize); in Write()
|