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:desired
(Results
1 - 7
of
7
) sorted by relevance
/device/soc/rockchip/common/kernel/drivers/gpu/arm/midgard/backend/gpu/
H
A
D
mali_kbase_pm_demand.c
29
u64
desired
= kbdev->shader_needed_bitmap | kbdev->shader_inuse_bitmap;
in demand_get_core_mask()
local
34
return
desired
;
in demand_get_core_mask()
H
A
D
mali_kbase_pm_driver.c
439
* hardware state closer to the
desired
state. If a core is currently
447
* @desired_state: A bit mask of the
desired
state of the cores
457
* Return: true if the
desired
state has been reached, false otherwise
493
/* Update
desired
state to include the in-use cores. These have to be
in kbase_pm_transition_core_type()
528
/* Restrict to cores that are not already in the
desired
state */
in kbase_pm_transition_core_type()
579
* @cores_powered: A bit mask of cores (or L2 caches) that are
desired
to
581
* @tilers_powered: The bit mask of tilers that are
desired
to be powered
588
u64
desired
= 0;
in get_desired_cache_status()
local
602
desired
|= bit_mask;
in get_desired_cache_status()
611
desired
|
in get_desired_cache_status()
[all...]
/device/soc/rockchip/common/vendor/drivers/gpu/arm/midgard/backend/gpu/
H
A
D
mali_kbase_pm_demand.c
25
u64
desired
= kbdev->shader_needed_bitmap | kbdev->shader_inuse_bitmap;
in demand_get_core_mask()
local
31
return
desired
;
in demand_get_core_mask()
H
A
D
mali_kbase_pm_driver.c
412
* hardware state closer to the
desired
state. If a core is currently
420
* @desired_state: A bit mask of the
desired
state of the cores
430
* Return: true if the
desired
state has been reached, false otherwise
464
/* Update
desired
state to include the in-use cores. These have to be
in kbase_pm_transition_core_type()
500
/* Restrict to cores that are not already in the
desired
state */
in kbase_pm_transition_core_type()
553
* @cores_powered: A bit mask of cores (or L2 caches) that are
desired
to
555
* @tilers_powered: The bit mask of tilers that are
desired
to be powered
561
u64
desired
= 0;
in get_desired_cache_status()
local
575
desired
|= bit_mask;
in get_desired_cache_status()
585
desired
|
in get_desired_cache_status()
[all...]
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/mac/common/
H
A
D
mac_device.h
409
hi_u8
desired
; /* 标志位,此bss是否是期望的 */
member
/device/soc/rockchip/common/vendor/drivers/phy/
H
A
D
phy-rockchip-inno-usb3.c
83
* @dvalue:
desired
value
152
static inline int param_write(void __iomem *base, const struct u3phy_reg *reg, bool
desired
)
in param_write()
argument
155
unsigned int tmp =
desired
? reg->dvalue : reg->rvalue;
in param_write()
/device/soc/rockchip/rk3588/kernel/drivers/phy/rockchip/
H
A
D
phy-rockchip-inno-usb3.c
81
* @dvalue:
desired
value
155
const struct u3phy_reg *reg, bool
desired
)
in param_write()
158
unsigned int tmp =
desired
? reg->dvalue : reg->rvalue;
in param_write()
154
param_write(void __iomem *base, const struct u3phy_reg *reg, bool
desired
)
param_write()
argument
Completed in 8 milliseconds