Home
last modified time | relevance | path

Searched refs:deInit (Results 1 - 19 of 19) sorted by relevance

/drivers/hdf_core/framework/model/network/wifi/core/module/
H A Dwifi_feature.c42 if ((featureData != NULL) && (featureData->deInit != NULL)) { in DelFeature()
43 featureData->deInit(module->feList.fe[featureType]); in DelFeature()
H A Dwifi_module.c64 if ((module->feList.fe[i] != NULL) && (module->feList.fe[i]->deInit != NULL)) { in DeInitFeatures()
65 module->feList.fe[i]->deInit(module->feList.fe[i]); in DeInitFeatures()
85 module->iface.deInit = DeInitFeatures; in InitWifiModule()
/drivers/hdf_core/framework/include/wifi/
H A Dwifi_module.h76 int32_t (*deInit)(struct WifiFeature *feature); member
108 int32_t (*deInit)(struct WifiModule *module); member
H A Dhdf_ibus_intf.h49 void (*deInit)(struct BusDev *dev); member
/drivers/hdf_core/framework/model/network/common/netdevice/
H A Dnet_device_impl.h32 int32_t (*deInit)(struct NetDeviceImpl *netDevice); member
H A Dnet_device.c89 if (netDeviceImpl->interFace != NULL && netDeviceImpl->interFace->deInit != NULL) { in DeInitNetDeviceImpl()
90 netDeviceImpl->interFace->deInit(netDeviceImpl); in DeInitNetDeviceImpl()
/drivers/hdf_core/framework/test/unittest/model/network/wifi/unittest/module/
H A Dhdf_module_test.c52 .deInit = P2pDeinit,
/drivers/hdf_core/framework/model/network/wifi/bus/
H A Dhdf_usb_intf.c212 dev->ops.deInit = HdfUsbReleaseDev; in HdfSetBusOps()
H A Dhdf_sdio_intf.c359 dev->ops.deInit = HdfSdioReleaseDev; in HdfSetBusOps()
H A Dhdf_pcie_intf.c337 dev->ops.deInit = HdfPcieReleaseDev; in HdfSetBusOps()
/drivers/hdf_core/framework/model/network/wifi/core/
H A Dhdf_wifi_core.c332 if (device->bus != NULL && device->bus->ops.deInit != NULL) { in ReleaseWlanDevice()
333 device->bus->ops.deInit(device->bus); in ReleaseWlanDevice()
/drivers/hdf_core/framework/include/net/
H A Dnet_device.h499 void (*deInit)(struct NetDevice *netDev); /**< Deinitializes a network device to be delete. */ member
/drivers/hdf_core/adapter/khdf/linux/network/src/
H A Dnet_device_adapter.c431 .deInit = NetDevDeInit,
/drivers/hdf_core/adapter/khdf/liteos_m/network/src/
H A Dnet_device_adapter.c558 .deInit = LiteNetDevDeInit,
/drivers/hdf_core/framework/model/network/wifi/core/components/p2p/
H A Dp2p.c410 .deInit = P2pDeinit
/drivers/hdf_core/framework/test/unittest/platform/common/
H A Dpcie_bus_test.c355 tester->busDev.ops.deInit(&tester->busDev); in PcieBusTesterPut()
/drivers/hdf_core/adapter/khdf/liteos/network/src/
H A Dnet_device_adapter.c597 .deInit = LiteNetDevDeInit,
/drivers/hdf_core/framework/model/network/wifi/core/components/sta/
H A Dsta.c665 .deInit = StaDeinit
/drivers/hdf_core/framework/model/network/wifi/core/components/softap/
H A Dap.c563 .deInit = ApDeinit

Completed in 12 milliseconds