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:HPD_NUM_PINS
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/display/
H
A
D
intel_hotplug_irq.c
20
static const u32 hpd_ilk[
HPD_NUM_PINS
] = {
24
static const u32 hpd_ivb[
HPD_NUM_PINS
] = {
28
static const u32 hpd_bdw[
HPD_NUM_PINS
] = {
32
static const u32 hpd_ibx[
HPD_NUM_PINS
] = {
40
static const u32 hpd_cpt[
HPD_NUM_PINS
] = {
48
static const u32 hpd_spt[
HPD_NUM_PINS
] = {
56
static const u32 hpd_mask_i915[
HPD_NUM_PINS
] = {
65
static const u32 hpd_status_g4x[
HPD_NUM_PINS
] = {
74
static const u32 hpd_status_i915[
HPD_NUM_PINS
] = {
83
static const u32 hpd_bxt[
HPD_NUM_PINS
]
[all...]
H
A
D
intel_display_limits.h
121
HPD_NUM_PINS
enumerator
H
A
D
intel_display_core.h
162
} stats[
HPD_NUM_PINS
];
H
A
D
intel_display.h
220
for ((__pin) = (HPD_NONE + 1); (__pin) <
HPD_NUM_PINS
; (__pin)++)
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/
H
A
D
i915_irq.c
65
static const u32 hpd_ilk[
HPD_NUM_PINS
] = {
69
static const u32 hpd_ivb[
HPD_NUM_PINS
] = {
73
static const u32 hpd_bdw[
HPD_NUM_PINS
] = {
77
static const u32 hpd_ibx[
HPD_NUM_PINS
] = {
85
static const u32 hpd_cpt[
HPD_NUM_PINS
] = {
93
static const u32 hpd_spt[
HPD_NUM_PINS
] = {
101
static const u32 hpd_mask_i915[
HPD_NUM_PINS
] = {
110
static const u32 hpd_status_g4x[
HPD_NUM_PINS
] = {
119
static const u32 hpd_status_i915[
HPD_NUM_PINS
] = {
128
static const u32 hpd_bxt[
HPD_NUM_PINS
]
[all...]
H
A
D
i915_drv.h
136
HPD_NUM_PINS
enumerator
140
for ((__pin) = (HPD_NONE + 1); (__pin) <
HPD_NUM_PINS
; (__pin)++)
158
} stats[
HPD_NUM_PINS
];
Completed in 11 milliseconds