Home
last modified time | relevance | path

Searched refs:atest (Results 1 – 14 of 14) sorted by relevance

/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-kernel/oprofile/oprofile/
H A Drun-ptest6 for atest in * ; do
7 if [ \( -x $atest \) -a \( -f $atest \) ] ; then
8 ./$atest > ${atest}.stdout 2> ${atest}.stderr
10 echo "PASS: $dir $atest"
11 rm ${atest}.stdout ${atest}.stderr
13 echo "FAIL: ${dir}/${atest}"
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/libcereal/files/
H A Drun-ptest4 for atest in test_* ; do
6 ./${atest} > tests.log 2>&1
8 echo "PASS: ${atest}"
10 echo "FAIL: ${atest}"
/OK3568_Linux_fs/buildroot/package/atest/
H A D0001-seq.h-fix-build-with-gcc-10.patch9 …GEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -o atest atest.o seq.o alsa.o …
10 …D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -o atest atest.o seq.o alsa.o …
11 …linux-gnueabihf/bin/ld: seq.o:(.bss+0x8): multiple definition of `state'; atest.o:(.bss+0xbc): fir…
12 …x-gnueabihf/bin/ld: capture.o:(.bss+0x0): multiple definition of `state'; atest.o:(.bss+0xbc): fir…
13 …-gnueabihf/bin/ld: playback.o:(.bss+0x0): multiple definition of `state'; atest.o:(.bss+0xbc): fir…
14 …bihf/bin/ld: loopback_delay.o:(.bss+0x0): multiple definition of `state'; atest.o:(.bss+0xbc): fir…
20 [Upstream status: https://github.com/amouiche/atest/pull/3]
H A DConfig.in2 bool "atest"
7 atest is a test software for checking ALSA Asoc drivers
10 https://github.com/amouiche/atest
12 comment "atest needs a toolchain w/ threads"
H A Datest.hash2 sha256 91da5a6d4d0b0a8d4bae156a40e91a6dccf62863bfa7acae948efbbd2b4154ca atest-895b0183a89c15f5e23…
H A Datest.mk8 ATEST_SITE = $(call github,amouiche,atest,$(ATEST_VERSION))
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-devtools/jemalloc/files/
H A Drun-ptest6 for atest in * ; do
7 if [ \( -x $atest \) -a \( -f $atest \) ] ; then
9 ./$atest > tests.log 2>&1
/OK3568_Linux_fs/kernel/drivers/pinctrl/qcom/
H A Dpinctrl-sm8250.c1008 FUNCTION(atest),
1154 [24] = PINGROUP(24, SOUTH, qup8, ibi_i3c, atest, _, _, _, _, _, _),
1155 [25] = PINGROUP(25, SOUTH, qup8, ibi_i3c, atest, _, _, _, _, _, _),
1156 [26] = PINGROUP(26, SOUTH, qup8, atest, _, _, _, _, _, _, _),
1157 [27] = PINGROUP(27, SOUTH, qup8, atest, _, _, _, _, _, _, _),
1162 [32] = PINGROUP(32, SOUTH, qup12, _, atest, _, _, _, _, _, _),
1163 [33] = PINGROUP(33, SOUTH, qup12, atest, _, _, _, _, _, _, _),
1164 [34] = PINGROUP(34, SOUTH, qup12, atest, _, _, _, _, _, _, _),
1165 [35] = PINGROUP(35, SOUTH, qup12, atest, _, _, _, _, _, _, _),
1166 [36] = PINGROUP(36, SOUTH, qup13, atest, _, _, _, _, _, _, _),
[all …]
H A Dpinctrl-spmi-gpio.c164 unsigned int atest; member
338 val = pad->atest - 1; in pmic_gpio_set_mux()
437 arg = pad->atest; in pmic_gpio_config_get()
523 pad->atest = arg; in pmic_gpio_config_set()
588 val = pad->atest - 1; in pmic_gpio_config_set()
675 seq_printf(s, " atest-%d", pad->atest); in pmic_gpio_config_dbg_show()
913 pad->atest = (val & PMIC_GPIO_LV_MV_ANA_MUX_SEL_MASK) + 1; in pmic_gpio_populate()
/OK3568_Linux_fs/kernel/tools/testing/selftests/tc-testing/
H A Dtdc.py706 for atest in alltests:
707 print_test_case(atest)
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/pinctrl/
H A Dqcom,pmic-gpio.txt219 - qcom,atest:
/OK3568_Linux_fs/buildroot/
H A DDEVELOPERS826 F: package/atest/
H A DCHANGES1415 atest, bandwidthd, bellagio, bind, bird, bluez-alsa, boost,
5725 New packages: arp-scan, atest, augeas, bluez-tools, daemon,
/OK3568_Linux_fs/buildroot/package/
H A DConfig.in19 source "package/atest/Config.in"