0xV3NOMx
Linux ip-172-26-7-228 5.4.0-1103-aws #111~18.04.1-Ubuntu SMP Tue May 23 20:04:10 UTC 2023 x86_64



Your IP : 18.118.144.239


Current Path : /lib/modules/5.4.0-1103-aws/build/tools/testing/selftests/media_tests/
Upload File :
Current File : //lib/modules/5.4.0-1103-aws/build/tools/testing/selftests/media_tests/open_loop_test.sh

#!/bin/bash
# SPDX-License-Identifier: GPL-2.0
 i=0
file=/dev/media$1
 while :; do
  echo $file
  i=$((i+1))
  R=$(./media_device_open -d $file);
 # clear
  echo -e "Loop $i\n$R"
 done