Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/drivers/net/netdevsim/
H A Dudp_tunnel_nic.sh193 while ! check_table 1 exp1 $((retries == 0)); do
276 exp1=( 0 0 0 0 )
305 exp1=( `mke 6081 2` 0 0 0 )
312 exp1=( 0 0 0 0 )
318 exp1=( `mke 6081 2` 0 0 0 )
325 exp1=( 0 0 0 0 )
393 exp1=( `mke 20000 2` 0 0 0 )
397 exp1=( `mke 20000 2` `mke 20001 2` 0 0 )
401 exp1=( `mke 20000 2` `mke 20001 2` `mke 20002 2` 0 )
405 exp1=( `mke 20000 2` `mke 20001 2` `mke 20002 2` `mke 20003 2` )
[all …]
/linux/tools/testing/selftests/net/
H A Dlink_netns.py75 for src_net, netns, link_netns, exp1, exp2 in cases:
86 ksft_true(validate_link_netns(tgt_net, "foo", exp1),
/linux/arch/arm64/boot/dts/ti/
H A Dk3-am62x-sk-csi2-tevi-ov5640.dtso75 powerdown-gpios = <&exp1 13 GPIO_ACTIVE_LOW>;
H A Dk3-am62x-sk-csi2-ov5640.dtso75 powerdown-gpios = <&exp1 13 GPIO_ACTIVE_LOW>;
H A Dk3-am62x-sk-csi2-imx219.dtso74 reset-gpios = <&exp1 13 GPIO_ACTIVE_HIGH>;
H A Dk3-am625-sk-common.dtsi64 gpio = <&exp1 3 GPIO_ACTIVE_HIGH>;
172 exp1: gpio@22 { label
H A Dk3-j721s2-evm-gesi-exp-board.dtso50 &exp1 {
H A Dk3-j721e-common-proc-board-infotainment.dtso105 &exp1 {
H A Dk3-j721e-evm-gesi-exp-board.dtso103 &exp1 {
/linux/tools/testing/selftests/kvm/x86/
H A Dhyperv_tlb_flush.c182 static inline void post_test(struct test_data *data, u64 exp1, u64 exp2) in post_test() argument
188 set_expected_val((void *)data->test_pages, exp1, WORKER_VCPU_ID_1); in post_test()
/linux/arch/arm64/boot/dts/nvidia/
H A Dtegra210-p2597.dtsi1372 exp1: gpio@74 { label
1708 gpio = <&exp1 3 GPIO_ACTIVE_HIGH>;
1719 gpio = <&exp1 9 GPIO_ACTIVE_HIGH>;
1749 gpio = <&exp1 12 GPIO_ACTIVE_HIGH>;
1769 gpio = <&exp1 13 GPIO_ACTIVE_HIGH>;
1799 gpio = <&exp1 4 GPIO_ACTIVE_LOW>;
H A Dtegra186-p2771-0000.dts2250 exp1: gpio@74 { label
2549 gpio = <&exp1 14 GPIO_ACTIVE_HIGH>;
2585 gpio = <&exp1 4 GPIO_ACTIVE_LOW>;
/linux/tools/testing/selftests/net/mptcp/
H A Dmptcp_join.sh1992 local exp1=$2
1999 print_check "mptcp_info ${info1:0:15}=$exp1:$exp2"
2007 if [ "$cnt1" != "$exp1" ] || [ "$cnt2" != "$exp2" ]; then
2008 fail_test "got $cnt1:$cnt2 $info1:$info2 expected $exp1:$exp2"