Searched refs:pSgpioResponse (Results 1 – 5 of 5) sorted by relevance
647 agsaSGpioReqResponse_t *pSgpioResponse
7446 agsaSGpioReqResponse_t *pSgpioResponse in ossaSGpioCB() argument7452 TI_DBG2(("ossaSGpioCB: smpFrameType: 0x%02x \n", pSgpioResponse->smpFrameType)); in ossaSGpioCB()7454 TI_DBG2(("ossaSGpioCB: function: 0x%02x \n", pSgpioResponse->function)); in ossaSGpioCB()7455 TI_DBG2(("ossaSGpioCB: functionResult: 0x%02x \n", pSgpioResponse->functionResult)); in ossaSGpioCB()7458 tdhexdump("ossaSGpioCB Response", (bit8 *)pSgpioResponse, sizeof(agsaSGpioReqResponse_t)); in ossaSGpioCB()7459 ostiSgpioIoctlRsp(tiRoot, pSgpioResponse); in ossaSGpioCB()
1419 agsaSGpioReqResponse_t *pSgpioResponse in ostiSgpioIoctlRsp() argument1434 …osti_memcpy(&agIoctlPayload->FunctionSpecificArea[0], pSgpioResponse, sizeof(agsaSGpioReqResponse_… in ostiSgpioIoctlRsp()
308 agsaSGpioReqResponse_t *pSgpioResponse
4618 …agsaSGpioReqResponse_t *pSgpioResponse = (agsaSGpioReqResponse_t *) &agIOCTLPayload->FunctionSpec… in SendSgpioRequest() local4653 if(pSgpioResponse->functionResult != 0x00) in SendSgpioRequest()