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
(Results
1 - 15
of
15
) sorted by relevance
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/osal/linux/
H
A
D
osal_device.c
48
struct
osal_dev
osal_dev
;
member
53
struct
osal_dev
*dev;
126
pdata->dev = &(coat_dev->
osal_dev
);
in osal_open()
127
if (coat_dev->
osal_dev
.fops->open != NULL) {
in osal_open()
128
return coat_dev->
osal_dev
.fops->open((void *)&(pdata->data));
in osal_open()
523
if (coat_dev->
osal_dev
.osal_pmops && coat_dev->
osal_dev
.osal_pmops->pm_prepare) {
in osal_pm_prepare()
524
return coat_dev->
osal_dev
.osal_pmops->pm_prepare(&(coat_dev->
osal_dev
));
in osal_pm_prepare()
787
osal_destroydev(
osal_dev
_t *
osal_dev
)
osal_destroydev()
argument
804
osal_registerdevice(
osal_dev
_t *
osal_dev
)
osal_registerdevice()
argument
[all...]
/device/soc/hisilicon/hi3751v350/sdk_linux/source/common/drv/osal/
H
A
D
osal_device.c
37
osal_dev
*dev;
78
osal_dev
*dev = NULL;
in osal_open()
81
dev = (
osal_dev
*)file->private_data;
in osal_open()
498
int osal_dev_register(
osal_dev
*dev)
in osal_dev_register()
554
void osal_dev_unregister(
osal_dev
*dev)
in osal_dev_unregister()
/device/soc/hisilicon/hi3751v350/sdk_linux/source/common/drv/include/
H
A
D
hi_osal.h
423
}
osal_dev
;
typedef
428
int osal_dev_register(
osal_dev
*dev);
429
void osal_dev_unregister(
osal_dev
*dev);
/device/soc/hisilicon/hi3751v350/sdk_linux/source/msp/drv/hidev/kernel/
H
A
D
hidev.c
125
static
osal_dev
g_hidev_dev = {
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/interdrv/common/wtdg/
H
A
D
hi_wtdg.c
312
static struct
osal_dev
*g_hidog_miscdev = NULL;
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/interdrv/common/hi_proc/kernel/
H
A
D
hiproc.c
27
static struct
osal_dev
*g_hiproc_dev = HI_NULL;
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/interdrv/common/hi_ir/
H
A
D
hiir.c
532
static struct
osal_dev
*g_hiir_miscdev = NULL;
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/osal/include/
H
A
D
hi_osal.h
377
typedef struct
osal_dev
{
struct
/device/soc/hisilicon/hi3516dv300/sdk_linux/include/
H
A
D
hi_osal.h
374
typedef struct
osal_dev
{
struct
/device/soc/hisilicon/hi3751v350/sdk_linux/source/msp/drv/hiproc/kernel/
H
A
D
hiproc.c
306
static
osal_dev
g_hiproc_dev = {
/device/soc/hisilicon/hi3751v350/sdk_linux/source/msp/drv/i2c/std_i2c/
H
A
D
drv_i2c_intf.c
33
static
osal_dev
g_i2c_register_data;
/device/soc/hisilicon/hi3516dv300/sdk_liteos/include/
H
A
D
hi_osal.h
379
typedef struct
osal_dev
{
struct
/device/soc/hisilicon/hi3751v350/sdk_linux/source/msp/drv/gpio/
H
A
D
drv_gpio_intf.c
658
static
osal_dev
g_gpio_device = {
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/interdrv/common/hi_irq/kernel/
H
A
D
hiirq.c
597
static struct
osal_dev
*g_hiirq_dev = NULL;
/device/soc/hisilicon/hi3751v350/sdk_linux/source/msp/drv/hiirq/kernel/
H
A
D
hiirq.c
1038
static
osal_dev
g_hiirq_dev = {
Completed in 15 milliseconds