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:pm_resume
(Results
1 - 11
of
11
) sorted by relevance
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/osal/linux/himedia/
H
A
D
himedia.h
38
int (*
pm_resume
)(struct himedia_device *);
member
H
A
D
base.c
103
if ((pdrv->ops == NULL) || (pdrv->ops->
pm_resume
== NULL)) {
in himedia_pm_resume()
107
return pdrv->ops->
pm_resume
(pdev);
in himedia_pm_resume()
/device/soc/hisilicon/hi3751v350/sdk_linux/source/msp/drv/hidev/kernel/
H
A
D
hidev.c
107
.
pm_resume
= hidev_pm_resume,
/device/soc/hisilicon/hi3751v350/sdk_linux/source/common/drv/osal/
H
A
D
osal_device.c
453
if (pmops->
pm_resume
!= NULL) {
in osal_pm_resume()
454
return pmops->
pm_resume
(pmops->private_data);
in osal_pm_resume()
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/osal/linux/
H
A
D
osal_device.c
555
if (coat_dev->osal_dev.osal_pmops && coat_dev->osal_dev.osal_pmops->
pm_resume
) {
in osal_pm_resume()
556
return coat_dev->osal_dev.osal_pmops->
pm_resume
(&(coat_dev->osal_dev));
in osal_pm_resume()
742
.
pm_resume
= osal_pm_resume,
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/osal/include/
H
A
D
hi_osal.h
424
int (*
pm_resume
)(osal_dev_t *dev);
member
/device/soc/hisilicon/hi3516dv300/sdk_linux/include/
H
A
D
hi_osal.h
421
int (*
pm_resume
)(osal_dev_t *dev);
member
/device/soc/hisilicon/hi3751v350/sdk_linux/source/common/drv/include/
H
A
D
hi_osal.h
407
int (*
pm_resume
)(void *private_data);
member
/device/soc/hisilicon/hi3751v350/sdk_linux/source/msp/drv/i2c/std_i2c/
H
A
D
drv_i2c_intf.c
332
.
pm_resume
= i2c_pm_resume,
/device/soc/hisilicon/hi3516dv300/sdk_liteos/include/
H
A
D
hi_osal.h
424
int (*
pm_resume
)(osal_dev_t *dev);
member
/device/soc/hisilicon/hi3751v350/sdk_linux/source/msp/drv/gpio/
H
A
D
drv_gpio_intf.c
651
.
pm_resume
= gpio_resume,
Completed in 11 milliseconds