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_freeze
(Results
1 - 11
of
11
) sorted by relevance
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/osal/linux/himedia/
H
A
D
himedia.h
40
int (*
pm_freeze
)(struct himedia_device *);
member
H
A
D
base.c
115
if ((pdrv->ops == NULL) || (pdrv->ops->
pm_freeze
== NULL)) {
in himedia_pm_freeze()
119
return pdrv->ops->
pm_freeze
(pdev);
in himedia_pm_freeze()
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/osal/linux/
H
A
D
osal_device.c
566
if (coat_dev->osal_dev.osal_pmops && coat_dev->osal_dev.osal_pmops->
pm_freeze
) {
in osal_pm_freeze()
567
return coat_dev->osal_dev.osal_pmops->
pm_freeze
(&(coat_dev->osal_dev));
in osal_pm_freeze()
743
.
pm_freeze
= osal_pm_freeze,
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/interdrv/hi3516cv500/mipi_tx/
H
A
D
mipi_tx.c
431
.
pm_freeze
= mipi_tx_freeze,
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/cbb/vo/vo_dev/mkp/src/
H
A
D
vou.c
442
.
pm_freeze
= vou_freeze,
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/osal/include/
H
A
D
hi_osal.h
425
int (*
pm_freeze
)(osal_dev_t *dev);
member
/device/soc/hisilicon/hi3516dv300/sdk_linux/include/
H
A
D
hi_osal.h
422
int (*
pm_freeze
)(osal_dev_t *dev);
member
/device/soc/hisilicon/hi3516dv300/sdk_liteos/include/
H
A
D
hi_osal.h
425
int (*
pm_freeze
)(osal_dev_t *dev);
member
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/cbb/sysd/mkp/src/
H
A
D
sys_ext.c
822
.
pm_freeze
= sys_freeze,
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/component/tde/driver/src/src/
H
A
D
tde_ioctl.c
236
.
pm_freeze
= tde_freeze,
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/interdrv/hi3516cv500/mipi_rx/
H
A
D
mipi_rx.c
1885
.
pm_freeze
= mipi_rx_freeze,
Completed in 12 milliseconds