Home
last modified time | relevance | path

Searched full:added (Results 1 – 25 of 529) sorted by relevance

12345678910>>...22

/Documentation/media/uapi/v4l/
Dv4l2.rst57 - Documented libv4l, designed and added v4l2grab example, Remote Controller chapter.
126 Renamed V4L2_TUNER_ADC to V4L2_TUNER_SDR. Added
127 V4L2_CID_RF_TUNER_RF_GAIN control. Added transmitter support for
139 Rewrote Colorspace chapter, added new enum
149 Extended struct :c:type:`v4l2_pix_format`. Added
150 format flags. Added compound control types and VIDIOC_QUERY_EXT_CTRL.
158 Standards" and "Digital Video (DV) Timings". Added SDR API.
177 Added VIDIOC_DBG_G_CHIP_INFO.
182 Added timestamp types to v4l2_buffer. Added
188 Added VIDIOC_ENUM_FREQ_BANDS.
[all …]
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.
80 are gone. VIDIOC_QBUF takes a v4l2_buffer as a parameter. Added
87 Added a v4l to V4L2 ioctl compatibility layer to videodev.c. Driver
89 Driver Writer's Guide. Added some more control id codes.
101 Driver Writer's Guide and v4l2cap.c. Added new control IDs:
105 1999-04-04: Added a few more control IDs.
107 1999-04-07: Added the button control type.
[all …]
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
/Documentation/driver-api/dmaengine/
Ddmatest.rst72 Once started a message like " dmatest: Added 1 threads using dma0chan0" is
155 name, once requested, the channel is registered and a pending thread is added to the test list.
160 dmatest: Added 1 threads using dma0chan2
162 More channels can be added by repeating the example above.
163 Reading back the channel parameter will return the name of last channel that was added successfully.
168 dmatest: Added 1 threads using dma0chan1
170 dmatest: Added 1 threads using dma0chan2
180 dmatest: Added 1 threads using dma0chan0
181 dmatest: Added 1 threads using dma0chan3
182 dmatest: Added 1 threads using dma0chan4
[all …]
/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 …]
/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.
/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.
Ddpti.txt41 * Added Raptor Support
49 * Added calculation of resid for sg layer
51 * Added checking underflow conditions
52 * Added DATAPROTECT checking
DChangeLog.lpfc26 * Added PCI ID for LP10000-S.
71 * Added #include <linux/dma-mapping.h> as required by the DMA
110 * Added new typedefs for abort and reset functions.
155 * Added updates for revised FC remote port patch (dev_loss_tmo
159 * Added code to prevent waking up worker thread after the exit of
250 * Added call to lpfc_els_abort in lpfc_free_node. Modified
350 * Added use of wait_event to work with kthread interface.
420 * Added code in linkdown to unreg if we know login session will be
486 * Added new function "iterator" lpfc_sli_next_iocb_slot() which
550 * Added check to see if BAR1 register is valid before using BAR1
[all …]
/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
/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::
/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
/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
Devm67 to be added at runtime. Any signatures generated after
68 additional attributes are added (and on files posessing those
/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
/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
/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 …]
/Documentation/admin-guide/
Dsvga.rst201 2.0 (28-Jan-96) Rewritten from scratch. Cirrus Logic 64XX support added, almost
208 active when started. Scanning fixed. 80x43 (any VGA) added.
216 2.4 (18-Mar-96) Added patches by Hans Lermen fixing a memory overwrite problem
220 Added a Tseng 132x60 mode.
226 - Added Realtek VGA modes (thanks to Gonzalo Tornaria).
229 - Added support for special Video7 mode switching functions
231 - Added 480-scanline modes (especially useful for notebooks,
239 - Added the CONFIG_VIDEO_400_HACK switch.
240 - Added the CONFIG_VIDEO_GFX_HACK switch.
247 2.12(25-May-98) Added support for VESA frame buffer graphics.
/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.
/Documentation/ide/
DChangeLog.ide-cd.1994-2004101 * 3.15 July 2, 1996 -- Added support for Sanyo 3 CD changers
109 * 3.18 Oct 31, 1996 -- Added module and DMA support.
134 * 4.03 Dec 04, 1996 -- Added DSC overlap support.
135 * 4.04 Dec 29, 1996 -- Added CDROMREADRAW ioclt based on patch
142 * Added identifier so new Sanyo CD-changer works
157 * 4.11 Mar 12, 1998 -- Added support for the CDROM_SELECT_SPEED ioctl
202 * - Added ignore parameter to ide-cd (as a module), eg
212 * - Added ide_cdrom_packet() as the interface for
238 * - Added partition based multisession handling.
DChangeLog.ide-tape.1995-200291 * Added pipeline read mode. As a result, restores
141 * Added module support.
142 * Added multiple tape drives support.
143 * Added partition support.
177 * AJN-2) Added more debugging output, and
178 * added ide-tape: where missing. I would also
180 * AJN-3) Added different debug_level's
/Documentation/devicetree/bindings/
DABI.txt11 don't result in breakage. For instance, if a new property is added,
29 behaviour when a newly added property is missing.
/Documentation/s390/
D3270.ChangeLog39 * the components are remodularized: added source modules are
44 * color support and minimal other ESC-sequence support is added.
/Documentation/filesystems/
Dfscrypt.rst89 After an encryption key has been added, fscrypt does not hide the
95 added, the confidentiality of the data, from the perspective of the
319 AES-128-CBC was added only for low-powered embedded devices with
336 New encryption modes can be added relatively easily, without changes
469 FS_IOC_SET_ENCRYPTION_POLICY is executed. However, it must be added
474 be arbitrarily chosen. Instead, the key must first be added using
496 required that either the specified key has been added by the current
499 another user's key.) The key must remain added while
518 the specified ``master_key_identifier`` has not been added, nor does
661 - If the key is being added for use by v1 encryption policies, then
[all …]
/Documentation/driver-api/acpi/
Dscan_handlers.rst76 ACPI scan handlers can be added to the list maintained by the ACPI core with the
78 handler as an argument. The order in which scan handlers are added to the list
82 All scan handles must be added to the list before acpi_bus_scan() is run for the

12345678910>>...22