Searched refs:current_master (Results 1 – 21 of 21) sorted by relevance
12 What: /sys/devices/platform/<i2c-demux-name>/current_master
8 What: /sys/bus/i3c/devices/i3c-<bus-id>/current_master
46 +#define current_primary current_master110 - if (screen->current_master)111 - return screen->current_master;
44 +#define current_primary current_master108 - if (screen->current_master)109 - return screen->current_master;
376 ScreenPtr master = crtc->pScreen->current_master; in rrDestroySharedPixmap()398 ScreenPtr master = crtc->pScreen->current_master; in RRCrtcDetachScanoutPixmap()505 ScreenPtr master = crtc->pScreen->current_master; in rrSetupPixmapSharing()759 ScreenPtr master = pScreen->current_master; in RRCrtcSet()771 if (pScreen->current_master) { in RRCrtcSet()1387 width = pScreen->current_master->width; in ProcRRSetCrtcConfig()1388 height = pScreen->current_master->height; in ProcRRSetCrtcConfig()
44 ScreenPtr master = pScreen->current_master; in RROutputChanged()630 if (output->pScreen->isGPU && output->pScreen->current_master != pWin->drawable.pScreen) { in ProcRRSetOutputPrimary()
581 master = pScreen->current_master; in RRSetChanged()608 master = pScreen->current_master; in RRTellChanged()
330 if (pScreen->current_master) in xf86CrtcFitsScreen()331 pScrn = xf86ScreenToScrn(pScreen->current_master); in xf86CrtcFitsScreen()
2207 if (screen->current_master) in xf86RandR14ProviderDestroy()
3071 xf86CursorResetCursor(pScrn->pScreen->current_master); in xf86DisableUnusedFunctions()
206 static DEVICE_ATTR_RW(current_master);
642 ScreenPtr current_master; member
4017 assert(!new->current_master); in AttachUnboundGPU()4019 new->current_master = pScreen; in AttachUnboundGPU()4029 slave->current_master = NULL; in DetachUnboundGPU()4037 assert(new->current_master == pScreen); in AttachOutputGPU()4039 new->current_master->output_slaves++; in AttachOutputGPU()4047 slave->current_master->output_slaves--; in DetachOutputGPU()4056 assert(new->current_master == pScreen); in AttachOffloadGPU()
468 pScreen = pScreen->current_master; in xf86CurrentCursor()
978 struct ether_addr current_master; /* Current master Mac addr */
7916 struct ether_addr current_master; /**< Current Master mac addr */
977 struct ether_addr current_master; /* Current master Mac addr */
7934 struct ether_addr current_master; /**< Current Master mac addr */
488 static DEVICE_ATTR_RO(current_master);
1318 ScreenPtr master = crtc->randr_crtc->pScreen->current_master; in drmmode_SharedPixmapPresent()
60830 pixmap, but crtc->pScreen->current_master is already NULL at that