/linux-6.6.21/security/yama/ |
D | yama_lsm.c | 144 struct ptrace_relation *relation, *added; in yama_ptracer_add() local 146 added = kmalloc(sizeof(*added), GFP_KERNEL); in yama_ptracer_add() 147 if (!added) in yama_ptracer_add() 150 added->tracee = tracee; in yama_ptracer_add() 151 added->tracer = tracer; in yama_ptracer_add() 152 added->invalid = false; in yama_ptracer_add() 160 list_replace_rcu(&relation->node, &added->node); in yama_ptracer_add() 166 list_add_rcu(&added->node, &ptracer_relations); in yama_ptracer_add()
|
/linux-6.6.21/Documentation/userspace-api/media/v4l/ |
D | hist-v4l2.rst | 10 Soon after the V4L API was added to the kernel it was criticised as too 59 module. The ``YUV422`` and ``YUV411`` planar image formats were added. 62 output devices were added. 64 1999-01-14: A raw VBI capture interface was added. 99 1999-05-02: Fixed a typo in videodev.h, and added the 118 2. ``V4L2_TUNER_SUB_LANG1`` was added. (1999-09-05) 195 8. A ``sequence`` field was added to struct v4l2_buffer. The ``sequence`` 206 2000-01-13: The ``V4L2_FMT_FLAG_NOT_INTERLACED`` flag was added. 212 added. 214 2000-11-25: ``V4L2_TYPE_VBI_INPUT`` was added. [all …]
|
D | v4l2.rst | 50 - Documented libv4l, designed and added v4l2grab example, Remote Controller chapter. 134 Rewrote Colorspace chapter, added new enum 189 Improved the description of V4L2_CID_COLORFX control, added 243 will be used by the Linux Kernel. Also added Remote Controller chapter. 258 Added libv4l and Remote Controller documentation; added v4l2grab and 334 Cleaned up the bibliography, added BT.653 and BT.1119. 391 v4l2_buffer changes, added video capture example, various corrections.
|
D | planar-apis.rst | 43 Two additional multi-planar capabilities are added. They can be set 48 New structures for describing multi-planar formats are added: struct 56 describing planes is added. Arrays of this structure are passed in
|
/linux-6.6.21/Documentation/ABI/testing/ |
D | sysfs-devices-waiting_for_supplier | 11 suppliers to be added and then linked to using device links 15 to be added before it can probe. A value of 1 means the device 16 is waiting for one or more suppliers to be added before it can
|
D | sysfs-devices | 7 be added and removed dynamically as the machine runs, 17 devices being added and removed from this tree to find
|
D | evm | 59 Echoing a value is additive, the new value is added to the 103 to be added at runtime. Any signatures generated after 104 additional attributes are added (and on files possessing those
|
/linux-6.6.21/security/integrity/ |
D | Kconfig | 31 usually only added from initramfs. 51 This option requires that all keys added to the .ima and 66 bool "Provide a keyring to which Machine Owner Keys may be added" 73 be added. This keyring shall contain just MOK keys. Unlike keys 83 on any key added to it. By default no restrictions are in place 84 and all Machine Owner Keys (MOK) are added to the machine keyring. 85 If enabled only CA keys are added to the machine keyring, all
|
/linux-6.6.21/Documentation/driver-api/media/drivers/ |
D | dvb-usb.rst | 61 - added support for WideView WT-220U (Thanks to Steve Chang) 65 - added basic isochronous support to the dvb-usb-framework 66 - added support for Conexant Hybrid reference design and Nebula 90 - added support for the AVerMedia AverTV DVB-T USB2.0 device 95 - added support for the Typhoon/Yakumo/HAMA DVB-T mobile USB2.0 99 - added support for the KWorld/ADSTech Instant DVB-T USB2.0. 103 - added support for the Hauppauge Win-TV Nova-T USB2 148 - added additional remote control keys. Thanks to Uwe Hanke. 152 - added remote control support. Thanks to David Matthews. 156 - added support for a new devices (Grandtec/Avermedia/Artec) [all …]
|
/linux-6.6.21/arch/x86/kernel/ |
D | ftrace_64.S | 55 .macro save_mcount_regs added=0 argument 70 pushq \added+8*2(%rsp) 74 pushq \added+8*3(%rsp) 103 movq MCOUNT_REG_SIZE+8+\added(%rsp), %rsi 106 movq MCOUNT_REG_SIZE+\added(%rsp), %rdi
|
/linux-6.6.21/drivers/net/team/ |
D | Kconfig | 8 Team devices can be added using the "ip" command from the 24 All added ports are setup to have team's device address. 36 All added ports are setup to have team's device address. 48 All added ports are setup to have team's device address.
|
/linux-6.6.21/Documentation/scsi/ |
D | smartpqi.rst | 15 volumes will not be added to the OS. 27 <Controller names to be added as they become publicly available.> 50 HBA devices are added to the SAS transport layer. These attributes are 51 automatically added by the SAS transport layer.
|
/linux-6.6.21/Documentation/driver-api/phy/ |
D | samsung-usb2.rst | 15 with added support for many special cases. 38 To support a new SoC a new file should be added to the drivers/phy 109 added to the struct of_device_id samsung_usb2_phy_of_match[] array:: 132 The newly created file that supports the new SoC has to be also added to the 133 Makefile. In case of Exynos 4210 the added line is following::
|
/linux-6.6.21/Documentation/networking/ |
D | ipv6.rst | 37 No IPv6 addresses will be added to interfaces, and 55 will be added to interfaces. 77 No IPv6 addresses will be added to interfaces.
|
/linux-6.6.21/Documentation/pcmcia/ |
D | driver.rst | 8 New PCMCIA IDs may be added to a device driver pcmcia_device_id table at 20 Once added, the driver probe routine will be invoked for any unclaimed
|
/linux-6.6.21/drivers/pci/hotplug/ |
D | pnv_php.c | 26 bool added; member 754 if (event->added) in pnv_php_event_handler() 771 bool added; in pnv_php_interrupt() local 786 added = !!(lsts & PCI_EXP_LNKSTA_DLLLA); in pnv_php_interrupt() 797 added = !!(presence == OPAL_PCI_SLOT_PRESENT); in pnv_php_interrupt() 804 if (!added) { in pnv_php_interrupt() 830 php_slot->name, added ? "added" : "removed", irq); in pnv_php_interrupt() 832 event->added = added; in pnv_php_interrupt()
|
/linux-6.6.21/drivers/staging/fbtft/ |
D | fbtft-io.c | 45 size_t added = 0; in fbtft_write_spi_emulate_9() local 78 added++; in fbtft_write_spi_emulate_9() 81 return spi_write(par->spi, par->extra, size + added); in fbtft_write_spi_emulate_9()
|
/linux-6.6.21/Documentation/filesystems/ext4/ |
D | checksums.rst | 6 Starting in early 2012, metadata checksums were added to all major ext4 17 Existing filesystems can have checksumming added by running 21 directories rebuilt with checksums. This has the added benefit of
|
/linux-6.6.21/certs/ |
D | Kconfig | 48 Provide a system keyring to which trusted keys can be added. Keys in 49 the keyring are considered to be trusted. Keys may be added at will 86 bool "Provide a keyring to which extra trustable keys may be added" 89 If set, provide a keyring to which extra keys may be added, provided 97 Provide a system keyring to which blacklisted keys can be added.
|
/linux-6.6.21/net/vmw_vsock/ |
D | virtio_transport.c | 92 bool added = false; in virtio_transport_send_pkt_work() local 142 added = true; in virtio_transport_send_pkt_work() 145 if (added) in virtio_transport_send_pkt_work() 257 bool added = false; in virtio_transport_tx_work() local 272 added = true; in virtio_transport_tx_work() 279 if (added) in virtio_transport_tx_work()
|
/linux-6.6.21/Documentation/driver-api/ |
D | device_link.rst | 47 The earliest point in time when device links can be added is after 52 remains in a consistent state: E.g. a device link cannot be added in 55 or the device link needs to be added from a function which is guaranteed 60 represents a driver presence dependency, yet is added from the consumer's 72 is added in the ``->probe`` callback of the supplier or consumer driver, it is 74 driver is compiled as a module, the device link is added on module load and 87 link is added from the consumer's ``->probe`` callback: ``DL_FLAG_RPM_ACTIVE`` 93 Similarly, when the device link is added from supplier's ``->probe`` callback, 160 runtime PM integration is added from the busmaster device (consumer) 218 becomes a directed acyclic graph once device links are added. [all …]
|
/linux-6.6.21/arch/powerpc/platforms/cell/ |
D | spu_manage.c | 451 int lenp, i, added; in init_affinity_node() local 456 for (added = 1; added < cbe_spu_info[cbe].n_spus; added++) { in init_affinity_node()
|
/linux-6.6.21/tools/testing/selftests/resctrl/ |
D | settings | 1 # If running time is longer than 120 seconds when new tests are added in
|
/linux-6.6.21/Documentation/arch/s390/ |
D | 3270.ChangeLog | 39 * the components are remodularized: added source modules are 44 * color support and minimal other ESC-sequence support is added.
|
/linux-6.6.21/Documentation/virt/coco/ |
D | tdx-guest.rst | 36 A subtype index is added at the end of this IOCTL CMD to uniquely identify the 43 consistent, a subtype index is added as part of the IOCTL CMD.
|