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:ep93xx_eth_data
(Results
1 - 18
of
18
) sorted by relevance
/kernel/linux/linux-5.10/include/linux/platform_data/
H
A
D
eth-ep93xx.h
5
struct
ep93xx_eth_data
{
struct
/kernel/linux/linux-6.6/include/linux/platform_data/
H
A
D
eth-ep93xx.h
5
struct
ep93xx_eth_data
{
struct
/kernel/linux/linux-5.10/arch/arm/mach-ep93xx/
H
A
D
core.c
290
static struct
ep93xx_eth_data
ep93xx_eth_data
;
variable
303
.platform_data = &
ep93xx_eth_data
,
317
void __init ep93xx_register_eth(struct
ep93xx_eth_data
*data, int copy_addr)
in ep93xx_register_eth()
322
ep93xx_eth_data
= *data;
in ep93xx_register_eth()
H
A
D
gesbc9312.c
21
static struct
ep93xx_eth_data
__initdata gesbc9312_eth_data = {
H
A
D
adssphere.c
21
static struct
ep93xx_eth_data
__initdata adssphere_eth_data = {
H
A
D
platform.h
25
void ep93xx_register_eth(struct
ep93xx_eth_data
*data, int copy_addr);
H
A
D
simone.c
33
static struct
ep93xx_eth_data
__initdata simone_eth_data = {
H
A
D
micro9.c
62
static struct
ep93xx_eth_data
__initdata micro9_eth_data = {
H
A
D
snappercl15.c
117
static struct
ep93xx_eth_data
__initdata snappercl15_eth_data = {
H
A
D
edb93xx.c
52
static struct
ep93xx_eth_data
__initdata edb93xx_eth_data = {
H
A
D
vision_ep9307.c
66
static struct
ep93xx_eth_data
vision_eth_data __initdata = {
H
A
D
ts72xx.c
212
static struct
ep93xx_eth_data
__initdata ts72xx_eth_data = {
/kernel/linux/linux-6.6/arch/arm/mach-ep93xx/
H
A
D
core.c
292
static struct
ep93xx_eth_data
ep93xx_eth_data
;
variable
305
.platform_data = &
ep93xx_eth_data
,
319
void __init ep93xx_register_eth(struct
ep93xx_eth_data
*data, int copy_addr)
in ep93xx_register_eth()
324
ep93xx_eth_data
= *data;
in ep93xx_register_eth()
H
A
D
vision_ep9307.c
66
static struct
ep93xx_eth_data
vision_eth_data __initdata = {
H
A
D
edb93xx.c
52
static struct
ep93xx_eth_data
__initdata edb93xx_eth_data = {
H
A
D
ts72xx.c
211
static struct
ep93xx_eth_data
__initdata ts72xx_eth_data = {
/kernel/linux/linux-5.10/drivers/net/ethernet/cirrus/
H
A
D
ep93xx_eth.c
741
static struct net_device *ep93xx_dev_alloc(struct
ep93xx_eth_data
*data)
in ep93xx_dev_alloc()
791
struct
ep93xx_eth_data
*data;
in ep93xx_eth_probe()
/kernel/linux/linux-6.6/drivers/net/ethernet/cirrus/
H
A
D
ep93xx_eth.c
741
static struct net_device *ep93xx_dev_alloc(struct
ep93xx_eth_data
*data)
in ep93xx_dev_alloc()
791
struct
ep93xx_eth_data
*data;
in ep93xx_eth_probe()
Completed in 9 milliseconds