Searched full:instead (Results 1 – 25 of 5136) sorted by relevance
12345678910>>...206
/linux-6.8/Documentation/pcmcia/ |
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-6.8/tools/testing/selftests/rseq/ |
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-6.8/Documentation/devicetree/bindings/mmc/ |
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-6.8/tools/perf/pmu-events/arch/arm64/ampere/ampereone/ |
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-6.8/tools/perf/pmu-events/arch/arm64/ampere/ampereonex/ |
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-6.8/tools/testing/selftests/bpf/progs/ |
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 */ 504 int c; /* int instead of enum */ 511 int *b __bpf_aligned; /* ptr instead of int */ 521 int d; /* int instead of ptr */ 637 bool u8_field; /* bool instead of uint8 */ 1082 union a_struct___incompat { /* union instead of struct */ 1086 struct a_union___incompat { /* struct instead of union */ [all …]
|
/linux-6.8/Documentation/gpu/rfc/ |
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-6.8/include/drm/ |
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.
|
D | drm_crtc.h | 422 * points don't take a framebuffer object, but instead take directly a 426 * This entry point is deprecated, drivers should instead implement 448 * This entry point is deprecated, drivers should instead implement 468 * This entry point is deprecated, drivers should instead implement 563 * visible. This requirement has been lifted, and userspace is instead 672 * truly hardware/vendor specific state. Instead it is preferred to 677 * drm_atomic_crtc_set_property() instead. 692 * incomplete and hence likely inconsistent). Instead any such input 715 * drm_atomic_crtc_get_property() instead. 832 * instead. [all …]
|
/linux-6.8/tools/memory-model/scripts/ |
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-6.8/Documentation/filesystems/ext4/ |
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-6.8/Documentation/devicetree/bindings/serial/ |
D | snps-dw-apb-uart.yaml | 93 always be reported as active instead of being obtained from the modem 100 always be reported as active instead of being obtained from the modem 107 always be reported as active instead of being obtained from the modem 114 be reported as inactive instead of being obtained from the modem status
|
/linux-6.8/Documentation/filesystems/ |
D | porting.rst | 35 Use FOO_I(inode) instead of &inode->u.foo_inode_i; 271 Use bdev_read_only(bdev) instead of is_read_only(kdev). The latter 297 is_read_only() is gone; use bdev_read_only() instead. 335 be used instead. It gets called whenever the inode is evicted, whether it has 462 argument; instead of passing IPERM_FLAG_RCU we add MAY_NOT_BLOCK into mask. 528 in your dentry operations instead. 534 vfs_readdir() is gone; switch to iterate_dir() instead 578 wrappers; instead of checking for ->write or ->read being NULL, look for 586 instead. 604 calling conventions for ->follow_link() have changed. Instead of returning [all …]
|
/linux-6.8/Documentation/userspace-api/media/cec/ |
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-6.8/include/linux/usb/ |
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-6.8/Documentation/block/ |
D | biovecs.rst | 8 Instead, we have a new struct bvec_iter which represents a range of a biovec - 18 bi_size and bi_idx have been moved there; and instead of modifying bv_offset 32 instead of an integer (that corresponded to bi_idx); for a lot of code the 97 * Almost all usage of bi_idx is now incorrect and has been removed; instead, 101 I.e. instead of using bio_iovec_idx() (or bio->bi_iovec[bio->bi_idx]), you
|
/linux-6.8/drivers/firmware/arm_scmi/ |
D | Kconfig | 126 primitives all over instead. If unsure say N. 147 with Legacy VirtIO backends and instead support only VirtIO Version 1 150 If you want instead to support also old Legacy VirtIO backends (like 167 primitives all over instead. If unsure say N.
|
/linux-6.8/include/linux/ |
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-6.8/drivers/gpu/drm/xe/ |
D | xe_module.c | 37 "GuC firmware path to use instead of the default one"); 41 "HuC firmware path to use instead of the default one - empty string disables"); 45 "GSC firmware path to use instead of the default one - empty string disables");
|
/linux-6.8/scripts/coccinelle/misc/ |
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-6.8/drivers/gpu/drm/amd/display/ |
D | TODO | 42 9. Attach plane and stream reources to state object instead of validate_context 46 * Use drm_display_info instead 60 doesn't slip in (i.e. if you start adding edid quirks to DC instead of 88 with like 3 levels of abstraction and using your own structures instead of the
|
/linux-6.8/Documentation/process/ |
D | deprecated.rst | 34 Use WARN() and WARN_ON() instead, and handle the "impossible" 70 Instead, the 2-factor form of the allocator should be used:: 88 Instead, use the helper:: 95 <#zero-length-and-one-element-arrays>`_ instead. 102 Instead, use the helpers:: 148 instead use strscpy_pad(). 168 exposure flaws in dmesg, proc, sysfs, etc. Instead of leaving these to 172 as it produces the more useful symbol name instead. For nearly everything 308 Instead, `flexible array members have incomplete type, and so the sizeof()
|
/linux-6.8/drivers/staging/pi433/ |
D | TODO | 6 -> This configuration needs to be moved to sysfs instead of being done through 7 IOCTL. Going forward, we need to port userspace tools to use sysfs instead
|
/linux-6.8/include/uapi/linux/ |
D | gpio.h | 307 * Use the latest version of the ABI, defined above, instead. 333 * Use &struct gpio_v2_line_info instead. 368 * Use &struct gpio_v2_line_info_changed instead. 410 * Use &struct gpio_v2_line_request instead. 432 * Use &struct gpio_v2_line_config instead. 447 * Use &struct gpio_v2_line_values instead. 473 * Use &struct gpio_v2_line_request instead. 495 * Use &struct gpio_v2_line_event instead. 521 * These ioctl()s are deprecated. Use the v2 equivalent instead.
|
/linux-6.8/include/dt-bindings/pinctrl/ |
D | omap.h | 54 * Macros to allow using the absolute physical address instead of the 55 * padconf registers instead of the offset from padconf base. 72 * instead of the offset from padconf base.
|
12345678910>>...206