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:has_dual_port
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/staging/mt7621-pci-phy/
H
A
D
pci-mt7621-phy.c
89
* @
has_dual_port
: if the phy has dual ports.
98
bool
has_dual_port
;
member
131
if (phy->
has_dual_port
) {
in mt7621_bypass_pipe_rst()
157
if (phy->
has_dual_port
) {
in mt7621_set_phy_for_ssc()
242
if (mphy->
has_dual_port
) {
in mt7621_pci_phy_power_on()
258
if (mphy->
has_dual_port
) {
in mt7621_pci_phy_power_off()
287
mt7621_phy->
has_dual_port
= args->args[0];
in mt7621_pcie_phy_of_xlate()
290
(unsigned int)mt7621_phy->port_base, mt7621_phy->
has_dual_port
);
in mt7621_pcie_phy_of_xlate()
/kernel/linux/linux-6.6/drivers/phy/ralink/
H
A
D
phy-mt7621-pci.c
72
* @
has_dual_port
: if the phy has dual ports.
82
bool
has_dual_port
;
member
109
if (phy->
has_dual_port
) {
in mt7621_bypass_pipe_rst()
137
if (phy->
has_dual_port
) {
in mt7621_set_phy_for_ssc()
228
if (mphy->
has_dual_port
) {
in mt7621_pci_phy_power_on()
244
if (mphy->
has_dual_port
) {
in mt7621_pci_phy_power_off()
273
mt7621_phy->
has_dual_port
= args->args[0];
in mt7621_pcie_phy_of_xlate()
276
mt7621_phy->port_base, mt7621_phy->
has_dual_port
);
in mt7621_pcie_phy_of_xlate()
Completed in 2 milliseconds