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:osal_dev_t
(Results
1 - 12
of
12
) sorted by relevance
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/osal/include/
H
A
D
hi_osal.h
385
}
osal_dev_t
;
typedef
421
int (*pm_prepare)(
osal_dev_t
*dev);
422
void (*pm_complete)(
osal_dev_t
*dev);
423
int (*pm_suspend)(
osal_dev_t
*dev);
424
int (*pm_resume)(
osal_dev_t
*dev);
425
int (*pm_freeze)(
osal_dev_t
*dev);
426
int (*pm_thaw)(
osal_dev_t
*dev);
427
int (*pm_poweroff)(
osal_dev_t
*dev);
428
int (*pm_restore)(
osal_dev_t
*dev);
429
int (*pm_suspend_late)(
osal_dev_t
*de
[all...]
/device/soc/hisilicon/hi3516dv300/sdk_linux/include/
H
A
D
hi_osal.h
382
}
osal_dev_t
;
typedef
418
int (*pm_prepare)(
osal_dev_t
*dev);
419
void (*pm_complete)(
osal_dev_t
*dev);
420
int (*pm_suspend)(
osal_dev_t
*dev);
421
int (*pm_resume)(
osal_dev_t
*dev);
422
int (*pm_freeze)(
osal_dev_t
*dev);
423
int (*pm_thaw)(
osal_dev_t
*dev);
424
int (*pm_poweroff)(
osal_dev_t
*dev);
425
int (*pm_restore)(
osal_dev_t
*dev);
426
int (*pm_suspend_late)(
osal_dev_t
*de
[all...]
/device/soc/hisilicon/hi3516dv300/sdk_liteos/include/
H
A
D
hi_osal.h
385
}
osal_dev_t
;
typedef
421
int (*pm_prepare)(
osal_dev_t
*dev);
422
void (*pm_complete)(
osal_dev_t
*dev);
423
int (*pm_suspend)(
osal_dev_t
*dev);
424
int (*pm_resume)(
osal_dev_t
*dev);
425
int (*pm_freeze)(
osal_dev_t
*dev);
426
int (*pm_thaw)(
osal_dev_t
*dev);
427
int (*pm_poweroff)(
osal_dev_t
*dev);
428
int (*pm_restore)(
osal_dev_t
*dev);
429
int (*pm_suspend_late)(
osal_dev_t
*de
[all...]
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/cbb/vo/vo_dev/mkp/src/
H
A
D
vou.c
57
static
osal_dev_t
*g_vo_device;
391
static hi_s32 vou_freeze(
osal_dev_t
*dev)
in vou_freeze()
397
static hi_s32 vou_restore(
osal_dev_t
*dev)
in vou_restore()
418
static hi_s32 vou_freeze(
osal_dev_t
*dev)
in vou_freeze()
424
static hi_s32 vou_restore(
osal_dev_t
*dev)
in vou_restore()
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/interdrv/hi3516cv500/mipi_tx/
H
A
D
mipi_tx.c
47
static
osal_dev_t
* g_mipi_tx_dev;
418
static int mipi_tx_freeze(
osal_dev_t
*pdev)
in mipi_tx_freeze()
424
static int mipi_tx_restore(
osal_dev_t
*pdev)
in mipi_tx_restore()
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/osal/linux/
H
A
D
osal_device.c
761
osal_dev_t
*osal_createdev(const char *name)
in osal_createdev()
787
int osal_destroydev(
osal_dev_t
*osal_dev)
in osal_destroydev()
804
int osal_registerdevice(
osal_dev_t
*osal_dev)
in osal_registerdevice()
832
void osal_deregisterdevice(
osal_dev_t
*pdev)
in osal_deregisterdevice()
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/interdrv/common/hi_adc/
H
A
D
hi_adc.c
305
static
osal_dev_t
*g_lsadc_device = NULL;
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/cbb/sysd/mkp/src/
H
A
D
sys_ext.c
747
static
osal_dev_t
*g_sys_device = HI_NULL;
809
static hi_s32 sys_freeze(
osal_dev_t
*dev)
in sys_freeze()
815
static hi_s32 sys_restore(
osal_dev_t
*dev)
in sys_restore()
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/component/tde/driver/src/src/
H
A
D
tde_ioctl.c
134
static
osal_dev_t
*g_tde_device;
223
static hi_s32 tde_freeze(
osal_dev_t
*pdev)
in tde_freeze()
229
static hi_s32 tde_restore(
osal_dev_t
*pdev)
in tde_restore()
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/interdrv/hi3516cv500/mipi_rx/
H
A
D
mipi_rx.c
58
static
osal_dev_t
*g_mipirx_dev = NULL;
1872
static int mipi_rx_freeze(
osal_dev_t
*pdev)
in mipi_rx_freeze()
1878
static int mipi_rx_restore(
osal_dev_t
*pdev)
in mipi_rx_restore()
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/cbb/based/mkp/src/
H
A
D
cmpi_log.c
513
static
osal_dev_t
*s_log_device;
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/component/hdmi/src/mkp/
H
A
D
drv_hdmi_intf.c
77
static
osal_dev_t
*g_hdmi_device = HI_NULL;
Completed in 18 milliseconds