OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:active_device
(Results
1 - 18
of
18
) sorted by relevancy
/src/sys/arch/ews4800mips/stand/common/
local.h
55
int
active_device
;
member in struct:device_capability
ustarfs.c
64
if (DEVICE_CAPABILITY.
active_device
== NVSRAM_BOOTDEV_HARDDISK)
66
else if (DEVICE_CAPABILITY.
active_device
== NVSRAM_BOOTDEV_FLOPPYDISK)
disk.c
99
DEVICE_CAPABILITY.
active_device
= type;
/src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_encoders.c
79
amdgpu_encoder->
active_device
= amdgpu_encoder->devices & amdgpu_connector->devices;
81
amdgpu_encoder->
active_device
, amdgpu_encoder->devices,
100
if (amdgpu_encoder->
active_device
& amdgpu_connector->devices) {
amdgpu_atombios_encoders.c
310
if (amdgpu_encoder->
active_device
& (ATOM_DEVICE_LCD_SUPPORT))
315
if ((amdgpu_encoder->
active_device
& (ATOM_DEVICE_DFP_SUPPORT | ATOM_DEVICE_LCD_SUPPORT)) ||
1419
amdgpu_encoder->
active_device
);
1513
if (amdgpu_encoder->
active_device
& (ATOM_DEVICE_TV_SUPPORT))
1515
else if (amdgpu_encoder->
active_device
& (ATOM_DEVICE_CV_SUPPORT))
1522
if (amdgpu_encoder->
active_device
& (ATOM_DEVICE_TV_SUPPORT))
1524
else if (amdgpu_encoder->
active_device
& (ATOM_DEVICE_CV_SUPPORT))
1582
if (amdgpu_encoder->
active_device
& (ATOM_DEVICE_TV_SUPPORT))
1584
else if (amdgpu_encoder->
active_device
& (ATOM_DEVICE_CV_SUPPORT))
1590
if (amdgpu_encoder->
active_device
& (ATOM_DEVICE_TV_SUPPORT)
[
all
...]
amdgpu_mode.h
457
uint32_t
active_device
;
member in struct:amdgpu_encoder
amdgpu_atombios_crtc.c
357
if (amdgpu_encoder->
active_device
& (ATOM_DEVICE_TV_SUPPORT))
766
if ((amdgpu_encoder->
active_device
& (ATOM_DEVICE_LCD_SUPPORT | ATOM_DEVICE_DFP_SUPPORT)) ||
amdgpu_dce_v10_0.c
3352
if ((amdgpu_encoder->
active_device
&
3359
if (amdgpu_encoder->
active_device
& ATOM_DEVICE_DFP_SUPPORT)
3408
amdgpu_encoder->
active_device
= 0;
amdgpu_dce_v11_0.c
3478
if ((amdgpu_encoder->
active_device
&
3485
if (amdgpu_encoder->
active_device
& ATOM_DEVICE_DFP_SUPPORT)
3534
amdgpu_encoder->
active_device
= 0;
amdgpu_dce_v6_0.c
3153
if ((amdgpu_encoder->
active_device
&
3160
if (amdgpu_encoder->
active_device
& ATOM_DEVICE_DFP_SUPPORT)
3212
amdgpu_encoder->
active_device
= 0;
amdgpu_dce_v8_0.c
3240
if ((amdgpu_encoder->
active_device
&
3247
if (amdgpu_encoder->
active_device
& ATOM_DEVICE_DFP_SUPPORT)
3296
amdgpu_encoder->
active_device
= 0;
/src/sys/external/bsd/drm2/dist/drm/radeon/
radeon_atombios_encoders.c
330
if (radeon_encoder->
active_device
& (ATOM_DEVICE_LCD_SUPPORT)) {
332
} else if (radeon_encoder->
active_device
& (ATOM_DEVICE_TV_SUPPORT)) {
347
((radeon_encoder->
active_device
& (ATOM_DEVICE_DFP_SUPPORT | ATOM_DEVICE_LCD_SUPPORT)) ||
381
if (radeon_encoder->
active_device
& (ATOM_DEVICE_CRT_SUPPORT))
383
else if (radeon_encoder->
active_device
& (ATOM_DEVICE_CV_SUPPORT))
424
if (radeon_encoder->
active_device
& (ATOM_DEVICE_CV_SUPPORT))
1565
if (radeon_encoder->
active_device
& (ATOM_DEVICE_TV_SUPPORT))
1568
else if (radeon_encoder->
active_device
& (ATOM_DEVICE_CV_SUPPORT))
1614
if (radeon_encoder->
active_device
& (ATOM_DEVICE_TV_SUPPORT))
1616
else if (radeon_encoder->
active_device
& (ATOM_DEVICE_CV_SUPPORT)
[
all
...]
radeon_encoders.c
240
radeon_encoder->
active_device
= radeon_encoder->devices & radeon_connector->devices;
242
radeon_encoder->
active_device
, radeon_encoder->devices,
267
} else if (radeon_encoder->
active_device
& radeon_connector->devices)
radeon_legacy_encoders.c
55
radeon_encoder->
active_device
= 0;
269
if (radeon_encoder->
active_device
& (ATOM_DEVICE_LCD_SUPPORT))
1053
is_tv = radeon_encoder->
active_device
& ATOM_DEVICE_TV_SUPPORT ? true : false;
1172
is_tv = radeon_encoder->
active_device
& ATOM_DEVICE_TV_SUPPORT ? true : false;
1565
if (radeon_encoder->
active_device
&& !(radeon_encoder->
active_device
& ATOM_DEVICE_TV_SUPPORT))
1575
if (radeon_encoder->
active_device
&& !(radeon_encoder->
active_device
& ATOM_DEVICE_CRT_SUPPORT)) {
1576
DRM_INFO("not detecting due to %08x\n", radeon_encoder->
active_device
);
radeon_dp_mst.c
528
mst_enc->primary->
active_device
= mst_enc->primary->devices & mst_enc->connector->devices;
530
mst_enc->primary->
active_device
, mst_enc->primary->devices,
radeon_legacy_crtc.c
610
if (radeon_encoder->
active_device
& ATOM_DEVICE_TV_SUPPORT) {
805
if (radeon_encoder->
active_device
& ATOM_DEVICE_TV_SUPPORT) {
radeon_atombios_crtc.c
105
if (radeon_encoder->
active_device
& ATOM_DEVICE_TV_SUPPORT) {
650
if (radeon_encoder->
active_device
& (ATOM_DEVICE_TV_SUPPORT))
982
} else if ((radeon_encoder->
active_device
& (ATOM_DEVICE_LCD_SUPPORT | ATOM_DEVICE_DFP_SUPPORT)) ||
1106
if (radeon_encoder->
active_device
& (ATOM_DEVICE_TV_SUPPORT))
2073
if (radeon_encoder->
active_device
&
radeon_mode.h
468
uint32_t
active_device
;
member in struct:radeon_encoder
Completed in 40 milliseconds
Indexes created Sat Feb 21 16:20:20 UTC 2026