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:chip_data_sz
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/dsa/
H
A
D
realtek-smi-core.h
115
size_t
chip_data_sz
;
member
H
A
D
realtek-smi-core.c
397
smi = devm_kzalloc(dev, sizeof(*smi) + var->
chip_data_sz
, GFP_KERNEL);
in realtek_smi_probe()
H
A
D
rtl8366rb.c
1538
.
chip_data_sz
= sizeof(struct rtl8366rb),
/kernel/linux/linux-6.6/drivers/net/dsa/realtek/
H
A
D
realtek.h
125
size_t
chip_data_sz
;
member
H
A
D
realtek-mdio.c
157
size_add(sizeof(*priv), var->
chip_data_sz
),
in realtek_mdio_probe()
H
A
D
realtek-smi.c
423
priv = devm_kzalloc(dev, sizeof(*priv) + var->
chip_data_sz
, GFP_KERNEL);
in realtek_smi_probe()
H
A
D
rtl8365mb.c
2174
.
chip_data_sz
= sizeof(struct rtl8365mb),
H
A
D
rtl8366rb.c
1895
.
chip_data_sz
= sizeof(struct rtl8366rb),
Completed in 11 milliseconds