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_suspend
(Results
1 - 12
of
12
) sorted by relevance
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/osal/linux/himedia/
H
A
D
himedia.h
37
int (*
pm_suspend
)(struct himedia_device *);
member
H
A
D
base.c
91
if ((pdrv->ops == NULL) || (pdrv->ops->
pm_suspend
== NULL)) {
in himedia_pm_suspend()
95
return pdrv->ops->
pm_suspend
(pdev);
in himedia_pm_suspend()
/device/soc/hisilicon/hi3751v350/sdk_linux/source/msp/drv/hidev/kernel/
H
A
D
hidev.c
106
.
pm_suspend
= hidev_pm_suspend,
/device/soc/hisilicon/hi3751v350/sdk_linux/source/common/drv/osal/
H
A
D
osal_device.c
437
if (pmops->
pm_suspend
!= NULL) {
in osal_pm_suspend()
438
return pmops->
pm_suspend
(pmops->private_data);
in osal_pm_suspend()
/device/soc/rockchip/common/sdk_linux/kernel/power/
H
A
D
suspend.c
625
*
pm_suspend
- Externally visible function for suspending the system.
631
int
pm_suspend
(suspend_state_t state)
in pm_suspend()
function
650
EXPORT_SYMBOL(
pm_suspend
);
variable
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/osal/linux/
H
A
D
osal_device.c
544
if (coat_dev->osal_dev.osal_pmops && coat_dev->osal_dev.osal_pmops->
pm_suspend
) {
in osal_pm_suspend()
545
return coat_dev->osal_dev.osal_pmops->
pm_suspend
(&(coat_dev->osal_dev));
in osal_pm_suspend()
741
.
pm_suspend
= osal_pm_suspend,
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/osal/include/
H
A
D
hi_osal.h
423
int (*
pm_suspend
)(osal_dev_t *dev);
member
/device/soc/hisilicon/hi3516dv300/sdk_linux/include/
H
A
D
hi_osal.h
420
int (*
pm_suspend
)(osal_dev_t *dev);
member
/device/soc/hisilicon/hi3751v350/sdk_linux/source/common/drv/include/
H
A
D
hi_osal.h
406
int (*
pm_suspend
)(void *private_data);
member
/device/soc/hisilicon/hi3751v350/sdk_linux/source/msp/drv/i2c/std_i2c/
H
A
D
drv_i2c_intf.c
331
.
pm_suspend
= i2c_pm_suspend,
/device/soc/hisilicon/hi3516dv300/sdk_liteos/include/
H
A
D
hi_osal.h
423
int (*
pm_suspend
)(osal_dev_t *dev);
member
/device/soc/hisilicon/hi3751v350/sdk_linux/source/msp/drv/gpio/
H
A
D
drv_gpio_intf.c
650
.
pm_suspend
= gpio_suspend,
Completed in 11 milliseconds