Searched refs:g_i2sTestFunc (Results 1 – 1 of 1) sorted by relevance
306 static struct I2sTestFunc g_i2sTestFunc[] = { variable342 for (i = 0; i < sizeof(g_i2sTestFunc) / sizeof(g_i2sTestFunc[0]); i++) { in I2sTestEntry()343 if (cmd == g_i2sTestFunc[i].type && g_i2sTestFunc[i].Func != NULL) { in I2sTestEntry()344 ret = g_i2sTestFunc[i].Func(test); in I2sTestEntry()