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

/freebsd-10-stable/sys/dev/pms/RefTisa/sallsdk/api/
H A Dsaosapi.h648 agsaSGpioReqResponse_t *pSgpioResponse
/freebsd-10-stable/sys/dev/pms/RefTisa/tisa/sassata/common/
H A Dossacmnapi.c7447 agsaSGpioReqResponse_t *pSgpioResponse
7453 TI_DBG2(("ossaSGpioCB: smpFrameType: 0x%02x \n", pSgpioResponse->smpFrameType));
7454 // printf("SS:ossaSGpioCB: smpFrameType: 0x%02x \n", pSgpioResponse->smpFrameType);
7455 TI_DBG2(("ossaSGpioCB: function: 0x%02x \n", pSgpioResponse->function));
7456 TI_DBG2(("ossaSGpioCB: functionResult: 0x%02x \n", pSgpioResponse->functionResult));
7457 //printf("SS:ossaSGpioCB: functionResult: 0x%02x \n", pSgpioResponse->functionResult);
7459 tdhexdump("ossaSGpioCB Response", (bit8 *)pSgpioResponse, sizeof(agsaSGpioReqResponse_t));
7460 ostiSgpioIoctlRsp(tiRoot, pSgpioResponse);
H A Dtdproto.h309 agsaSGpioReqResponse_t *pSgpioResponse
H A Dtdioctl.c1412 * pSgpioResponse: Pointer to the SGPIO response
1420 agsaSGpioReqResponse_t *pSgpioResponse
1435 osti_memcpy(&agIoctlPayload->FunctionSpecificArea[0], pSgpioResponse, sizeof(agsaSGpioReqResponse_t));
H A Dtdport.c4619 agsaSGpioReqResponse_t *pSgpioResponse = (agsaSGpioReqResponse_t *) &agIOCTLPayload->FunctionSpecificArea[0]; local
4654 if(pSgpioResponse->functionResult != 0x00)

Completed in 176 milliseconds