OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:radeon_tmds_ptr
(Results
1 - 6
of
6
) sorted by relevancy
/xsrc/external/mit/xf86-video-ati/dist/src/
radeon.h
1093
extern void RADEONGetTMDSInfoFromTable(ScrnInfoPtr pScrn,
radeon_tmds_ptr
tmds);
1094
extern void RADEONGetTMDSInfo(ScrnInfoPtr pScrn,
radeon_tmds_ptr
tmds);
1147
extern Bool RADEONGetTMDSInfoFromBIOS(ScrnInfoPtr pScrn,
radeon_tmds_ptr
tmds);
legacy_output.c
124
RADEONGetTMDSInfoFromTable(ScrnInfoPtr pScrn,
radeon_tmds_ptr
tmds)
136
RADEONGetTMDSInfo(ScrnInfoPtr pScrn,
radeon_tmds_ptr
tmds)
1116
radeon_tmds_ptr
tmds = NULL;
1123
tmds = (
radeon_tmds_ptr
)radeon_encoder->dev_priv;
radeon_probe.h
285
} radeon_tmds_rec, *
radeon_tmds_ptr
;
typedef in typeref:struct:_radeon_tmds
radeon_atombios.c
1862
info->encoders[device_index]->dev_priv = (
radeon_tmds_ptr
)calloc(1,sizeof(radeon_tmds_rec));
1867
RADEONGetTMDSInfo(pScrn, (
radeon_tmds_ptr
)info->encoders[device_index]->dev_priv);
radeon_output.c
1740
radeon_tmds_ptr
tmds = NULL;
1744
tmds = (
radeon_tmds_ptr
)info->encoders[ATOM_DEVICE_DFP1_INDEX]->dev_priv;
radeon_bios.c
1220
Bool RADEONGetTMDSInfoFromBIOS (ScrnInfoPtr pScrn,
radeon_tmds_ptr
tmds)
Completed in 11 milliseconds
Indexes created Mon Jul 20 00:27:07 UTC 2026