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:SFP_F_LOS
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/phy/
H
A
D
sfp.c
32
SFP_F_LOS
= BIT(GPIO_LOS),
enumerator
277
.gpios =
SFP_F_LOS
| SFP_F_TX_FAULT | SFP_F_TX_DISABLE,
301
.gpios = SFP_F_PRESENT |
SFP_F_LOS
| SFP_F_TX_FAULT |
472
state |=
SFP_F_LOS
;
in sfp_soft_get_state()
514
sfp->state_soft_mask |=
SFP_F_LOS
;
in sfp_soft_start_poll()
516
if (sfp->state_soft_mask & (
SFP_F_LOS
| SFP_F_TX_FAULT) &&
in sfp_soft_start_poll()
531
sfp->state_soft_mask & (
SFP_F_LOS
| SFP_F_TX_FAULT))
in sfp_get_state()
1521
los = !(sfp->state &
SFP_F_LOS
);
in sfp_sm_link_check_los()
1523
los = !!(sfp->state &
SFP_F_LOS
);
in sfp_sm_link_check_los()
2333
changed &= SFP_F_PRESENT |
SFP_F_LOS
;
in sfp_check_state()
[all...]
/kernel/linux/linux-6.6/drivers/net/phy/
H
A
D
sfp.c
32
SFP_F_LOS
= BIT(GPIO_LOS),
enumerator
307
.gpios =
SFP_F_LOS
| SFP_F_TX_FAULT | SFP_F_TX_DISABLE,
331
.gpios = SFP_F_PRESENT |
SFP_F_LOS
| SFP_F_TX_FAULT |
380
sfp->state_hw_mask &= ~(SFP_F_TX_FAULT |
SFP_F_LOS
);
in sfp_fixup_halny_gsfp()
736
state |=
SFP_F_LOS
;
in sfp_soft_get_state()
789
mask |=
SFP_F_LOS
;
in sfp_soft_start_poll()
797
if (sfp->state_soft_mask & (
SFP_F_LOS
| SFP_F_TX_FAULT) &&
in sfp_soft_start_poll()
815
unsigned int soft = sfp->state_soft_mask & (
SFP_F_LOS
| SFP_F_TX_FAULT);
in sfp_get_state()
1682
seq_printf(s, "rx_los: %d\n", !!(sfp->state &
SFP_F_LOS
));
in sfp_debug_state_show()
1821
los = !(sfp->state &
SFP_F_LOS
);
in sfp_sm_link_check_los()
[all...]
Completed in 6 milliseconds