Lines Matching defs:pvUser

106     void                    *pvUser;        /* User specific context. */
233 static DECLCALLBACK(int) dmaWriteAddr(PPDMDEVINS pDevIns, void *pvUser, RTIOPORT port, uint32_t u32, unsigned cb)
237 DMAControl *dc = (DMAControl *)pvUser;
277 static DECLCALLBACK(int) dmaReadAddr(PPDMDEVINS pDevIns, void *pvUser, RTIOPORT port, uint32_t *pu32, unsigned cb)
281 DMAControl *dc = (DMAControl *)pvUser;
308 static DECLCALLBACK(int) dmaWriteCtl(PPDMDEVINS pDevIns, void *pvUser, RTIOPORT port,
313 DMAControl *dc = (DMAControl *)pvUser;
388 static DECLCALLBACK(int) dmaReadCtl(PPDMDEVINS pDevIns, void *pvUser, RTIOPORT port, uint32_t *pu32, unsigned cb)
392 DMAControl *dc = (DMAControl *)pvUser;
444 static DECLCALLBACK(int) dmaReadPage(PPDMDEVINS pDevIns, void *pvUser, RTIOPORT port, uint32_t *pu32, unsigned cb)
446 DMAControl *dc = (DMAControl *)pvUser;
470 static DECLCALLBACK(int) dmaWritePage(PPDMDEVINS pDevIns, void *pvUser, RTIOPORT port, uint32_t u32, unsigned cb)
472 DMAControl *dc = (DMAControl *)pvUser;
507 static DECLCALLBACK(int) dmaReadHiPage(PPDMDEVINS pDevIns, void *pvUser, RTIOPORT port, uint32_t *pu32, unsigned cb)
511 DMAControl *dc = (DMAControl *)pvUser;
523 static DECLCALLBACK(int) dmaWriteHiPage(PPDMDEVINS pDevIns, void *pvUser, RTIOPORT port, uint32_t u32, unsigned cb)
527 DMAControl *dc = (DMAControl *)pvUser;
564 end_cnt = ch->pfnXferHandler(pThis->pDevIns, ch->pvUser, (ctlidx * 4) + chidx,
618 PFNDMATRANSFERHANDLER pfnTransferHandler, void *pvUser)
623 LogFlow(("dmaRegister: pThis=%p uChannel=%u pfnTransferHandler=%p pvUser=%p\n", pThis, uChannel, pfnTransferHandler, pvUser));
627 ch->pvUser = pvUser;