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:init_length
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/dec/tulip/
H
A
D
media.c
247
int
init_length
= p[1];
in tulip_select_media()
local
254
u16 *reset_sequence = &((u16*)(p+3))[
init_length
];
in tulip_select_media()
255
int reset_length = p[2 +
init_length
*2];
in tulip_select_media()
274
for (i = 0; i <
init_length
; i++)
in tulip_select_media()
280
u8 *reset_sequence = p + 3 +
init_length
;
in tulip_select_media()
281
int reset_length = p[2 +
init_length
];
in tulip_select_media()
301
for (i = 0; i <
init_length
; i++)
in tulip_select_media()
/kernel/linux/linux-6.6/drivers/net/ethernet/dec/tulip/
H
A
D
media.c
247
int
init_length
= p[1];
in tulip_select_media()
local
254
u16 *reset_sequence = &((u16*)(p+3))[
init_length
];
in tulip_select_media()
255
int reset_length = p[2 +
init_length
*2];
in tulip_select_media()
274
for (i = 0; i <
init_length
; i++)
in tulip_select_media()
280
u8 *reset_sequence = p + 3 +
init_length
;
in tulip_select_media()
281
int reset_length = p[2 +
init_length
];
in tulip_select_media()
301
for (i = 0; i <
init_length
; i++)
in tulip_select_media()
/kernel/linux/linux-5.10/drivers/gpu/drm/panel/
H
A
D
panel-ilitek-ili9881c.c
43
const size_t
init_length
;
member
515
for (i = 0; i < ctx->desc->
init_length
; i++) {
in ili9881c_prepare()
692
.
init_length
= ARRAY_SIZE(lhr050h41_init),
698
.
init_length
= ARRAY_SIZE(k101_im2byl02_init),
/kernel/linux/linux-6.6/drivers/gpu/drm/panel/
H
A
D
panel-ilitek-ili9881c.c
42
const size_t
init_length
;
member
892
for (i = 0; i < ctx->desc->
init_length
; i++) {
in ili9881c_prepare()
1120
.
init_length
= ARRAY_SIZE(lhr050h41_init),
1127
.
init_length
= ARRAY_SIZE(k101_im2byl02_init),
1134
.
init_length
= ARRAY_SIZE(tl050hdv35_init),
1142
.
init_length
= ARRAY_SIZE(w552946ab_init),
Completed in 4 milliseconds