Lines Matching full:bind
6 echo "Media Device Allocator testing: unbind and bind"
37 echo "Test bind both devices - start"
38 echo "Running bind of $MDEV from $MDRIVER"
39 echo $MDEV > $MDRIVER/bind;
44 echo "Running bind of $ADEV from $ADRIVER"
45 echo $ADEV > $ADRIVER/bind;
50 echo "Test bind both devices - end"
54 echo "Test unbind $MDEV - bind $MDEV - unbind $ADEV - bind $ADEV start"
64 echo "Running bind of $MDEV from $MDRIVER"
65 echo $MDEV > $MDRIVER/bind;
78 echo "Running bind of $ADEV from $ADRIVER"
79 echo $ADEV > $ADRIVER/bind;
84 echo "Test unbind $MDEV - bind $MDEV - unbind $ADEV - bind $ADEV end"