Home
last modified time | relevance | path

Searched full:relevant (Results 1 – 25 of 1241) sorted by relevance

12345678910>>...50

/Linux-v5.15/tools/power/cpupower/debug/i386/
Ddump_psb.c24 static long relevant; variable
114 if (relevant != 0) { in decode_psb()
115 if (relevant!= pst->cpuid) in decode_psb()
145 printf (" -r, --relevant Only display PSTs relevant to cpuid N\n"); in print_help()
166 relevant = strtol(optarg, NULL, 16); in main()
/Linux-v5.15/scripts/coccinelle/api/
Dmemdup_user.cocci22 def relevant(p):
28 position p : script:python() { relevant(p) };
53 position p : script:python() { relevant(p) };
75 position p : script:python() { relevant(p) };
88 position p : script:python() { relevant(p) };
Dkfree_sensitive.cocci24 def relevant(p):
36 position p : script:python() { relevant(p) };
52 position p : script:python() { relevant(p) };
70 position p : script:python() { relevant(p) };
/Linux-v5.15/drivers/net/wireless/intel/iwlwifi/fw/api/
Dbinding.h19 * @id_and_color: ID and color of the relevant Binding,
39 * @id_and_color: ID and color of the relevant Binding,
75 * @id_and_color: ID and color of the relevant Binding,
109 * @id_and_color: ID and color of the relevant Binding.
/Linux-v5.15/drivers/soc/fsl/dpio/
Ddpio.h26 * destination in the relevant interface to this DPIO
37 * relevant only if 'channel_mode = DPIO_LOCAL_CHANNEL'
60 * relevant only if 'channel_mode = DPIO_LOCAL_CHANNEL'
/Linux-v5.15/drivers/net/ethernet/freescale/dpaa2/
Ddpni.h66 * for each TC. Only relevant if the DPNI has multiple traffic classes.
266 * status (FAS); relevant only for the non-discard action
606 * @DPNI_DIST_MODE_HASH: Use hash distribution; only relevant if
608 * @DPNI_DIST_MODE_FS: Use explicit flow steering; only relevant if
650 * dpni_prepare_key_cfg() relevant only when
652 * @fs_cfg: Flow Steering table configuration; only relevant if
679 * dpni_prepare_key_cfg(); relevant only when enable!=0 otherwise
749 * @destination.id: ID of the destination, only relevant if DEST_TYPE is > 0.
751 * Not relevant for Tx queues.
765 * Not relevant for Tx queues.
[all …]
Ddpaa2-eth-trace.h32 /* A structure containing the relevant information we want
102 /* buffer pool id, if relevant */
108 /* A structure containing the relevant information we want
/Linux-v5.15/scripts/coccinelle/misc/
Dflexible_array.cocci20 def relevant(positions):
29 position p : script:python() { relevant(p) };
73 position p : script:python() { relevant(p) };
/Linux-v5.15/Documentation/userspace-api/media/v4l/
Dvidioc-enum-fmt.rst198 colorspace. This flag is relevant only for capture devices.
205 transfer function. This flag is relevant only for capture devices.
212 Y'CbCr encoding. This flag is relevant only for capture devices.
219 HSV encoding. This flag is relevant only for capture devices.
226 quantization. This flag is relevant only for capture devices.
/Linux-v5.15/drivers/comedi/drivers/
Dni_routes.h108 * @tables: pointer to relevant set of routing tables.
146 * @tables: pointer to relevant set of routing tables.
158 * @tables: pointer to relevant set of routing tables.
199 * @tables: pointer to relevant set of routing tables.
254 * @tables: pointer to relevant set of routing tables.
302 * @tables: pointer to relevant set of routing tables.
/Linux-v5.15/include/scsi/
Dscsi_transport_srp.h35 * Fields that are relevant for SRP initiator and SRP target drivers:
40 * Fields that are only relevant for SRP initiator drivers:
79 * Fields that are only relevant for SRP initiator drivers:
/Linux-v5.15/include/uapi/misc/
Dhabanalabs.h299 * specific context. This is relevant only for devices
375 * @tpc_enabled_mask: Bit-mask that represents which TPCs are enabled. Relevant
560 /* Location of relevant struct in userspace */
575 /* Dcore id for which the information is relevant.
672 /* Relevant only when HL_CS_FLAGS_WAIT or
682 * Relevant only when HL_CS_FLAGS_WAIT or
700 /* Relevant only when HL_CS_FLAGS_WAIT or
706 /* Relevant only when HL_CS_FLAGS_WAIT or
721 /* Relevant only when HL_CS_FLAGS_COLLECTIVE_WAIT is set.
889 * Relevant only when HL_WAIT_CS_FLAGS_INTERRUPT is set
[all …]
/Linux-v5.15/drivers/gpu/drm/hisilicon/kirin/
Dkirin_ade_reg.h106 * ADE regs relevant enums
176 * LDI regs relevant enums
203 * ADE media bus service relevant enums
/Linux-v5.15/Documentation/virt/kvm/devices/
Dmpic.rst31 to the relevant MSIIR.
42 byte offset of the relevant IVPR from EIVPR0, divided by 32.
/Linux-v5.15/include/uapi/linux/
Dnl80211-vnd-intel.h52 * collocated AP. Relevant for 6GHz AP info.
54 * Relevant for 6GHz AP info.
/Linux-v5.15/arch/mips/include/asm/
Dcompiler.h26 * relevant is mentioned in GCC 8 release notes and nothing obviously relevant
/Linux-v5.15/drivers/misc/habanalabs/include/common/
Dcpucp_if.h168 * The message, inputs/outputs (if relevant) and fence object will be located
188 * the device DDR (if relevant) and resume the code execution in the host's
266 * relevant information.
342 * NIC port, relevant lanes to configure and one bit indication for
347 * The result is 32-bit value of the relevant register.
351 * the NIC port, relevant lanes to configure and one bit indication for
722 * depending on its location (relevant for PMC card type)
/Linux-v5.15/usr/
DKconfig118 decompression speed. Compression speed is only relevant
119 when building a kernel. Decompression speed is relevant at
121 relevant on memory constrained systems. This is usually based on the
/Linux-v5.15/fs/xfs/libxfs/
Dxfs_rtbitmap.c110 xfs_rtword_t mask; /* mask of relevant bits for value */ in xfs_rtfind_back()
143 * and mask for all the relevant bits in this word. in xfs_rtfind_back()
238 * and mask for all the relevant bits in this word. in xfs_rtfind_back()
285 xfs_rtword_t mask; /* mask of relevant bits for value */ in xfs_rtfind_forw()
318 * and mask for all the relevant bits in this word. in xfs_rtfind_forw()
409 * Calculate mask for all the relevant bits in this word. in xfs_rtfind_forw()
579 * Compute first bit not changed and mask of relevant bits. in xfs_rtmodify_range()
662 * Compute a mask of relevant bits. in xfs_rtmodify_range()
781 xfs_rtword_t mask; /* mask of relevant bits for value */ in xfs_rtcheck_range()
817 * Mask of relevant bits. in xfs_rtcheck_range()
[all …]
/Linux-v5.15/include/linux/
Dti_wilink_st.h34 * relevant data.
96 * in progress, this is mainly used to return relevant err codes
126 * to us, when the chip sends relevant PM packets(SLEEP_IND, WAKE_IND).
267 * ldisc installed, read chip_version, download relevant fw
292 * relevant procedure to be called.
/Linux-v5.15/Documentation/ABI/testing/
Dsysfs-class-net-statistics7 This value might not be relevant with all MAC layers.
32 network device. This value might only be relevant for interfaces
161 this might only be relevant for devices that support
/Linux-v5.15/drivers/gpu/drm/nouveau/
Dnouveau_vga.c92 /* only relevant for PCI devices */ in nouveau_vga_init()
116 /* only relevant for PCI devices */ in nouveau_vga_fini()
/Linux-v5.15/scripts/
DMakefile.extrawarn21 # W=1 - warnings which may be relevant and do not occur too often
59 # W=2 - warnings which occur quite often but may still be relevant
/Linux-v5.15/Documentation/devicetree/bindings/soc/fsl/
Dbman.txt82 The following constraints are relevant to the FBPR private memory:
88 via the Reset Configuration Word (RCW) and that are relevant to a specific board
/Linux-v5.15/drivers/net/ethernet/intel/ice/
Dice_dcb_nl.c29 * @netdev: the relevant netdev
59 * @netdev: pointer to relevant netdev
246 * @netdev: pointer to relevant netdev
366 * @netdev: pointer to relevant netdev
425 * @netdev: pointer to relevant netdev
538 * @netdev: relevant netdev struct
688 * @netdev: relevant netdev struct
740 * @netdev: relevant netdev

12345678910>>...50