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:microwatt
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-6.6/arch/powerpc/platforms/microwatt/
H
A
D
setup.c
19
#include "
microwatt
.h"
30
machine_arch_initcall(
microwatt
, microwatt_populate);
37
define_machine(
microwatt
) {
in define_machine()
38
.name = "
microwatt
",
in define_machine()
39
.compatible = "
microwatt
-soc",
in define_machine()
/kernel/linux/linux-6.6/drivers/opp/
H
A
D
of.c
687
u32 *microvolt, *microamp, *
microwatt
;
in opp_parse_supplies()
local
701
microwatt
= _parse_named_prop(opp, dev, opp_table, "
microwatt
", NULL);
in opp_parse_supplies()
702
if (IS_ERR(
microwatt
)) {
in opp_parse_supplies()
703
ret = PTR_ERR(
microwatt
);
in opp_parse_supplies()
732
if (
microwatt
)
in opp_parse_supplies()
733
opp->supplies[i].u_watt =
microwatt
[i];
in opp_parse_supplies()
736
kfree(
microwatt
);
in opp_parse_supplies()
/kernel/linux/linux-6.6/arch/powerpc/boot/
H
A
D
Makefile
185
src-plat-$(CONFIG_PPC_MICROWATT) += fixed-head.S
microwatt
.c
367
image-$(CONFIG_PPC_MICROWATT) += dtbImage.
microwatt
H
A
D
wrapper
364
microwatt
)
Completed in 4 milliseconds