/linux-6.12.1/tools/perf/pmu-events/ |
D | metric.py | 25 def Equals(self, other) -> bool: member in Expression 192 def Equals(self, other: Expression) -> bool: member in Operator 194 return self.operator == other.operator and self.lhs.Equals( 195 other.lhs) and self.rhs.Equals(other.rhs) 199 if self.Equals(expression): 235 if true_val.Equals(false_val): 240 def Equals(self, other: Expression) -> bool: member in Select 242 return self.cond.Equals(other.cond) and self.false_val.Equals( 243 other.false_val) and self.true_val.Equals(other.true_val) 247 if self.Equals(expression): [all …]
|
/linux-6.12.1/tools/perf/pmu-events/arch/x86/alderlaken/ |
D | cache.json | 174 …s the number of tagged loads with an instruction latency that exceeds or equals the threshold of 1… 182 …s the number of tagged loads with an instruction latency that exceeds or equals the threshold of 1… 187 …s the number of tagged loads with an instruction latency that exceeds or equals the threshold of 1… 195 …s the number of tagged loads with an instruction latency that exceeds or equals the threshold of 1… 200 …s the number of tagged loads with an instruction latency that exceeds or equals the threshold of 2… 208 …s the number of tagged loads with an instruction latency that exceeds or equals the threshold of 2… 213 …s the number of tagged loads with an instruction latency that exceeds or equals the threshold of 3… 221 …s the number of tagged loads with an instruction latency that exceeds or equals the threshold of 3… 226 …s the number of tagged loads with an instruction latency that exceeds or equals the threshold of 4… 234 …s the number of tagged loads with an instruction latency that exceeds or equals the threshold of 4… [all …]
|
/linux-6.12.1/lib/ |
D | cmdline.c | 229 unsigned int i, equals = 0; in next_arg() local 241 if (equals == 0) { in next_arg() 243 equals = i; in next_arg() 250 if (!equals) in next_arg() 253 args[equals] = '\0'; in next_arg() 254 *val = args + equals + 1; in next_arg()
|
/linux-6.12.1/drivers/base/ |
D | property.c | 84 * this function with @val equals %NULL and @nval equals 0. 112 * this function with @val equals %NULL and @nval equals 0. 140 * this function with @val equals %NULL and @nval equals 0. 168 * this function with @val equals %NULL and @nval equals 0. 196 * this function with @val equals %NULL and @nval equals 0. 287 * this function with @val equals %NULL and @nval equals 0. 316 * this function with @val equals %NULL and @nval equals 0. 345 * this function with @val equals %NULL and @nval equals 0. 374 * this function with @val equals %NULL and @nval equals 0. 403 * this function with @val equals %NULL and @nval equals 0.
|
/linux-6.12.1/Documentation/userspace-api/media/dvb/ |
D | legacy_dvb_audio.rst | 486 - :cspan:`1` Equals ``AUDIO_STOP`` for this command. 537 - :cspan:`1` Equals ``AUDIO_PLAY`` for this command. 589 - Equals ``AUDIO_PAUSE`` for this command. 642 - Equals ``AUDIO_CONTINUE`` for this command. 695 - Equals ``AUDIO_SELECT_SOURCE`` for this command. 757 - :cspan:`1` Equals ``AUDIO_SET_MUTE`` for this command. 831 - :cspan:`1` Equals ``AUDIO_AV_SYNC`` for this command. 902 - :cspan:`1` Equals ``AUDIO_SET_BYPASS_MODE`` for this command. 976 - Equals ``AUDIO_CHANNEL_SELECT`` for this command. 1038 - Equals AUDIO_GET_STATUS for this command. [all …]
|
D | legacy_dvb_video.rst | 838 - :cspan:`1` Equals ``VIDEO_STOP`` for this command. 912 - Equals ``VIDEO_PLAY`` for this command. 967 - Equals ``VIDEO_FREEZE`` for this command. 1027 - Equals ``VIDEO_CONTINUE`` for this command. 1082 - Equals ``VIDEO_SELECT_SOURCE`` for this command. 1151 - :cspan:`1` Equals ``VIDEO_SET_BLANK`` for this command. 1221 - Equals ``VIDEO_GET_STATUS`` for this command. 1280 - Equals ``VIDEO_GET_EVENT`` for this command. 1369 - Equals ``VIDEO_SET_DISPLAY_FORMAT`` for this command. 1428 - Equals ``VIDEO_STILLPICTURE`` for this command. [all …]
|
/linux-6.12.1/include/linux/mfd/ |
D | max8998.h | 74 * If it equals 0, leave it unchanged. 77 * If it equals 0, leave it unchanged. 80 * If it equals 0, leave it unchanged.
|
/linux-6.12.1/include/uapi/linux/netfilter_ipv6/ |
D | ip6t_hl.h | 12 IP6T_HL_EQ = 0, /* equals */ 13 IP6T_HL_NE, /* not equals */
|
/linux-6.12.1/include/uapi/linux/netfilter_ipv4/ |
D | ipt_ttl.h | 11 IPT_TTL_EQ = 0, /* equals */ 12 IPT_TTL_NE, /* not equals */
|
/linux-6.12.1/Documentation/devicetree/bindings/sound/ |
D | everest,es8326.yaml | 81 Bit(0-3) 0 means irq pulse equals 512*internal clock 82 1 means irq pulse equals 1024*internal clock 84 7 means irq pulse equals 65536*internal clock
|
/linux-6.12.1/drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/ |
D | gpio.h | 40 * if param equals 1, hardware PWM is available 41 * if param equals 0, the host should toggle the GPIO itself
|
/linux-6.12.1/tools/perf/pmu-events/arch/x86/alderlake/ |
D | cache.json | 798 …s the number of tagged loads with an instruction latency that exceeds or equals the threshold of 1… 806 …s the number of tagged loads with an instruction latency that exceeds or equals the threshold of 1… 812 …s the number of tagged loads with an instruction latency that exceeds or equals the threshold of 1… 820 …s the number of tagged loads with an instruction latency that exceeds or equals the threshold of 1… 826 …s the number of tagged loads with an instruction latency that exceeds or equals the threshold of 2… 834 …s the number of tagged loads with an instruction latency that exceeds or equals the threshold of 2… 840 …s the number of tagged loads with an instruction latency that exceeds or equals the threshold of 3… 848 …s the number of tagged loads with an instruction latency that exceeds or equals the threshold of 3… 854 …s the number of tagged loads with an instruction latency that exceeds or equals the threshold of 4… 862 …s the number of tagged loads with an instruction latency that exceeds or equals the threshold of 4… [all …]
|
/linux-6.12.1/tools/perf/tests/ |
D | demangle-java-test.c | 19 { "Ljava/lang/StringLatin1;equals([B[B)Z", in test__demangle_java() 20 "boolean java.lang.StringLatin1.equals(byte[], byte[])" }, in test__demangle_java()
|
/linux-6.12.1/Documentation/i2c/ |
D | dev-interface.rst | 113 Selects ten bit addresses if select not equals 0, selects normal 7 bit 114 addresses if select equals 0. Default 0. This request is only valid 119 if select not equals 0, disables if select equals 0. Default 0.
|
D | i2c-protocol.rst | 14 Rd/Wr (1 bit) Read/Write bit. Rd equals 1, Wr equals 0.
|
/linux-6.12.1/drivers/char/hw_random/ |
D | ks-sa-rng.c | 43 * equals value times 2^8. 51 * equals value times 2^6. 59 * equals value times 2^8.
|
/linux-6.12.1/include/crypto/internal/ |
D | des.h | 23 * It is the job of the caller to ensure that the size of the key equals 88 * It is the job of the caller to ensure that the size of the key equals
|
/linux-6.12.1/drivers/block/drbd/ |
D | drbd_protocol.h | 129 #define DP_RW_SYNC 2 /* equals REQ_SYNC */ 132 #define DP_FUA 16 /* equals REQ_FUA */ 133 #define DP_FLUSH 32 /* equals REQ_PREFLUSH */ 134 #define DP_DISCARD 64 /* equals REQ_OP_DISCARD */
|
/linux-6.12.1/include/soc/mscc/ |
D | ocelot_vcap.h | 563 enum ocelot_vcap_bit sip_eq_dip; /* SIP equals DIP */ 564 enum ocelot_vcap_bit sport_eq_dport; /* SPORT equals DPORT */ 583 enum ocelot_vcap_bit sip_eq_dip; /* SIP equals DIP */ 584 enum ocelot_vcap_bit sport_eq_dport; /* SPORT equals DPORT */
|
/linux-6.12.1/tools/perf/tests/shell/lib/ |
D | perf_metric_validation_rules.json | 267 …The all_requests includes the memory_page_empty, memory_page_misses, and memory_page_hits equals.", 347 …"Description": "L3 data read, rfo, code misses per instruction equals total L3 misses per instruct…
|
/linux-6.12.1/drivers/hid/ |
D | hid-macally.c | 19 * 101, but the power key is 102 and the equals key is 103
|
/linux-6.12.1/Documentation/hwmon/ |
D | ds1621.rst | 75 ("cooler"), vice versa. That way "heater" equals "active low", whereas 76 "conditioner" equals "active high". Please note that the DS1621 data sheet
|
D | gsc-hwmon.rst | 49 equals or exceeds pwm1_auto_point6_temp.
|
/linux-6.12.1/tools/testing/selftests/drivers/net/mlxsw/ |
D | port_scale.sh | 5 # to its width and checks that eventually the number of physical ports equals
|
/linux-6.12.1/tools/testing/selftests/bpf/prog_tests/ |
D | global_map_resize.c | 79 * since the array was filled with ones,verify the sum equals array_len in global_map_resize_bss_subtest() 149 * since the array was filled with ones,verify the sum equals array_len in global_map_resize_data_subtest()
|