Home
last modified time | relevance | path

Searched refs:test_module (Results 1 – 10 of 10) sorted by relevance

/OK3568_Linux_fs/yocto/poky/scripts/lib/resulttool/
H A Dmanualexecution.py40 def _get_available_config_options(self, config_options, test_module, target_config): argument
42 if test_module in config_options:
43 avail_config_options = config_options[test_module].get(target_config)
54 def _get_config(self, config_options, test_module): argument
64 configurations['TEST_MODULE'] = test_module
68 … avail_config_options = self._get_available_config_options(config_options, test_module, config)
122 test_module = self._get_test_module(case_file)
127 configurations = self._get_config(config_options, test_module)
128 result_id = 'manual_%s_%s' % (test_module, configurations['STARTTIME'])
/OK3568_Linux_fs/kernel/tools/testing/selftests/splice/
H A Dshort_splice_read.sh127 if ! [ -d /sys/module/test_module/sections ] ; then
128 expect_success "test_module kernel module load" modprobe test_module
130 expect_failure "kernfs attr splice" test_splice /sys/module/test_module/coresize
131 expect_failure "kernfs binattr splice" test_splice /sys/module/test_module/sections/.init.text
/OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/selftest/cases/
H A Dselftest.py23 test_module = "oeqa.selftest.cases.external-layer"
32 found_method = search_method(test_module, method_name)
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/sysfsutils/sysfsutils-2.1.0/
H A Dseparatebuild.patch46 test_device.c test_driver.c test_module.c test_utils.c \
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/
H A Dphl.mk104 _PHL_FILES += $(phl_path)test/test_module.o
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/
H A Dphl.mk104 _PHL_FILES += $(phl_path)test/test_module.o
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/mac/
H A Dhv_type.h1070 enum mac_ax_plat_module test_module);
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/mac/
H A Dhv_type.h1070 enum mac_ax_plat_module test_module);
/OK3568_Linux_fs/kernel/lib/
H A DMakefile79 obj-$(CONFIG_TEST_LKM) += test_module.o
H A DKconfig.debug2176 This builds the "test_module" module that emits "Hello, world"