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:bwmon
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-6.6/drivers/soc/qcom/
H
A
D
icc-bwmon.c
452
static void bwmon_clear_counters(struct icc_bwmon *
bwmon
, bool clear_all)
in bwmon_clear_counters()
argument
466
regmap_field_force_write(
bwmon
->regs[F_CLEAR], val);
in bwmon_clear_counters()
467
if (
bwmon
->data->quirks & BWMON_NEEDS_FORCE_CLEAR)
in bwmon_clear_counters()
468
regmap_field_force_write(
bwmon
->regs[F_CLEAR], 0);
in bwmon_clear_counters()
471
static void bwmon_clear_irq(struct icc_bwmon *
bwmon
)
in bwmon_clear_irq()
argument
475
if (
bwmon
->data->global_regmap_fields)
in bwmon_clear_irq()
476
global_irq_clr =
bwmon
->global_regs[F_GLOBAL_IRQ_CLEAR];
in bwmon_clear_irq()
478
global_irq_clr =
bwmon
->regs[F_GLOBAL_IRQ_CLEAR];
in bwmon_clear_irq()
496
regmap_field_force_write(
bwmon
->regs[F_IRQ_CLEAR], BWMON_IRQ_ENABLE_MASK);
in bwmon_clear_irq()
497
if (
bwmon
in bwmon_clear_irq()
504
bwmon
_disable(struct icc_
bwmon
*
bwmon
)
bwmon_disable()
argument
525
bwmon
_enable(struct icc_
bwmon
*
bwmon
, unsigned int irq_enable)
bwmon_enable()
argument
545
bwmon
_kbps_to_count(struct icc_
bwmon
*
bwmon
, unsigned int kbps)
bwmon_kbps_to_count()
argument
551
bwmon
_set_threshold(struct icc_
bwmon
*
bwmon
, struct regmap_field *reg, unsigned int kbps)
bwmon_set_threshold()
argument
561
bwmon
_start(struct icc_
bwmon
*
bwmon
)
bwmon_start()
argument
604
struct icc_
bwmon
*
bwmon
= dev_id;
bwmon_intr()
local
645
struct icc_
bwmon
*
bwmon
= dev_id;
bwmon_intr_thread()
local
696
bwmon
_init_regmap(struct platform_device *pdev, struct icc_
bwmon
*
bwmon
)
bwmon_init_regmap()
argument
750
struct icc_
bwmon
*
bwmon
;
bwmon_probe()
local
798
struct icc_
bwmon
*
bwmon
= platform_get_drvdata(pdev);
bwmon_remove()
local
[all...]
H
A
D
Makefile
32
obj-$(CONFIG_QCOM_ICC_BWMON) += icc-
bwmon
.o
Completed in 2 milliseconds