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:nsubnodes
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/phy/cadence/
H
A
D
phy-cadence-sierra.c
203
int
nsubnodes
;
member
614
sp->
nsubnodes
= node;
in cdns_sierra_phy_probe()
623
if (!sp->autoconf && sp->
nsubnodes
> 1)
in cdns_sierra_phy_probe()
655
for (i = 0; i < phy->
nsubnodes
; i++) {
in cdns_sierra_phy_remove()
H
A
D
phy-cadence-torrent.c
268
int
nsubnodes
;
member
1614
if (cdns_phy->
nsubnodes
== 1) {
in cdns_torrent_phy_on()
1647
if (cdns_phy->
nsubnodes
!= 1)
in cdns_torrent_phy_off()
1840
if (cdns_phy->
nsubnodes
> 1)
in cdns_torrent_phy_init()
1949
if (cdns_phy->
nsubnodes
!= 2)
in cdns_torrent_phy_configure_multilink()
1959
for (node = 0; node < cdns_phy->
nsubnodes
; node++) {
in cdns_torrent_phy_configure_multilink()
2297
cdns_phy->
nsubnodes
= node;
in cdns_torrent_phy_probe()
2305
if (cdns_phy->
nsubnodes
> 1) {
in cdns_torrent_phy_probe()
2337
for (i = 0; i < cdns_phy->
nsubnodes
; i++) {
in cdns_torrent_phy_remove()
/kernel/linux/linux-6.6/drivers/phy/cadence/
H
A
D
phy-cadence-sierra.c
402
int
nsubnodes
;
member
553
if (phy->autoconf || phy->already_configured || phy->
nsubnodes
> 1)
in cdns_sierra_phy_init()
614
if (sp->
nsubnodes
== 1) {
in cdns_sierra_phy_on()
1259
if (sp->
nsubnodes
!= 2)
in cdns_sierra_phy_configure_multilink()
1291
for (node = 0; node < sp->
nsubnodes
; node++) {
in cdns_sierra_phy_configure_multilink()
1487
sp->
nsubnodes
= node;
in cdns_sierra_phy_probe()
1496
if (!sp->already_configured && !sp->autoconf && sp->
nsubnodes
> 1) {
in cdns_sierra_phy_probe()
1538
for (i = 0; i < phy->
nsubnodes
; i++) {
in cdns_sierra_phy_remove()
H
A
D
phy-cadence-torrent.c
360
int
nsubnodes
;
member
1296
if ((cdns_phy->dp_pll & DP_PLL1) && cdns_phy->
nsubnodes
!= 1) {
in cdns_torrent_dp_configure_rate()
1340
if ((cdns_phy->dp_pll & DP_PLL1) && cdns_phy->
nsubnodes
!= 1)
in cdns_torrent_dp_configure_rate()
1630
if (cdns_phy->
nsubnodes
== 1) {
in cdns_torrent_phy_on()
1671
if (cdns_phy->
nsubnodes
!= 1)
in cdns_torrent_phy_off()
2308
if (cdns_phy->
nsubnodes
> 1) {
in cdns_torrent_phy_init()
2474
if (cdns_phy->
nsubnodes
!= 2)
in cdns_torrent_phy_configure_multilink()
2484
for (node = 0; node < cdns_phy->
nsubnodes
; node++) {
in cdns_torrent_phy_configure_multilink()
2943
cdns_phy->
nsubnodes
= node;
in cdns_torrent_phy_probe()
2951
if (cdns_phy->
nsubnodes
>
in cdns_torrent_phy_probe()
[all...]
Completed in 14 milliseconds