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:xrs700x
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/dsa/xrs700x/
H
A
D
xrs700x.h
27
struct
xrs700x
{
struct
40
struct
xrs700x
*xrs700x_switch_alloc(struct device *base, void *devpriv);
41
int xrs700x_switch_register(struct
xrs700x
*priv);
42
void xrs700x_switch_remove(struct
xrs700x
*priv);
43
void xrs700x_switch_shutdown(struct
xrs700x
*priv);
H
A
D
xrs700x.c
13
#include "
xrs700x
.h"
108
static void xrs700x_read_port_counters(struct
xrs700x
*priv, int port)
in xrs700x_read_port_counters()
151
struct
xrs700x
*priv = container_of(work, struct
xrs700x
,
in xrs700x_mib_work()
164
struct
xrs700x
*priv = ds->priv;
in xrs700x_get_ethtool_stats()
177
struct
xrs700x
*priv = ds->priv;
in xrs700x_get_stats64()
187
static int xrs700x_setup_regmap_range(struct
xrs700x
*priv)
in xrs700x_setup_regmap_range()
237
struct
xrs700x
*priv = ds->priv;
in xrs700x_reset()
260
struct
xrs700x
*priv = ds->priv;
in xrs700x_port_stp_state_set()
301
struct
xrs700x
*pri
in xrs700x_port_add_bpdu_ipf()
[all...]
H
A
D
xrs700x_i2c.c
10
#include "
xrs700x
.h"
81
struct
xrs700x
*priv;
in xrs700x_i2c_probe()
109
struct
xrs700x
*priv = i2c_get_clientdata(i2c);
in xrs700x_i2c_remove()
119
struct
xrs700x
*priv = i2c_get_clientdata(i2c);
in xrs700x_i2c_shutdown()
130
{ "
xrs700x
-switch", 0 },
147
.name = "
xrs700x
-i2c",
H
A
D
xrs700x_mdio.c
14
#include "
xrs700x
.h"
109
struct
xrs700x
*priv;
in xrs700x_mdio_probe()
137
struct
xrs700x
*priv = dev_get_drvdata(&mdiodev->dev);
in xrs700x_mdio_remove()
147
struct
xrs700x
*priv = dev_get_drvdata(&mdiodev->dev);
in xrs700x_mdio_shutdown()
168
.name = "
xrs700x
-mdio",
/kernel/linux/linux-6.6/drivers/net/dsa/
H
A
D
Makefile
28
obj-y +=
xrs700x
/
Completed in 3 milliseconds