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:smi_node
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-6.6/drivers/platform/x86/
H
A
D
serial-multi-instantiate.c
38
struct
smi_node
{
struct
243
const struct
smi_node
*node;
in smi_probe()
289
static const struct
smi_node
bsg1160_data = {
299
static const struct
smi_node
bsg2150_data = {
310
static const struct
smi_node
int3515_data = {
321
static const struct
smi_node
cs35l41_hda = {
332
static const struct
smi_node
cs35l56_hda = {
/kernel/linux/linux-5.10/drivers/memory/
H
A
D
mtk-smi.c
304
struct device_node *
smi_node
;
in mtk_smi_larb_probe()
local
335
smi_node
= of_parse_phandle(dev->of_node, "mediatek,smi", 0);
in mtk_smi_larb_probe()
336
if (!
smi_node
)
in mtk_smi_larb_probe()
339
smi_pdev = of_find_device_by_node(
smi_node
);
in mtk_smi_larb_probe()
340
of_node_put(
smi_node
);
in mtk_smi_larb_probe()
/kernel/linux/linux-6.6/drivers/pmdomain/mediatek/
H
A
D
mtk-pm-domains.c
312
struct device_node *
smi_node
;
in scpsys_add_one_domain()
local
368
smi_node
= of_parse_phandle(node, "mediatek,smi", 0);
in scpsys_add_one_domain()
369
if (
smi_node
) {
in scpsys_add_one_domain()
370
pd->smi = device_node_to_regmap(
smi_node
);
in scpsys_add_one_domain()
371
of_node_put(
smi_node
);
in scpsys_add_one_domain()
Completed in 3 milliseconds