Searched refs:total (Results 1 - 19 of 19) sorted by relevance
/drivers/peripheral/codec/hal/src/ |
H A D | codec_component_capability_config.c | 48 *num = g_codecCapabilites.total; in GetComponentNum() 58 if (count != g_codecCapabilites.total) { in GetComponentCapabilityList()
|
H A D | codec_config_parser.c | 367 caps->total += codecCapGroup->num; in LoadCodecCapabilityFromHcs() 405 caps->total = 0; in ClearCapabilityGroup()
|
/drivers/hdf_core/framework/test/unittest/pm/ |
H A D | hdf_pm_driver_test.c | 386 uint32_t total = times; in HdfPmTestThreeDriver() local 394 total += PM_TEST_COUNT_ONE; in HdfPmTestThreeDriver() 413 WAIT_TEST_END(CHECK_VALUE(PM_TEST_DRIVER, total) && in HdfPmTestThreeDriver() 414 CHECK_VALUE(HDF_TEST_DRIVER, total) && in HdfPmTestThreeDriver() 415 CHECK_VALUE(SAMPLE_TEST_DRIVER, total), waitTime); in HdfPmTestThreeDriver() 425 return (CHECK_VALUE(PM_TEST_DRIVER, total) && CHECK_VALUE(HDF_TEST_DRIVER, total) && in HdfPmTestThreeDriver() 426 CHECK_VALUE(SAMPLE_TEST_DRIVER, total)) ? HDF_SUCCESS : HDF_FAILURE; in HdfPmTestThreeDriver()
|
/drivers/hdf_core/framework/test/unittest/platform/common/ |
H A D | i2c_test.h | 45 uint16_t total; member
|
H A D | mipi_dsi_test.h | 31 uint32_t total; member
|
H A D | spi_test.h | 43 uint16_t total; member
|
H A D | uart_test.h | 44 uint16_t total; member
|
H A D | can_test.h | 48 uint16_t total; member
|
H A D | gpio_test.h | 49 uint16_t total; member
|
H A D | mipi_csi_test.h | 44 uint32_t total; member
|
H A D | i3c_test.h | 31 uint16_t total; member
|
H A D | pin_test.h | 34 uint16_t total; member
|
H A D | mipi_dsi_test.c | 168 for (i = 0; i < test->total; i++) { in MipiDsiTestDoTest() 174 test->total - test->fails, test->fails); in MipiDsiTestDoTest() 194 test.cfg.timing.hlinePixels = 530; /* 530: horizontal total width */ in MipiDsiTestBind() 212 test.total = MIPI_DSI_TEST_MAX; in MipiDsiTestBind()
|
H A D | spi_test.c | 455 int32_t total = 0; in SpiTestAll() local 461 total++; in SpiTestAll() 466 total++; in SpiTestAll() 471 total++; in SpiTestAll() 476 total++; in SpiTestAll() 478 HDF_LOGE("SpiTestAll: spi tester total %d error %d", total, error); in SpiTestAll()
|
H A D | mipi_csi_test.c | 499 for (i = 0; i < test->total; i++) { in MipiCsiTestDoTest() 505 __func__, test->total - test->fails, test->fails); in MipiCsiTestDoTest() 517 if (cmd == (test->total - 1)) { in MipiCsiTestDoTest() 531 test.total = MIPI_CSI_TEST_MAX; in MipiCsiTestBind()
|
H A D | pin_test.c | 226 tester->total = PIN_TEST_CMD_MAX; in PinTestSetUpAll()
|
H A D | i2c_test.c | 154 tester->total = I2C_TEST_CMD_MAX; in I2cTestSetUpAll()
|
H A D | i3c_test.c | 160 tester->total = I3C_TEST_CMD_MAX; in I3cTestSetUpAll()
|
/drivers/peripheral/codec/hal/include/ |
H A D | codec_config_parser.h | 82 int32_t total; member
|
Completed in 8 milliseconds