Home
last modified time | relevance | path

Searched refs:test_id (Results 1 – 23 of 23) sorted by relevance

/OK3568_Linux_fs/kernel/tools/testing/selftests/tc-testing/
H A DTdcResults.py12 def __init__(self, test_id="", test_name=""): argument
13 self.test_id = test_id
78 def find_result(self, test_id): argument
79 return next((tr for tr in self._testsuite if tr.test_id == test_id), None)
82 orig = self.find_result(result_data.test_id)
96 ftap += 'ok {} {} - {}'.format(str(index), t.test_id, t.test_name)
114 xunit += '\t\t<testcase classname=\"{}\" '.format(escape(t.test_id))
/OK3568_Linux_fs/kernel/tools/testing/vsock/
H A Dutil.c358 unsigned long test_id; in skip_test() local
362 test_id = strtoul(test_id_str, &endptr, 10); in skip_test()
368 if (test_id >= test_cases_len) { in skip_test()
370 test_id, test_cases_len - 1); in skip_test()
374 test_cases[test_id].skip = true; in skip_test()
/OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/
H A Doetest.py266 def getModulefromID(self, test_id): argument
271 module_name = ".".join(test_id.split(".")[:3])
533 def install_uninstall_packages(self, test_id, pkg_dir, install): argument
538 test = test_id.split(".")[4]
539 module = self.getModulefromID(test_id)
587 def install_uninstall_packages(self, test_id, install=True): argument
593 super(ImageTestContext, self).install_uninstall_packages(test_id, pkg_dir, install)
610 def install_uninstall_packages(self, test_id, install=True): argument
618 super(ExportTestContext, self).install_uninstall_packages(test_id, pkg_dir, install)
/OK3568_Linux_fs/kernel/drivers/staging/greybus/tools/
H A Dlbtest118 test_id = dict[test_name]
129 write_sysfs_val(sys_pfx + 'type', test_id)
H A Dloopback_test.c86 int test_id; member
820 write_sysfs_val(t->devices[i].sysfs_entry, "type", t->test_id); in start()
834 t->test_id = dict[i].type; in loopback_run()
836 if (!t->test_id) { in loopback_run()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/test/
H A Dtrx_test.h75 u32 test_id; member
82 u32 test_id; member
H A Dtrx_test.c439 tpkt[i].test_id = i; in _phl_alloc_tx_pkt_pool()
810 PHL_INFO("Rx test_id = %d\n", rreq->test_id); in rtw_phl_test_rx_callback()
878 rreq->test_id = tpkt->test_id; in rtw_phl_rx_reap()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/test/
H A Dtrx_test.h75 u32 test_id; member
82 u32 test_id; member
H A Dtrx_test.c439 tpkt[i].test_id = i; in _phl_alloc_tx_pkt_pool()
810 PHL_INFO("Rx test_id = %d\n", rreq->test_id); in rtw_phl_test_rx_callback()
878 rreq->test_id = tpkt->test_id; in rtw_phl_rx_reap()
/OK3568_Linux_fs/u-boot/test/rockchip/
H A Dtest-rockchip.h20 enum test_id { enum
/OK3568_Linux_fs/kernel/drivers/gpu/arm/bifrost/tests/kutf/
H A Dkutf_suite.c73 unsigned int test_id; member
684 test_func->test_id = id; in kutf_add_test_with_filters_and_data()
687 &test_func->test_id); in kutf_add_test_with_filters_and_data()
690 &test_func->test_id); in kutf_add_test_with_filters_and_data()
/OK3568_Linux_fs/kernel/drivers/input/touchscreen/cyttsp5/
H A Dcyttsp5_core.c1938 struct cyttsp5_core_data *cd, u8 test_id, in cyttsp5_hid_output_run_selftest_() argument
1951 write_buf[0] = test_id; in cyttsp5_hid_output_run_selftest_()
1969 struct cyttsp5_core_data *cd, u8 test_id, in cyttsp5_hid_output_run_selftest() argument
1982 rc = cyttsp5_hid_output_run_selftest_(cd, test_id, in cyttsp5_hid_output_run_selftest()
1993 int protect, u8 test_id, u8 write_idacs_to_flash, u8 *status, in _cyttsp5_request_hid_output_run_selftest() argument
1999 return cyttsp5_hid_output_run_selftest(cd, test_id, in _cyttsp5_request_hid_output_run_selftest()
2003 return cyttsp5_hid_output_run_selftest_(cd, test_id, in _cyttsp5_request_hid_output_run_selftest()
2010 u8 test_id, u8 *status, u16 *actual_read_len, u8 *data) in cyttsp5_hid_output_get_selftest_result_() argument
2030 || test_id != CY_ST_ID_AUTOSHORTS; in cyttsp5_hid_output_get_selftest_result_()
2037 write_buf[4] = test_id; in cyttsp5_hid_output_get_selftest_result_()
[all …]
H A Dcyttsp5_device_access.c339 char *buf, size_t buf_len, u8 test_id, u16 read_length,
3490 static int cyttsp5_run_selftest_cmd_(struct device *dev, u8 test_id, in cyttsp5_run_selftest_cmd_() argument
3496 rc = cmd->nonhid_cmd->run_selftest(dev, 0, test_id, in cyttsp5_run_selftest_cmd_()
3509 u16 read_offset, u16 read_length, u8 test_id, u8 *status, in cyttsp5_get_selftest_result_cmd_() argument
3515 read_length, test_id, status, actual_read_len, data); in cyttsp5_get_selftest_result_cmd_()
3563 char *buf, size_t buf_len, u8 test_id, u16 read_length, in cyttsp5_run_and_get_selftest_result_noprint() argument
3593 rc = cyttsp5_run_selftest_cmd_(dev, test_id, 0, in cyttsp5_run_and_get_selftest_result_noprint()
3597 __func__, test_id, rc); in cyttsp5_run_and_get_selftest_result_noprint()
3616 test_id, &cmd_status, &act_length, &dad->ic_buf[6]); in cyttsp5_run_and_get_selftest_result_noprint()
3624 dad->ic_buf[3] = test_id; in cyttsp5_run_and_get_selftest_result_noprint()
[all …]
H A Dcyttsp5_regs.h860 int (*run_selftest)(struct device *dev, int protect, u8 test_id,
864 u16 read_offset, u16 read_length, u8 test_id, u8 *status,
869 u8 test_id, u8 *status);
/OK3568_Linux_fs/kernel/drivers/gpu/arm/midgard/tests/kutf/
H A Dkutf_suite.c67 unsigned int test_id; member
542 test_func->test_id = id; in kutf_add_test_with_filters_and_data()
544 &test_func->test_id); in kutf_add_test_with_filters_and_data()
/OK3568_Linux_fs/kernel/drivers/scsi/lpfc/
H A Dlpfc_bsg.h85 uint32_t test_id; member
H A Dlpfc_bsg.c2473 link_diag_test_cmd->test_id); in lpfc_sli4_bsg_link_diag_test()
/OK3568_Linux_fs/kernel/lib/
H A Dtest_bpf.c6702 static int test_id = -1; variable
6703 module_param(test_id, int, 0);
6723 if (test_id >= 0) { in prepare_bpf_tests()
6728 if (test_id >= ARRAY_SIZE(tests)) { in prepare_bpf_tests()
6733 test_range[0] = test_id; in prepare_bpf_tests()
6734 test_range[1] = test_id; in prepare_bpf_tests()
6785 static bool exclude_test(int test_id) in exclude_test() argument
6787 return test_id < test_range[0] || test_id > test_range[1]; in exclude_test()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/sfc/falcon/
H A Dethtool.c211 const char *test_format, const char *test_id) in ef4_fill_test() argument
226 snprintf(test_str, sizeof(test_str), test_format, test_id); in ef4_fill_test()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/sfc/
H A Dethtool_common.c259 const char *test_format, const char *test_id) in efx_fill_test() argument
274 snprintf(test_str, sizeof(test_str), test_format, test_id); in efx_fill_test()
/OK3568_Linux_fs/kernel/drivers/net/fddi/
H A Ddefxx.h974 PI_UINT32 test_id; member
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/
H A Ddhd_linux_exportfs.c611 unsigned int test_id = 0; in do_sock_qos_unit_test() local
618 ret = sscanf(buf, "%d %d", &test_id, &sub_id); in do_sock_qos_unit_test()
/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/
H A Ddhd_linux_exportfs.c613 unsigned int test_id = 0; in do_sock_qos_unit_test() local
620 ret = sscanf(buf, "%d %d", &test_id, &sub_id); in do_sock_qos_unit_test()