Home
last modified time | relevance | path

Searched full:known (Results 1 – 25 of 2331) sorted by relevance

12345678910>>...94

/linux/Documentation/devicetree/bindings/phy/
H A Dbcm-ns-usb3-phy.yaml11 three known series: Ax, Bx and Cx.
12 Known A0: BCM4707 rev 0
13 Known B0: BCM4707 rev 4, BCM53573 rev 2
14 Known B1: BCM4707 rev 6
15 Known C0: BCM47094 rev 0
/linux/include/uapi/linux/
H A Dvirtio_spi.h112 * 0,1: bus width is 1, also known as SINGLE
113 * 2 : bus width is 2, also known as DUAL
114 * 4 : bus width is 4, also known as QUAD
115 * 8 : bus width is 8, also known as OCTAL
118 * 0,1: bus width is 1, also known as SINGLE
119 * 2 : bus width is 2, also known as DUAL
120 * 4 : bus width is 4, also known as QUAD
121 * 8 : bus width is 8, also known as OCTAL
/linux/include/linux/
H A Dfortify-string.h225 /* If p is const, we can use its compile-time-known len. */ in strnlen()
247 * Do not use this function unless the string length is known at
287 * If size can be known at compile time and is greater than in sized_strscpy()
293 /* Short-circuit for compile-time known-safe lengths. */ in sized_strscpy()
348 * of @p and @q are known to the compiler. Prefer building the
403 * destination buffer size is known to the compiler. Prefer
434 * of @p and @q are known to the compiler. Prefer building the
468 * buffer sizes are also known at compile time. in fortify_memset_chk()
483 * known. (This is not an "else" because the above checks may only in fortify_memset_chk()
490 * field, when the buffer's remaining size is known. in fortify_memset_chk()
[all …]
H A Dtnum.h4 * known (0 or 1), or unknown (x). Arithmetic operations on tnums will
20 /* Represent a known constant as a tnum. */
54 /* Return true if the known bits of both tnums have the same value */
71 /* Returns true if @a is a known constant */
89 /* Returns true if @a is known to be a multiple of @size.
128 /* Returns true if 32-bit subreg @a is a known constant*/
H A Dpmbus.h51 * chip pmbus controller to a known state after a failed register check.
52 * This can be done by reading a known register. By setting this flag the
55 * known state.
/linux/tools/testing/selftests/bpf/progs/
H A Dverifier_value_ptr_arith.c43 __description("map access: known scalar += value_ptr unknown vs const")
81 __description("map access: known scalar += value_ptr const vs unknown")
119 __description("map access: known scalar += value_ptr const vs const (ne)")
155 __description("map access: known scalar += value_ptr const vs const (eq)")
189 __description("map access: known scalar += value_ptr unknown vs unknown (eq)")
227 __description("map access: known scalar += value_ptr unknown vs unknown (lt)")
272 __description("map access: known scalar += value_ptr unknown vs unknown (gt)")
317 __description("map access: known scalar += value_ptr from different maps")
347 __description("map access: value_ptr -= known scalar from different maps")
380 __description("map access: known scalar += value_ptr from different maps, but same value properties…
[all …]
/linux/Documentation/hwmon/
H A Dpeci-cputemp.rst50 which is also known as Tcontrol.
52 is also known as the maximum processor junction
62 which is also known as Tcontrol.
64 is also known as the maximum processor junction
72 package which is also known as Fan Temperature target.
/linux/Documentation/admin-guide/media/
H A Drcar-fdp1.rst27 recover missing lines. This method is also known as blending or Line
31 the current field. This method is also known as Field Averaging (FAV).
35 is also known as weave deinterlacing.
39 known as weave deinterlacing.
/linux/kernel/bpf/
H A Dtnum.c5 * known (0 or 1), or unknown (x). Arithmetic operations on tnums will
121 * - if LSB(a) is a known 0, keep current accumulator
122 * - if LSB(a) is a known 1, add b to current accumulator
171 /* Note that if a and b disagree - i.e. one has a 'known 1' where the other has
172 * a 'known 0' - this will return a 'known 1' for that bit.
302 /* keep t's known bits, and match all unknown bits to z */ in tnum_step()
318 s = q & ~t.mask; /* known positions > k, set to 1 */ in tnum_step()
/linux/drivers/mmc/host/
H A Dtmio_mmc.h47 #define CTL_SDIF_MODE 0xe6 /* only known on R-Car 2+ */
48 #define CTL_SD_STATUS 0xf2 /* only known on RZ/{G2L,G3E,V2H} */
73 #define TMIO_STAT_DAT0 BIT(23) /* only known on R-Car so far */
76 #define TMIO_STAT_ALWAYS_SET_27 BIT(27) /* only known on R-Car 2+ so far */
106 #define SDIF_MODE_HS400 BIT(0) /* only known on R-Car 2+ */
109 #define SD_STATUS_PWEN BIT(0) /* only known on RZ/{G3E,V2H} */
110 #define SD_STATUS_IOVS BIT(16) /* only known on RZ/{G3E,V2H} */
/linux/drivers/hid/bpf/progs/
H A DLogitech__SpaceNavigator.bpf.c36 /* Offset of Input item in X,Y,Z and Rx,Ry,Rz collections for all known in SEC()
42 * The descriptor size of the 2009 model is not known, and there is evidence in SEC()
44 * model, so we try all known offsets regardless of descriptor size. in SEC()
66 /* Ensure report descriptor size matches one of the known variants. */ in probe()
/linux/include/dt-bindings/bus/
H A Dti-sysc.h4 /* Generic sysc found on omap2 and later, also known as type1 */
11 /* Generic sysc found on omap4 and later, also known as type2 */
13 #define SYSC_OMAP4_FREEEMU (1 << 1) /* Also known as EMUFREE */
/linux/rust/kernel/io/
H A Dmem.rs42 /// Maps an [`IoRequest`] where the size is known at compile time.
71 /// // If the size is known at compile time, use [`Self::iomap_sized`].
105 /// Maps an [`IoRequest`] where the size is not known at compile time,
135 /// // is not known at compile time, so only the `try_read*` and `try_write*`
225 /// region's size is known at that point, or at runtime otherwise.
254 // - `size` is known not to be zero at this point. in ioremap()
259 // - `size` is known not to be zero at this point. in ioremap()
/linux/drivers/net/wireless/ath/ath12k/wifi7/
H A Ddp_mon.c371 u32 known, data; in ath12k_wifi7_dp_mon_hal_rx_parse_user_info() local
373 known = __le32_to_cpu(eht->known); in ath12k_wifi7_dp_mon_hal_rx_parse_user_info()
374 known |= IEEE80211_RADIOTAP_EHT_KNOWN_RU_MRU_SIZE_OM; in ath12k_wifi7_dp_mon_hal_rx_parse_user_info()
375 eht->known = cpu_to_le32(known); in ath12k_wifi7_dp_mon_hal_rx_parse_user_info()
384 u32 known, data; in ath12k_wifi7_dp_mon_hal_rx_parse_user_info() local
386 known = __le32_to_cpu(eht->known); in ath12k_wifi7_dp_mon_hal_rx_parse_user_info()
387 known |= IEEE80211_RADIOTAP_EHT_KNOWN_RU_MRU_INDEX_OM; in ath12k_wifi7_dp_mon_hal_rx_parse_user_info()
388 eht->known = cpu_to_le32(known); in ath12k_wifi7_dp_mon_hal_rx_parse_user_info()
1128 u32 known, data; in ath12k_wifi7_dp_mon_hal_rx_parse_eht_sig_ndp() local
1130 known = __le32_to_cpu(eht->known); in ath12k_wifi7_dp_mon_hal_rx_parse_eht_sig_ndp()
[all …]
/linux/Documentation/input/devices/
H A Dxpad.rst25 - if you are using a known controller
26 - if you are using a known dance pad
36 dpad_to_buttons has no effect for known pads. A erroneous commit message
37 claimed dpad_to_buttons could be used to force behavior on known devices.
66 When using a known dance pad, jstest will report 6 axes and 14 buttons.
73 Known dance pads automatically map the d-pad to buttons and will work
/linux/arch/arm/boot/dts/intel/ixp/
H A Dintel-ixp45x-ixp46x.dtsi45 /* This is known as EthB1 */
56 /* This is known as EthB2 */
67 /* This is known as EthB3 */
/linux/tools/perf/pmu-events/arch/x86/silvermont/
H A Dpipeline.json8 …egin executing instructions long before the branch true execution path is known. All branches util…
17 …egin executing instructions long before the branch true execution path is known. All branches util…
27 …egin executing instructions long before the branch true execution path is known. All branches util…
37 …egin executing instructions long before the branch true execution path is known. All branches util…
47 …egin executing instructions long before the branch true execution path is known. All branches util…
57 …egin executing instructions long before the branch true execution path is known. All branches util…
67 …egin executing instructions long before the branch true execution path is known. All branches util…
77 …egin executing instructions long before the branch true execution path is known. All branches util…
87 …egin executing instructions long before the branch true execution path is known. All branches util…
97 …egin executing instructions long before the branch true execution path is known. All branches util…
/linux/drivers/net/wireless/mediatek/mt76/
H A Dmt76_connac3_mac.c108 static const struct ieee80211_radiotap_he known = { in mt76_connac3_mac_decode_he_radiotap() local
127 he = skb_push(skb, sizeof(known)); in mt76_connac3_mac_decode_he_radiotap()
128 memcpy(he, &known, sizeof(known)); in mt76_connac3_mac_decode_he_radiotap()
220 eht->known |= EHT_BITS(KNOWN_SPATIAL_REUSE) | in mt76_connac3_mac_decode_eht_radiotap()
/linux/arch/mips/include/asm/dec/
H A Dkn02xa.h3 * known as 3min or kn02ba) and Personal DECstations 5000/xx ones
4 * (otherwise known as maxine or kn02ca).
14 * These are addresses which have to be known early in the boot process.
H A Dkn03.h2 * Hardware info about DECstation 5000/2x0 systems (otherwise known as
3 * 3max+) and DECsystem 5900 systems (otherwise known as bigmax) which
4 * differ mechanically but are otherwise identical (both are known as
/linux/tools/perf/pmu-events/arch/x86/cascadelakex/
H A Duncore-io.json3761 …"PublicDescription": "Also known as Outbound. Number of requests, to the attached device, initiat…
3774 …"PublicDescription": "Also known as Outbound. Number of requests, to the attached device, initiat…
3787 …"PublicDescription": "Also known as Outbound. Number of requests, to the attached device, initiat…
3800 …"PublicDescription": "Also known as Outbound. Number of requests, to the attached device, initiat…
3813 …"PublicDescription": "Also known as Outbound. Number of requests, to the attached device, initiat…
3826 …"PublicDescription": "Also known as Outbound. Number of requests, to the attached device, initiat…
3839 …"PublicDescription": "Also known as Outbound. Number of requests, to the attached device, initiat…
3852 …"PublicDescription": "Also known as Outbound. Number of requests, to the attached device, initiat…
3865 …"PublicDescription": "Also known as Outbound. Number of requests, to the attached device, initiat…
3878 …"PublicDescription": "Also known as Outbound. Number of requests, to the attached device, initiat…
[all …]
/linux/tools/perf/pmu-events/arch/x86/emeraldrapids/
H A Duncore-io.json2048 …actions requested by the CPU : Core reading from Card's MMIO space : Also known as Outbound. Numb…
2060 …actions requested by the CPU : Core reading from Card's MMIO space : Also known as Outbound. Numb…
2072 …actions requested by the CPU : Core reading from Card's MMIO space : Also known as Outbound. Numb…
2084 …actions requested by the CPU : Core reading from Card's MMIO space : Also known as Outbound. Numb…
2096 …sactions requested by the CPU : Core reading from Cards MMIO space : Also known as Outbound. Numb…
2108 …sactions requested by the CPU : Core reading from Cards MMIO space : Also known as Outbound. Numb…
2120 …sactions requested by the CPU : Core reading from Cards MMIO space : Also known as Outbound. Numb…
2132 …sactions requested by the CPU : Core reading from Cards MMIO space : Also known as Outbound. Numb…
2144 …nsactions requested by the CPU : Core writing to Card's MMIO space : Also known as Outbound. Numb…
2156 …nsactions requested by the CPU : Core writing to Card's MMIO space : Also known as Outbound. Numb…
[all …]
/linux/tools/perf/pmu-events/arch/x86/sapphirerapids/
H A Duncore-io.json2128 …actions requested by the CPU : Core reading from Card's MMIO space : Also known as Outbound. Numb…
2140 …actions requested by the CPU : Core reading from Card's MMIO space : Also known as Outbound. Numb…
2152 …actions requested by the CPU : Core reading from Card's MMIO space : Also known as Outbound. Numb…
2164 …actions requested by the CPU : Core reading from Card's MMIO space : Also known as Outbound. Numb…
2176 …sactions requested by the CPU : Core reading from Cards MMIO space : Also known as Outbound. Numb…
2188 …sactions requested by the CPU : Core reading from Cards MMIO space : Also known as Outbound. Numb…
2200 …sactions requested by the CPU : Core reading from Cards MMIO space : Also known as Outbound. Numb…
2212 …sactions requested by the CPU : Core reading from Cards MMIO space : Also known as Outbound. Numb…
2224 …nsactions requested by the CPU : Core writing to Card's MMIO space : Also known as Outbound. Numb…
2236 …nsactions requested by the CPU : Core writing to Card's MMIO space : Also known as Outbound. Numb…
[all …]
/linux/tools/perf/pmu-events/arch/x86/skylakex/
H A Duncore-io.json3761 …"PublicDescription": "Also known as Outbound. Number of requests, to the attached device, initiat…
3774 …"PublicDescription": "Also known as Outbound. Number of requests, to the attached device, initiat…
3787 …"PublicDescription": "Also known as Outbound. Number of requests, to the attached device, initiat…
3800 …"PublicDescription": "Also known as Outbound. Number of requests, to the attached device, initiat…
3813 …"PublicDescription": "Also known as Outbound. Number of requests, to the attached device, initiat…
3826 …"PublicDescription": "Also known as Outbound. Number of requests, to the attached device, initiat…
3839 …"PublicDescription": "Also known as Outbound. Number of requests, to the attached device, initiat…
3852 …"PublicDescription": "Also known as Outbound. Number of requests, to the attached device, initiat…
3865 …"PublicDescription": "Also known as Outbound. Number of requests, to the attached device, initiat…
3878 …"PublicDescription": "Also known as Outbound. Number of requests, to the attached device, initiat…
[all …]
/linux/tools/perf/pmu-events/arch/x86/snowridgex/
H A Duncore-io.json3314 …tions requested by the CPU : Core reading from Card's PCICFG space : Also known as Outbound. Numb…
3327 …tions requested by the CPU : Core reading from Card's PCICFG space : Also known as Outbound. Numb…
3340 …tions requested by the CPU : Core reading from Card's PCICFG space : Also known as Outbound. Numb…
3353 …tions requested by the CPU : Core reading from Card's PCICFG space : Also known as Outbound. Numb…
3366 …tions requested by the CPU : Core reading from Card's PCICFG space : Also known as Outbound. Numb…
3379 …tions requested by the CPU : Core reading from Card's PCICFG space : Also known as Outbound. Numb…
3392 …tions requested by the CPU : Core reading from Card's PCICFG space : Also known as Outbound. Numb…
3405 …tions requested by the CPU : Core reading from Card's PCICFG space : Also known as Outbound. Numb…
3418 …tions requested by the CPU : Core reading from Card's PCICFG space : Also known as Outbound. Numb…
3431 …tions requested by the CPU : Core reading from Card's PCICFG space : Also known as Outbound. Numb…
[all …]

12345678910>>...94