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_NONE
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/display/
H
A
D
intel_display_limits.h
104
HPD_NONE
= 0,
enumerator
105
HPD_TV =
HPD_NONE
, /* TV is known to be unreliable */
H
A
D
intel_hotplug.c
109
* MST encoders have their hpd_pin set to
HPD_NONE
we don't
in intel_connector_hpd_pin()
112
return encoder ? encoder->hpd_pin :
HPD_NONE
;
in intel_connector_hpd_pin()
196
if (pin ==
HPD_NONE
||
in intel_hpd_irq_storm_switch_to_polling()
238
if (pin ==
HPD_NONE
||
in intel_hpd_irq_storm_reenable_work()
410
if (pin ==
HPD_NONE
)
in i915_hotplug_work_func()
652
if (pin ==
HPD_NONE
)
in i915_hpd_poll_init_work()
782
if (pin ==
HPD_NONE
)
in intel_hpd_disable()
797
if (pin ==
HPD_NONE
)
in intel_hpd_enable()
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/display/
H
A
D
intel_hotplug.c
104
* MST encoders have their hpd_pin set to
HPD_NONE
we don't
in intel_connector_hpd_pin()
107
return encoder ? encoder->hpd_pin :
HPD_NONE
;
in intel_connector_hpd_pin()
192
if (pin ==
HPD_NONE
||
in intel_hpd_irq_storm_switch_to_polling()
234
if (pin ==
HPD_NONE
||
in intel_hpd_irq_storm_reenable_work()
398
if (pin ==
HPD_NONE
)
in i915_hotplug_work_func()
632
if (pin ==
HPD_NONE
)
in i915_hpd_poll_init_work()
716
if (pin ==
HPD_NONE
)
in intel_hpd_disable()
731
if (pin ==
HPD_NONE
)
in intel_hpd_enable()
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/
H
A
D
i915_drv.h
119
HPD_NONE
= 0,
enumerator
120
HPD_TV =
HPD_NONE
, /* TV is known to be unreliable */
140
for ((__pin) = (
HPD_NONE
+ 1); (__pin) < HPD_NUM_PINS; (__pin)++)
Completed in 8 milliseconds