Searched refs:obsolete (Results 1 – 25 of 89) sorted by relevance
1234
/Linux-v4.19/scripts/ |
D | check_00index.sh | 8 obsolete="" 11 obsolete="$obsolete $i" 51 if [ "$obsolete" != "" ]; then 52 echo -e "- Should remove those entries:\n\t$obsolete\n"
|
/Linux-v4.19/Documentation/ABI/ |
D | README | 34 obsolete/ 38 why it is obsolete and when it can be expected to be removed. 63 Interfaces in stable may move to obsolete, as long as the proper 66 Interfaces may be removed from obsolete and the kernel as long as the 71 kernel tree without going through the obsolete state first.
|
/Linux-v4.19/Documentation/arm/ |
D | Setup | 32 This is now obsolete, and should not be used. 82 These are now obsolete, and should not be used. 125 These are now obsolete, and should not be used.
|
/Linux-v4.19/Documentation/ABI/removed/ |
D | ip_queue | 7 module was already announced to become obsolete years ago.
|
/Linux-v4.19/Documentation/media/uapi/mediactl/ |
D | media-ioc-enum-entities.rst | 88 - Entity revision. Always zero (obsolete) 100 - Entity group ID. Always zero (obsolete)
|
/Linux-v4.19/Documentation/devicetree/bindings/interrupt-controller/ |
D | jcore,aic.txt | 5 - compatible: Should be "jcore,aic1" for the (obsolete) first-generation aic
|
/Linux-v4.19/drivers/gpu/drm/cirrus/ |
D | Kconfig | 11 Cirrus is obsolete, the hardware was designed in the 90ies
|
/Linux-v4.19/Documentation/crypto/ |
D | api.rst | 6 include/crypto/aead.h). This API is obsolete and will be removed in the
|
/Linux-v4.19/Documentation/media/uapi/dvb/ |
D | audio.rst | 18 in V4L2. The use of these ioctls for that purpose has been made obsolete
|
D | audio-bilingual-channel-select.rst | 46 This ioctl is obsolete. Do not use in new drivers. It has been replaced
|
D | video-try-command.rst | 53 This ioctl is obsolete. Do not use in new drivers. For V4L2 decoders
|
D | video-get-frame-count.rst | 54 This ioctl is obsolete. Do not use in new drivers. For V4L2 decoders
|
D | video-get-pts.rst | 58 This ioctl is obsolete. Do not use in new drivers. For V4L2 decoders
|
D | video.rst | 27 in V4L2. The use of these ioctls for that purpose has been made obsolete
|
D | video-command.rst | 53 This ioctl is obsolete. Do not use in new drivers. For V4L2 decoders
|
/Linux-v4.19/net/core/ |
D | dst.c | 79 dst->obsolete = initial_obsolete; in dst_init() 170 dst->obsolete = DST_OBSOLETE_DEAD; in dst_dev_put()
|
D | dst_cache.c | 55 (dst->obsolete && !dst->ops->check(dst, idst->cookie)))) { in dst_cache_per_cpu_get()
|
/Linux-v4.19/Documentation/networking/ |
D | alias.rst | 7 IP-aliases are an obsolete way to manage multiple IP-addresses/masks
|
/Linux-v4.19/Documentation/devicetree/bindings/soc/fsl/cpm_qe/qe/ |
D | par_io.txt | 25 Note that "par_io" nodes are obsolete, and should not be used for
|
/Linux-v4.19/net/ipv4/netfilter/ |
D | nf_nat_snmp_basic.asn1 | 124 -- [4] is obsolete
|
/Linux-v4.19/Documentation/media/uapi/v4l/ |
D | v4l2.rst | 153 Remove obsolete VIDIOC_DBG_G_CHIP_IDENT ioctl. 158 Remove obsolete and unused DV_PRESET ioctls: VIDIOC_G_DV_PRESET, 222 Removed obsolete vtx (videotext) API.
|
/Linux-v4.19/fs/jffs2/ |
D | README.Locking | 25 nodes to an inode may obsolete old ones, and by holding the alloc_sem 91 obsolete one. 124 This mutex is only used by the erase code which frees obsolete node
|
/Linux-v4.19/drivers/target/ |
D | Kconfig | 43 is obsolete.
|
/Linux-v4.19/include/net/ |
D | dst.h | 66 short obsolete; member 455 if (dst->obsolete) in dst_check()
|
/Linux-v4.19/net/ipv4/ |
D | datagram.c | 114 if (!dst || !dst->obsolete || dst->ops->check(dst, 0)) { in ip4_datagram_release_cb()
|
1234