Home
last modified time | relevance | path

Searched refs:added (Results 1 – 25 of 672) sorted by relevance

12345678910>>...27

/linux/security/yama/
H A Dyama_lsm.c144 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/Documentation/userspace-api/media/v4l/
H A Dhist-v4l2.rst10 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 …]
H A Dv4l2.rst46 - Documented libv4l, designed and added v4l2grab example, Remote Controller chapter.
130 Rewrote Colorspace chapter, added new enum
185 Improved the description of V4L2_CID_COLORFX control, added
239 will be used by the Linux Kernel. Also added Remote Controller chapter.
254 Added libv4l and Remote Controller documentation; added v4l2grab and
330 Cleaned up the bibliography, added BT.653 and BT.1119.
387 v4l2_buffer changes, added video capture example, various corrections.
H A Dplanar-apis.rst44 Two additional multi-planar capabilities are added. They can be set
49 New structures for describing multi-planar formats are added: struct
57 describing planes is added. Arrays of this structure are passed in
/linux/Documentation/driver-api/media/drivers/
H A Ddvb-usb.rst61 - 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/security/integrity/
H A DKconfig31 usually only added from initramfs.
52 This option requires that all keys added to the .ima and
67 bool "Provide a keyring to which Machine Owner Keys may be added"
74 be added. This keyring shall contain just MOK keys. Unlike keys
84 on any key added to it. By default no restrictions are in place
85 and all Machine Owner Keys (MOK) are added to the machine keyring.
86 If enabled only CA keys are added to the machine keyring, all
/linux/Documentation/ABI/testing/
H A Dsysfs-devices-waiting_for_supplier11 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
H A Dsysfs-devices7 be added and removed dynamically as the machine runs,
17 devices being added and removed from this tree to find
H A Devm59 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/drivers/net/team/
H A DKconfig8 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/fs/netfs/
H A Dbuffered_read.c101 ssize_t added; in netfs_prepare_read_iterator() local
103 added = rolling_buffer_load_from_ra(&rreq->buffer, ractl, in netfs_prepare_read_iterator()
105 if (added < 0) in netfs_prepare_read_iterator()
106 return added; in netfs_prepare_read_iterator()
107 rreq->submitted += added; in netfs_prepare_read_iterator()
382 ssize_t added; in netfs_create_singular_buffer() local
387 added = rolling_buffer_append(&rreq->buffer, folio, rollbuf_flags); in netfs_create_singular_buffer()
388 if (added < 0) in netfs_create_singular_buffer()
389 return added; in netfs_create_singular_buffer()
390 rreq->submitted = rreq->start + added; in netfs_create_singular_buffer()
/linux/arch/x86/kernel/
H A Dftrace_64.S55 .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/Documentation/scsi/
H A Dsmartpqi.rst15 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/Documentation/driver-api/phy/
H A Dsamsung-usb2.rst15 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/Documentation/networking/
H A Dipv6.rst37 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/Documentation/pcmcia/
H A Ddriver.rst8 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/Documentation/ABI/obsolete/
H A Dautomount-tracefs-debugfs7 The ftrace was first added to the kernel, its interface was placed
16 the "tracing" directory of debugfs. The tracefs interface was added
/linux/drivers/staging/fbtft/
H A Dfbtft-io.c45 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/drivers/pci/hotplug/
H A Dpnv_php.c30 bool added; member
962 if (event->added) { in pnv_php_event_handler()
981 bool added; in pnv_php_interrupt() local
996 added = !!(lsts & PCI_EXP_LNKSTA_DLLLA); in pnv_php_interrupt()
1007 added = !!(presence == OPAL_PCI_SLOT_PRESENT); in pnv_php_interrupt()
1014 if (!added) { in pnv_php_interrupt()
1040 php_slot->name, added ? "added" : "removed", irq); in pnv_php_interrupt()
1042 event->added = added; in pnv_php_interrupt()
/linux/Documentation/filesystems/ext4/
H A Dchecksums.rst6 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/certs/
H A DKconfig50 Provide a system keyring to which trusted keys can be added. Keys in
51 the keyring are considered to be trusted. Keys may be added at will
88 bool "Provide a keyring to which extra trustable keys may be added"
91 If set, provide a keyring to which extra keys may be added, provided
113 Provide a system keyring to which blacklisted keys can be added.
/linux/block/
H A Dbadblocks.c842 int len = 0, added = 0; in _badblocks_set() local
881 added++; in _badblocks_set()
894 added++; in _badblocks_set()
903 added++; in _badblocks_set()
910 added++; in _badblocks_set()
929 added++; in _badblocks_set()
949 added++; in _badblocks_set()
967 if (added) { in _badblocks_set()
/linux/Documentation/driver-api/
H A Ddevice_link.rst47 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/drivers/vhost/
H A Dvsock.c98 bool added = false; in vhost_transport_do_send_pkt() local
220 added = true; in vhost_transport_do_send_pkt()
253 if (added) in vhost_transport_do_send_pkt()
491 bool added = false; in vhost_vsock_handle_tx_kick() local
548 added = true; in vhost_vsock_handle_tx_kick()
552 if (added) in vhost_vsock_handle_tx_kick()
/linux/Documentation/arch/s390/
H A D3270.ChangeLog39 * the components are remodularized: added source modules are
44 * color support and minimal other ESC-sequence support is added.

12345678910>>...27