OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pR128Ent
(Results
1 - 5
of
5
) sorted by relevancy
/xsrc/external/mit/xf86-video-r128/dist/src/
r128_crtc.c
1078
R128EntPtr
pR128Ent
= R128EntPriv(pScrn);
1080
if (
pR128Ent
->Controller[0])
1083
pR128Ent
->pCrtc[0] = xf86CrtcCreate(pScrn, &r128_crtc_funcs);
1084
if (!
pR128Ent
->pCrtc[0])
1087
pR128Ent
->Controller[0] = XNFcallocarray(1, sizeof(R128CrtcPrivateRec));
1088
if (!
pR128Ent
->Controller[0])
1091
pR128Ent
->pCrtc[0]->driver_private =
pR128Ent
->Controller[0];
1092
pR128Ent
->Controller[0]->crtc_id = 0;
1094
if (!
pR128Ent
->HasCRTC2
[
all
...]
r128_probe.c
267
R128EntPtr
pR128Ent
;
269
pR128Ent
= pPriv->ptr;
270
pR128Ent
->HasSecondary = FALSE;
271
pR128Ent
->IsSecondaryRestored = FALSE;
r128_output.c
293
R128EntPtr
pR128Ent
= R128EntPriv(pScrn);
324
mask1 = R128_GPIO_MONID_MASK_1 | (
pR128Ent
->HasCRTC2 ? R128_GPIO_MONID_MASK_3 : R128_GPIO_MONID_MASK_2);
325
mask2 = R128_GPIO_MONID_A_1 | (
pR128Ent
->HasCRTC2 ? R128_GPIO_MONID_A_3 : R128_GPIO_MONID_A_2);
522
R128EntPtr
pR128Ent
= R128EntPriv(pScrn);
565
if (otypes[i] == OUTPUT_LVDS || !
pR128Ent
->HasCRTC2)
572
if (otypes[i] == OUTPUT_VGA && !
pR128Ent
->HasCRTC2) {
r128_driver.c
747
R128EntPtr
pR128Ent
= R128EntPriv(pScrn);
842
pR128Ent
->HasCRTC2 = FALSE;
896
pR128Ent
->HasCRTC2 = TRUE;
2272
R128EntPtr
pR128Ent
= R128EntPriv(pScrn);
2276
xf86OutputPtr output = R128FirstOutput(
pR128Ent
->pCrtc[0]);
2473
R128EntPtr
pR128Ent
= R128EntPriv(pScrn);
2482
if (
pR128Ent
->HasCRTC2) {
2545
R128EntPtr
pR128Ent
= R128EntPriv(pScrn);
2566
if (
pR128Ent
->HasCRTC2) {
2850
R128EntPtr
pR128Ent
= R128EntPriv(pScrn)
[
all
...]
r128_video.c
658
R128EntPtr
pR128Ent
= R128EntPriv(pScrn);
659
xf86OutputPtr output = R128FirstOutput(
pR128Ent
->pCrtc[0]);
749
R128EntPtr
pR128Ent
= R128EntPriv(pScrn);
750
xf86OutputPtr output = R128FirstOutput(
pR128Ent
->pCrtc[0]);
Completed in 23 milliseconds
Indexes created Fri Jul 24 00:25:35 UTC 2026