Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:deInit
(Results
1 - 19
of
19
) sorted by relevance
/drivers/hdf_core/framework/model/network/wifi/core/module/
H
A
D
wifi_feature.c
42
if ((featureData != NULL) && (featureData->
deInit
!= NULL)) {
in DelFeature()
43
featureData->
deInit
(module->feList.fe[featureType]);
in DelFeature()
H
A
D
wifi_module.c
64
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
D
wifi_module.h
76
int32_t (*
deInit
)(struct WifiFeature *feature);
member
108
int32_t (*
deInit
)(struct WifiModule *module);
member
H
A
D
hdf_ibus_intf.h
49
void (*
deInit
)(struct BusDev *dev);
member
/drivers/hdf_core/framework/model/network/common/netdevice/
H
A
D
net_device_impl.h
32
int32_t (*
deInit
)(struct NetDeviceImpl *netDevice);
member
H
A
D
net_device.c
89
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
D
hdf_module_test.c
52
.
deInit
= P2pDeinit,
/drivers/hdf_core/framework/model/network/wifi/bus/
H
A
D
hdf_usb_intf.c
212
dev->ops.
deInit
= HdfUsbReleaseDev;
in HdfSetBusOps()
H
A
D
hdf_sdio_intf.c
359
dev->ops.
deInit
= HdfSdioReleaseDev;
in HdfSetBusOps()
H
A
D
hdf_pcie_intf.c
337
dev->ops.
deInit
= HdfPcieReleaseDev;
in HdfSetBusOps()
/drivers/hdf_core/framework/model/network/wifi/core/
H
A
D
hdf_wifi_core.c
332
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
D
net_device.h
499
void (*
deInit
)(struct NetDevice *netDev); /**< Deinitializes a network device to be delete. */
member
/drivers/hdf_core/adapter/khdf/linux/network/src/
H
A
D
net_device_adapter.c
431
.
deInit
= NetDevDeInit,
/drivers/hdf_core/adapter/khdf/liteos_m/network/src/
H
A
D
net_device_adapter.c
558
.
deInit
= LiteNetDevDeInit,
/drivers/hdf_core/framework/model/network/wifi/core/components/p2p/
H
A
D
p2p.c
410
.
deInit
= P2pDeinit
/drivers/hdf_core/framework/test/unittest/platform/common/
H
A
D
pcie_bus_test.c
355
tester->busDev.ops.
deInit
(&tester->busDev);
in PcieBusTesterPut()
/drivers/hdf_core/adapter/khdf/liteos/network/src/
H
A
D
net_device_adapter.c
597
.
deInit
= LiteNetDevDeInit,
/drivers/hdf_core/framework/model/network/wifi/core/components/sta/
H
A
D
sta.c
665
.
deInit
= StaDeinit
/drivers/hdf_core/framework/model/network/wifi/core/components/softap/
H
A
D
ap.c
563
.
deInit
= ApDeinit
Completed in 12 milliseconds