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
defs:cdev
(Results
1 - 5
of
5
) sorted by relevance
/drivers/hdf_core/framework/core/adapter/vnode/include/
H
A
D
hdf_vnode_adapter.h
23
struct OsalCdev *
cdev
;
member
/drivers/hdf_core/adapter/khdf/linux/platform/watchdog/
H
A
D
watchdog_adapter.c
166
struct
cdev
cdev
;
in WdtCoreDataToWdd()
member
/drivers/hdf_core/adapter/khdf/liteos/osal/src/
H
A
D
osal_cdev.c
128
struct OsalCdev *
cdev
= OsalMemCalloc(sizeof(struct OsalCdev));
in OsalAllocCdev()
local
139
int OsalRegisterCdev(struct OsalCdev *
cdev
, const char *name, unsigned int mode, void *priv)
in OsalRegisterCdev()
argument
157
OsalUnregisterCdev(struct OsalCdev *
cdev
)
OsalUnregisterCdev()
argument
164
OsalFreeCdev(struct OsalCdev *
cdev
)
OsalFreeCdev()
argument
171
OsalGetCdevPriv(struct OsalCdev *
cdev
)
OsalGetCdevPriv()
argument
[all...]
/drivers/hdf_core/adapter/khdf/linux/osal/src/
H
A
D
osal_cdev.c
38
struct
cdev
cdev
;
member
112
static int RegisterDev(struct OsalCdev*
cdev
, const char* devName)
in RegisterDev()
argument
214
struct OsalCdev*
cdev
= OsalMemCalloc(sizeof(struct OsalCdev));
OsalAllocCdev()
local
225
OsalRegisterCdev(struct OsalCdev*
cdev
, const char* name, unsigned int mode, void* priv)
OsalRegisterCdev()
argument
243
OsalUnregisterCdev(struct OsalCdev*
cdev
)
OsalUnregisterCdev()
argument
253
OsalFreeCdev(struct OsalCdev*
cdev
)
OsalFreeCdev()
argument
260
OsalGetCdevPriv(struct OsalCdev*
cdev
)
OsalGetCdevPriv()
argument
[all...]
/drivers/hdf_core/framework/core/adapter/vnode/src/
H
A
D
hdf_vnode_adapter.c
648
int HdfVNodeAdapterOpen(struct OsalCdev *
cdev
, struct file *filep)
in HdfVNodeAdapterOpen()
argument
700
static int HdfVNodeAdapterClose(struct OsalCdev *
cdev
, struct file *filep)
in HdfVNodeAdapterClose()
argument
Completed in 3 milliseconds