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:user_res
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/mtd/devices/
H
A
D
ms02-nv.c
110
struct resource *
user_res
;
in ms02nv_init_one()
local
165
user_res
= kzalloc(sizeof(*
user_res
), GFP_KERNEL);
in ms02nv_init_one()
166
if (!
user_res
)
in ms02nv_init_one()
169
user_res
->name = ms02nv_res_user_ram;
in ms02nv_init_one()
170
user_res
->start = addr + MS02NV_RAM;
in ms02nv_init_one()
171
user_res
->end = addr + size - 1;
in ms02nv_init_one()
172
user_res
->flags = IORESOURCE_BUSY;
in ms02nv_init_one()
173
request_resource(mod_res,
user_res
);
in ms02nv_init_one()
175
mp->resource.user_ram =
user_res
;
in ms02nv_init_one()
[all...]
/kernel/linux/linux-6.6/drivers/mtd/devices/
H
A
D
ms02-nv.c
110
struct resource *
user_res
;
in ms02nv_init_one()
local
165
user_res
= kzalloc(sizeof(*
user_res
), GFP_KERNEL);
in ms02nv_init_one()
166
if (!
user_res
)
in ms02nv_init_one()
169
user_res
->name = ms02nv_res_user_ram;
in ms02nv_init_one()
170
user_res
->start = addr + MS02NV_RAM;
in ms02nv_init_one()
171
user_res
->end = addr + size - 1;
in ms02nv_init_one()
172
user_res
->flags = IORESOURCE_BUSY;
in ms02nv_init_one()
173
request_resource(mod_res,
user_res
);
in ms02nv_init_one()
175
mp->resource.user_ram =
user_res
;
in ms02nv_init_one()
[all...]
Completed in 2 milliseconds