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
defs:str_array
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/gadget/udc/aspeed-vhub/
H
A
D
hub.c
909
struct usb_string *
str_array
;
in ast_vhub_str_container_alloc()
local
977
struct usb_string
str_array
[AST_VHUB_STR_INDEX_MAX];
in ast_vhub_of_parse_str_desc()
local
/kernel/linux/linux-6.6/drivers/usb/gadget/udc/aspeed-vhub/
H
A
D
hub.c
934
struct usb_string *
str_array
;
in ast_vhub_str_container_alloc()
local
1002
struct usb_string
str_array
[AST_VHUB_STR_INDEX_MAX];
in ast_vhub_of_parse_str_desc()
local
/kernel/linux/linux-6.6/drivers/of/
H
A
D
dynamic.c
973
of_changeset_add_prop_string_array(struct of_changeset *ocs, struct device_node *np, const char *prop_name, const char **
str_array
, size_t sz)
of_changeset_add_prop_string_array()
argument
H
A
D
unittest.c
826
static const char * const
str_array
[] = { "str1", "str2", "str3" };
in of_unittest_changeset()
local
Completed in 9 milliseconds