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:ocelot_ops
(Results
1 - 11
of
11
) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/ethernet/mscc/
H
A
D
ocelot_vsc7514.c
29
static int ocelot_chip_init(struct ocelot *ocelot, const struct
ocelot_ops
*ops)
in ocelot_chip_init()
90
static const struct
ocelot_ops
ocelot_ops
= {
variable
302
err = ocelot_chip_init(ocelot, &
ocelot_ops
);
in mscc_ocelot_probe()
/kernel/linux/linux-5.10/drivers/net/dsa/ocelot/
H
A
D
felix.h
17
const struct
ocelot_ops
*ops;
H
A
D
seville_vsc9953.c
1060
static const struct
ocelot_ops
vsc9953_ops = {
H
A
D
felix_vsc9959.c
1010
static const struct
ocelot_ops
vsc9959_ops = {
/kernel/linux/linux-6.6/drivers/net/dsa/ocelot/
H
A
D
felix.h
31
const struct
ocelot_ops
*ops;
H
A
D
ocelot_ext.c
32
static const struct
ocelot_ops
ocelot_ext_ops = {
H
A
D
seville_vsc9953.c
870
static const struct
ocelot_ops
vsc9953_ops = {
H
A
D
felix_vsc9959.c
2605
static const struct
ocelot_ops
vsc9959_ops = {
/kernel/linux/linux-5.10/drivers/net/ethernet/mscc/
H
A
D
ocelot_vsc7514.c
513
static int ocelot_chip_init(struct ocelot *ocelot, const struct
ocelot_ops
*ops)
in ocelot_chip_init()
767
static const struct
ocelot_ops
ocelot_ops
= {
variable
1223
err = ocelot_chip_init(ocelot, &
ocelot_ops
);
in mscc_ocelot_probe()
/kernel/linux/linux-5.10/include/soc/mscc/
H
A
D
ocelot.h
561
struct
ocelot_ops
{
struct
600
const struct
ocelot_ops
*ops;
/kernel/linux/linux-6.6/include/soc/mscc/
H
A
D
ocelot.h
651
struct
ocelot_ops
{
struct
810
const struct
ocelot_ops
*ops;
Completed in 15 milliseconds