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:ssc_mode
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-6.6/drivers/phy/cadence/
H
A
D
phy-cadence-sierra.c
348
enum cdns_sierra_ssc_mode
ssc_mode
;
member
544
enum cdns_sierra_ssc_mode ssc = ins->
ssc_mode
;
in cdns_sierra_phy_init()
968
inst->
ssc_mode
= EXTERNAL_SSC;
in cdns_sierra_get_optional()
969
of_property_read_u32(child, "cdns,ssc-mode", &inst->
ssc_mode
);
in cdns_sierra_get_optional()
1301
ssc = sp->phys[node].
ssc_mode
;
in cdns_sierra_phy_configure_multilink()
H
A
D
phy-cadence-torrent.c
346
enum cdns_torrent_ssc_mode
ssc_mode
;
member
2300
enum cdns_torrent_ssc_mode ssc = inst->
ssc_mode
;
in cdns_torrent_phy_init()
2495
ssc = cdns_phy->phys[node].
ssc_mode
;
in cdns_torrent_phy_configure_multilink()
2861
cdns_phy->phys[node].
ssc_mode
= NO_SSC;
in cdns_torrent_phy_probe()
2863
&cdns_phy->phys[node].
ssc_mode
);
in cdns_torrent_phy_probe()
/kernel/linux/linux-5.10/drivers/phy/cadence/
H
A
D
phy-cadence-torrent.c
255
enum cdns_torrent_ssc_mode
ssc_mode
;
member
1833
enum cdns_torrent_ssc_mode ssc = inst->
ssc_mode
;
in cdns_torrent_phy_init()
1972
ssc = cdns_phy->phys[node].
ssc_mode
;
in cdns_torrent_phy_configure_multilink()
2217
cdns_phy->phys[node].
ssc_mode
= NO_SSC;
in cdns_torrent_phy_probe()
2219
&cdns_phy->phys[node].
ssc_mode
);
in cdns_torrent_phy_probe()
Completed in 14 milliseconds