Searched refs:pSgpioResponse (Results 1 – 5 of 5) sorted by relevance
648 agsaSGpioReqResponse_t *pSgpioResponse
7447 agsaSGpioReqResponse_t *pSgpioResponse in ossaSGpioCB() argument7453 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()
1420 agsaSGpioReqResponse_t *pSgpioResponse in ostiSgpioIoctlRsp() argument1435 …osti_memcpy(&agIoctlPayload->FunctionSpecificArea[0], pSgpioResponse, sizeof(agsaSGpioReqResponse_… in ostiSgpioIoctlRsp()
309 agsaSGpioReqResponse_t *pSgpioResponse
4619 …agsaSGpioReqResponse_t *pSgpioResponse = (agsaSGpioReqResponse_t *) &agIOCTLPayload->FunctionSpec… in SendSgpioRequest() local4654 if(pSgpioResponse->functionResult != 0x00) in SendSgpioRequest()