| /kernel/linux/linux-4.19/Documentation/pcmcia/ |
| D | driver-changes.txt | 21 Instead of win_req_t, drivers are now requested to fill out 28 Instead of io_req_t, drivers are now requested to fill out 43 Instead of the old pcmcia_request_irq() interface, drivers may now 51 Instead of the cs_error() callback or the CS_CHECK() macro, please use 56 Instead of pcmcia_get_{first,next}_tuple(), pcmcia_get_tuple_data() and 69 Instead of calling pcmcia_release_{configuration,io,irq,win}, all that's 106 PCMCIA card drivers. Instead, it is the job of the PCMCIA core to 145 directly (except for pcmcia_report_error(), just use cs_error() instead). 149 instead of {un,}register_pccard_driver
|
| /kernel/linux/linux-5.10/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
|
| /kernel/linux/linux-5.10/net/batman-adv/ |
| D | debugfs.c | 56 "Use genl command BATADV_CMD_GET_ROUTING_ALGOS instead\n"); in batadv_algorithms_open() 65 "Use genl command BATADV_CMD_GET_NEIGHBORS instead\n"); in neighbors_open() 74 "Use genl command BATADV_CMD_GET_ORIGINATORS instead\n"); in batadv_originators_open() 92 "Use genl command BATADV_CMD_GET_HARDIFS instead\n"); in batadv_originators_hardif_open() 101 "Use genl command BATADV_CMD_GET_GATEWAYS instead\n"); in batadv_gateways_open() 110 "Use genl command BATADV_CMD_GET_TRANSTABLE_GLOBAL instead\n"); in batadv_transtable_global_open() 120 "Use genl command BATADV_CMD_GET_BLA_CLAIM instead\n"); in batadv_bla_claim_table_open() 131 "Use genl command BATADV_CMD_GET_BLA_BACKBONE instead\n"); in batadv_bla_backbone_table_open() 151 "Use genl command BATADV_CMD_GET_DAT_CACHE instead\n"); in batadv_dat_cache_open() 161 "Use genl command BATADV_CMD_GET_TRANSTABLE_LOCAL instead\n"); in batadv_transtable_local_open() [all …]
|
| /kernel/linux/linux-4.19/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
|
| /kernel/linux/linux-5.10/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
|
| /kernel/linux/linux-5.10/tools/memory-model/scripts/ |
| D | README | 36 provided instead for use by other scripts. 49 provided instead for use by other scripts. 60 provided instead for use by other scripts. 66 provided instead for use by other scripts.
|
| /kernel/linux/linux-5.10/include/drm/ |
| D | drm_gem_cma_helper.h | 123 * DRM_GEM_CMA_DRIVER_OPS_VMAP_WITH_DUMB_CREATE() instead. 141 * DRM_GEM_CMA_DRIVER_OPS_WITH_DUMB_CREATE() instead. Use 143 * on imported buffers should use DRM_GEM_CMA_DRIVER_OPS_VMAP instead. 162 * DRM_GEM_CMA_DRIVER_OPS_WITH_DUMB_CREATE() instead. 182 * DRM_GEM_CMA_DRIVER_OPS_VMAP_WITH_DUMB_CREATE() instead. Use 185 * instead.
|
| /kernel/linux/linux-5.10/tools/testing/selftests/bpf/progs/ |
| D | core_reloc_types.h | 55 /* inlined anonymous struct/union instead of named structs in original */ 187 /* b.b.b field is an array of integers instead of plain int */ 213 /* middle b container is referenced through pointer instead of being embedded */ 227 /* middle b container is an array of structs instead of plain struct */ 486 int c; /* int instead of enum */ 493 int *b __bpf_aligned; /* ptr instead of int */ 503 int d; /* int instead of ptr */ 619 bool u8_field; /* bool instead of uint8 */ 952 union a_struct___incompat { /* union instead of struct */ 956 struct a_union___incompat { /* struct instead of union */ [all …]
|
| /kernel/linux/linux-4.19/drivers/staging/gasket/ |
| D | TODO | 4 - Implement the gasket framework's functionality through UIO instead of 10 the Apex driver as a basic UIO driver instead (include/linux/uio_driver.h) 14 - Use misc interface instead of major number for driver version description.
|
| /kernel/linux/linux-5.10/drivers/staging/gasket/ |
| D | TODO | 4 - Implement the gasket framework's functionality through UIO instead of 10 the Apex driver as a basic UIO driver instead (include/linux/uio_driver.h) 14 - Use misc interface instead of major number for driver version description.
|
| /kernel/linux/linux-4.19/Documentation/devicetree/bindings/serial/ |
| D | snps-dw-apb-uart.txt | 28 be reported as active instead of being obtained from the modem status 31 be reported as active instead of being obtained from the modem status 34 be reported as active instead of being obtained from the modem status 37 reported as inactive instead of being obtained from the modem status register.
|
| /kernel/linux/linux-5.10/drivers/tty/ |
| D | rocket.h | 48 #define ROCKET_SPD_HI 0x00000010 /* Use 57600 instead of 38400 bps */ 49 #define ROCKET_SPD_VHI 0x00000020 /* Use 115200 instead of 38400 bps */ 50 #define ROCKET_SPD_SHI 0x00000030 /* Use 230400 instead of 38400 bps */ 51 #define ROCKET_SPD_WARP 0x00000040 /* Use 460800 instead of 38400 bps */
|
| /kernel/linux/linux-4.19/drivers/tty/ |
| D | rocket.h | 48 #define ROCKET_SPD_HI 0x00000010 /* Use 57600 instead of 38400 bps */ 49 #define ROCKET_SPD_VHI 0x00000020 /* Use 115200 instead of 38400 bps */ 50 #define ROCKET_SPD_SHI 0x00000030 /* Use 230400 instead of 38400 bps */ 51 #define ROCKET_SPD_WARP 0x00000040 /* Use 460800 instead of 38400 bps */
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/serial/ |
| D | snps-dw-apb-uart.yaml | 74 always be reported as active instead of being obtained from the modem 81 always be reported as active instead of being obtained from the modem 88 always be reported as active instead of being obtained from the modem 95 be reported as inactive instead of being obtained from the modem status
|
| /kernel/linux/linux-5.10/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
|
| /kernel/linux/linux-4.19/Documentation/block/ |
| D | biovecs.txt | 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 95 * Almost all usage of bi_idx is now incorrect and has been removed; instead, 99 I.e. instead of using bio_iovec_idx() (or bio->bi_iovec[bio->bi_idx]), you
|
| /kernel/linux/linux-4.19/Documentation/filesystems/ |
| D | porting | 29 Use FOO_I(inode) instead of &inode->u.foo_inode_i; 237 Use bdev_read_only(bdev) instead of is_read_only(kdev). The latter 260 is_read_only() is gone; use bdev_read_only() instead. 296 be used instead. It gets called whenever the inode is evicted, whether it has 406 argument; instead of passing IPERM_FLAG_RCU we add MAY_NOT_BLOCK into mask. 447 in your dentry operations instead. 450 vfs_readdir() is gone; switch to iterate_dir() instead 477 wrappers; instead of checking for ->write or ->read being NULL, look for 482 instead. 492 calling conventions for ->follow_link() have changed. Instead of returning [all …]
|
| /kernel/linux/linux-5.10/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 95 * Almost all usage of bi_idx is now incorrect and has been removed; instead, 99 I.e. instead of using bio_iovec_idx() (or bio->bi_iovec[bio->bi_idx]), you
|
| /kernel/linux/linux-5.10/scripts/coccinelle/misc/ |
| D | flexible_array.cocci | 5 /// Flexible-array members should be used instead. 80 msg = "WARNING use flexible-array member instead (https://www.kernel.org/doc/html/latest/process/de… 87 msg = "WARNING use flexible-array member instead (https://www.kernel.org/doc/html/latest/process/de…
|
| /kernel/linux/linux-4.19/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
|
| /kernel/linux/linux-5.10/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
|
| /kernel/linux/linux-4.19/include/drm/ |
| D | drm_crtc.h | 388 * points don't take a framebuffer object, but instead take directly a 392 * This entry point is deprecated, drivers should instead implement 414 * This entry point is deprecated, drivers should instead implement 434 * This entry point is deprecated, drivers should instead implement 529 * visible. This requirement has been lifted, and userspace is instead 638 * truly hardware/vendor specific state. Instead it is preferred to 643 * drm_atomic_crtc_set_property() instead. 658 * incomplete and hence likely inconsistent). Instead any such input 681 * drm_atomic_crtc_get_property() instead. 757 * instead. [all …]
|
| D | drm_modeset_helper_vtables.h | 73 * facilitate transitions to atomic, but it is deprecated. Instead 88 * transitions to atomic, but it is deprecated. Instead @atomic_disable 103 * transitions to atomic, but it is deprecated. Instead @atomic_enable 168 * instead use the @atomic_check callback, but note that they're not 224 * the CRTC is suspended, but not restored. Such drivers should instead 236 * optimized fast-path instead of a full mode set operation with all the 285 * Atomic drivers should consider to use @atomic_disable instead of 442 * state. Atomic drivers should consider to use this one instead 480 * facilitate transitions to atomic, but it is deprecated. Instead 544 * instead use the @atomic_check callback. If @atomic_check is used, [all …]
|
| /kernel/linux/linux-4.19/Documentation/media/uapi/cec/ |
| D | cec-ioc-g-mode.rst | 148 to handle most core messages instead of relying on the CEC 215 instead. 223 instead. 230 and this message has to be handled by a follower instead. 236 and this message has to be handled by a follower instead. 244 instead. 253 by a follower instead.
|
| /kernel/linux/linux-5.10/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.
|