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:active_inputs
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/arm/display/komeda/
H
A
D
komeda_pipeline.h
181
* @
active_inputs
:
183
*
active_inputs
is bitmask of @inputs index
185
* -
active_inputs
= changed_active_inputs | unchanged_active_inputs
186
* - affected_inputs = old->
active_inputs
| new->
active_inputs
;
187
* - disabling_inputs = affected_inputs ^
active_inputs
;
195
u16
active_inputs
;
member
196
/** @changed_active_inputs: bitmask of the changed @
active_inputs
*/
204
* @
active_inputs
, if not the inputs[i] is undefined.
211
return st->affected_inputs ^ st->
active_inputs
;
in component_disabling_inputs()
[all...]
H
A
D
komeda_private_obj.c
14
st->affected_inputs = st->
active_inputs
;
in komeda_component_state_reset()
15
st->
active_inputs
= 0;
in komeda_component_state_reset()
H
A
D
komeda_pipeline_state.c
202
state->
active_inputs
|= BIT(idx);
in komeda_component_add_input()
219
if (has_bit(idx, state->
active_inputs
)) {
in komeda_component_check_input()
1312
* If we disabled a component then all
active_inputs
should be
in komeda_pipeline_disable()
1319
c_st->changed_active_inputs |= c_st->
active_inputs
;
in komeda_pipeline_disable()
/kernel/linux/linux-6.6/drivers/gpu/drm/arm/display/komeda/
H
A
D
komeda_pipeline.h
181
* @
active_inputs
:
183
*
active_inputs
is bitmask of @inputs index
185
* -
active_inputs
= changed_active_inputs | unchanged_active_inputs
186
* - affected_inputs = old->
active_inputs
| new->
active_inputs
;
187
* - disabling_inputs = affected_inputs ^
active_inputs
;
195
u16
active_inputs
;
member
196
/** @changed_active_inputs: bitmask of the changed @
active_inputs
*/
204
* @
active_inputs
, if not the inputs[i] is undefined.
211
return st->affected_inputs ^ st->
active_inputs
;
in component_disabling_inputs()
[all...]
H
A
D
komeda_private_obj.c
14
st->affected_inputs = st->
active_inputs
;
in komeda_component_state_reset()
15
st->
active_inputs
= 0;
in komeda_component_state_reset()
H
A
D
komeda_pipeline_state.c
202
state->
active_inputs
|= BIT(idx);
in komeda_component_add_input()
219
if (has_bit(idx, state->
active_inputs
)) {
in komeda_component_check_input()
1312
* If we disabled a component then all
active_inputs
should be
in komeda_pipeline_disable()
1319
c_st->changed_active_inputs |= c_st->
active_inputs
;
in komeda_pipeline_disable()
/kernel/linux/linux-5.10/drivers/gpu/drm/arm/display/komeda/d71/
H
A
D
d71_component.c
179
if (has_bit(idx, st->
active_inputs
))
in to_d71_input_id()
611
if (state->
active_inputs
& BIT(index)) {
in d71_compiz_update()
/kernel/linux/linux-6.6/drivers/gpu/drm/arm/display/komeda/d71/
H
A
D
d71_component.c
179
if (has_bit(idx, st->
active_inputs
))
in to_d71_input_id()
611
if (state->
active_inputs
& BIT(index)) {
in d71_compiz_update()
Completed in 12 milliseconds