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:mcm
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/dsa/
H
A
D
mt7530-mdio.c
164
/* Use medatek,
mcm
property to distinguish hardware type that would
in mt7530_probe()
171
priv->
mcm
= of_property_read_bool(dn, "mediatek,
mcm
");
in mt7530_probe()
172
if (priv->
mcm
) {
in mt7530_probe()
175
priv->rstc = devm_reset_control_get(&mdiodev->dev, "
mcm
");
in mt7530_probe()
H
A
D
mt7530.h
772
* @
mcm
: Flag for distinguishing if standalone IC or module
795
bool
mcm
;
member
H
A
D
mt7530.c
2281
if (priv->
mcm
) {
in mt7530_setup()
2487
if (priv->
mcm
) {
in mt7531_setup()
/kernel/linux/linux-5.10/drivers/net/dsa/
H
A
D
mt7530.c
1582
if (priv->
mcm
) {
in mt7530_setup()
1705
if (priv->
mcm
) {
in mt7531_setup()
2590
/* Use medatek,
mcm
property to distinguish hardware type that would
in mt7530_probe()
2593
priv->
mcm
= of_property_read_bool(dn, "mediatek,
mcm
");
in mt7530_probe()
2594
if (priv->
mcm
) {
in mt7530_probe()
2597
priv->rstc = devm_reset_control_get(&mdiodev->dev, "
mcm
");
in mt7530_probe()
2638
if (!priv->
mcm
) {
in mt7530_probe()
H
A
D
mt7530.h
711
* @
mcm
: Flag for distinguishing if standalone IC or module
729
bool
mcm
;
member
Completed in 12 milliseconds