Home
last modified time | relevance | path

Searched refs:pSgpioResponse (Results 1 – 5 of 5) sorted by relevance

/freebsd-12-stable/sys/dev/pms/RefTisa/sallsdk/api/
Dsaosapi.h648 agsaSGpioReqResponse_t *pSgpioResponse
/freebsd-12-stable/sys/dev/pms/RefTisa/tisa/sassata/common/
Dossacmnapi.c7447 agsaSGpioReqResponse_t *pSgpioResponse in ossaSGpioCB() argument
7453 TI_DBG2(("ossaSGpioCB: smpFrameType: 0x%02x \n", pSgpioResponse->smpFrameType)); in ossaSGpioCB()
7455 TI_DBG2(("ossaSGpioCB: function: 0x%02x \n", pSgpioResponse->function)); in ossaSGpioCB()
7456 TI_DBG2(("ossaSGpioCB: functionResult: 0x%02x \n", pSgpioResponse->functionResult)); in ossaSGpioCB()
7459 tdhexdump("ossaSGpioCB Response", (bit8 *)pSgpioResponse, sizeof(agsaSGpioReqResponse_t)); in ossaSGpioCB()
7460 ostiSgpioIoctlRsp(tiRoot, pSgpioResponse); in ossaSGpioCB()
Dtdioctl.c1420 agsaSGpioReqResponse_t *pSgpioResponse in ostiSgpioIoctlRsp() argument
1435 …osti_memcpy(&agIoctlPayload->FunctionSpecificArea[0], pSgpioResponse, sizeof(agsaSGpioReqResponse_… in ostiSgpioIoctlRsp()
Dtdproto.h309 agsaSGpioReqResponse_t *pSgpioResponse
Dtdport.c4619 …agsaSGpioReqResponse_t *pSgpioResponse = (agsaSGpioReqResponse_t *) &agIOCTLPayload->FunctionSpec… in SendSgpioRequest() local
4654 if(pSgpioResponse->functionResult != 0x00) in SendSgpioRequest()