Home
last modified time | relevance | path

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

/freebsd/sys/dev/pms/RefTisa/sallsdk/api/
H A Dsaosapi.h647 agsaSGpioReqResponse_t *pSgpioResponse
/freebsd/sys/dev/pms/RefTisa/tisa/sassata/common/
H A Dossacmnapi.c7446 agsaSGpioReqResponse_t *pSgpioResponse in ossaSGpioCB() argument
7452 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()
H A Dtdioctl.c1419 agsaSGpioReqResponse_t *pSgpioResponse in ostiSgpioIoctlRsp() argument
1434 …osti_memcpy(&agIoctlPayload->FunctionSpecificArea[0], pSgpioResponse, sizeof(agsaSGpioReqResponse_… in ostiSgpioIoctlRsp()
H A Dtdproto.h308 agsaSGpioReqResponse_t *pSgpioResponse
H A Dtdport.c4618 …agsaSGpioReqResponse_t *pSgpioResponse = (agsaSGpioReqResponse_t *) &agIOCTLPayload->FunctionSpec… in SendSgpioRequest() local
4653 if(pSgpioResponse->functionResult != 0x00) in SendSgpioRequest()