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:lynx_pcs
(Results
1 - 13
of
13
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/pcs/
H
A
D
pcs-lynx.c
31
#define phylink_pcs_to_lynx(pl_pcs) container_of((pl_pcs), struct
lynx_pcs
, pcs)
83
struct
lynx_pcs
*lynx = phylink_pcs_to_lynx(pcs);
in lynx_pcs_get_state()
163
struct
lynx_pcs
*lynx = phylink_pcs_to_lynx(pcs);
in lynx_pcs_config()
270
struct
lynx_pcs
*lynx = phylink_pcs_to_lynx(pcs);
in lynx_pcs_link_up()
296
struct
lynx_pcs
*lynx_pcs_create(struct mdio_device *mdio)
in lynx_pcs_create()
298
struct
lynx_pcs
*
lynx_pcs
;
in lynx_pcs_create()
local
300
lynx_pcs
= kzalloc(sizeof(*
lynx_pcs
), GFP_KERNEL);
in lynx_pcs_create()
301
if (!
lynx_pcs
)
in lynx_pcs_create()
[all...]
/kernel/linux/linux-5.10/include/linux/
H
A
D
pcs-lynx.h
12
struct
lynx_pcs
{
struct
17
struct
lynx_pcs
*lynx_pcs_create(struct mdio_device *mdio);
19
void lynx_pcs_destroy(struct
lynx_pcs
*pcs);
/kernel/linux/linux-6.6/drivers/net/pcs/
H
A
D
pcs-lynx.c
23
struct
lynx_pcs
{
struct
35
#define phylink_pcs_to_lynx(pl_pcs) container_of((pl_pcs), struct
lynx_pcs
, pcs)
86
struct
lynx_pcs
*lynx = phylink_pcs_to_lynx(pcs);
in lynx_pcs_get_state()
175
struct
lynx_pcs
*lynx = phylink_pcs_to_lynx(pcs);
in lynx_pcs_config()
205
struct
lynx_pcs
*lynx = phylink_pcs_to_lynx(pcs);
in lynx_pcs_an_restart()
289
struct
lynx_pcs
*lynx = phylink_pcs_to_lynx(pcs);
in lynx_pcs_link_up()
318
struct
lynx_pcs
*lynx;
in lynx_pcs_create()
394
struct
lynx_pcs
*lynx = phylink_pcs_to_lynx(pcs);
in lynx_pcs_destroy()
/kernel/linux/linux-6.6/drivers/net/ethernet/stmicro/stmmac/
H
A
D
dwmac-socfpga.c
484
stpriv->hw->
lynx_pcs
= lynx_pcs_create_mdiodev(pcs_bus, 0);
in socfpga_dwmac_probe()
485
if (IS_ERR(stpriv->hw->
lynx_pcs
)) {
in socfpga_dwmac_probe()
486
ret = PTR_ERR(stpriv->hw->
lynx_pcs
);
in socfpga_dwmac_probe()
505
struct phylink_pcs *pcs = priv->hw->
lynx_pcs
;
in socfpga_dwmac_remove()
H
A
D
common.h
592
struct phylink_pcs *
lynx_pcs
; /* Lynx external PCS */
member
H
A
D
stmmac_main.c
947
if (priv->hw->
lynx_pcs
)
in stmmac_mac_select_pcs()
948
return priv->hw->
lynx_pcs
;
in stmmac_mac_select_pcs()
3841
!priv->hw->
lynx_pcs
) {
in __stmmac_open()
/kernel/linux/linux-5.10/drivers/net/ethernet/freescale/dpaa2/
H
A
D
dpaa2-mac.h
25
struct
lynx_pcs
*pcs;
H
A
D
dpaa2-mac.c
293
struct
lynx_pcs
*pcs = mac->pcs;
in dpaa2_pcs_destroy()
/kernel/linux/linux-5.10/drivers/net/ethernet/freescale/enetc/
H
A
D
enetc_pf.h
49
struct
lynx_pcs
*pcs;
H
A
D
enetc_pf.c
802
struct
lynx_pcs
*pcs_lynx;
in enetc_imdio_create()
/kernel/linux/linux-5.10/drivers/net/dsa/ocelot/
H
A
D
felix.h
50
struct
lynx_pcs
**pcs;
H
A
D
seville_vsc9953.c
1107
struct
lynx_pcs
*lynx;
in vsc9953_mdio_bus_alloc()
1139
struct
lynx_pcs
*pcs = felix->pcs[port];
in vsc9953_mdio_bus_free()
H
A
D
felix_vsc9959.c
1030
sizeof(struct
lynx_pcs
*),
in vsc9959_mdio_bus_alloc()
1082
struct
lynx_pcs
*lynx;
in vsc9959_mdio_bus_alloc()
1114
struct
lynx_pcs
*pcs = felix->pcs[port];
in vsc9959_mdio_bus_free()
Completed in 19 milliseconds