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
defs:bregs
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/sun/
H
A
D
sunbmac.c
129
static void bigmac_tx_reset(void __iomem *
bregs
)
in bigmac_tx_reset()
argument
149
static void bigmac_rx_reset(void __iomem *
bregs
)
in bigmac_rx_reset()
argument
171
bigmac_get_counters(struct bigmac *bp, void __iomem *
bregs
)
bigmac_get_counters()
argument
624
void __iomem *
bregs
= bp->
bregs
;
bigmac_init_hw()
local
996
void __iomem *
bregs
= bp->
bregs
;
bigmac_set_multicast()
local
[all...]
H
A
D
sunhme.c
872
static void happy_meal_tx_reset(struct happy_meal *hp, void __iomem *
bregs
)
in happy_meal_tx_reset()
argument
892
static void happy_meal_rx_reset(struct happy_meal *hp, void __iomem *
bregs
)
in happy_meal_rx_reset()
argument
934
static void happy_meal_get_counters(struct happy_meal *hp, void __iomem *
bregs
)
in happy_meal_get_counters()
argument
1425
void __iomem *
bregs
= hp->bigmacregs;
happy_meal_init()
local
1713
void __iomem *
bregs
= hp->bigmacregs;
happy_meal_set_initial_advertisement()
local
2403
void __iomem *
bregs
= hp->bigmacregs;
happy_meal_set_multicast()
local
[all...]
H
A
D
sunbmac.h
292
void __iomem *
bregs
; /* BigMAC Registers */
member
/kernel/linux/linux-6.6/drivers/net/ethernet/sun/
H
A
D
sunbmac.c
129
static void bigmac_tx_reset(void __iomem *
bregs
)
in bigmac_tx_reset()
argument
149
static void bigmac_rx_reset(void __iomem *
bregs
)
in bigmac_rx_reset()
argument
171
bigmac_get_counters(struct bigmac *bp, void __iomem *
bregs
)
bigmac_get_counters()
argument
624
void __iomem *
bregs
= bp->
bregs
;
bigmac_init_hw()
local
996
void __iomem *
bregs
= bp->
bregs
;
bigmac_set_multicast()
local
[all...]
H
A
D
sunhme.c
901
static void happy_meal_tx_reset(struct happy_meal *hp, void __iomem *
bregs
)
in happy_meal_tx_reset()
argument
921
static void happy_meal_rx_reset(struct happy_meal *hp, void __iomem *
bregs
)
in happy_meal_rx_reset()
argument
963
static void happy_meal_get_counters(struct happy_meal *hp, void __iomem *
bregs
)
in happy_meal_get_counters()
argument
1262
void __iomem *
bregs
= hp->bigmacregs;
happy_meal_init()
local
1535
void __iomem *
bregs
= hp->bigmacregs;
happy_meal_set_initial_advertisement()
local
2088
void __iomem *
bregs
= hp->bigmacregs;
happy_meal_set_multicast()
local
[all...]
H
A
D
sunbmac.h
292
void __iomem *
bregs
; /* BigMAC Registers */
member
Completed in 9 milliseconds