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:ilk
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/display/
H
A
D
i9xx_wm.c
2803
pipe_wm = &crtc_state->wm.
ilk
.optimal;
in ilk_compute_pipe_wm()
2870
struct intel_pipe_wm *a = &new_crtc_state->wm.
ilk
.intermediate;
in ilk_compute_intermediate_wm()
2871
const struct intel_pipe_wm *b = &old_crtc_state->wm.
ilk
.optimal;
in ilk_compute_intermediate_wm()
2879
*a = new_crtc_state->wm.
ilk
.optimal;
in ilk_compute_intermediate_wm()
2913
if (memcmp(a, &new_crtc_state->wm.
ilk
.optimal, sizeof(*a)) != 0)
in ilk_compute_intermediate_wm()
2931
const struct intel_pipe_wm *active = &crtc->wm.active.
ilk
;
in ilk_merge_wm_level()
3072
const struct intel_pipe_wm *pipe_wm = &crtc->wm.active.
ilk
;
in ilk_compute_wm_results()
3269
const struct intel_pipe_wm *wm = &crtc->wm.active.
ilk
;
in ilk_compute_wm_config()
3320
crtc->wm.active.
ilk
= crtc_state->wm.
ilk
in ilk_initial_watermarks()
[all...]
H
A
D
intel_display_types.h
932
}
ilk
;
member
1465
struct intel_pipe_wm
ilk
;
member
H
A
D
intel_hotplug_irq.c
1400
HPD_FUNCS(
ilk
);
variable
/kernel/linux/linux-5.10/drivers/crypto/cavium/nitrox/
H
A
D
nitrox_csr.h
833
* @
ilk
: Set when any ILK_INT bit is set
860
u64
ilk
: 1;
member
878
u64
ilk
: 1;
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/display/
H
A
D
intel_display_types.h
734
}
ilk
;
member
1131
struct intel_pipe_wm
ilk
;
member
/kernel/linux/linux-6.6/drivers/crypto/cavium/nitrox/
H
A
D
nitrox_csr.h
833
* @
ilk
: Set when any ILK_INT bit is set
860
u64
ilk
: 1;
member
878
u64
ilk
: 1;
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/
H
A
D
intel_pm.c
3155
pipe_wm = &crtc_state->wm.
ilk
.optimal;
in ilk_compute_pipe_wm()
3222
struct intel_pipe_wm *a = &newstate->wm.
ilk
.intermediate;
in ilk_compute_intermediate_wm()
3227
const struct intel_pipe_wm *b = &oldstate->wm.
ilk
.optimal;
in ilk_compute_intermediate_wm()
3235
*a = newstate->wm.
ilk
.optimal;
in ilk_compute_intermediate_wm()
3268
if (memcmp(a, &newstate->wm.
ilk
.optimal, sizeof(*a)) != 0)
in ilk_compute_intermediate_wm()
3286
const struct intel_pipe_wm *active = &intel_crtc->wm.active.
ilk
;
in ilk_merge_wm_level()
3433
const struct intel_pipe_wm *pipe_wm = &intel_crtc->wm.active.
ilk
;
in ilk_compute_wm_results()
6150
const struct intel_pipe_wm *wm = &crtc->wm.active.
ilk
;
in ilk_compute_wm_config()
6201
crtc->wm.active.
ilk
= crtc_state->wm.
ilk
in ilk_initial_watermarks()
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/
H
A
D
intel_clock_gating.c
158
* WaFbcDisableDpfcClockGating:
ilk
in ilk_init_clock_gating()
193
/* WaFbcAsynchFlipDisableFbcQueue:
ilk
*/
in ilk_init_clock_gating()
825
CG_FUNCS(
ilk
);
variable
/kernel/linux/linux-5.10/tools/power/pm-graph/
H
A
D
sleepgraph.py
4121
for
ilk
in sorted(cnt, reverse=True):
4122
if cnt[
ilk
] > 0:
4123
desc.append('%d %s' % (cnt[
ilk
],
ilk
))
/kernel/linux/linux-6.6/tools/power/pm-graph/
H
A
D
sleepgraph.py
4378
for
ilk
in sorted(cnt, reverse=True):
4379
if cnt[
ilk
] > 0:
4380
desc.append('%d %s' % (cnt[
ilk
],
ilk
))
Completed in 46 milliseconds