| /OK3568_Linux_fs/kernel/tools/testing/selftests/firmware/ |
| H A D | fw_filesystem.sh | 26 if printf '\000' >"$DIR"/trigger_request 2> /dev/null; then 31 if [ ! -e "$DIR"/trigger_async_request ]; then 35 if printf '\000' >"$DIR"/trigger_async_request 2> /dev/null; then 42 if echo -n "nope-$NAME" >"$DIR"/trigger_request 2> /dev/null; then 57 if ! echo -n "$NAME" >"$DIR"/trigger_request ; then 71 if [ ! -e "$DIR"/trigger_async_request ]; then 75 if ! echo -n "$NAME" >"$DIR"/trigger_async_request ; then 90 if [ ! -e "$DIR"/trigger_request_platform ]; then 93 if printf '\000' >"$DIR"/trigger_request_platform 2> /dev/null; then 102 if ! echo -n "nope-$NAME" >"$DIR"/trigger_request_platform ; then [all …]
|
| H A D | fw_fallback.sh | 27 echo -n "$name" >"$DIR"/trigger_request & 31 while [ ! -e "$DIR"/"$name"/loading ]; do 40 echo 1 >"$DIR"/"$name"/loading 41 cat "$file" >"$DIR"/"$name"/data 42 echo 0 >"$DIR"/"$name"/loading 54 echo -n "$name" >"$DIR"/trigger_request 2>/dev/null & 58 while [ ! -e "$DIR"/"$name"/loading ]; do 67 echo -1 >"$DIR"/"$name"/loading 75 if [ ! -e "$DIR"/trigger_custom_fallback ]; then 83 echo -n "$name" >"$DIR"/trigger_custom_fallback 2>/dev/null & [all …]
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/arm64/ |
| H A D | Makefile | 35 @for DIR in $(ARM64_SUBTARGETS); do \ 36 BUILD_TARGET=$(OUTPUT)/$$DIR; \ 38 make OUTPUT=$$BUILD_TARGET -C $$DIR $@; \ 42 @for DIR in $(ARM64_SUBTARGETS); do \ 43 BUILD_TARGET=$(OUTPUT)/$$DIR; \ 44 make OUTPUT=$$BUILD_TARGET -C $$DIR $@; \ 48 @for DIR in $(ARM64_SUBTARGETS); do \ 49 BUILD_TARGET=$(OUTPUT)/$$DIR; \ 50 make OUTPUT=$$BUILD_TARGET -C $$DIR $@; \ 55 @for DIR in $(ARM64_SUBTARGETS); do \ [all …]
|
| /OK3568_Linux_fs/u-boot/board/amlogic/odroid-c2/ |
| H A D | README | 39 > DIR=odroid-c2 42 $DIR 43 > $DIR/fip/fip_create --bl30 $DIR/fip/gxb/bl30.bin \ 44 --bl301 $DIR/fip/gxb/bl301.bin \ 45 --bl31 $DIR/fip/gxb/bl31.bin \ 47 $DIR/fip.bin 48 > $DIR/fip/fip_create --dump $DIR/fip.bin 49 > cat $DIR/fip/gxb/bl2.package $DIR/fip.bin > $DIR/boot_new.bin 50 > $DIR/fip/gxb/aml_encrypt_gxb --bootsig \ 51 --input $DIR/boot_new.bin \ [all …]
|
| /OK3568_Linux_fs/debian/overlay/usr/bin/ |
| H A D | usbdevice | 284 DIR=${HEIGHT}p 286 [ ! -d $DIR ] || return 0 288 mkdir -p $DIR 289 echo $WIDTH > $DIR/wWidth 290 echo $HEIGHT > $DIR/wHeight 291 echo 333333 > $DIR/dwDefaultFrameInterval 292 echo $((WIDTH * HEIGHT * 20)) > $DIR/dwMinBitRate 293 echo $((WIDTH * HEIGHT * 20)) > $DIR/dwMaxBitRate 294 echo $((WIDTH * HEIGHT * 2)) > $DIR/dwMaxVideoFrameBufferSize 295 echo -e "333333\n666666\n1000000\n2000000" > $DIR/dwFrameInterval [all …]
|
| /OK3568_Linux_fs/external/rkscript/ |
| H A D | usbdevice | 291 DIR=${HEIGHT}p 293 [ ! -d $DIR ] || return 0 295 mkdir -p $DIR 296 echo $WIDTH > $DIR/wWidth 297 echo $HEIGHT > $DIR/wHeight 298 echo 333333 > $DIR/dwDefaultFrameInterval 299 echo $((WIDTH * HEIGHT * 20)) > $DIR/dwMinBitRate 300 echo $((WIDTH * HEIGHT * 20)) > $DIR/dwMaxBitRate 301 echo $((WIDTH * HEIGHT * 2)) > $DIR/dwMaxVideoFrameBufferSize 302 echo -e "333333\n666666\n1000000\n2000000" > $DIR/dwFrameInterval [all …]
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/android/ |
| H A D | Makefile | 11 @for DIR in $(SUBDIRS); do \ 12 BUILD_TARGET=$(OUTPUT)/$$DIR; \ 14 make OUTPUT=$$BUILD_TARGET -C $$DIR $@;\ 16 TEST=$$DIR"_test.sh"; \ 17 if [ -e $$DIR/$$TEST ]; then \ 18 rsync -a $$DIR/$$TEST $$BUILD_TARGET/; \ 34 @for DIR in $(SUBDIRS); do \ 35 BUILD_TARGET=$(OUTPUT)/$$DIR; \ 37 make OUTPUT=$$BUILD_TARGET -C $$DIR $@;\
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/kmod/ |
| H A D | kmod.sh | 74 if [ ! -d $DIR ]; then 75 echo "$0: $DIR not present" >&2 100 if [ -z $DIR ]; then 101 DIR="/sys/devices/virtual/misc/${TEST_DRIVER}0/" 148 if [ ! -d $DIR ]; then 203 if ! echo -n 1 >$DIR/config_test_case; then 211 if ! echo -n 2 >$DIR/config_test_case; then 219 if ! echo -n $1 >$DIR/config_num_threads; then 244 if ! echo -n $1 >$DIR/config_test_driver; then 252 if ! echo -n $1 >$DIR/config_test_fs; then [all …]
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/sparc64/ |
| H A D | Makefile | 21 @for DIR in $(SUBDIRS); do \ 22 BUILD_TARGET=$(OUTPUT)/$$DIR; \ 24 make OUTPUT=$$BUILD_TARGET -C $$DIR $@;\ 26 TEST=$$DIR"_test.sh"; \ 27 if [ -e $$DIR/$$TEST ]; then \ 28 rsync -a $$DIR/$$TEST $$BUILD_TARGET/; \ 44 @for DIR in $(SUBDIRS); do \ 45 BUILD_TARGET=$(OUTPUT)/$$DIR; \ 47 make OUTPUT=$$BUILD_TARGET -C $$DIR $@;\
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/futex/ |
| H A D | Makefile | 11 @for DIR in $(SUBDIRS); do \ 12 BUILD_TARGET=$(OUTPUT)/$$DIR; \ 14 $(MAKE) OUTPUT=$$BUILD_TARGET -C $$DIR $@;\ 15 if [ -e $$DIR/$(TEST_PROGS) ]; then \ 16 rsync -a $$DIR/$(TEST_PROGS) $$BUILD_TARGET/; \ 32 @for DIR in $(SUBDIRS); do \ 33 BUILD_TARGET=$(OUTPUT)/$$DIR; \ 35 $(MAKE) OUTPUT=$$BUILD_TARGET -C $$DIR $@;\
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/ |
| H A D | dirent.h | 127 typedef struct __dirstream DIR; typedef 134 extern DIR *opendir (const char *__name) __nonnull ((1)); 141 extern DIR *fdopendir (int __fd); 149 extern int closedir (DIR *__dirp) __nonnull ((1)); 162 extern struct dirent *readdir (DIR *__dirp) __nonnull ((1)); 165 extern struct dirent *__REDIRECT (readdir, (DIR *__dirp), readdir64) 173 extern struct dirent64 *readdir64 (DIR *__dirp) __nonnull ((1)); 183 extern int readdir_r (DIR *__restrict __dirp, 190 (DIR *__restrict __dirp, 201 extern int readdir64_r (DIR *__restrict __dirp, [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/ |
| H A D | dirent.h | 127 typedef struct __dirstream DIR; typedef 134 extern DIR *opendir (const char *__name) __nonnull ((1)); 141 extern DIR *fdopendir (int __fd); 149 extern int closedir (DIR *__dirp) __nonnull ((1)); 162 extern struct dirent *readdir (DIR *__dirp) __nonnull ((1)); 165 extern struct dirent *__REDIRECT (readdir, (DIR *__dirp), readdir64) 173 extern struct dirent64 *readdir64 (DIR *__dirp) __nonnull ((1)); 183 extern int readdir_r (DIR *__restrict __dirp, 190 (DIR *__restrict __dirp, 201 extern int readdir64_r (DIR *__restrict __dirp, [all …]
|
| /OK3568_Linux_fs/buildroot/build/ |
| H A D | envsetup.sh | 79 DIR=$(bpkg dir $2) 80 [ -d "$DIR" ] || return 1 92 SCRIPT="$DIR/.$stage.sh" 97 SCRIPT="$DIR/.staging_install.sh" 102 SCRIPT="$DIR/.target_install.sh" 106 SCRIPT="$DIR/.image_install.sh" 114 SCRIPT="$DIR/.host_install.sh"
|
| /OK3568_Linux_fs/buildroot/ |
| H A D | envsetup.sh | 79 DIR=$(bpkg dir $2) 80 [ -d "$DIR" ] || return 1 92 SCRIPT="$DIR/.$stage.sh" 97 SCRIPT="$DIR/.staging_install.sh" 102 SCRIPT="$DIR/.target_install.sh" 106 SCRIPT="$DIR/.image_install.sh" 114 SCRIPT="$DIR/.host_install.sh"
|
| /OK3568_Linux_fs/kernel/scripts/ |
| H A D | get_dvb_firmware | 54 my $tmpdir = tempdir(DIR => "/tmp", CLEANUP => 1); 72 my $tmpdir = tempdir(DIR => "/tmp", CLEANUP => 1); 91 my $tmpdir = tempdir(DIR => "/tmp", CLEANUP => 1); 109 my $tmpdir = tempdir(DIR => "/tmp", CLEANUP => 1); 127 my $tmpdir = tempdir(DIR => "/tmp", CLEANUP => 1); 160 my $tmpdir = tempdir(DIR => "/tmp", CLEANUP => 1); 177 my $tmpdir = tempdir(DIR => "/tmp", CLEANUP => 1); 194 my $tmpdir = tempdir(DIR => "/tmp", CLEANUP => 1); 206 my $tmpdir = tempdir(DIR => "/tmp", CLEANUP => 0); 250 my $tmpdir = tempdir(DIR => "/tmp", CLEANUP => 1); [all …]
|
| /OK3568_Linux_fs/rkbin/tools/burner_image_kits/ |
| H A D | make.sh | 3 DIR="$( cd "$( dirname "$0" )" && pwd )" 16 transfer_4K_2_2K=$DIR/tools/transfer_4K_2_2K.sh 17 rk_bch=$DIR/tools/rk_bch 18 mkimage=$DIR/../mkimage 19 upgrade_tool=$DIR/../upgrade_tool 20 align_to_flash_block_size=$DIR/tools/align_to_flash_block_size.sh 21 boot_merger=$DIR/../boot_merger
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/proc/ |
| H A D | read.c | 38 static void f_reg(DIR *d, const char *filename) in f_reg() 53 static void f_reg_write(DIR *d, const char *filename, const char *buf, size_t len) in f_reg_write() 66 static void f_lnk(DIR *d, const char *filename) in f_lnk() 75 static void f(DIR *d, unsigned int level) in f() 92 DIR *dd; in f() 127 DIR *d; in main()
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/kselftest/ |
| H A D | runner.sh | 44 DIR="$1" 53 settings="$BASE_DIR/$DIR/settings" 66 TEST_HDR_MSG="selftests: $DIR: $BASENAME_TEST" 98 DIR="${PWD#${BASE_DIR}/}" 109 run_one "$DIR" "$TEST" "$test_num"
|
| /OK3568_Linux_fs/external/libmali/scripts/ |
| H A D | grabber.sh | 24 DIR=lib 27 DIR=optimize_${OPTIMIZE#O} 31 LIBS=$(find ${DIR}/${ARCH}* -regex ".*${LIB}.so") 34 LIBS=$(find ${DIR}/${ARCH}* -regex ".*${LIB}-gbm.so")
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-connectivity/openssh/openssh/ |
| H A D | sshd_check_keys | 6 local DIR="$(dirname "$FILE")" 8 mkdir -p "$DIR" 26 sync "${FILE}.pub" "$DIR" "${FILE}.tmp" 31 sync "$DIR"
|
| /OK3568_Linux_fs/debian/overlay-firmware/usr/bin/ |
| H A D | npu_upgrade_pcie | 13 DIR="/usr/share/npu_fw_pcie" 16 LOADER=$DIR/$1 17 UBOOT=$DIR/$2 18 TRUST=$DIR/$3 19 BOOT=$DIR/$4
|
| H A D | npu_upgrade | 13 DIR="/usr/share/npu_fw" 16 LOADER=$DIR/$1 17 UBOOT=$DIR/$2 18 TRUST=$DIR/$3 19 BOOT=$DIR/$4
|
| H A D | npu_upgrade_pcie_combine | 13 DIR="/usr/share/npu_fw_pcie" 16 LOADER=$DIR/$1 17 UBOOT=$DIR/$2 18 TRUST=$DIR/$3 19 BOOT=$DIR/$4
|
| /OK3568_Linux_fs/debian/ |
| H A D | mk-iso-debian.sh | 5 DIR="$( cd "$( dirname "$0" )" && pwd )" 6 SDK_PATH=$DIR/.. 7 INITRD=$DIR/rd 8 DEBIAN_DIR=$DIR/iso 11 if [ ! -f "$DIR/$ISO_FILE" ]; then 13 wget https://cdimage.debian.org/debian-cd/current/arm64/iso-dvd/$ISO_FILE -P $DIR/ 25 xorriso -osirrox on -indev $DIR/$ISO_FILE -extract / $DEBIAN_DIR
|
| /OK3568_Linux_fs/device/rockchip/common/data/ |
| H A D | apply-all.sh | 13 DIR="$(realpath "$SDK_DIR/$(dirname $s)")" 14 echo "Applying patches to $DIR" 15 cd "$DIR" && "$PATCH_DIR/$s"
|