Home
last modified time | relevance | path

Searched refs:added (Results 1 – 200 of 482) sorted by relevance

123

/linux-4.1.27/security/yama/
Dyama_lsm.c77 struct ptrace_relation *relation, *added; in yama_ptracer_add() local
79 added = kmalloc(sizeof(*added), GFP_KERNEL); in yama_ptracer_add()
80 if (!added) in yama_ptracer_add()
83 added->tracee = tracee; in yama_ptracer_add()
84 added->tracer = tracer; in yama_ptracer_add()
85 added->invalid = false; in yama_ptracer_add()
93 list_replace_rcu(&relation->node, &added->node); in yama_ptracer_add()
99 list_add_rcu(&added->node, &ptracer_relations); in yama_ptracer_add()
/linux-4.1.27/arch/x86/kernel/
Dmcount_64.S66 .macro save_mcount_regs added=0
81 pushq \added+8*2(%rsp)
85 pushq \added+8*3(%rsp)
88 pushq \added+8(%rsp)
114 movq MCOUNT_REG_SIZE+8+\added(%rsp), %rsi
121 movq MCOUNT_REG_SIZE+\added(%rsp), %rdi
/linux-4.1.27/Documentation/dvb/
DREADME.dvb-usb51 2005-06-30 - added support for WideView WT-220U (Thanks to Steve Chang)
52 2005-05-30 - added basic isochronous support to the dvb-usb-framework
53 added support for Conexant Hybrid reference design and Nebula DigiTV USB
61 …2005-03-28 - added support for the AVerMedia AverTV DVB-T USB2.0 device (Thanks to Glen Harris and…
62 2005-03-14 - added support for the Typhoon/Yakumo/HAMA DVB-T mobile USB2.0
63 …2005-02-11 - added support for the KWorld/ADSTech Instant DVB-T USB2.0. Thanks a lot to Joachim vo…
64 2005-02-02 - added support for the Hauppauge Win-TV Nova-T USB2
81 2004-11-12 - added additional remote control keys. Thanks to Uwe Hanke.
82 2004-11-07 - added remote control support. Thanks to David Matthews.
83 2004-11-05 - added support for a new devices (Grandtec/Avermedia/Artec)
[all …]
/linux-4.1.27/drivers/net/team/
DKconfig7 Team devices can be added using the "ip" command from the
23 All added ports are setup to have team's device address.
35 All added ports are setup to have team's device address.
47 All added ports are setup to have team's device address.
/linux-4.1.27/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.
Dregulatory.txt65 regulatory domain is required. More on this to be added
66 as its integration is added.
87 added to this document when its support is enabled.
139 [NOTE: This API is not currently available, it can be added when required]
Dmultiqueue.txt39 sch_multiq has been added for hardware that wishes to avoid head-of-line
70 skbedit, has been added. Assuming you wanted to route all traffic to a
Dalias.txt39 If the base device is shut down the added aliases will be deleted
Dde4x5.txt102 IEEE 802.3u MII interface code has been added in anticipation that some
114 I have added SROM decoding routines to make this driver work with any
125 I have added a temporary fix for interrupt problems when some SCSI cards
Ddns_resolver.txt52 added:
58 To direct a query for query type 'foo', a line of the following should be added
Dipsec.txt16 IPComp header is added to the datagram. This policy ensures saving
Dframerelay.txt32 Additional FRAD device drivers can be added as hardware is available.
Dbatman-adv.txt109 All interfaces added to batman advanced are not relevant any
156 2 - Enable messages related to route added / changed / deleted
Ddecnet.txt47 which is that its added to the addresses on the loopback device.
50 were added to the loopback device. In 2.5, any local interface address
94 DECnet address which matches to be added to the interface (which you can
Daltera_tse.txt41 Scatter-gather DMA will be added to a future maintenance update to this
47 tested for 1Gbps. This support will be added in a future maintenance update.
85 for transmit operations, but will be added in a future maintenance release.
Dnf_conntrack-sysctl.txt8 counters per flow are added.
Dbonding.txt202 - A slave is added to or removed from the bond
221 This option was added in bonding version 3.4.0.
358 This option was added in bonding version 3.1.0.
436 the MAC address of the first slave added to the bond).
456 This option was added in bonding version 3.2.0. The "follow"
457 policy was added in bonding version 3.3.0.
636 redistributed when a new slave is added to the bond
677 affect only the active-backup mode. These options were added for
743 This option was added for bonding version 3.6.0.
764 disables it. This option was added in bonding driver 3.7.1
[all …]
/linux-4.1.27/Documentation/phy/
Dsamsung-usb2.txt15 with added support for many special cases.
38 To support a new SoC a new file should be added to the drivers/phy
107 added to the struct of_device_id samsung_usb2_phy_of_match[] array:
130 The newly created file that supports the new SoC has to be also added to the
131 Makefile. In case of Exynos 4210 the added line is following:
/linux-4.1.27/Documentation/driver-model/
Dclass.txt51 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
145 When a device is added to a device class, the core attempts to add it
Dbinding.txt25 When a new device is added, the bus's list of drivers is iterated over
81 The process is almost identical for when a new driver is added.
Ddevice.txt99 udev) that a new device is available. If attributes are added after the
/linux-4.1.27/drivers/staging/lustre/lustre/ldlm/
Dldlm_request.c1410 int unused, int added, in ldlm_cancel_no_wait_policy() argument
1446 int unused, int added, in ldlm_cancel_lrur_policy() argument
1456 if (count && added >= count) in ldlm_cancel_lrur_policy()
1485 int unused, int added, in ldlm_cancel_passed_policy() argument
1490 return (added >= count) ? in ldlm_cancel_passed_policy()
1505 int unused, int added, in ldlm_cancel_aged_policy() argument
1509 return ((added >= count) && in ldlm_cancel_aged_policy()
1526 int unused, int added, in ldlm_cancel_default_policy() argument
1531 return (added >= count) ? in ldlm_cancel_default_policy()
1600 int added = 0, unused, remained; in ldlm_prepare_lru_list() local
[all …]
Dldlm_flock.c258 int added = (mode == LCK_NL); in ldlm_process_flock_lock() local
422 if (added) { in ldlm_process_flock_lock()
426 added = 1; in ldlm_process_flock_lock()
527 if (!added) { in ldlm_process_flock_lock()
545 if (added) in ldlm_process_flock_lock()
/linux-4.1.27/Documentation/pcmcia/
Ddriver.txt8 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-4.1.27/drivers/block/
Dcciss_scsi.c379 struct scsi2map *added, int *nadded) in cciss_scsi_add_entry() argument
428 added[*nadded].bus = sd->bus; in cciss_scsi_add_entry()
429 added[*nadded].target = sd->target; in cciss_scsi_add_entry()
430 added[*nadded].lun = sd->lun; in cciss_scsi_add_entry()
532 struct scsi2map *added, *removed; in adjust_cciss_scsi_table() local
536 added = kzalloc(sizeof(*added) * CCISS_MAX_SCSI_DEVS_PER_HBA, in adjust_cciss_scsi_table()
541 if (!added || !removed) { in adjust_cciss_scsi_table()
586 added, &nadded) != 0) in adjust_cciss_scsi_table()
621 added, &nadded) != 0) in adjust_cciss_scsi_table()
661 rc = scsi_add_device(sh, added[i].bus, in adjust_cciss_scsi_table()
[all …]
/linux-4.1.27/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
Dsysfs-bus-coresight-devices-tmc8 driver are expected to be added as it matures.
Dsysfs-driver-hid-wiimote40 added if new device-specific detections are added.
Dsysfs-bus-usb66 Reading from this file will list all dynamically added
91 that was dynamically added via the new_id sysfs entry.
99 Reading from this file will list the dynamically added
Dsysfs-bus-pci-drivers-ehci_hcd42 Note: When this file was first added, it appeared in a
Dsysfs-devices-memory7 added or removed dynamically to represent hot-add/remove
Dsysfs-kernel-slab179 slab was deactivated and added to the head of its node's partial
190 slab was deactivated and added to the tail of its node's partial
210 been freed in a full slab so that it had to added to its node's
/linux-4.1.27/drivers/staging/fbtft/
Dfbtft-io.c48 size_t added = 0; in fbtft_write_spi_emulate_9() local
81 added++; in fbtft_write_spi_emulate_9()
84 return spi_write(par->spi, par->extra, size + added); in fbtft_write_spi_emulate_9()
/linux-4.1.27/tools/perf/tests/attr/
Dtest-record-C012 # + PERF_SAMPLE_CPU added by -C 0
/linux-4.1.27/Documentation/s390/
D3270.ChangeLog39 * the components are remodularized: added source modules are
44 * color support and minimal other ESC-sequence support is added.
/linux-4.1.27/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.
/linux-4.1.27/Documentation/devicetree/bindings/mfd/
Dda9063.txt52 compatible = "dlg,da9063-rtc" should be added if a node is created.
56 compatible = "dlg,da9063-watchdog" should be added if a node is created.
Dmax77686.txt43 control. To turn this feature on this property must be added to the regulator
Ds2mps11.txt61 over GPIO. To turn this feature on this property must be added to the regulator
/linux-4.1.27/arch/x86/boot/
Dcode16gcc.h4 # This file is added to the assembler via -Wa when compiling 16-bit C code.
/linux-4.1.27/arch/powerpc/platforms/cell/
Dspu_manage.c472 int lenp, i, added; in init_affinity_node() local
477 for (added = 1; added < cbe_spu_info[cbe].n_spus; added++) { in init_affinity_node()
/linux-4.1.27/fs/notify/fanotify/
Dfanotify_user.c630 __u32 added; in fanotify_add_vfsmount_mark() local
641 added = fanotify_mark_add_to_mask(fsn_mark, mask, flags); in fanotify_add_vfsmount_mark()
644 if (added & ~real_mount(mnt)->mnt_fsnotify_mask) in fanotify_add_vfsmount_mark()
656 __u32 added; in fanotify_add_inode_mark() local
679 added = fanotify_mark_add_to_mask(fsn_mark, mask, flags); in fanotify_add_inode_mark()
682 if (added & ~inode->i_fsnotify_mask) in fanotify_add_inode_mark()
/linux-4.1.27/Documentation/devicetree/bindings/power_supply/
Dpower_supply.txt4 - power-supplies : This property is added to a supply in order to list the
/linux-4.1.27/drivers/hwtracing/coresight/
DKconfig31 special enhancement or added features.
50 special enhancement or added features.
/linux-4.1.27/tools/power/cpupower/
DToDo9 -> Is by design racy with BIOS, but could be added
/linux-4.1.27/Documentation/ABI/stable/
Dsyscalls4 on it and other Unix based interfaces. It will only be added to
/linux-4.1.27/Documentation/accounting/
Dtaskstats.txt63 that is added to the kernel. The fields and their semantics are defined in the
130 the group is added up and added to the accumulated total for previously exited
137 per-task/process stats as patches to collect them get added to the kernel
152 overhead. If only a few fields need to be added, then 1. is the preferable
/linux-4.1.27/Documentation/devicetree/bindings/clock/
Dbcm-cygnus-clock.txt8 these clocks will be added later
/linux-4.1.27/drivers/infiniband/hw/qib/
Dqib_user_sdma.c82 u64 added; /* global descq number of entries */ member
129 u64 added; member
196 pq->added = 0; in qib_user_sdma_queue_create()
1072 s64 descd = ppd->sdma_descq_removed - pkt->added; in qib_user_sdma_queue_clean()
1301 pkt->added = ppd->sdma_descq_added; in qib_user_sdma_send_desc()
1302 pkt->pq->added = pkt->added; in qib_user_sdma_send_desc()
1396 if (pq->added > ppd->sdma_descq_removed) in qib_user_sdma_writev()
/linux-4.1.27/Documentation/devicetree/bindings/timer/
Dlsi,zevio-timer.txt15 If any of the optional properties are not given, the timer is added as a
/linux-4.1.27/Documentation/devicetree/bindings/mtd/
Ddavinci-nand.txt28 phase. These offset will be added to the base
34 phase. These offset will be added to the base
/linux-4.1.27/Documentation/scsi/
Daacraid.txt127 Deanna Bonds (non-DASD support, PAE fibs and 64 bit, added new adaptec c…
128 added new ioctls, changed scsi interface to use new error handler,
134 Mark Salyzyn <Mark_Salyzyn@adaptec.com> Fixed panic issues and added some new product ids for upcom…
Dwd719x.txt9 probably cannot be added to linux-firmware.
DChangeLog.megaraid_sas385 to be completed. A timer-based interrupt has also been added
467 4. Hibernation support added
493 Checks added in megasas_queue_command to know if FW is able to
511 i. bios_param entry added in scsi_host_template that returns disk geometry
552 New varible added to set dbg level.
556 iv. Tasklet added for cmd completion
573 New device id 0x413 added.
599 i. Support for 1078 type (ppc IOP) controller, device id : 0x60 added.
Dmegaraid.txt70 as new controller classes get added, this will be tuned appropriately.
Dscsi_eh.txt138 As can be seen above, once any scmd is added to shost->eh_cmd_q,
141 the host either complete normally, fail and get added to eh_cmd_q, or
142 time out and get added to shost->eh_cmd_q.
/linux-4.1.27/Documentation/acpi/
Dscan_handlers.txt70 ACPI scan handlers can be added to the list maintained by the ACPI core with the
72 handler as an argument. The order in which scan handlers are added to the list
76 All scan handles must be added to the list before acpi_bus_scan() is run for the
/linux-4.1.27/Documentation/devicetree/bindings/arm/rockchip/
Dsmp-sram.txt8 Therefore a reserved section sub-node has to be added to the mmio-sram
/linux-4.1.27/Documentation/filesystems/
Dadfs.txt14 the RISC OS file type will be added. Default 0.
75 ftsuffix option is zero or omitted, no file type suffixes will be added.
Dafs.txt79 Once the module has been loaded, more modules can be added by the following
104 Additional cells can be added through /proc (see later section).
164 the system belongs is added to the database when modprobe is performed by the
168 Further cells can be added by commands similar to the following:
Dmandatory-locking.txt156 defined as the bytes of a file removed or added (we must also consider bytes
157 added, as a lock can specify just "the whole file", rather than a specific
Dautomount-support.txt94 and the copies of those that are on an expiration list will be added to the
/linux-4.1.27/Documentation/cpu-freq/
Dintel-pstate.txt25 controlling P state selection. These files have been added to
55 For legacy mode debugfs files have also been added to allow tuning of
/linux-4.1.27/Documentation/
Dhighuid.txt34 (need to support whatever new 32-bit UID system calls are added to
59 all ioctl()s. Some new ioctl()s have been added with 32-bit UIDs, but
Dunicode.txt68 [v1.3]: These characters have been officially added to Unicode 3.2.0;
69 they are added at U+23BA, U+23BB, U+23BC, U+23BD. Linux now uses the
72 [v1.2]: The following characters have been added to represent common
73 keyboard symbols that are unlikely to ever be added to Unicode proper
Dvgaarbiter.txt94 notify them being added/removed in the system and automatically added/removed
105 libpciaccess library. One field was added to struct pci_device (each device
111 Besides it, in pci_system were added:
DSubmitChecklist87 22: Newly-added code has been compiled with `gcc -W' (use "make
98 25: If any ioctl's are added by the patch, then also update
DIRQ-domain.txt47 between hwirq and IRQ numbers. Mappings are added to the irq_domain
191 1) a new field 'parent' is added to struct irq_domain; it's used to
193 2) a new field 'parent_data' is added to struct irq_data; it's used to
196 3) new callbacks are added to struct irq_domain_ops to support hierarchy
Dkobject.txt134 As the name of the kobject is set when it is added to the kernel, the name
171 Use the KOBJ_ADD action for when the kobject is first added to the kernel.
373 userspace to allow more environment variables to be added to the uevent.
375 One might ask how, exactly, a kobject is added to a kset, given that no
382 added to the kset's directory. Not all members of a kset do necessarily
384 before the kobject is added, the kobject is registered with the kset, but
385 added below the parent kobject.
Dmodule-signing.txt158 and will be added to the keyring.
171 Note, however, that the kernel will only permit keys to be added to
173 that is already resident in the .system_keyring at the time the key was added.
Dmemory-hotplug.txt237 memory_block_size] memory range is hot-added. In this case, hotplug script is
259 Even if the memory is hot-added, it is not at ready-to-use state.
260 For using newly added memory, you have to "online" the memory block.
280 Currently, newly added memory is added as ZONE_NORMAL (for powerpc, ZONE_DMA).
Ddigsig.txt75 When the key is added to the kernel keyring, the keyid defines the name
Dstable_kernel_rules.txt99 - If accepted, the patch will be added to the -stable queue, for review by
113 - At the end of the review cycle, the ACKed patches will be added to the
Dmd-cluster.txt156 to be added. For this, the following algorithm is used:
175 10. Other nodes get the information whether a disk is added or not
Ddebugging-via-ohci1394.txt60 it from PowerPC to x86 and x86_64 and added functionality, firescope can now
96 firewire_ohci 0000:15:00.1: added OHCI v1.0 device as card 2, 4 IR + 4 IT
Dkmemleak.txt91 a pointer to a white object is found, the object is added to the
94 can become gray and added at the end of the gray list) until the
Dsvga.txt180 local modes are added automatically to the beginning of the list not depending
229 2.0 (28-Jan-96) Rewritten from scratch. Cirrus Logic 64XX support added, almost
236 active when started. Scanning fixed. 80x43 (any VGA) added.
Dmd.txt115 Then each device is added using the ADD_NEW_DISK ioctl. This
121 Once started, new devices can be added. They should have an
137 Then uninitialized devices can be added with ADD_NEW_DISK. The
141 Once started with RUN_ARRAY, uninitialized spares can be added with
345 As component devices are added to an md array, they appear in the 'md'
Djava.txt368 added to your CLASSPATH during execution.
403 added executable Jar file support by Kurt Huwig <kurt@iku-netz.de>
/linux-4.1.27/Documentation/ABI/removed/
Dvideo13946 controller, which were used for isochronous I/O. It was added as an
/linux-4.1.27/net/ax25/
DTODO10 but added by somebody else before the device has been deleted fully.
/linux-4.1.27/Documentation/devicetree/bindings/arm/samsung/
Dexynos-adc.txt51 Note: child nodes can be added for auto probing from device tree.
100 Note: The child node can be added under the adc node or separately.
/linux-4.1.27/drivers/staging/iio/Documentation/
Dsysfs-bus-iio-dds40 control the desired phase Y which is added to the phase
56 Specifies the active phase Y which is added to the phase
/linux-4.1.27/scripts/coccinelle/misc/
Dorplus.cocci1 /// Check for constants that are added but are used elsewhere as bitmasks
/linux-4.1.27/Documentation/devicetree/bindings/powerpc/fsl/cpm_qe/qe/
Dfirmware.txt4 boot loader), then a 'firmware' child node should be added to the QE
Ducc.txt19 The port number is added to the minor number of the device. Unlike the
/linux-4.1.27/Documentation/devicetree/bindings/drm/armada/
Dmarvell,dove-lcd.txt19 Further clocks may be added in the future according to requirements of
/linux-4.1.27/drivers/net/wireless/iwlwifi/dvm/
Dscan.c525 int added, i; in iwl_get_channels_for_scan() local
538 for (i = 0, added = 0; i < priv->scan_request->n_channels; i++) { in iwl_get_channels_for_scan()
578 added++; in iwl_get_channels_for_scan()
581 IWL_DEBUG_SCAN(priv, "total channels to scan %d\n", added); in iwl_get_channels_for_scan()
582 return added; in iwl_get_channels_for_scan()
/linux-4.1.27/Documentation/RCU/
DlistRCU.txt23 added or deleted, rather than being modified in place.
154 So, when readers can tolerate stale data and when entries are either added
163 otherwise, the added fields would need to be filled in):
264 Note that this example assumes that entries are only added and deleted.
298 either added or deleted from the data structure (or atomically modified
Drcuref.txt108 The key point is that the initial reference added by add() is not removed
Dlockdep-splat.txt1 Lockdep-RCU was added to the Linux kernel in early 2010
/linux-4.1.27/Documentation/sound/oss/
DPSS-updates2 newly added features of the newest version of this driver.
36 Other options have also been added for the added convenience and utility
DIntroduction11 Note, some of this probably should be added to the Sound-HOWTO!
28 1.1.0 6/30/1999 Second version, added notes on making the drivers,
29 added info on multiple sound cards of similar types,]
30 added more diagnostics info, added info about esd.
31 added info on OSS and ALSA.
/linux-4.1.27/arch/arm/boot/dts/
Ds3c6400.dtsi12 * nodes can be added to this file.
Dexynos4212.dtsi13 * nodes can be added to this file.
Ds3c6410.dtsi12 * nodes can be added to this file.
Dexynos4412.dtsi13 * nodes can be added to this file.
Dsocfpga_cyclone5_sockit.dts36 * to be added to the gmac1 device tree blob.
Dsocfpga_arria5_socdk.dts36 * to be added to the gmac1 device tree blob.
Dsocfpga_cyclone5_socdk.dts36 * to be added to the gmac1 device tree blob.
Dorion5x-lacie-ethernet-disk-mini-v2.dts10 * TODO: add Orion USB device port init when kernel.org support is added.
Ds3c64xx.dtsi12 * nodes can be added to this file.
Dexynos4210.dtsi15 * nodes can be added to this file.
/linux-4.1.27/Documentation/usb/
Dfunctionfs.txt4 unique behaviour. It may be added to an USB configuration only after
7 that kernel level composite functions provide when they are added to
Dbulk-streams.txt4 Bulk endpoint streams were added in the USB 3.0 specification. Streams allow a
63 Note that new API to choose the next stream ID will have to be added if the xHCI
Diuu_phoenix.txt63 So I have added this option to permit him to see a lot of color ( each activity change the color
/linux-4.1.27/Documentation/trace/
Devents-power.txt77 The second parameter is value to be added/updated/removed.
96 The third parameter is value to be added/updated/removed.
Dcoresight.txt17 being added to a design at synthesis time to cater to specific tracing needs.
126 expected to be added as the solution matures.
Devents.txt305 Triggers are added to and removed from a particular event by writing
330 Triggers are added by echoing the command to the 'trigger' file:
349 triggers (you have to use '!' for each one added.)
/linux-4.1.27/drivers/staging/media/mn88473/
DTODO17 there is less lines. Those error checks are about the last thing to be added.
/linux-4.1.27/drivers/staging/media/mn88472/
DTODO17 there is less lines. Those error checks are about the last thing to be added.
/linux-4.1.27/Documentation/devicetree/bindings/arm/exynos/
Dsmp-sysram.txt8 Therefore reserved section sub-nodes have to be added to the mmio-sram
/linux-4.1.27/Documentation/devicetree/bindings/c6x/
Dclocks.txt6 clock support is added to the kernel.
/linux-4.1.27/Documentation/devicetree/bindings/net/wireless/
Dti,wlcore.txt28 clock, new bindings (for parsing the clock nodes) have to be added.
/linux-4.1.27/Documentation/devicetree/bindings/usb/
Dkeystone-usb.txt19 The dwc3 core should be added as subnode to Keystone DWC3 glue.
Ddwc3-st.txt32 The dwc3 core should be added as subnode to ST DWC3 glue as shown in the
Domap-usb.txt65 The dwc3 core should be added as subnode to omap dwc3 glue.
Dexynos-usb.txt97 The dwc3 core should be added as subnode to Exynos dwc3 glue.
/linux-4.1.27/Documentation/devicetree/bindings/dma/
Dti-edma.txt19 properties might need to be added to the new DTS files.
/linux-4.1.27/Documentation/filesystems/nfs/
Didmapper.txt27 direct the upcall. The following line should be added:
53 Notice that the new line was added above the line for the generic program.
Drpc-cache.txt101 entry is found, a new entry will be create, added to the cache, and
157 added.
180 added to the channel but instead all lookups that do not find a valid
Dpnfs.txt55 bit is set, preventing any new lsegs from being added.
/linux-4.1.27/Documentation/hwmon/
Dlm9235 Support was added later for the LM76 and Maxim MAX6633/MAX6634/MAX6635,
Dntc_thermistor15 tables; e.g., NCP15WL333 support is added by the table ncpXXwl333.
Dasc762117 added PECI and a 4th thermal zone. The Andigilog aSC7611 is the
52 indication to the user, we have added an indicator that shows which zone
72 Finally, we have added a tach disable function that turns off the tach
Dpmbus49 Fan support will be added in a later version of this driver.
69 Support for additional PMBus chips can be added by defining chip parameters in
Dlm6334 capabilities added. It misses some of the LM86 features though:
/linux-4.1.27/drivers/video/fbdev/omap2/omapfb/
Domapfb-sysfs.c203 bool added = false; in store_overlays() local
313 added = true; in store_overlays()
316 if (added) { in store_overlays()
/linux-4.1.27/drivers/mtd/
Dmtd_blkdevs.c344 goto added; in add_mtd_blktrans_dev()
353 goto added; in add_mtd_blktrans_dev()
372 added: in add_mtd_blktrans_dev()
/linux-4.1.27/Documentation/arm/Samsung-S3C24XX/
DSMDK2440.txt43 NOR flash will be added later.
DUSB-Host.txt37 added by the board specific support file in linux/arch/arm/mach-s3c2410,
/linux-4.1.27/Documentation/devicetree/bindings/input/touchscreen/
Dedt-ft5x06.txt12 that a distinction can be added if necessary without changing the DT
/linux-4.1.27/Documentation/powerpc/
Dptrace.txt11 that GDB doesn't need to special-case each of them. We added the
22 Since we're at it, we added other useful info that the kernel can return to
Dcpu_features.txt25 index, structure dereference, and conditional branch were added. To avoid the
/linux-4.1.27/tools/power/cpupower/bench/
DREADME-BENCH111 -x, --load-step=<long int> time to be added to load time, in us
112 -y, --sleep-step=<long int> time to be added to sleep time, in us
/linux-4.1.27/drivers/message/fusion/lsi/
Dmpi_history.txt119 * 12-04-00 01.01.02 Modified IOCFacts reply, added FWUpload messages, and
150 * added related defines.
202 * added _MULTI_PORT_DOMAIN.
252 * New fields added to FC Port Page 0 and some flags
315 * reserved byte and added a define.
393 * Added AccessStatus field to SAS Device Page 0 and added
465 * Added more defines for IOCSettings and added
612 * 10-05-04 01.05.02 MSG_TARGET_CMD_BUFFER_POST_BASE_LIST_REPLY added.
720 * Control request, and added a new operation code.
/linux-4.1.27/arch/avr32/boards/atngw100/
DKconfig29 controller and AC97 controller is added as platform devices.
/linux-4.1.27/drivers/usb/gadget/udc/
Dgr_udc.h208 unsigned added:1; member
/linux-4.1.27/Documentation/virtual/kvm/
Dcpuid.txt19 and will be updated if more functions are added in the future.
/linux-4.1.27/security/integrity/
DKconfig30 usually only added from initramfs.
/linux-4.1.27/Documentation/i2c/busses/
Di2c-taos-evm8 are supported, but a few lines of code need to be added for each new
/linux-4.1.27/tools/thermal/tmon/
DREADME10 and more sensors are added, new cooling capabilities are introduced. The
/linux-4.1.27/Documentation/video4linux/
Dv4l2-controls.txt127 Menu and integer menu controls are added by calling v4l2_ctrl_new_std_menu:
133 Menu controls with a driver specific menu are added by calling
141 Integer menu controls with a driver specific menu can be added by calling
535 reason mute was never added (because the hardware doesn't support that
605 prefix as well. If the prefix didn't end with a space, then ': ' will be added
623 After each subdev was added, you will then have to call v4l2_ctrl_add_handler
642 you to filter which controls will be added. Set it to NULL if you want to add
701 When one control handler is added to another using v4l2_ctrl_add_handler, then
733 class is added.
DREADME.cx8847 (1) Try upgrading to the latest snapshot, maybe it has been added
/linux-4.1.27/drivers/infiniband/hw/ipath/
Dipath_user_sdma.c59 u64 added; /* global descq number of entries */ member
573 s64 descd = dd->ipath_sdma_descq_removed - pkt->added; in ipath_user_sdma_queue_clean()
772 pkt->added = dd->ipath_sdma_descq_added; in ipath_user_sdma_push_pkts()
/linux-4.1.27/drivers/isdn/act2000/
Dmodule.c675 int added = 0; in act2000_addcard() local
715 added++; in act2000_addcard()
778 return (added - failed); in act2000_addcard()
/linux-4.1.27/arch/x86/kernel/cpu/
Dperf_event_p6.c147 static void p6_pmu_enable_all(int added) in p6_pmu_enable_all() argument
Dperf_event_knc.c166 static void knc_pmu_enable_all(int added) in knc_pmu_enable_all() argument
Dperf_event_intel.c1269 static void __intel_pmu_enable_all(int added, bool pmi) in __intel_pmu_enable_all() argument
1290 static void intel_pmu_enable_all(int added) in intel_pmu_enable_all() argument
1292 __intel_pmu_enable_all(added, false); in intel_pmu_enable_all()
1369 static void intel_pmu_nhm_enable_all(int added) in intel_pmu_nhm_enable_all() argument
1371 if (added) in intel_pmu_nhm_enable_all()
1373 intel_pmu_enable_all(added); in intel_pmu_nhm_enable_all()
2401 static void core_pmu_enable_all(int added) in core_pmu_enable_all() argument
Dperf_event.h500 void (*enable_all)(int added);
728 void x86_pmu_enable_all(int added);
/linux-4.1.27/drivers/staging/media/lirc/
DTODO.lirc_zilog4 a. ir-kbd-i2c needs a module parameter added to allow the user to tell
/linux-4.1.27/fs/
Dlocks.c942 bool added = false; in __posix_lock_file() local
1035 if (added) { in __posix_lock_file()
1040 added = true; in __posix_lock_file()
1050 added = true; in __posix_lock_file()
1064 if (added) { in __posix_lock_file()
1083 added = true; in __posix_lock_file()
1098 if (!added) { in __posix_lock_file()
/linux-4.1.27/tools/perf/Documentation/
Dperf-buildid-cache.txt33 permissions for root only. kcore will not be added if there is already a
/linux-4.1.27/scripts/genksyms/
Dparse.tab.h_shipped30 This special exception was added by the Free Software Foundation in
/linux-4.1.27/Documentation/device-mapper/
Ddm-uevent.txt17 The variables added to the uevent environment are:
Ddm-crypt.txt37 The IV offset is a sector count that is added to the sector number
/linux-4.1.27/drivers/usb/
DREADME37 Individual USB driver directories. A new driver should be added to the
/linux-4.1.27/arch/openrisc/
DREADME.openrisc96 added opencores framebuffer driver.
/linux-4.1.27/Documentation/sound/alsa/soc/
Ddapm.txt79 Widgets can be added to the sound card by any of the component driver types.
185 After all the widgets have been defined, they can then be added to the DAPM
268 Endpoints are added to the DAPM graph so that their usage can be determined in
Dmachine.txt93 Machine specific audio mixer controls can be added in the DAI init function.
Dcodec.txt7 All platform and machine specific code should be added to the platform and
/linux-4.1.27/drivers/net/hamradio/
Dhdlcdrv.c129 int added = 0; in hdlc_rx_add_bytes() local
139 added += 8; in hdlc_rx_add_bytes()
141 return added; in hdlc_rx_add_bytes()
/linux-4.1.27/Documentation/arm/
DIXP4xx137 added. One issue with this board is that the mini-PCI slots only
168 [I know I've forgotten others, please email me to be added]
/linux-4.1.27/Documentation/kbuild/
Dkconfig-language.txt64 to the user. Optionally dependencies only for this prompt can be added
77 Optionally, dependencies only for this default value can be added with
83 Optionally dependencies for this default value can be added with "if".
222 the menu entry, e.g. this means the dependency "NET" is added to the
/linux-4.1.27/Documentation/devicetree/bindings/net/
Dmarvell-orion-net.txt18 an extra compatible string is added for it.
/linux-4.1.27/drivers/atm/
Dnicstarmac.copyright10 * 10/5/97 - added code to handle PHY interrupts, disable PHY on
/linux-4.1.27/drivers/scsi/
Dhpsa.c887 struct hpsa_scsi_dev_t *added[], int *nadded) in hpsa_scsi_add_entry() argument
949 added[*nadded] = device; in hpsa_scsi_add_entry()
1000 struct hpsa_scsi_dev_t *added[], int *nadded, in hpsa_scsi_replace_entry() argument
1018 added[*nadded] = new_entry; in hpsa_scsi_replace_entry()
1058 struct hpsa_scsi_dev_t *added) in fixup_botched_add() argument
1068 if (h->dev[i] == added) { in fixup_botched_add()
1076 kfree(added); in fixup_botched_add()
1352 struct hpsa_scsi_dev_t **added, **removed; in adjust_hpsa_scsi_table() local
1356 added = kzalloc(sizeof(*added) * HPSA_MAX_DEVICES, GFP_KERNEL); in adjust_hpsa_scsi_table()
1359 if (!added || !removed) { in adjust_hpsa_scsi_table()
[all …]
/linux-4.1.27/security/keys/
DKconfig37 Keyrings are created and added into the register upon demand and get
/linux-4.1.27/scripts/dtc/
Ddtc-parser.tab.h_shipped30 This special exception was added by the Free Software Foundation in
/linux-4.1.27/Documentation/input/
Dappletouch.txt17 Hanselmann added support for the October 2005 models.
/linux-4.1.27/Documentation/dmaengine/
Dclient.txt115 added and the descriptor must then be submitted. Some DMA engine
143 added, it must be placed on the DMA engine drivers pending queue.
/linux-4.1.27/Documentation/block/
Ddata-integrity.txt202 added. It is up to the caller to ensure that the bio does not
233 I/O stack. This implies that the pages added using this call
237 Pages can be added using bio_integrity_add_page() as long as
/linux-4.1.27/drivers/staging/wlan-ng/
Dprism2sta.c1540 int i, added, result, cnt; in prism2sta_inf_authreq_defer() local
1649 added = 0; in prism2sta_inf_authreq_defer()
1664 added = 1; in prism2sta_inf_authreq_defer()
1681 if (added) in prism2sta_inf_authreq_defer()
/linux-4.1.27/Documentation/fmc/
Dfmc-chardev.txt24 and DMA buffers. They may be added in later versions, if the need
Dfmc-write-eeprom.txt13 other than the identification, later versions of this packages added
/linux-4.1.27/drivers/usb/core/
DKconfig11 let users know what specific device was added to the machine
/linux-4.1.27/Documentation/power/
Dpower_supply_class.txt21 types or their drivers, it can be added to the core set).
196 be added to the core attribute set.
/linux-4.1.27/Documentation/devicetree/bindings/video/
Dsimple-framebuffer.txt31 added, the simplefb nodes will already contain this info and the firmware
/linux-4.1.27/drivers/net/
DKconfig127 Macvlan devices can be added using the "ip" command from the
142 can be added in the same way as a macvlan device, using 'type
159 Ipvlan devices can be added using the "ip" command from the
/linux-4.1.27/Documentation/devicetree/bindings/arm/
Dl2cc.txt19 offset needs to be added to the address before passing down to the L2
/linux-4.1.27/Documentation/w1/masters/
Dds249029 was added to the API. The name is just a suggestion. It would take
/linux-4.1.27/Documentation/networking/caif/
DREADME90 bit 0x20 set in the command bit, and Channel Setup has added one byte
/linux-4.1.27/Documentation/watchdog/
Dhpwdt.txt9 watchdog functionality and the added benefit of NMI sourcing. Both the
/linux-4.1.27/Documentation/vm/
Dpage_owner.txt46 Although, roughly, 4 KB code is added in total, page_alloc.o increase by
/linux-4.1.27/security/integrity/ima/
DKconfig131 This option requires that all keys added to the .ima
/linux-4.1.27/Documentation/isdn/
DINTERFACE.fax157 (+FNBC is not a known class 2 fax command, I added this to change the
/linux-4.1.27/drivers/xen/
DKconfig45 could be added by writing proper value to
225 to hot-add memory at runtime (the hot-added memory cannot be
/linux-4.1.27/arch/
DKconfig71 ( On 32-bit x86, the necessary options added to the compiler
382 Functions will have the stack-protector canary logic added if they
396 Functions will have the stack-protector canary logic added in any
/linux-4.1.27/Documentation/security/
DIMA-templates.txt59 (support for more data types will be added later):
/linux-4.1.27/Documentation/tpm/
Dxen-tpmfront.txt104 Support for the vTPM driver was added in Xen using the libxl toolstack in Xen
/linux-4.1.27/Documentation/filesystems/pohmelfs/
Dinfo.txt21 the system checks that servers have to be added or removed from current working set.
/linux-4.1.27/arch/arm/nwfpe/
DChangeLog89 * fpa11.c - added code to initialize register types to typeNone
/linux-4.1.27/arch/m68k/fpsp040/
Dx_store.S239 orl #0x10,%d1 |reg_dest wants size added to reg#
/linux-4.1.27/Documentation/prctl/
Dseccomp_filter.txt45 An additional seccomp mode is added and is enabled using the same
47 CONFIG_HAVE_ARCH_SECCOMP_FILTER, then filters may be added as below:
/linux-4.1.27/scripts/
Dget_maintainer.pl1920 my $added = 0;
1924 $added += $1;
1952 vcs_assign("added_lines", $added, @list_added);
/linux-4.1.27/Documentation/devicetree/bindings/powerpc/fsl/
Dmsi-pic.txt17 region must be added because different MSI group has different MSIIR1 offset.
/linux-4.1.27/Documentation/cgroups/
Ddevices.txt20 An entry is added using devices.allow, and removed using
/linux-4.1.27/Documentation/w1/
Dw1.generic102 added devices that aren't on the bus.
/linux-4.1.27/Documentation/early-userspace/
Dbuffer-format.txt41 formats); arbitrary amounts zero bytes (for padding) can be added
/linux-4.1.27/Documentation/gpio/
Dboard.txt137 And the table can be added by the board code as follows:

123