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:drv2605lCfgData
(Results
1 - 2
of
2
) sorted by relevance
/drivers/peripheral/vibrator/chipset/drv2605l/
H
A
D
vibrator_drv2605l_driver.c
122
chipIdReg = drvData->
drv2605lCfgData
->vibratorAttr.chipIdReg;
in DetectDrv2605lDevice()
123
chipIdValue = drvData->
drv2605lCfgData
->vibratorAttr.chipIdValue;
in DetectDrv2605lDevice()
125
ret = GetDrv2605lI2cHandle(&drvData->
drv2605lCfgData
->vibratorBus.i2cCfg);
in DetectDrv2605lDevice()
128
ReleaseDrv2605lBusHandle(&drvData->
drv2605lCfgData
->vibratorBus.i2cCfg);
in DetectDrv2605lDevice()
132
ret = ReadDrv2605l(&drvData->
drv2605lCfgData
->vibratorBus.i2cCfg, chipIdReg, &value, sizeof(value));
in DetectDrv2605lDevice()
135
ReleaseDrv2605lBusHandle(&drvData->
drv2605lCfgData
->vibratorBus.i2cCfg);
in DetectDrv2605lDevice()
141
ReleaseDrv2605lBusHandle(&drvData->
drv2605lCfgData
->vibratorBus.i2cCfg);
in DetectDrv2605lDevice()
149
static int32_t InitDrv2605lChip(struct VibratorCfgData *
drv2605lCfgData
)
in InitDrv2605lChip()
argument
155
if (WriteDrv2605l(&
drv2605lCfgData
->vibratorBus.i2cCfg, value, sizeof(value)) != HDF_SUCCESS) {
in InitDrv2605lChip()
162
if (WriteDrv2605l(&
drv2605lCfgData
in InitDrv2605lChip()
[all...]
H
A
D
vibrator_drv2605l_driver.h
53
struct VibratorCfgData *
drv2605lCfgData
;
member
Completed in 2 milliseconds