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:mtk_wed_hw
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/ethernet/mediatek/
H
A
D
mtk_wed.h
15
struct
mtk_wed_hw
{
struct
162
void mtk_wed_hw_add_debugfs(struct
mtk_wed_hw
*hw);
164
static inline void mtk_wed_hw_add_debugfs(struct
mtk_wed_hw
*hw)
in mtk_wed_hw_add_debugfs()
H
A
D
mtk_wed_wo.h
10
struct
mtk_wed_hw
;
230
struct
mtk_wed_hw
*hw;
277
int mtk_wed_wo_init(struct
mtk_wed_hw
*hw);
278
void mtk_wed_wo_deinit(struct
mtk_wed_hw
*hw);
H
A
D
mtk_wed_debugfs.c
141
struct
mtk_wed_hw
*hw = s->private;
in wed_txinfo_show()
214
struct
mtk_wed_hw
*hw = s->private;
in wed_rxinfo_show()
227
struct
mtk_wed_hw
*hw = data;
in mtk_wed_reg_set()
237
struct
mtk_wed_hw
*hw = data;
in mtk_wed_reg_get()
253
void mtk_wed_hw_add_debugfs(struct
mtk_wed_hw
*hw)
in mtk_wed_hw_add_debugfs()
H
A
D
mtk_wed.c
44
static struct
mtk_wed_hw
*hw_list[2];
48
struct
mtk_wed_hw
*hw;
224
struct
mtk_wed_hw
*hw = hw_list[i];
in mtk_wed_fe_reset()
251
struct
mtk_wed_hw
*hw = hw_list[i];
in mtk_wed_fe_reset_complete()
267
static struct
mtk_wed_hw
*
270
struct
mtk_wed_hw
*hw;
in mtk_wed_assign()
640
struct
mtk_wed_hw
*hw = dev->hw;
in __mtk_wed_detach()
1501
struct
mtk_wed_hw
*hw;
in __releases()
1715
struct
mtk_wed_hw
*hw = hw_list[index];
in mtk_wed_flow_add()
1745
struct
mtk_wed_hw
*h
in mtk_wed_flow_remove()
[all...]
H
A
D
mtk_wed_wo.c
475
int mtk_wed_wo_init(struct
mtk_wed_hw
*hw)
in mtk_wed_wo_init()
498
void mtk_wed_wo_deinit(struct
mtk_wed_hw
*hw)
in mtk_wed_wo_deinit()
/kernel/linux/linux-6.6/include/linux/soc/mediatek/
H
A
D
mtk_wed.h
16
struct
mtk_wed_hw
;
83
struct
mtk_wed_hw
*hw;
Completed in 8 milliseconds