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:r90
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/ipu-v3/
H
A
D
ipu-common.c
139
u32
r90
, vf, hf;
in ipu_degrees_to_rot_mode()
local
143
vf = hf =
r90
= 0;
in ipu_degrees_to_rot_mode()
147
r90
= 1;
in ipu_degrees_to_rot_mode()
151
r90
= 0;
in ipu_degrees_to_rot_mode()
154
vf = hf =
r90
= 1;
in ipu_degrees_to_rot_mode()
163
*mode = (enum ipu_rotate_mode)((
r90
<< 2) | (hf << 1) | vf);
in ipu_degrees_to_rot_mode()
171
u32
r90
, vf, hf;
in ipu_rot_mode_to_degrees()
local
173
r90
= ((u32)mode >> 2) & 0x1;
in ipu_rot_mode_to_degrees()
179
switch ((enum ipu_rotate_mode)((
r90
<< 2) | (hf << 1) | vf)) {
in ipu_rot_mode_to_degrees()
/kernel/linux/linux-6.6/drivers/gpu/ipu-v3/
H
A
D
ipu-common.c
139
u32
r90
, vf, hf;
in ipu_degrees_to_rot_mode()
local
143
vf = hf =
r90
= 0;
in ipu_degrees_to_rot_mode()
147
r90
= 1;
in ipu_degrees_to_rot_mode()
151
r90
= 0;
in ipu_degrees_to_rot_mode()
154
vf = hf =
r90
= 1;
in ipu_degrees_to_rot_mode()
163
*mode = (enum ipu_rotate_mode)((
r90
<< 2) | (hf << 1) | vf);
in ipu_degrees_to_rot_mode()
171
u32
r90
, vf, hf;
in ipu_rot_mode_to_degrees()
local
173
r90
= ((u32)mode >> 2) & 0x1;
in ipu_rot_mode_to_degrees()
179
switch ((enum ipu_rotate_mode)((
r90
<< 2) | (hf << 1) | vf)) {
in ipu_rot_mode_to_degrees()
/kernel/linux/linux-5.10/drivers/gpu/drm/arm/display/komeda/
H
A
D
komeda_pipeline_state.c
950
bool
r90
= drm_rotation_90_or_270(dflow->rot);
in komeda_split_data_flow()
local
981
if (
r90
) {
in komeda_split_data_flow()
1049
if (
r90
) {
in komeda_split_data_flow()
/kernel/linux/linux-6.6/drivers/gpu/drm/arm/display/komeda/
H
A
D
komeda_pipeline_state.c
950
bool
r90
= drm_rotation_90_or_270(dflow->rot);
in komeda_split_data_flow()
local
981
if (
r90
) {
in komeda_split_data_flow()
1049
if (
r90
) {
in komeda_split_data_flow()
Completed in 8 milliseconds