Searched refs:leases (Results 1 - 8 of 8) sorted by relevance
| /xsrc/external/mit/xorg-server/dist/randr/ |
| H A D | rrlease.c | 40 xorg_list_for_each_entry(lease, &scr_priv->leases, list) { 58 * Change the state of a lease and let anyone watching leases know 109 xorg_list_for_each_entry(lease, &scr_priv->leases, list) { 128 xorg_list_for_each_entry(lease, &scr_priv->leases, list) { 298 xorg_list_add(&lease->list, &scr_priv->leases);
|
| H A D | randr.c | 96 xorg_list_for_each_entry_safe(lease, next, &pScrPriv->leases, list) 363 xorg_list_init(&pScrPriv->leases);
|
| H A D | rroutput.c | 384 xorg_list_for_each_entry_safe(lease, next, &pScrPriv->leases, list) {
|
| H A D | randrstr.h | 374 Bool leasesChanged; /* leases change */ 414 struct xorg_list leases; member in struct:_rrScrPriv
|
| H A D | rrcrtc.c | 882 xorg_list_for_each_entry_safe(lease, next, &pScrPriv->leases, list) {
|
| /xsrc/external/mit/xf86-video-amdgpu/dist/src/ |
| H A D | drmmode_display.c | 3016 /* We can't talk to the kernel about leases when VT switched */ 3024 xorg_list_for_each_entry_safe(lease, next, &scr_priv->leases, list) { 3678 /* Validate leases on VT re-entry */
|
| /xsrc/external/mit/xf86-video-ati-kms/dist/src/ |
| H A D | drmmode_display.c | 2549 /* We can't talk to the kernel about leases when VT switched */ 2557 xorg_list_for_each_entry_safe(lease, next, &scr_priv->leases, list) { 3162 /* Validate leases on VT re-entry */
|
| /xsrc/external/mit/xorg-server/dist/hw/xfree86/drivers/modesetting/ |
| H A D | drmmode_display.c | 3546 /* We can't talk to the kernel about leases when VT switched */ 3554 xorg_list_for_each_entry_safe(lease, next, &scr_priv->leases, list) { 3836 /* Validate leases on VT re-entry */
|
Completed in 26 milliseconds