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:owl_emac_priv
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/ethernet/actions/
H
A
D
owl-emac.c
25
static u32 owl_emac_reg_read(struct
owl_emac_priv
*priv, u32 reg)
in owl_emac_reg_read()
30
static void owl_emac_reg_write(struct
owl_emac_priv
*priv, u32 reg, u32 data)
in owl_emac_reg_write()
35
static u32 owl_emac_reg_update(struct
owl_emac_priv
*priv,
in owl_emac_reg_update()
51
static void owl_emac_reg_set(struct
owl_emac_priv
*priv, u32 reg, u32 bits)
in owl_emac_reg_set()
56
static void owl_emac_reg_clear(struct
owl_emac_priv
*priv, u32 reg, u32 bits)
in owl_emac_reg_clear()
61
static struct device *owl_emac_get_dev(struct
owl_emac_priv
*priv)
in owl_emac_get_dev()
66
static void owl_emac_irq_enable(struct
owl_emac_priv
*priv)
in owl_emac_irq_enable()
79
static void owl_emac_irq_disable(struct
owl_emac_priv
*priv)
in owl_emac_irq_disable()
92
static u32 owl_emac_irq_status(struct
owl_emac_priv
*priv)
in owl_emac_irq_status()
97
static u32 owl_emac_irq_clear(struct
owl_emac_priv
*pri
[all...]
H
A
D
owl-emac.h
254
struct
owl_emac_priv
{
struct
Completed in 2 milliseconds