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:dp83869
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/phy/
H
A
D
dp83869.c
16
#include <dt-bindings/net/ti-
dp83869
.h>
158
struct dp83869_private *
dp83869
= phydev->priv;
in dp83869_read_status()
local
167
if (
dp83869
->mode == DP83869_RGMII_100_BASE)
in dp83869_read_status()
497
struct dp83869_private *
dp83869
= phydev->priv;
in dp83869_config_port_mirroring()
local
499
if (
dp83869
->port_mirroring == DP83869_PORT_MIRRORING_EN)
in dp83869_config_port_mirroring()
511
struct dp83869_private *
dp83869
= phydev->priv;
in dp83869_set_strapped_mode()
local
518
dp83869
->mode = val & DP83869_STRAP_OP_MODE_MASK;
in dp83869_set_strapped_mode()
530
struct dp83869_private *
dp83869
= phydev->priv;
in dp83869_of_init()
local
539
dp83869
->io_impedance = -EINVAL;
in dp83869_of_init()
543
&
dp83869
in dp83869_of_init()
608
dp83869
_configure_rgmii(struct phy_device *phydev, struct
dp83869
_private *
dp83869
)
dp83869_configure_rgmii()
argument
637
dp83869
_configure_fiber(struct phy_device *phydev, struct
dp83869
_private *
dp83869
)
dp83869_configure_fiber()
argument
682
dp83869
_configure_mode(struct phy_device *phydev, struct
dp83869
_private *
dp83869
)
dp83869_configure_mode()
argument
793
struct
dp83869
_private *
dp83869
= phydev->priv;
dp83869_config_init()
local
854
struct
dp83869
_private *
dp83869
;
dp83869_probe()
local
[all...]
H
A
D
Makefile
61
obj-$(CONFIG_DP83869_PHY) +=
dp83869
.o
/kernel/linux/linux-5.10/drivers/net/phy/
H
A
D
dp83869.c
16
#include <dt-bindings/net/ti-
dp83869
.h>
157
struct dp83869_private *
dp83869
= phydev->priv;
in dp83869_read_status()
local
166
if (
dp83869
->mode == DP83869_RGMII_100_BASE)
in dp83869_read_status()
462
struct dp83869_private *
dp83869
= phydev->priv;
in dp83869_config_port_mirroring()
local
464
if (
dp83869
->port_mirroring == DP83869_PORT_MIRRORING_EN)
in dp83869_config_port_mirroring()
476
struct dp83869_private *
dp83869
= phydev->priv;
in dp83869_set_strapped_mode()
local
483
dp83869
->mode = val & DP83869_STRAP_OP_MODE_MASK;
in dp83869_set_strapped_mode()
495
struct dp83869_private *
dp83869
= phydev->priv;
in dp83869_of_init()
local
504
dp83869
->io_impedance = -EINVAL;
in dp83869_of_init()
508
&
dp83869
in dp83869_of_init()
573
dp83869
_configure_rgmii(struct phy_device *phydev, struct
dp83869
_private *
dp83869
)
dp83869_configure_rgmii()
argument
602
dp83869
_configure_fiber(struct phy_device *phydev, struct
dp83869
_private *
dp83869
)
dp83869_configure_fiber()
argument
647
dp83869
_configure_mode(struct phy_device *phydev, struct
dp83869
_private *
dp83869
)
dp83869_configure_mode()
argument
747
struct
dp83869
_private *
dp83869
= phydev->priv;
dp83869_config_init()
local
808
struct
dp83869
_private *
dp83869
;
dp83869_probe()
local
[all...]
H
A
D
Makefile
57
obj-$(CONFIG_DP83869_PHY) +=
dp83869
.o
Completed in 4 milliseconds