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:driverMgr
(Results
1 - 4
of
4
) sorted by relevance
/device/soc/hisilicon/common/platform/hieth-sf/adapter/
H
A
D
hdf_driver_register.c
30
struct HdfEthChipDriverManager *
driverMgr
= HdfEthGetChipDriverMgr();
in HdfEthRegHisiDriverFactory()
local
32
if (
driverMgr
== NULL ||
driverMgr
->RegChipDriver == NULL) {
in HdfEthRegHisiDriverFactory()
33
HDF_LOGE("%s fail:
driverMgr
is NULL", __func__);
in HdfEthRegHisiDriverFactory()
42
if (
driverMgr
->RegChipDriver(&tmpFactory) != HDF_SUCCESS) {
in HdfEthRegHisiDriverFactory()
43
HDF_LOGE("%s fail:
driverMgr
is NULL", __func__);
in HdfEthRegHisiDriverFactory()
/device/board/hihope/rk3568/wifi/bcmdhd_wifi6/hdfadapt/
H
A
D
hdf_driver_bdh_register.c
127
struct HdfChipDriverManager *
driverMgr
= NULL;
in HDFWlanRegBDH6DriverFactory()
local
128
driverMgr
= HdfWlanGetChipDriverMgr();
in HDFWlanRegBDH6DriverFactory()
129
if (
driverMgr
== NULL) {
in HDFWlanRegBDH6DriverFactory()
130
HDF_LOGE("%s fail:
driverMgr
is NULL!", __func__);
in HDFWlanRegBDH6DriverFactory()
140
if (
driverMgr
->RegChipDriver(&BDH6Factory) != HDF_SUCCESS) {
in HDFWlanRegBDH6DriverFactory()
141
HDF_LOGE("%s fail:
driverMgr
is NULL!", __func__);
in HDFWlanRegBDH6DriverFactory()
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/hdfadapt/
H
A
D
hdf_driver_register.c
93
struct HdfChipDriverManager *
driverMgr
= NULL;
in HDFWlanRegHisiDriverFactory()
local
94
driverMgr
= HdfWlanGetChipDriverMgr();
in HDFWlanRegHisiDriverFactory()
95
if (
driverMgr
== NULL) {
in HDFWlanRegHisiDriverFactory()
96
HDF_LOGE("%s fail:
driverMgr
is NULL!", __func__);
in HDFWlanRegHisiDriverFactory()
106
if (
driverMgr
->RegChipDriver(&tmpFactory) != HDF_SUCCESS) {
in HDFWlanRegHisiDriverFactory()
107
HDF_LOGE("%s fail:
driverMgr
is NULL!", __func__);
in HDFWlanRegHisiDriverFactory()
/device/qemu/drivers/virtio/
H
A
D
virtnet.c
743
struct HdfChipDriverManager *
driverMgr
= NULL;
in FakeFactoryInit()
local
753
driverMgr
= HdfWlanGetChipDriverMgr();
in FakeFactoryInit()
754
if (
driverMgr
== NULL ||
driverMgr
->RegChipDriver == NULL) {
in FakeFactoryInit()
755
HDF_LOGE("[%s]
driverMgr
or its RegChipDriver is NULL!", __func__);
in FakeFactoryInit()
766
if ((ret =
driverMgr
->RegChipDriver(tmpFactory)) != HDF_SUCCESS) {
in FakeFactoryInit()
Completed in 3 milliseconds