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:rval
(Results
1 - 5
of
5
) sorted by relevance
/device/soc/rockchip/common/sdk_linux/drivers/nvmem/
H
A
D
core.c
282
int
rval
;
in nvmem_sysfs_setup_compat()
local
301
rval
= device_create_bin_file(nvmem->base_dev, &nvmem->eeprom);
in nvmem_sysfs_setup_compat()
302
if (
rval
) {
in nvmem_sysfs_setup_compat()
303
dev_err(&nvmem->dev, "Failed to create eeprom binary file %d\n",
rval
);
in nvmem_sysfs_setup_compat()
304
return
rval
;
in nvmem_sysfs_setup_compat()
427
int i,
rval
;
in nvmem_add_cells()
local
437
rval
= -ENOMEM;
in nvmem_add_cells()
441
rval
= nvmem_cell_info_to_nvmem_cell(nvmem, &info[i], cells[i]);
in nvmem_add_cells()
442
if (
rval
) {
in nvmem_add_cells()
461
return
rval
;
in nvmem_add_cells()
495
int
rval
= 0, i;
nvmem_add_cells_from_table()
local
615
int
rval
;
nvmem_register()
local
[all...]
/device/soc/rockchip/rk3588/kernel/drivers/media/i2c/
H
A
D
dw9763.c
316
int
rval
;
in dw9763_open()
local
319
rval
= pm_runtime_get_sync(sd->dev);
in dw9763_open()
320
if (
rval
< 0) {
in dw9763_open()
322
return
rval
;
in dw9763_open()
325
rval
= dw9763t_init(dev_vcm);
in dw9763_open()
326
if (
rval
< 0) {
in dw9763_open()
328
return
rval
;
in dw9763_open()
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/os/Huawei_LiteOS/components/lib/libc/musl/include/sys/
H
A
D
ptrace.h
122
int64_t
rval
;
member
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/
H
A
D
dhd_sdio.c
9984
uint32
rval
;
in dhd_sdio_reg_read()
local
9992
rval
= bcmsdh_reg_read(bus->sdh, addr, 4);
in dhd_sdio_reg_read()
9996
return
rval
;
in dhd_sdio_reg_read()
H
A
D
dhd_linux.c
17000
ssize_t
rval
;
in dhd_dbg_state_read()
local
17021
rval
= count;
in dhd_dbg_state_read()
17023
return
rval
;
in dhd_dbg_state_read()
Completed in 37 milliseconds