Searched refs:userParam (Results 1 – 2 of 2) sorted by relevance
67 void *userParam; member434 ch->userParam = cbUserParam; in DMADRV_LdmaStartTransfer()463 ch->userParam = cbUserParam; in DMADRV_LdmaStartTransfer()1097 stop = !ch->callback(chnum, ch->callbackCount, ch->userParam); in LDMA_IRQHandler()1144 stop = !ch->callback(chnum, ch->callbackCount, ch->userParam); in LDMA_IRQHandlerDefault()1242 ch->callback(channel, ch->callbackCount, ch->userParam); in DmaBasicCallback()1261 stop = !ch->callback(channel, ch->callbackCount, ch->userParam); in DmaPingPongCallback()1372 ch->userParam = cbUserParam; in StartTransfer()1491 ch->userParam = cbUserParam; in StartTransfer()1585 ch->userParam = cbUserParam; in StartTransfer()
101 void *userParam);