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:hotplug_en
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/gma500/
H
A
D
cdv_intel_crt.c
140
u32
hotplug_en
;
in cdv_intel_crt_detect_hotplug()
local
150
orig =
hotplug_en
= REG_READ(PORT_HOTPLUG_EN);
in cdv_intel_crt_detect_hotplug()
151
hotplug_en
&= ~(CRT_HOTPLUG_DETECT_MASK);
in cdv_intel_crt_detect_hotplug()
152
hotplug_en
|= CRT_HOTPLUG_FORCE_DETECT;
in cdv_intel_crt_detect_hotplug()
154
hotplug_en
|= CRT_HOTPLUG_ACTIVATION_PERIOD_64;
in cdv_intel_crt_detect_hotplug()
155
hotplug_en
|= CRT_HOTPLUG_VOLTAGE_COMPARE_50;
in cdv_intel_crt_detect_hotplug()
160
REG_WRITE(PORT_HOTPLUG_EN,
hotplug_en
);
in cdv_intel_crt_detect_hotplug()
/kernel/linux/linux-6.6/drivers/gpu/drm/gma500/
H
A
D
cdv_intel_crt.c
142
u32
hotplug_en
;
in cdv_intel_crt_detect_hotplug()
local
152
orig =
hotplug_en
= REG_READ(PORT_HOTPLUG_EN);
in cdv_intel_crt_detect_hotplug()
153
hotplug_en
&= ~(CRT_HOTPLUG_DETECT_MASK);
in cdv_intel_crt_detect_hotplug()
154
hotplug_en
|= CRT_HOTPLUG_FORCE_DETECT;
in cdv_intel_crt_detect_hotplug()
156
hotplug_en
|= CRT_HOTPLUG_ACTIVATION_PERIOD_64;
in cdv_intel_crt_detect_hotplug()
157
hotplug_en
|= CRT_HOTPLUG_VOLTAGE_COMPARE_50;
in cdv_intel_crt_detect_hotplug()
162
REG_WRITE(PORT_HOTPLUG_EN,
hotplug_en
);
in cdv_intel_crt_detect_hotplug()
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/display/
H
A
D
intel_hotplug_irq.c
1347
u32
hotplug_en
= hpd_mask_i915[encoder->hpd_pin];
in i915_hpd_enable_detection()
local
1350
i915_hotplug_interrupt_update(i915,
hotplug_en
,
hotplug_en
);
in i915_hpd_enable_detection()
1355
u32
hotplug_en
;
in i915_hpd_irq_setup()
local
1363
hotplug_en
= intel_hpd_enabled_irqs(dev_priv, hpd_mask_i915);
in i915_hpd_irq_setup()
1369
hotplug_en
|= CRT_HOTPLUG_ACTIVATION_PERIOD_64;
in i915_hpd_irq_setup()
1370
hotplug_en
|= CRT_HOTPLUG_VOLTAGE_COMPARE_50;
in i915_hpd_irq_setup()
1377
hotplug_en
);
in i915_hpd_irq_setup()
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/
H
A
D
i915_irq.c
3871
u32
hotplug_en
;
in i915_hpd_irq_setup()
local
3877
hotplug_en
= intel_hpd_enabled_irqs(dev_priv, hpd_mask_i915);
in i915_hpd_irq_setup()
3883
hotplug_en
|= CRT_HOTPLUG_ACTIVATION_PERIOD_64;
in i915_hpd_irq_setup()
3884
hotplug_en
|= CRT_HOTPLUG_VOLTAGE_COMPARE_50;
in i915_hpd_irq_setup()
3891
hotplug_en
);
in i915_hpd_irq_setup()
Completed in 8 milliseconds