Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/media_tests/
H A Dmedia_dev_allocator.sh13 ADRIVER=/sys/bus/usb/drivers/$2
14 cd $ADRIVER
25 echo "sound driver is at: $ADRIVER"
28 echo "Running unbind of $ADEV from $ADRIVER"
29 echo $ADEV > $ADRIVER/unbind;
44 echo "Running bind of $ADEV from $ADRIVER"
45 echo $ADEV > $ADRIVER/bind;
70 echo "Running unbind of $ADEV from $ADRIVER"
71 echo $ADEV > $ADRIVER/unbind;
78 echo "Running bind of $ADEV from $ADRIVER"
[all …]