/linux-6.14.4/tools/testing/selftests/drivers/ntsync/ |
D | ntsync.c | 177 ret = wait_any(fd, 1, &sem, 123, &index); in TEST() 182 ret = wait_any(fd, 1, &sem, 123, &index); in TEST() 187 ret = wait_any(fd, 1, &sem, 123, &index); in TEST() 203 ret = wait_any(fd, 1, &sem, 123, &index); in TEST() 205 ret = wait_any(fd, 1, &sem, 123, &index); in TEST() 237 mutex_args.owner = 123; in TEST() 249 mutex_args.owner = 123; in TEST() 253 check_mutex_state(mutex, 2, 123); in TEST() 262 check_mutex_state(mutex, 2, 123); in TEST() 264 ret = unlock_mutex(mutex, 123, &count); in TEST() [all …]
|
/linux-6.14.4/Documentation/hwmon/ |
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-6.14.4/arch/arm64/boot/dts/freescale/ |
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-6.14.4/net/wireless/tests/ |
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-6.14.4/tools/perf/tests/ |
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()
|
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-6.14.4/drivers/video/logo/ |
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 …]
|
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-6.14.4/tools/testing/selftests/bpf/prog_tests/ |
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()
|
D | sock_create.c | 31 /* r3 = 123 (priority) */ 32 BPF_MOV64_IMM(BPF_REG_3, 123), 47 .optval = 123, 52 /* r3 = 123 (priority) */ 53 BPF_MOV64_IMM(BPF_REG_3, 123), 68 .optval = 123,
|
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 …]
|
/linux-6.14.4/tools/testing/selftests/bpf/progs/ |
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, },
|
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()
|
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()
|
D | test_map_in_map.c | 53 int value = 123; in xdp_mimtest0() 64 if (!value_p || *value_p != 123) in xdp_mimtest0()
|
/linux-6.14.4/tools/perf/tests/shell/attr/ |
D | test-record-count | 3 args = --no-bpf-event -c 123 kill >/dev/null 2>&1 7 sample_period=123
|
/linux-6.14.4/tools/bpf/bpftool/Documentation/ |
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-6.14.4/Documentation/devicetree/bindings/input/touchscreen/ |
D | eeti.txt | 27 interrupts = <123 IRQ_TYPE_EDGE_RISING>; 28 attn-gpios = <&gpio 123 GPIO_ACTIVE_HIGH>;
|
/linux-6.14.4/Documentation/devicetree/bindings/sound/ |
D | ti,pcm6240.yaml | 44 digital converter (ADC) with 123-dB SNR. 64 ti,pcm6120: Automotive, stereo, 123-dB SNR, 768-kHz, low-power 68 with 123-dB SNR.
|
/linux-6.14.4/drivers/hid/bpf/progs/ |
D | XPPen__ArtistPro16Gen2.bpf.c | 140 101, 103, 105, 107, 109, 111, 112, 114, 116, 118, 119, 121, 123, 124, 126, 127, 145 132, 130, 129, 127, 126, 124, 123 149 88, 92, 96, 100, 104, 108, 112, 115, 119, 123, 127, 130, 134, 137, 141, 145, 148, 163 116, 118, 119, 120, 121, 122, 123, 124, 125, 126, 126, 127, 128, 129, 129, 130, 166 128, 127, 126, 126, 125, 124, 123, 122, 121, 120, 119, 118, 116, 115, 114, 113, 171 77, 81, 84, 88, 91, 94, 98, 101, 104, 108, 111, 114, 117, 120, 123, 126, 129, 132,
|
/linux-6.14.4/tools/testing/selftests/ftrace/test.d/trigger/ |
D | trigger-hist-expressions.tc | 39 test_hist_expr "Variable assignment" "123" "123"
|
/linux-6.14.4/tools/testing/selftests/net/packetdrill/ |
D | tcp_syscall_bad_arg_fastopen-invalid-buf-ptr.pkt | 13 +0 < S. 123:123(0) ack 1 win 14600 <mss 1460,nop,nop,sackOK,nop,wscale 6,FO abcd1234,nop,nop>
|
/linux-6.14.4/include/dt-bindings/clock/ |
D | rv1108-cru.h | 73 #define SCLK_USBPHY 123 292 #define HRST_VIP0 123 302 #define PRST_VIP4 123
|
/linux-6.14.4/drivers/pinctrl/uniphier/ |
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-6.14.4/drivers/staging/media/atomisp/pci/isp/kernels/ctc/ctc_1.0/ |
D | ia_css_ctc_table.host.c | 41 123, 123, 122, 120, 118, 115, 114, 111,
|