Home
last modified time | relevance | path

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

12345678910>>...27

/Linux-v5.4/security/yama/
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-v5.4/Documentation/media/uapi/v4l/
Dhist-v4l2.rst16 Soon after the V4L API was added to the kernel it was criticised as too
66 module. The ``YUV422`` and ``YUV411`` planar image formats were added.
69 output devices were added.
71 1999-01-14: A raw VBI capture interface was added.
109 1999-05-02: Fixed a typo in videodev.h, and added the
130 2. ``V4L2_TUNER_SUB_LANG1`` was added. (1999-09-05)
211 8. A ``sequence`` field was added to struct
224 2000-01-13: The ``V4L2_FMT_FLAG_NOT_INTERLACED`` flag was added.
230 added.
232 2000-11-25: ``V4L2_TYPE_VBI_INPUT`` was added.
[all …]
Dv4l2.rst57 - Documented libv4l, designed and added v4l2grab example, Remote Controller chapter.
139 Rewrote Colorspace chapter, added new enum
194 Improved the description of V4L2_CID_COLORFX control, added
248 will be used by the Linux Kernel. Also added Remote Controller chapter.
263 Added libv4l and Remote Controller documentation; added v4l2grab and
339 Cleaned up the bibliography, added BT.653 and BT.1119.
396 v4l2_buffer changes, added video capture example, various corrections.
Dplanar-apis.rst50 Two additional multi-planar capabilities are added. They can be set
55 New structures for describing multi-planar formats are added: struct
63 describing planes is added. Arrays of this structure are passed in
/Linux-v5.4/arch/x86/kernel/
Dftrace_64.S56 .macro save_mcount_regs added=0
71 pushq \added+8*2(%rsp)
75 pushq \added+8*3(%rsp)
103 movq MCOUNT_REG_SIZE+8+\added(%rsp), %rsi
106 movq MCOUNT_REG_SIZE+\added(%rsp), %rdi
/Linux-v5.4/Documentation/media/dvb-drivers/
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-v5.4/drivers/net/team/
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-v5.4/Documentation/scsi/
Dsmartpqi.txt13 volumes will not be added to the OS.
24 <Controller names to be added as they become publicly available.>
46 HBA devices are added to the SAS transport layer. These attributes are
47 automatically added by the SAS transport layer.
/Linux-v5.4/certs/
DKconfig23 Provide a system keyring to which trusted keys can be added. Keys in
24 the keyring are considered to be trusted. Keys may be added at will
61 bool "Provide a keyring to which extra trustable keys may be added"
64 If set, provide a keyring to which extra keys may be added, provided
72 Provide a system keyring to which blacklisted keys can be added.
/Linux-v5.4/Documentation/networking/
Dipv6.txt31 No IPv6 addresses will be added to interfaces, and
49 will be added to interfaces.
71 No IPv6 addresses will be added to interfaces.
/Linux-v5.4/Documentation/devicetree/bindings/iio/adc/
Dnuvoton,npcm-adc.txt12 added the ADC will use the default ADC sample rate.
14 vref-supply is not added the ADC will use internal voltage
/Linux-v5.4/Documentation/driver-api/driver-model/
Dclass.rst51 As devices are bound to drivers, they are added to the device class
57 The device is enumerated in the class. Each time a device is added to
60 from the class and re-added, it will receive a different enumerated
74 Device drivers are added to device classes when they are registered
148 When a device is added to a device class, the core attempts to add it
/Linux-v5.4/Documentation/driver-api/phy/
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-v5.4/drivers/pci/hotplug/
Dpnv_php.c22 bool added; member
744 if (event->added) in pnv_php_event_handler()
761 bool added; in pnv_php_interrupt() local
776 added = !!(lsts & PCI_EXP_LNKSTA_DLLLA); in pnv_php_interrupt()
786 added = !!(presence == OPAL_PCI_SLOT_PRESENT); in pnv_php_interrupt()
793 if (!added) { in pnv_php_interrupt()
818 php_slot->name, added ? "added" : "removed", irq); in pnv_php_interrupt()
820 event->added = added; in pnv_php_interrupt()
/Linux-v5.4/Documentation/pcmcia/
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-v5.4/arch/arm64/crypto/
Daes-ce-ccm-glue.c115 int added = min(abytes, AES_BLOCK_SIZE - *macp); in ccm_update_mac() local
117 crypto_xor(&mac[*macp], in, added); in ccm_update_mac()
119 *macp += added; in ccm_update_mac()
120 in += added; in ccm_update_mac()
121 abytes -= added; in ccm_update_mac()
/Linux-v5.4/Documentation/ABI/testing/
Dsysfs-devices7 be added and removed dynamically as the machine runs,
17 devices being added and removed from this tree to find
/Linux-v5.4/Documentation/devicetree/bindings/arm/bcm/
Dbrcm,nsp-cpu-method.txt15 and should be added per cpu. E.g., in case of NSP (BCM58625) which
16 is a dual core CPU SoC, this entry should be added to cpu1 node.
/Linux-v5.4/drivers/staging/fbtft/
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-v5.4/Documentation/filesystems/ext4/
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-v5.4/Documentation/driver-api/
Ddevice_link.rst51 The earliest point in time when device links can be added is after
56 remains in a consistent state: E.g. a device link cannot be added in
59 or the device link needs to be added from a function which is guaranteed
64 represents a driver presence dependency, yet is added from the consumer's
76 is added in the ``->probe`` callback of the supplier or consumer driver, it is
78 driver is compiled as a module, the device link is added on module load and
91 link is added from the consumer's ``->probe`` callback: ``DL_FLAG_RPM_ACTIVE``
97 Similarly, when the device link is added from supplier's ``->probe`` callback,
164 runtime PM integration is added from the busmaster device (consumer)
222 becomes a directed acyclic graph once device links are added.
[all …]
/Linux-v5.4/net/vmw_vsock/
Dvirtio_transport.c136 bool added = false; in virtio_transport_send_pkt_work() local
196 added = true; in virtio_transport_send_pkt_work()
199 if (added) in virtio_transport_send_pkt_work()
335 bool added = false; in virtio_transport_tx_work() local
350 added = true; in virtio_transport_tx_work()
357 if (added) in virtio_transport_tx_work()
/Linux-v5.4/arch/powerpc/platforms/cell/
Dspu_manage.c449 int lenp, i, added; in init_affinity_node() local
454 for (added = 1; added < cbe_spu_info[cbe].n_spus; added++) { in init_affinity_node()
/Linux-v5.4/Documentation/s390/
D3270.ChangeLog39 * the components are remodularized: added source modules are
44 * color support and minimal other ESC-sequence support is added.
/Linux-v5.4/tools/perf/tests/attr/
Dtest-record-C013 # + PERF_SAMPLE_CPU added by -C 0

12345678910>>...27