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:ucc_geth
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/freescale/
H
A
D
Makefile
20
ucc_geth_driver-objs :=
ucc_geth
.o ucc_geth_ethtool.o
H
A
D
ucc_geth_ethtool.c
34
#include "
ucc_geth
.h"
192
return sizeof(struct
ucc_geth
);
in uec_get_regs_len()
204
for (i = 0; i < sizeof(struct
ucc_geth
) / sizeof(u32); i++)
in uec_get_regs()
H
A
D
ucc_geth.h
28
#define DRV_NAME "
ucc_geth
"
38
struct
ucc_geth
{
struct
1164
struct
ucc_geth
__iomem *ug_regs;
H
A
D
ucc_geth.c
46
#include "
ucc_geth
.h"
444
struct
ucc_geth
__iomem *ug_regs;
in get_statistics()
1313
struct
ucc_geth
__iomem *ug_regs;
in adjust_enet_interface()
1581
struct
ucc_geth
__iomem *ug_regs;
in adjust_link()
2040
struct
ucc_geth
__iomem *ug_regs = ugeth->ug_regs;
in ucc_geth_stop()
2356
struct
ucc_geth
__iomem *ug_regs;
in ucc_geth_startup()
3951
.compatible = "
ucc_geth
",
/kernel/linux/linux-6.6/drivers/net/ethernet/freescale/
H
A
D
Makefile
20
ucc_geth_driver-objs :=
ucc_geth
.o ucc_geth_ethtool.o
H
A
D
ucc_geth_ethtool.c
34
#include "
ucc_geth
.h"
192
return sizeof(struct
ucc_geth
);
in uec_get_regs_len()
204
for (i = 0; i < sizeof(struct
ucc_geth
) / sizeof(u32); i++)
in uec_get_regs()
H
A
D
ucc_geth.h
28
#define DRV_NAME "
ucc_geth
"
38
struct
ucc_geth
{
struct
1161
struct
ucc_geth
__iomem *ug_regs;
H
A
D
ucc_geth.c
47
#include "
ucc_geth
.h"
464
struct
ucc_geth
__iomem *ug_regs;
in get_statistics()
1293
struct
ucc_geth
__iomem *ug_regs;
in adjust_enet_interface()
1561
struct
ucc_geth
__iomem *ug_regs;
in adjust_link()
1997
struct
ucc_geth
__iomem *ug_regs = ugeth->ug_regs;
in ucc_geth_stop()
2267
struct
ucc_geth
__iomem *ug_regs;
in ucc_geth_startup()
3776
.compatible = "
ucc_geth
",
Completed in 16 milliseconds