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:n_tus
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/msm/dp/
H
A
D
dp_ctrl.c
215
int
n_tus
;
member
427
tu->
n_tus
= drm_fixp2int(temp2_fp);
in _tu_valid_boundary_calc()
429
tu->
n_tus
+= 1;
in _tu_valid_boundary_calc()
431
temp1_fp = drm_fixp_from_fraction(tu->
n_tus
, 1);
in _tu_valid_boundary_calc()
449
temp1_fp = drm_fixp_from_fraction(tu->
n_tus
, tu->nlanes);
in _tu_valid_boundary_calc()
499
tu->even_distribution = tu->
n_tus
% tu->nlanes == 0 ? 1 : 0;
in _tu_valid_boundary_calc()
723
tu.
n_tus
= drm_fixp2int(temp2_fp);
in _dp_ctrl_calc_tu()
725
tu.
n_tus
+= 1;
in _dp_ctrl_calc_tu()
727
tu.even_distribution_legacy = tu.
n_tus
% tu.nlanes == 0 ? 1 : 0;
in _dp_ctrl_calc_tu()
729
tu.valid_boundary_link, tu.
n_tus
);
in _dp_ctrl_calc_tu()
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/msm/dp/
H
A
D
dp_ctrl.c
211
int
n_tus
;
member
423
tu->
n_tus
= drm_fixp2int(temp2_fp);
in _tu_valid_boundary_calc()
425
tu->
n_tus
+= 1;
in _tu_valid_boundary_calc()
427
temp1_fp = drm_fixp_from_fraction(tu->
n_tus
, 1);
in _tu_valid_boundary_calc()
445
temp1_fp = drm_fixp_from_fraction(tu->
n_tus
, tu->nlanes);
in _tu_valid_boundary_calc()
495
tu->even_distribution = tu->
n_tus
% tu->nlanes == 0 ? 1 : 0;
in _tu_valid_boundary_calc()
722
tu->
n_tus
= drm_fixp2int(temp2_fp);
in _dp_ctrl_calc_tu()
724
tu->
n_tus
+= 1;
in _dp_ctrl_calc_tu()
726
tu->even_distribution_legacy = tu->
n_tus
% tu->nlanes == 0 ? 1 : 0;
in _dp_ctrl_calc_tu()
730
tu->valid_boundary_link, tu->
n_tus
);
in _dp_ctrl_calc_tu()
[all...]
Completed in 4 milliseconds