Home
last modified time | relevance | path

Searched refs:gpioEventSetupInfo (Results 1 – 6 of 6) sorted by relevance

/NextBSD/sys/dev/pms/RefTisa/tisa/sassata/common/
HDtdioctl.c1105 agsaGpioEventSetupInfo_t *gpioEventSetupInfo;
1143 gpioEventSetupInfo = (agsaGpioEventSetupInfo_t *)&agIOCTLPayload->FunctionSpecificArea[0];
1144 status = saGpioEventSetup(agRoot, agContext, 0, gpioEventSetupInfo);
1212 agsaGpioEventSetupInfo_t *gpioEventSetupInfo in ostiGetGpioIOCTLRsp() argument
1292 …gpioReadInfo->gpioEventRisingEdgePart1 = 0xFFF & gpioEventSetupInfo->gpioEventRisingEdge; /* GPIEV… in ostiGetGpioIOCTLRsp()
1293 …gpioReadInfo->gpioEventRisingEdgePart2 = 0x00F00000 & (gpioEventSetupInfo->gpioEventRisingEdge); /… in ostiGetGpioIOCTLRsp()
1294 …gpioReadInfo->gpioEventFallingEdgePart1 = 0xFFF & gpioEventSetupInfo->gpioEventFallingEdge; /* GPI… in ostiGetGpioIOCTLRsp()
1295 …gpioReadInfo->gpioEventFallingEdgePart2 = 0x00F00000 & gpioEventSetupInfo->gpioEventFallingEdge; … in ostiGetGpioIOCTLRsp()
HDossacmnapi.c7272 agsaGpioEventSetupInfo_t *gpioEventSetupInfo in ossaGpioResponseCB() argument
7285 …TI_DBG2(("ossaGpioResponseCB: EventSetupInfo gpioEventLevel 0x%x\n", gpioEventSetupInfo->gpioEvent… in ossaGpioResponseCB()
7286 …TI_DBG2(("ossaGpioResponseCB: EventSetupInfo gpioEventRisingEdge 0x%x\n", gpioEventSetupInfo->gpio… in ossaGpioResponseCB()
7287 …TI_DBG2(("ossaGpioResponseCB: EventSetupInfo gpioEventFallingEdge 0x%x\n", gpioEventSetupInfo->gpi… in ossaGpioResponseCB()
HDtdproto.h285 agsaGpioEventSetupInfo_t *gpioEventSetupInfo
/NextBSD/sys/dev/pms/RefTisa/sallsdk/api/
HDsaapi.h437 agsaGpioEventSetupInfo_t *gpioEventSetupInfo
HDsaosapi.h551 agsaGpioEventSetupInfo_t *gpioEventSetupInfo);
/NextBSD/sys/dev/pms/RefTisa/sallsdk/spc/
HDsaioctlcmd.c1388 agsaGpioEventSetupInfo_t *gpioEventSetupInfo in saGpioEventSetup() argument
1428 …E_32(agRoot, &payload, OSSA_OFFSET_OF(agsaGPIOCmd_t, GPIEVChange), gpioEventSetupInfo->gpioEventLe… in saGpioEventSetup()
1429 …OSSA_WRITE_LE_32(agRoot, &payload, OSSA_OFFSET_OF(agsaGPIOCmd_t, GPIEVFall), gpioEventSetupInfo->g… in saGpioEventSetup()
1430 …OSSA_WRITE_LE_32(agRoot, &payload, OSSA_OFFSET_OF(agsaGPIOCmd_t, GPIEVRise), gpioEventSetupInfo->g… in saGpioEventSetup()