/linux/Documentation/hwmon/ |
H A D | ina3221.rst | 30 in[123]_label Voltage channel labels 31 in[123]_enable Voltage channel enable controls 32 in[123]_input Bus voltage(mV) channels 33 curr[123]_input Current(mA) measurement channels 34 shunt[123]_resistor Shunt resistance(uOhm) channels 35 curr[123]_crit Critical alert current(mA) setting, activates the 38 curr[123]_crit_alarm Critical alert current limit exceeded 39 curr[123]_max Warning alert current(mA) setting, activates the 42 curr[123]_max_alarm Warning alert current limit exceeded
|
/linux/arch/arm64/boot/dts/freescale/ |
H A D | imx95-clock.h | 176 #define IMX95_CLK_SEL_EXT (IMX95_CCM_NUM_CLK_SRC + 123 + 0) 177 #define IMX95_CLK_SEL_A55C0 (IMX95_CCM_NUM_CLK_SRC + 123 + 1) 178 #define IMX95_CLK_SEL_A55C1 (IMX95_CCM_NUM_CLK_SRC + 123 + 2) 179 #define IMX95_CLK_SEL_A55C2 (IMX95_CCM_NUM_CLK_SRC + 123 + 3) 180 #define IMX95_CLK_SEL_A55C3 (IMX95_CCM_NUM_CLK_SRC + 123 + 4) 181 #define IMX95_CLK_SEL_A55C4 (IMX95_CCM_NUM_CLK_SRC + 123 + 5) 182 #define IMX95_CLK_SEL_A55C5 (IMX95_CCM_NUM_CLK_SRC + 123 + 6) 183 #define IMX95_CLK_SEL_A55P (IMX95_CCM_NUM_CLK_SRC + 123 + 7) 184 #define IMX95_CLK_SEL_DRAM (IMX95_CCM_NUM_CLK_SRC + 123 + 8) 185 #define IMX95_CLK_SEL_TEMPSENSE (IMX95_CCM_NUM_CLK_SRC + 123 + 9)
|
/linux/net/wireless/tests/ |
H A D | fragmentation.c | 19 [123] = 123, in defragment_0() 49 [123] = 123, in defragment_1() 92 [123] = 123, in defragment_2() 141 [123] = 123, in defragment_at_end()
|
/linux/tools/perf/tests/ |
H A D | util.c | 21 TEST_ASSERT_VAL("empty string", test_strreplace(' ', "", "123", "")); in test__util() 22 TEST_ASSERT_VAL("no match", test_strreplace('5', "123", "4", "123")); in test__util() 23 TEST_ASSERT_VAL("replace 1", test_strreplace('3', "123", "4", "124")); in test__util()
|
H A D | event_update.c | 22 TEST_ASSERT_VAL("wrong id", ev->id == 123); in process_event_unit() 35 TEST_ASSERT_VAL("wrong id", ev->id == 123); in process_event_scale() 54 TEST_ASSERT_VAL("wrong id", ev->id == 123); in process_event_name() 70 TEST_ASSERT_VAL("wrong id", ev->id == 123); in process_event_cpus() 93 perf_evlist__id_add(&evlist->core, &evsel->core, 0, 0, 123); in test__event_update()
|
/linux/drivers/video/logo/ |
H A D | logo_sgi_clut224.ppm | 335 210 210 210 253 253 253 174 174 174 123 123 123 354 123 123 123 10 10 10 14 14 14 46 46 46 473 180 123 7 206 145 10 230 174 11 239 182 13 575 180 123 7 190 142 34 190 178 144 187 187 187 851 22 22 22 2 2 6 123 123 123 253 253 253 855 123 123 123 78 78 78 38 38 38 14 14 14 915 123 123 123 101 101 101 166 166 166 182 182 182 956 123 123 123 138 138 138 190 190 190 246 246 246 977 123 123 123 166 166 166 174 174 174 190 190 190 1057 123 123 123 116 116 116 138 138 138 231 231 231 [all …]
|
H A D | logo_mac_clut224.ppm | 157 2 2 6 123 123 123 242 242 242 250 250 250 169 0 0 0 0 0 0 0 0 0 123 123 123 335 210 210 210 253 253 253 174 174 174 123 123 123 354 123 123 123 10 10 10 14 14 14 46 46 46 473 180 123 7 206 145 10 230 174 11 239 182 13 575 180 123 7 190 142 34 190 178 144 187 187 187 1010 14 14 14 123 123 123 138 138 138 90 90 90 1050 2 2 6 34 34 34 123 123 123 18 18 18 1148 78 78 78 86 86 86 101 101 101 123 123 123 1448 167 114 7 180 123 7 192 133 9 197 138 11 [all …]
|
/linux/tools/testing/selftests/bpf/prog_tests/ |
H A D | mmap.c | 105 bss_data->in_val = 123; in test_mmap() 111 CHECK_FAIL(bss_data->in_val != 123); in test_mmap() 112 CHECK_FAIL(bss_data->out_val != 123); in test_mmap() 113 CHECK_FAIL(skel->bss->in_val != 123); in test_mmap() 114 CHECK_FAIL(skel->bss->out_val != 123); in test_mmap() 117 CHECK_FAIL(map_data->val[2] != 123); in test_mmap() 118 CHECK_FAIL(map_data->val[far] != 3 * 123); in test_mmap() 125 CHECK_FAIL(val != 123); in test_mmap() 127 CHECK_FAIL(val != 3 * 123); in test_mmap()
|
H A D | sockopt.c | 135 /* if (ctx->level == 123) { */ 136 BPF_JMP_IMM(BPF_JNE, BPF_REG_6, 123, 4), 153 .get_level = 123, 178 /* if (ctx->optname == 123) { */ 179 BPF_JMP_IMM(BPF_JNE, BPF_REG_6, 123, 4), 196 .get_optname = 123, 509 /* if (ctx->level == 123) { */ 510 BPF_JMP_IMM(BPF_JNE, BPF_REG_6, 123, 4), 527 .set_level = 123, 564 /* if (ctx->optname == 123) { */ [all …]
|
H A D | skeleton.c | 100 skel->data_read_mostly->read_mostly_var = 123; in test_skeleton() 125 ASSERT_EQ(skel->bss->out_mostly_var, 123, "out_mostly_var"); in test_skeleton() 127 ASSERT_EQ(bss->huge_arr[ARRAY_SIZE(bss->huge_arr) - 1], 123, "huge_arr"); in test_skeleton()
|
/linux/tools/testing/selftests/bpf/progs/ |
H A D | setget_sockopt.c | 53 { .opt = TCP_KEEPIDLE, .new = 123, .expected = 123, .restore = 321, }, 54 { .opt = TCP_KEEPINTVL, .new = 123, .expected = 123, .restore = 321, }, 55 { .opt = TCP_KEEPCNT, .new = 123, .expected = 123, .restore = 124, }, 56 { .opt = TCP_SYNCNT, .new = 123, .expected = 123, .restore = 124, },
|
H A D | test_global_func_ctx_args.c | 151 struct my_struct x = { .x = 123 }; in arg_tag_ctx_raw_tp() 160 struct my_struct x = { .x = 123 }; in arg_tag_ctx_perf() 169 struct my_struct x = { .x = 123 }; in arg_tag_ctx_kprobe()
|
H A D | fexit_bpf2bpf.c | 129 if (ip6p->nexthdr != 6 || ip6p->payload_len != __bpf_constant_htons(123)) in new_get_skb_ifindex() 136 if (ip6p->nexthdr != 6 || ip6p->payload_len != __bpf_constant_htons(123)) in new_get_skb_ifindex() 149 if (val != 123) in new_get_constant()
|
H A D | test_map_in_map.c | 53 int value = 123; in xdp_mimtest0() 64 if (!value_p || *value_p != 123) in xdp_mimtest0()
|
H A D | dynptr_fail.c | 183 sample->pid = 123; in ringbuf_invalid_api() 305 sample->pid = 123; in data_slice_use_after_release1() 501 *(__u32 *)data = 123; in invalid_write4_callback() 1133 hdr->h_proto = 123; in skb_invalid_data_slice2() 1185 hdr->h_proto = 123; in skb_invalid_data_slice4() 1356 *(__u32 *)data = 123; in callback() 1581 *data = 123; in clone_invalidate4() 1607 *data = 123; in clone_invalidate5() 1637 *data = 123; in clone_invalidate6() 1663 *data = 123; in clone_skb_packet_data() [all …]
|
/linux/tools/testing/selftests/ftrace/test.d/dynevent/ |
H A D | dynevent_limitations.tc | 16 # With i=123 17 # On bash, that will print "\123" 18 # but on dash, that will print the escape sequence of \123 as the \ will
|
/linux/tools/bpf/bpftool/Documentation/ |
H A D | bpftool-btf.rst | 147 static int static_var __attribute__((section("data_sec"))) = 123; 199 **# bpftool btf dump map id 123 key** 205 **# bpftool btf dump map id 123 value** 211 **# bpftool btf dump map id 123 kv** 218 **# bpftool btf dump map id 123 all** 230 **# bpftool btf dump map id 123**
|
/linux/Documentation/devicetree/bindings/input/touchscreen/ |
H A D | eeti.txt | 27 interrupts = <123 IRQ_TYPE_EDGE_RISING>; 28 attn-gpios = <&gpio 123 GPIO_ACTIVE_HIGH>;
|
/linux/tools/testing/selftests/ftrace/test.d/trigger/ |
H A D | trigger-hist-expressions.tc | 40 test_hist_expr "Variable assignment" "123" "123"
|
/linux/drivers/pinctrl/mediatek/ |
H A D | pinctrl-mt6893.c | 80 PIN_FIELD_BASE(123, 123, 2, 0x00f0, 0x10, 22, 1), 184 PIN_FIELD_BASE(123, 123, 2, 0x0070, 0x10, 13, 1), 294 PIN_FIELD_BASE(123, 123, 2, 0x00b0, 0x10, 13, 1), 390 PIN_FIELD_BASE(123, 123, 2, 0x0090, 0x10, 13, 1), 477 PIN_FIELD_BASE(123, 123, 2, 0x0020, 0x10, 3, 3), 565 PIN_FIELD_BASE(123, 123, 2, 0x00e0, 0x10, 20, 1), 614 PIN_FIELD_BASE(123, 123, 2, 0x00e0, 0x10, 21, 1), 654 PIN_FIELD_BASE(123, 123, 2, 0x0050, 0x10, 0, 3), 679 PIN_FIELD_BASE(123, 123, 2, 0x00e0, 0x10, 20, 2), 758 MTK_PULL_PU_PD_RSEL_TYPE, /* 122 */ MTK_PULL_PU_PD_RSEL_TYPE, /* 123 */
|
H A D | pinctrl-mt8183.c | 103 PIN_FIELD_BASE(123, 123, 8, 0x000, 0x10, 1, 1), 188 PIN_FIELD_BASE(123, 123, 8, 0x010, 0x10, 1, 1), 327 PIN_FIELD_BASE(123, 123, 8, 0x0A0, 0x10, 4, 3), 372 PIN_FIELD_BASE(123, 123, 8, 0x0C0, 0x10, 6, 1), 417 PIN_FIELD_BASE(123, 123, 8, 0x0C0, 0x10, 4, 1), 462 PIN_FIELD_BASE(123, 123, 8, 0x0C0, 0x10, 5, 1),
|
/linux/drivers/pinctrl/uniphier/ |
H A D | pinctrl-uniphier-ld11.c | 330 UNIPHIER_PINCTRL_PIN(123, "HS0DOUT7", UNIPHIER_PIN_IECTRL_EXIST, 331 123, UNIPHIER_PIN_DRV_1BIT, 332 123, UNIPHIER_PIN_PULL_DOWN), 502 static const unsigned hscin1_s_pins[] = {120, 121, 122, 123}; 507 120, 121, 122, 123}; 510 120, 121, 122, 123}; 514 static const unsigned hscout1_s_pins[] = {120, 121, 122, 123}; 582 123, 124, 125, 126, 127, 128, 129, 130, /* PORT20x */
|
/linux/include/dt-bindings/clock/ |
H A D | rv1108-cru.h | 73 #define SCLK_USBPHY 123 292 #define HRST_VIP0 123 302 #define PRST_VIP4 123
|
/linux/tools/testing/selftests/bpf/verifier/ |
H A D | atomic_xor.c | 25 BPF_MOV64_IMM(BPF_REG_0, 123), 41 BPF_JMP_IMM(BPF_JEQ, BPF_REG_0, 123, 2),
|
/linux/tools/testing/selftests/net/packetdrill/ |
H A D | tcp_zerocopy_fastopen-client.pkt | 19 …+.01 < S. 123:123(0) ack 1 win 14600 <mss 940,TS val 2000 ecr 1000,sackOK,nop,wscale 6, FO abcd123…
|