| /linux/Documentation/pcmcia/ |
| H A D | driver-changes.rst | 27 Instead of win_req_t, drivers are now requested to fill out 34 Instead of io_req_t, drivers are now requested to fill out 49 Instead of the old pcmcia_request_irq() interface, drivers may now 58 Instead of the cs_error() callback or the CS_CHECK() macro, please use 63 Instead of pcmcia_get_{first,next}_tuple(), pcmcia_get_tuple_data() and 76 Instead of calling pcmcia_release_{configuration,io,irq,win}, all that's 116 PCMCIA card drivers. Instead, it is the job of the PCMCIA core to 156 directly (except for pcmcia_report_error(), just use cs_error() instead). 160 instead of {un,}register_pccard_driver
|
| /linux/tools/testing/selftests/rseq/ |
| H A D | rseq-bits-template.h | 16 # error "Never use <rseq-bits-template.h> directly; include <rseq.h> instead." 26 # error "Never use <rseq-bits-template.h> directly; include <rseq.h> instead." 34 # error "Never use <rseq-bits-template.h> directly; include <rseq.h> instead." 37 # error "Never use <rseq-bits-template.h> directly; include <rseq.h> instead."
|
| /linux/Documentation/devicetree/bindings/mmc/ |
| H A D | cavium-mmc.txt | 26 - spi-max-frequency : use max-frequency instead 27 - cavium,bus-max-width : use bus-width instead 28 - power-gpios : use vmmc-supply instead 29 - cavium,octeon-6130-mmc-slot : use mmc-slot instead
|
| /linux/tools/testing/selftests/bpf/progs/ |
| H A D | core_reloc_types.h | 73 /* inlined anonymous struct/union instead of named structs in original */ 205 /* b.b.b field is an array of integers instead of plain int */ 231 /* middle b container is referenced through pointer instead of being embedded */ 245 /* middle b container is an array of structs instead of plain struct */ 514 int c; /* int instead of enum */ 521 int *b __bpf_aligned; /* ptr instead of int */ 531 int d; /* int instead of ptr */ 647 bool u8_field; /* bool instead of uint8 */ 1092 union a_struct___incompat { /* union instead of struct */ 1096 struct a_union___incompat { /* struct instead o [all...] |
| /linux/tools/perf/pmu-events/arch/arm64/ampere/ampereone/ |
| H A D | pipeline.json | 5 "BriefDescription": "Impacted by errata, use metrics instead -" 13 "BriefDescription": "Impacted by errata, use metrics instead -" 21 "BriefDescription": "Impacted by errata, use metrics instead -"
|
| /linux/Documentation/gpu/rfc/ |
| H A D | i915_vm_bind.rst | 60 The execbuf3 ioctl directly specifies the batch addresses instead of as 65 In VM_BIND mode, VA allocation is completely managed by the user instead of 68 be using the i915_vma active reference tracking. It will instead use dma-resv 109 rwsem instead, so that multiple page fault handlers can take the read side 119 instead. 154 check. Instead, the execbuf3 out fence should be used for end of batch check 199 Allows compute UMD to directly submit GPU jobs instead of through execbuf 220 VM_BIND allows any hints setting per mapping instead of per BO. Possible hints 226 VM_BIND allows cache/CLOS settings per mapping instead of per BO.
|
| /linux/tools/perf/pmu-events/arch/arm64/ampere/ampereonex/ |
| H A D | pipeline.json | 5 "BriefDescription": "Impacted by errata, use metrics instead -" 13 "BriefDescription": "Impacted by errata, use metrics instead -" 21 "BriefDescription": "Impacted by errata, use metrics instead -"
|
| /linux/include/crypto/ |
| H A D | sha2.h | 162 * If you don't need incremental computation, consider sha224() instead. 240 * If you don't need incremental computation, consider hmac_sha224() instead. 258 * instead. 317 * hmac_sha224_preparekey() followed by multiple calls to hmac_sha224() instead. 337 * If you don't need incremental computation, consider sha256() instead. 444 * If you don't need incremental computation, consider hmac_sha256() instead. 462 * instead. 521 * hmac_sha256_preparekey() followed by multiple calls to hmac_sha256() instead. 575 * If you don't need incremental computation, consider sha384() instead. 653 * If you don't need incremental computation, consider hmac_sha384() instead. [all …]
|
| H A D | sha3.h | 270 * Convenience function that computes a SHA3-224 digest. Use this instead of 283 * Convenience function that computes a SHA3-256 digest. Use this instead of 296 * Convenience function that computes a SHA3-384 digest. Use this instead of 309 * Convenience function that computes a SHA3-512 digest. Use this instead of 323 * Convenience function that computes SHAKE128 in one shot. Use this instead of 338 * Convenience function that computes SHAKE256 in one shot. Use this instead of
|
| /linux/drivers/firmware/arm_scmi/transports/ |
| H A D | Kconfig | 63 primitives all over instead. If unsure say N. 101 with Legacy VirtIO backends and instead support only VirtIO Version 1 104 If you want instead to support also old Legacy VirtIO backends (like 121 primitives all over instead. If unsure say N.
|
| /linux/include/drm/ |
| H A D | drm_gem_dma_helper.h | 166 * DRM_GEM_DMA_DRIVER_OPS_VMAP_WITH_DUMB_CREATE() instead. 180 * DRM_GEM_DMA_DRIVER_OPS_WITH_DUMB_CREATE() instead. Use 182 * on imported buffers should use DRM_GEM_DMA_DRIVER_OPS_VMAP instead. 201 * DRM_GEM_DMA_DRIVER_OPS_WITH_DUMB_CREATE() instead. 217 * DRM_GEM_DMA_DRIVER_OPS_VMAP_WITH_DUMB_CREATE() instead. Use 220 * instead.
|
| /linux/tools/memory-model/scripts/ |
| H A D | README | 44 provided instead for use by other scripts. 57 instead for use by other scripts. 68 provided instead for use by other scripts. 74 provided instead for use by other scripts.
|
| /linux/Documentation/filesystems/ext4/ |
| H A D | bigalloc.rst | 22 means that a block group addresses 32 gigabytes instead of 128 megabytes, 28 that block groups can be several gigabytes in size (instead of just 31 units of clusters instead of blocks” to the extent tree, though it is
|
| /linux/Documentation/userspace-api/media/cec/ |
| H A D | cec-ioc-g-mode.rst | 150 to handle most core messages instead of relying on the CEC 216 instead. 224 instead. 231 and this message has to be handled by a follower instead. 237 and this message has to be handled by a follower instead. 245 instead. 254 by a follower instead.
|
| /linux/Documentation/devicetree/bindings/serial/ |
| H A D | snps-dw-apb-uart.yaml | 126 always be reported as active instead of being obtained from the modem 133 always be reported as active instead of being obtained from the modem 140 always be reported as active instead of being obtained from the modem 147 be reported as inactive instead of being obtained from the modem status
|
| /linux/include/linux/usb/ |
| H A D | quirks.h | 14 /* device can't resume correctly so reset it instead */ 41 * calculation instead of the exponent variable used in the calculation. 55 * Device reports its bInterval as linear frames instead of the
|
| /linux/include/linux/ |
| H A D | seqlock_types.h | 25 * (seqcount_LOCKNAME_t) instead. 29 * lock (seqlock_t) instead. 87 * seqcount_spinlock_t instead of seqcount_t. Check __SEQ_LOCK().
|
| /linux/scripts/coccinelle/misc/ |
| H A D | flexible_array.cocci | 5 /// Flexible-array members should be used instead. 99 msg = "WARNING use flexible-array member instead (https://www.kernel.org/doc/html/latest/process/de… 106 msg = "WARNING use flexible-array member instead (https://www.kernel.org/doc/html/latest/process/de…
|
| /linux/include/uapi/linux/ |
| H A D | gpio.h | 310 * Use the latest version of the ABI, defined above, instead. 336 * Use ABI v2 and &struct gpio_v2_line_info instead. 371 * Use ABI v2 and &struct gpio_v2_line_info_changed instead. 412 * Use ABI v2 and &struct gpio_v2_line_request instead. 434 * Use ABI v2 and &struct gpio_v2_line_config instead. 450 * Use ABI v2 and &struct gpio_v2_line_values instead. 475 * Use ABI v2 and &struct gpio_v2_line_request instead. 498 * Use ABI v2 and &struct gpio_v2_line_event instead. 524 * These ioctl()s are deprecated. Use the v2 equivalent instead.
|
| /linux/Documentation/admin-guide/mm/ |
| H A D | transhuge.rst | 90 be allocated instead of a 4k page for no good. This is why it's 157 use hugepages later instead of regular pages. This isn't always 545 a huge page and instead falls back to using small pages. 549 instead falls back to using small pages even though the 564 but fails and instead falls back to using small pages. (Note that 568 is incremented if a shmem huge page cannot be charged and instead 634 a huge page and instead falls back to using huge pages with 639 instead falls back to using huge pages with lower orders or 652 and instead falls back to using huge pages with lower orders or 656 is incremented if swapin fails to charge a huge page and instead [all …]
|
| /linux/Documentation/devicetree/bindings/net/ |
| H A D | stm32-dwmac.yaml | 105 select RCC clock instead of ETH_REF_CLK. OR in RGMII mode when you want to select 106 RCC clock instead of ETH_CLK125. 111 set this property in RGMII PHY when you want to select RCC clock instead of ETH_CLK125. 117 select RCC clock instead of ETH_REF_CLK.
|
| /linux/Documentation/scsi/ |
| H A D | ChangeLog.lpfc | 83 rport data is used instead. Removed device_queue_hash[]. 102 * Use DMA_64BIT_MASK and DMA_32BIT_MASK defines instead of 104 equivalents instead of dma_set_mask and also modify condition 151 macros putLunHigh, putLunLow. Use lpfc_put_lun() inline instead. 152 * Integrated Christoph Hellwig's feedback from 02/05: Instead of 166 switch...case instead of if...else if...else if while decoding 231 before locks so that they can GFP_KERNEL instead. Also cleaned 322 * rport fix: use new fc_remote_port_rolechg() function instead of 414 and lpfc_reset_bus_handler. Also use schedule_timeout() instead 444 extension) instead of casting to uint32_t. [all …]
|
| H A D | ChangeLog.ncr53c8xx | 37 Use SCSI_NCR_IOMAPPED instead of NCR_IOMAPPED. 44 - Return value 1 (instead of 0) from the driver setup routine. 171 - Set for now MAX LUNS to 16 (instead of 8). 203 - Tiny misspelling fixed (ABORT instead of ABRT). Was fortunately 293 - Use of BITS_PER_LONG instead of (~0UL == 0xffffffffUL) has fixed 418 Use SDID instead as actual target number. Just have had to 442 - Prepare CCBs for SCSI commands that cannot be queued, instead of 452 the scripts to jump directly to the CCB on reselection instead 476 - Use FAST-5 instead of SLOW for slow scsi devices according to 484 . Programmed burst length set to 64 DWORDS (instead of 128).
|
| /linux/scripts/coccinelle/api/alloc/ |
| H A D | zalloc-simple.cocci | 170 msg="WARNING: kzalloc should be used for %s, instead of kmalloc/memset" % (x) 200 msg="WARNING: vzalloc should be used for %s, instead of vmalloc/memset" % (x) 260 msg="WARNING: kzalloc_node should be used for %s, instead of kmalloc_node/memset" % (x) 290 msg="WARNING: kmem_cache_zalloc should be used for %s, instead of kmem_cache_alloc/memset" % (x) 320 msg="WARNING: kmem_zalloc should be used for %s, instead of kmem_alloc/memset" % (x) 350 msg="WARNING: devm_kzalloc should be used for %s, instead of devm_kmalloc/memset" % (x) 380 msg="WARNING: kvzalloc should be used for %s, instead of kvmalloc/memset" % (x) 410 msg="WARNING: kvzalloc_node should be used for %s, instead of kvmalloc_node/memset" % (x)
|
| /linux/Documentation/core-api/ |
| H A D | timekeeping.rst | 48 reference instead of UTC to avoid jumping on leap second updates. 156 Use ktime_get() or ktime_get_ts64() instead. 174 coarse-grained times can use the simple 'jiffies' instead, while 190 ktime_get()/ktime_get_ts64() instead for consistency.
|