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:clk_gating
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/ufs/
H
A
D
ufshcd.c
522
dev_err(hba->dev, "Clk gate=%d\n", hba->
clk_gating
.state);
in ufshcd_print_host_state()
1550
clk_gating
.ungate_work);
in ufshcd_ungate_work()
1552
cancel_delayed_work_sync(&hba->
clk_gating
.gate_work);
in ufshcd_ungate_work()
1555
if (hba->
clk_gating
.state == CLKS_ON) {
in ufshcd_ungate_work()
1568
hba->
clk_gating
.is_suspended = true;
in ufshcd_ungate_work()
1577
hba->
clk_gating
.is_suspended = false;
in ufshcd_ungate_work()
1598
hba->
clk_gating
.active_reqs++;
in ufshcd_hold()
1601
switch (hba->
clk_gating
.state) {
in ufshcd_hold()
1615
hba->
clk_gating
.active_reqs--;
in ufshcd_hold()
1619
flush_result = flush_work(&hba->
clk_gating
in ufshcd_hold()
[all...]
H
A
D
ufs-mediatek.c
705
hba->
clk_gating
.delay_ms = ah_ms + 5;
in ufs_mtk_setup_clk_gating()
H
A
D
ufshcd.h
784
struct ufs_clk_gating
clk_gating
;
member
/kernel/linux/linux-6.6/drivers/ufs/core/
H
A
D
ufshcd.c
615
dev_err(hba->dev, "Clk gate=%d\n", hba->
clk_gating
.state);
in ufshcd_print_host_state()
1689
clk_gating
.ungate_work);
in ufshcd_ungate_work()
1691
cancel_delayed_work_sync(&hba->
clk_gating
.gate_work);
in ufshcd_ungate_work()
1694
if (hba->
clk_gating
.state == CLKS_ON) {
in ufshcd_ungate_work()
1708
hba->
clk_gating
.is_suspended = true;
in ufshcd_ungate_work()
1717
hba->
clk_gating
.is_suspended = false;
in ufshcd_ungate_work()
1732
!hba->
clk_gating
.is_initialized)
in ufshcd_hold()
1735
hba->
clk_gating
.active_reqs++;
in ufshcd_hold()
1738
switch (hba->
clk_gating
.state) {
in ufshcd_hold()
1751
flush_result = flush_work(&hba->
clk_gating
in ufshcd_hold()
[all...]
/kernel/linux/linux-6.6/include/ufs/
H
A
D
ufshcd.h
873
* @
clk_gating
: information related to clock gating
1027
struct ufs_clk_gating
clk_gating
;
member
Completed in 18 milliseconds