Home
last modified time | relevance | path

Searched refs:pFiles (Results 1 – 2 of 2) sorted by relevance

/hardware/ti/wlan/wl1271/utils/
Dreport.c292 TI_STATUS report_GetReportFilesTable(TI_HANDLE hReport, TI_UINT8 *pFiles) in report_GetReportFilesTable() argument
296 if( (NULL == hReport) || (NULL == pFiles)) in report_GetReportFilesTable()
302 (void *)pFiles, in report_GetReportFilesTable()
308 pFiles[index] += '0'; in report_GetReportFilesTable()
315 TI_STATUS report_SetReportFilesTable(TI_HANDLE hReport, TI_UINT8 *pFiles) in report_SetReportFilesTable() argument
319 if( (NULL == hReport) || (NULL == pFiles)) in report_SetReportFilesTable()
327 pFiles[index] -= '0'; in report_SetReportFilesTable()
332 (void *)pFiles, in report_SetReportFilesTable()
Dreport.h677 TI_STATUS report_GetReportFilesTable (TI_HANDLE hReport, TI_UINT8 *pFiles);
687 TI_STATUS report_SetReportFilesTable (TI_HANDLE hReport, TI_UINT8 *pFiles);