/linux/Documentation/devicetree/bindings/pinctrl/ |
H A D | mediatek,mt76x8-pinctrl.yaml | 59 then: 68 then: 77 then: 90 then: 99 then: 108 then: 119 then: 128 then: 137 then: 146 then: [all …]
|
H A D | mediatek,mt7620-pinctrl.yaml | 57 then: 66 then: 76 then: 85 then: 94 then: 103 then: 112 then: 121 then: 130 then: 139 then: [all …]
|
H A D | mediatek,mt7621-pinctrl.yaml | 56 then: 66 then: 75 then: 84 then: 93 then: 102 then: 111 then: 120 then: 129 then: 138 then: [all …]
|
H A D | ralink,rt3883-pinctrl.yaml | 56 then: 65 then: 74 then: 84 then: 93 then: 102 then: 111 then: 120 then: 129 then: 138 then: [all …]
|
H A D | ralink,rt3352-pinctrl.yaml | 56 then: 66 then: 75 then: 84 then: 93 then: 102 then: 111 then: 120 then: 129 then: 138 then: [all …]
|
/linux/tools/testing/selftests/firmware/ |
H A D | fw_lib.sh | 30 if [ ! -d $DIR ]; then 38 if [ $uid -ne 0 ]; then 44 if [ ! -d $DIR ]; then 47 if [ ! -f $PROC_CONFIG ]; then 48 if modprobe configs 2>/dev/null; then 50 if [ ! -f $PROC_CONFIG ]; then 71 if [ -z $PROC_SYS_DIR ]; then 79 if [ -f $FW_FORCE_SYSFS_FALLBACK ]; then 83 if [ -f $FW_IGNORE_SYSFS_FALLBACK ]; then 87 if [ "$PROC_FW_FORCE_SYSFS_FALLBACK" = "1" ]; then [all …]
|
/linux/tools/testing/selftests/net/ |
H A D | l2_tos_ttl_inherit.sh | 18 if [ "$(id -u)" != "0" ]; then 22 if ! which tcpdump > /dev/null 2>&1; then 53 if $found; then 58 if [ "$input_field" = "$field" ]; then 79 if [ "$tos_ttl" = "random" ]; then 82 elif [ "$tos_ttl" = "inherit" ]; then 94 if [ "$tos_ttl" = "random" ]; then 97 elif [ "$tos_ttl" = "inherit" ]; then 116 if [ "$type" = "gre" ] || [ "$type" = "vxlan" ]; then 117 if [ "$outer" = "4" ]; then [all …]
|
H A D | netdevice.sh | 22 if [ $? -eq 0 ];then 28 if [ $? -ne 0 ];then 46 if [ $NETDEV_STARTED -eq 0 ];then 52 if [ $? -ne 0 ];then 56 if [ $? -eq 0 ];then 65 if [ $? -eq 0 ];then 70 if [ "$veth_created" ]; then 85 if [ $# -le 2 ];then 91 if [ $ret -ne 0 ];then 92 if [ $ret -eq "$1" ];then [all …]
|
/linux/tools/leds/ |
H A D | get_led_device_info.sh | 7 if [ $num_args -eq 1 ]; then 17 elif [ $num_args -eq 2 ]; then 24 if [ ! -f $led_defs_path ]; then 32 if [ $? -ne 0 ]; then 42 if [ "$bus" = "input" ]; then 44 if [ ! -z "$usb_subdev" ]; then 49 if [ "$bus" = "usb" ]; then 53 if [ -d "$usb_interface/ieee80211" ]; then 60 elif [ "$bus" = "input" ]; then 64 elif [ $of_node_missing -eq 0 ]; then [all …]
|
/linux/tools/testing/selftests/sysctl/ |
H A D | sysctl.sh | 42 if [ -z $DIR ]; then 45 if [ -z $DEFAULT_NUM_TESTS ]; then 48 if [ -z $SYSCTL ]; then 51 if [ -z $PROD_SYSCTL ]; then 54 if [ -z $WRITES_STRICT ]; then 62 if [ ! -e ${WRITES_STRICT} ]; then 66 if [ "$old_strict" = "1" ]; then 74 if [ -z $PAGE_SIZE ]; then 77 if [ -z $MAX_DIGITS ]; then 80 if [ -z $INT_MAX ]; then [all …]
|
/linux/scripts/ |
H A D | decode_stacktrace.sh | 14 if type llvm-cxxfilt >/dev/null 2>&1 ; then 16 elif type c++filt >/dev/null 2>&1 ; then 22 if [[ -z ${LLVM:-} ]]; then 26 if [[ ${LLVM} == */ ]]; then 28 elif [[ ${LLVM} == -* ]]; then 37 if [[ $1 == "-h" ]] ; then 40 elif [[ $1 == "-r" ]] ; then 47 if [ -e "$fn" ] ; then 53 if [[ $vmlinux == "" ]] ; then 66 if type debuginfod-find >/dev/null 2>&1 ; then [all …]
|
H A D | coccicheck | 13 if [ ! -x "$SPATCH" ]; then 26 if [ -n "$V" -a "$V" != "0" ]; then 51 if [ $? -eq 0 ]; then 60 if [ "$C" = "1" -o "$C" = "2" ]; then 63 if [[ $# -le 0 ]]; then 87 if [ -z "$J" ]; then 89 if [ $THREADS_PER_CORE -gt 1 -a $NPROC -gt 4 ] ; then 97 if [ "$KBUILD_EXTMOD" != "" ] ; then 102 if [ "$USE_JOBS" = "no" ]; then 105 elif [ "$NPROC" != "1" ]; then [all …]
|
/linux/tools/testing/selftests/net/netfilter/ |
H A D | nft_nat.sh | 32 if ! ip link add veth0 netns "$ns0" type veth peer name eth0 netns "$ns1" > /dev/null 2>&1;then 77 if ! ip netns exec "$ns" nft list counter inet filter ns0in | grep -q "packets 1 bytes 84";then 82 if ! ip netns exec "$ns" nft list counter inet filter ns0out | grep -q "packets 1 bytes 84";then 88 if ! ip netns exec "$ns" nft list counter inet filter ns0in6 | grep -q "$expect";then 92 if ! ip netns exec "$ns" nft list counter inet filter ns0out6 | grep -q "$expect";then 105 if ! ip netns exec "$ns0" nft list counter inet filter ns0in | grep -q "packets 0 bytes 0";then 110 if ! ip netns exec "$ns0" nft list counter inet filter ns0in6 | grep -q "packets 0 bytes 0";then 115 if ! ip netns exec "$ns0" nft list counter inet filter ns0out | grep -q "packets 0 bytes 0";then 119 if ! ip netns exec "$ns0" nft list counter inet filter ns0out6 | grep -q "packets 0 bytes 0";then 126 if ! ip netns exec "$ns0" nft list counter inet filter "${ns}${dir}" | grep -q "$expect";then [all …]
|
/linux/tools/bootconfig/scripts/ |
H A D | bconf2ftrace.sh | 34 if [ x"$APPLY" != x ]; then 35 if [ `id -u` -ne 0 ]; then 43 if [ x"$APPLY" != x ]; then # apply command 48 if [ x"$DEBUG" != x ]; then 53 if [ -z "$TRACEFS" ]; then 54 if ! grep -wq debugfs /proc/mounts; then 59 if [ ! -d $TRACEFS ]; then 65 if [ x"$INIT" != x ]; then 78 if xbc_has_key $1; then 85 if xbc_has_key $1; then [all …]
|
/linux/tools/testing/selftests/memory-hotplug/ |
H A D | mem-on-off-test.sh | 13 if [ $UID != 0 ]; then 20 if [ ! -d "$SYSFS" ]; then 25 if ! ls $SYSFS/devices/system/memory/memory* > /dev/null 2>&1; then 30 if ! grep -q 1 $SYSFS/devices/system/memory/memory*/removable; then 45 grep -q $state $memory/state; then 85 if ! online_memory $memory; then 88 elif ! memory_is_online $memory; then 99 if online_memory $memory 2> /dev/null; then 102 elif ! memory_is_offline $memory; then 113 if ! offline_memory $memory; then [all …]
|
/linux/tools/debugging/ |
H A D | kernel-chktaint | 21 if [ "$1"x != "x" ]; then 22 if [ "$1"x == "--helpx" ] || [ "$1"x == "-hx" ] ; then 25 elif [ $1 -ge 0 ] 2>/dev/null ; then 33 if [ ! -r $TAINTFILE ]; then 41 if [ $taint -eq 0 ]; then 55 if [ `expr $T % 2` -eq 0 ]; then 63 if [ `expr $T % 2` -eq 0 ]; then 71 if [ `expr $T % 2` -eq 0 ]; then 79 if [ `expr $T % 2` -eq 0 ]; then 87 if [ `expr $T % 2` -eq 0 ]; then [all …]
|
/linux/tools/testing/selftests/cpufreq/ |
H A D | module.sh | 7 if [ $FILE_MODULE ]; then 26 if [ $? != 0 ]; then 33 if [ $? != 0 ]; then 47 if [ $2 -eq 1 ]; then 56 if [ $? != 0 ]; then 61 if [ $2 -eq 1 ]; then 73 if [ $? != 0 ]; then 90 if [ $? != 0 ]; then 101 # Remove CPUs before inserting module and then bring them back 110 if [ $1 = "cpufreq_ondemand.ko" ]; then [all …]
|
/linux/tools/testing/selftests/ftrace/test.d/ftrace/ |
H A D | func_traceonoff_triggers.tc | 34 if [ $cnt -ne 0 ]; then 47 if [ $cnt -eq 0 ]; then 54 if [ -d ../../instances -a -f ../../available_filter_functions ]; then 58 if [ "$x" -eq 1 ]; then 65 if [ -d ../../instances ]; then # Check instances 68 if [ "$cur" = "$top" ]; then 76 if [ $cnt -ne 1 ]; then 84 if [ $cnt -ne $cnt2 ]; then 89 if [ $on != "0" ]; then 97 if [ "$csum1" != "$csum2" ]; then [all …]
|
/linux/scripts/dtc/ |
H A D | dtx_diff | 38 file. If DTx is a dts source file then it is pre-processed in the same 53 and DTx utilizes '#include' or '/include/' then the path of the 61 If DTx_1 and DTx_2 are in different architectures, then this script 70 If DTx_1 and DTx_2 are in different directories, then this script will 72 a local file that exists in both the path of DTx_1 and DTx_2 then the 90 if [ -d "${dtx}" ] ; then 94 if ( ! ${DTC} -I fs ${dtx} ) ; then 98 elif [ -f "${dtx}" ] && [ -r "${dtx}" ] ; then 101 if [ "${magic}" = "d00dfeed" ] ; then 105 if ( ! ${DTC} -I dtb ${dtx} ) ; then [all …]
|
/linux/tools/memory-model/scripts/ |
H A D | judgelitmus.sh | 34 then 41 then 50 then 57 then 61 then 64 then 68 then 72 then 78 then 86 then [all …]
|
/linux/samples/bpf/ |
H A D | do_hbm_test.sh | 13 echo "egress or ingress bandwidth. It then uses iperf3 or netperf to create" 96 if mount | grep $BPFFS > /dev/null; then 207 if [ $debug_flag -eq 1 ] ; then 224 if [ $ecn -ne 0 ] ; then 228 if [ $use_netperf -eq 0 ] ; then 230 if [ "$cc" != "x" ] ; then 235 if [ "$netem" -ne "0" ] ; then 236 if [ "$qdisc" != "" ] ; then 241 elif [ "$qdisc" != "" ] ; then 249 if [ $use_netperf -ne 0 ] ; then [all …]
|
/linux/Documentation/devicetree/bindings/soc/mobileye/ |
H A D | mobileye,eyeq5-olb.yaml | 81 then: 90 then: 99 then: 108 then: 117 then: 126 then: 135 then: 144 then: 153 then: 162 then: [all …]
|
/linux/tools/testing/selftests/rcutorture/bin/ |
H A D | kvm-test-1-run-qemu.sh | 25 then 30 then 44 then 60 then 63 then 72 then 75 then 78 then 92 then 97 then [all …]
|
H A D | parse-console.sh | 24 then 31 then 38 then 42 then 97 then 99 then 106 then 113 then 122 then 128 then [all …]
|
/linux/tools/perf/tests/shell/ |
H A D | record_bpf_filter.sh | 27 then 29 then 46 then 52 then 54 then 72 then 80 then 94 then 102 then 110 then [all …]
|