Searched refs:test_info (Results 1 – 6 of 6) sorted by relevance
| /OK3568_Linux_fs/external/mpp/mpp/base/test/ |
| H A D | mpp_trie_test.c | 46 TestAction test_info[] = { variable 47 { "rc:mode", &test_info[0], print_opt}, 48 { "rc:bps_target", &test_info[1], print_opt}, 49 { "rc:bps_max", &test_info[2], print_opt}, 50 { "rc:bps_min", &test_info[3], print_opt}, 66 RK_S32 info_cnt = MPP_ARRAY_ELEMS(test_info); in main() 72 mpp_trie_add_info(trie, &test_info[0].name); in main() 73 mpp_trie_add_info(trie, &test_info[1].name); in main() 74 mpp_trie_add_info(trie, &test_info[2].name); in main() 75 mpp_trie_add_info(trie, &test_info[3].name); in main()
|
| /OK3568_Linux_fs/kernel/drivers/dma/ |
| H A D | dmatest.c | 145 } test_info = { variable 146 .channels = LIST_HEAD_INIT(test_info.channels), 147 .lock = __MUTEX_INITIALIZER(test_info.lock), 280 struct dmatest_info *info = &test_info; in dmatest_wait_get() 1162 struct dmatest_info *info = &test_info; in dmatest_run_get() 1179 struct dmatest_info *info = &test_info; in dmatest_run_set() 1218 struct dmatest_info *info = &test_info; in dmatest_chan_set() 1290 struct dmatest_info *info = &test_info; in dmatest_chan_get() 1304 struct dmatest_info *info = &test_info; in dmatest_test_list_get() 1324 struct dmatest_info *info = &test_info; in dmatest_init() [all …]
|
| /OK3568_Linux_fs/u-boot/cmd/ |
| H A D | sf.c | 399 struct test_info { struct 406 static void show_time(struct test_info *test, int stage) in show_time() argument 421 static void spi_test_next_stage(struct test_info *test) in spi_test_next_stage() 442 struct test_info test; in spi_flash_test()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/broadcom/bnxt/ |
| H A D | bnxt_ethtool.c | 752 memcpy(buf, bp->test_info->string, in bnxt_get_strings() 3129 (bp->test_info->flags & BNXT_TEST_FL_AN_PHY_LPBK)) in bnxt_disable_an_for_lpbk() 3299 rc = _hwrm_send_message(bp, &req, sizeof(req), bp->test_info->timeout); in bnxt_run_fw_tests() 3330 (bp->test_info->flags & BNXT_TEST_FL_EXT_LPBK)) in bnxt_self_test() 3345 if (!(bp->test_info->offline_mask & bit_val)) in bnxt_self_test() 3844 struct bnxt_test_info *test_info; in bnxt_ethtool_init() local 3861 test_info = bp->test_info; in bnxt_ethtool_init() 3862 if (!test_info) in bnxt_ethtool_init() 3863 test_info = kzalloc(sizeof(*bp->test_info), GFP_KERNEL); in bnxt_ethtool_init() 3864 if (!test_info) in bnxt_ethtool_init() [all …]
|
| H A D | bnxt.h | 1982 struct bnxt_test_info *test_info; member
|
| H A D | bnxt.c | 9063 if (bp->test_info) in bnxt_hwrm_phy_qcaps() 9064 bp->test_info->flags &= ~(BNXT_TEST_FL_EXT_LPBK | in bnxt_hwrm_phy_qcaps() 9088 if (bp->test_info) in bnxt_hwrm_phy_qcaps() 9089 bp->test_info->flags |= BNXT_TEST_FL_EXT_LPBK; in bnxt_hwrm_phy_qcaps() 9092 if (bp->test_info) in bnxt_hwrm_phy_qcaps() 9093 bp->test_info->flags |= BNXT_TEST_FL_AN_PHY_LPBK; in bnxt_hwrm_phy_qcaps()
|