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:is_allowed
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-6.6/arch/arm/mach-shmobile/
H
A
D
platsmp-apmu.c
217
bool
is_allowed
= false;
in apmu_parse_dt()
local
224
is_allowed
= true;
in apmu_parse_dt()
230
if (!
is_allowed
)
in apmu_parse_dt()
/kernel/linux/linux-5.10/arch/arm/mach-shmobile/
H
A
D
platsmp-apmu.c
217
bool
is_allowed
= false;
in apmu_parse_dt()
local
224
is_allowed
= true;
in apmu_parse_dt()
233
if (!
is_allowed
)
in apmu_parse_dt()
/kernel/linux/linux-5.10/drivers/scsi/ufs/
H
A
D
ufshcd.c
1493
return snprintf(buf, PAGE_SIZE, "%d\n", hba->clk_scaling.
is_allowed
);
in ufshcd_clkscale_enable_show()
1507
if (value == hba->clk_scaling.
is_allowed
)
in ufshcd_clkscale_enable_store()
1516
hba->clk_scaling.
is_allowed
= value;
in ufshcd_clkscale_enable_store()
1921
if (!hba->clk_scaling.
is_allowed
|| hba->pm_op_in_progress)
in ufshcd_clk_scaling_start_busy()
5660
if (hba->clk_scaling.
is_allowed
) {
in ufshcd_err_handling_prepare()
5671
if (hba->clk_scaling.
is_allowed
)
in ufshcd_err_handling_unprepare()
7618
hba->clk_scaling.
is_allowed
= true;
in ufshcd_add_lus()
8542
if (hba->clk_scaling.
is_allowed
) {
in ufshcd_suspend()
8639
if (hba->clk_scaling.
is_allowed
)
in ufshcd_suspend()
8650
if (hba->clk_scaling.
is_allowed
)
in ufshcd_suspend()
[all...]
H
A
D
ufshcd.h
388
* @
is_allowed
: tracks if scaling is currently allowed or not
402
bool
is_allowed
;
member
/kernel/linux/linux-6.6/include/ufs/
H
A
D
ufshcd.h
433
* @
is_allowed
: tracks if scaling is currently allowed or not, used to block
451
bool
is_allowed
;
member
/kernel/linux/linux-6.6/drivers/ufs/core/
H
A
D
ufshcd.c
1274
if (!hba->clk_scaling.
is_allowed
||
in ufshcd_clock_scaling_prepare()
6218
hba->clk_scaling.
is_allowed
= allow;
in ufshcd_clk_scaling_allow()
8532
hba->clk_scaling.
is_allowed
= true;
in ufshcd_add_lus()
Completed in 28 milliseconds