/linux-4.4.14/Documentation/ |
D | applying-patches.txt | 9 A frequently asked question on the Linux Kernel Mailing List is how to apply 14 In addition to explaining how to apply and revert patches, a brief 15 description of the different kernel trees (and examples of how to apply 24 To correctly apply a patch you need to know what base it was generated from 30 How do I apply or revert a patch? 32 You apply a patch with the `patch' program. The patch program reads a diff 102 options. It can either refuse to apply the changes and abort or it can try 103 to find a way to make the patch apply with a few minor changes. 111 usually adjust the line numbers and apply the patch. 125 only patches from kernel.org and you apply the patches in the correct order, [all …]
|
D | coccinelle.txt | 108 the name of the semantic patch to apply. 121 To apply Coccinelle to a specific directory, M= can be used. 126 To apply Coccinelle on a file basis, instead of a directory basis, the 139 COCCI variable may additionally be used to only apply a single
|
D | email-clients.txt | 8 end, maintainers use `git am` to apply the patches. 48 This breaks many scripts that read and apply the patches. 52 and successfully apply it with 'patch' before sending patches to Linux 130 KMail 1.13.5 (KDE 4.5.4), KMail will apply word wrapping when sending
|
D | pi-futex.txt | 57 inheritance only apply to kernel-space locks. But user-space locks are 60 does not apply (user-space spinlocks have the same priority inversion
|
D | dynamic-debug-howto.txt | 69 You can also apply standard Unix text manipulation filters to this 123 callsites to which to apply the flags-spec. Think of them as a query
|
D | volatile-considered-harmful.txt | 95 For most code, none of the above justifications for volatile apply. As a
|
D | SubmittingDrivers | 42 The same rules apply as 2.4 except that you should follow linux-kernel
|
D | stable_kernel_rules.txt | 66 to apply to an older kernel (e.g., if API's have changed in the meantime).
|
D | md.txt | 92 General Rules - apply for all superblock formats 129 Specific Rules that apply to format-0 super block arrays, and 551 however they only apply to the particular array.
|
D | BUG-HUNTING | 102 - You can apply the same technique to each file in the directory,
|
D | HOWTO | 154 apply it to the different development branches of the kernel. 185 apply a patch. 413 to apply your own patch by yourself. If that doesn't work, get your
|
D | DMA-API.txt | 221 dma_mask may not apply if the platform has an IOMMU (a device which 275 for the other mapping APIs apply here. Also, although the <offset>
|
D | ManagementStyle | 18 These suggestions may or may not apply to you.
|
D | CodingStyle | 168 This does not apply if only one branch of a conditional statement is a single 894 out part or all of the expression into a separate helper function and apply the
|
D | 00-INDEX | 75 - description of various trees and how to apply their patches.
|
D | dma-buf-sharing.txt | 296 For importers all the restrictions of using kmap apply, like the limited
|
D | adding-syscalls.txt | 162 registers. (This concern does not apply if the arguments are part of a
|
D | edac.txt | 187 of a single ranked DIMMs. This should also apply in both Channels, in
|
D | memory-barriers.txt | 274 (*) These guarantees do not apply to bitfields, because compilers often 285 (*) These guarantees apply only to properly aligned and sized scalar
|
D | devices.txt | 22 Allocations marked (68k/Amiga) apply to Linux/68k on the Amiga 23 platform only. Allocations marked (68k/Atari) apply to Linux/68k on
|
/linux-4.4.14/drivers/video/fbdev/omap2/dss/ |
D | overlay-sysfs.c | 90 r = old_mgr->apply(old_mgr); in overlay_manager_store() 102 r = mgr->apply(mgr); in overlay_manager_store() 166 r = ovl->manager->apply(ovl->manager); in overlay_position_store() 205 r = ovl->manager->apply(ovl->manager); in overlay_output_size_store() 272 r = ovl->manager->apply(ovl->manager); in overlay_global_alpha_store() 314 r = ovl->manager->apply(ovl->manager); in overlay_pre_mult_alpha_store() 354 r = ovl->manager->apply(ovl->manager); in overlay_zorder_store()
|
D | manager-sysfs.c | 113 r = mgr->apply(mgr); in manager_display_store() 156 r = mgr->apply(mgr); in manager_default_color_store() 206 r = mgr->apply(mgr); in manager_trans_key_type_store() 242 r = mgr->apply(mgr); in manager_trans_key_value_store() 278 r = mgr->apply(mgr); in manager_trans_key_enabled_store() 322 r = mgr->apply(mgr); in manager_alpha_blending_enabled_store() 364 r = mgr->apply(mgr); in manager_cpr_enable_store() 425 r = mgr->apply(mgr); in manager_cpr_coef_store()
|
D | Makefile | 7 omapdss-y += manager.o manager-sysfs.o overlay.o overlay-sysfs.o apply.o \
|
D | apply.c | 1620 mgr->apply = &omap_dss_mgr_apply; in omapdss_compat_init()
|
/linux-4.4.14/sound/soc/omap/ |
D | ams-delta.c | 343 int apply, ret; in cx81801_receive() local 377 apply = !ams_delta_muted && !cx81801_cmd_pending; in cx81801_receive() 383 if (apply) in cx81801_receive() 424 int apply; in ams_delta_digital_mute() local 431 apply = !cx81801_cmd_pending; in ams_delta_digital_mute() 434 if (apply) in ams_delta_digital_mute()
|
/linux-4.4.14/fs/nls/ |
D | Kconfig | 46 DOS/Windows partitions correctly. This does apply to the filenames 58 DOS/Windows partitions correctly. This does apply to the filenames 70 DOS/Windows partitions correctly. This does apply to the filenames 83 DOS/Windows partitions correctly. This does apply to the filenames 99 DOS/Windows partitions correctly. This does apply to the filenames 114 DOS/Windows partitions correctly. This does apply to the filenames 125 DOS/Windows partitions correctly. This does apply to the filenames 136 DOS/Windows partitions correctly. This does apply to the filenames 147 DOS/Windows partitions correctly. This does apply to the filenames 158 DOS/Windows partitions correctly. This does apply to the filenames [all …]
|
/linux-4.4.14/fs/btrfs/ |
D | props.c | 33 int (*apply)(struct inode *inode, const char *value, size_t len); member 48 .apply = prop_compression_apply, 123 ret = handler->apply(inode, NULL, 0); in __btrfs_set_prop() 136 ret = handler->apply(inode, value, value_len); in __btrfs_set_prop() 277 ret = handler->apply(inode, value, len); in inode_prop_iterator()
|
/linux-4.4.14/Documentation/video4linux/ |
D | sh_mobile_ceu_camera.txt | 95 8. Calculate new CEU crop - apply sensor scales to previously calculated 134 5. Calculate and apply host scale = (6' - 6) / (4' - 4) 136 6. Calculate and apply host crop: 6 - 7 = (5 - 2) * (6' - 6) / (5' - 5)
|
D | vivid.txt | 671 Apply Alpha To Red Only: apply the alpha channel as set by the 'Alpha Component'
|
/linux-4.4.14/arch/avr32/mach-at32ap/ |
D | clock.h | 28 int apply);
|
D | at32ap700x.c | 247 static long pll1_set_rate(struct clk *clk, unsigned long rate, int apply) in pll1_set_rate() argument 254 if (apply) { in pll1_set_rate() 369 static long cpu_clk_set_rate(struct clk *clk, unsigned long rate, int apply) in cpu_clk_set_rate() argument 398 if (apply) in cpu_clk_set_rate() 537 static long genclk_set_rate(struct clk *clk, unsigned long rate, int apply) in genclk_set_rate() argument 557 if (apply) in genclk_set_rate()
|
/linux-4.4.14/security/selinux/ss/ |
D | hashtab.c | 121 int (*apply)(void *k, void *d, void *args), in hashtab_map() 134 ret = apply(cur->key, cur->datum, args); in hashtab_map()
|
D | hashtab.h | 81 int (*apply)(void *k, void *d, void *args),
|
D | sidtab.h | 40 int (*apply) (u32 sid,
|
D | sidtab.c | 126 int (*apply) (u32 sid, in sidtab_map() 140 rc = apply(cur->sid, &cur->context, args); in sidtab_map()
|
/linux-4.4.14/Documentation/devicetree/bindings/iio/dac/ |
D | ti,dac7512.txt | 8 apply. In particular, "reg" and "spi-max-frequency" properties must be given.
|
/linux-4.4.14/Documentation/devicetree/bindings/pci/ |
D | plda,xpressrich3-axi.txt | 5 scenarios, the host-generic-pci.txt bindings apply with the following additions
|
/linux-4.4.14/Documentation/devicetree/bindings/powerpc/fsl/ |
D | pmc.txt | 15 compatible; all statements below that apply to "fsl,mpc8548-pmc" also 16 apply to "fsl,mpc8641d-pmc".
|
/linux-4.4.14/Documentation/devicetree/bindings/display/ |
D | mipi-dsi-bus.txt | 22 a DSI host, the following properties apply to a node representing a DSI host. 36 described here apply to all DSI peripherals, but individual bindings may want
|
/linux-4.4.14/Documentation/devicetree/bindings/arm/cpu-enable-method/ |
D | marvell,berlin-smp | 6 CPUs. To apply to all CPUs, a single "marvell,berlin-smp" enable method should
|
D | al,alpine-smp | 6 enabling secondary CPUs. To apply to all CPUs, a single
|
/linux-4.4.14/Documentation/devicetree/bindings/serial/ |
D | nxp,lpc1850-uart.txt | 18 parameters from 8250.txt also apply but are optional.
|
D | 8250.txt | 33 - reg-offset : offset to apply to the mapbase from the start of the registers.
|
/linux-4.4.14/Documentation/devicetree/bindings/power/ |
D | qcom,coincell-charger.txt | 26 Definition: voltage (in millivolts) to apply for charging
|
/linux-4.4.14/Documentation/power/powercap/ |
D | powercap.txt | 25 control topology of the system. In that case, it is possible to apply power 154 to be applied (the constraints in the 'package' power zones apply to the whole 155 CPU packages and the subzone constraints only apply to the respective parts of
|
/linux-4.4.14/net/mac80211/ |
D | ht.c | 145 goto apply; in ieee80211_ht_cap_ie_to_sta_ht_cap() 198 goto apply; in ieee80211_ht_cap_ie_to_sta_ht_cap() 233 apply: in ieee80211_ht_cap_ie_to_sta_ht_cap()
|
/linux-4.4.14/Documentation/devicetree/bindings/pinctrl/ |
D | nvidia,tegra124-xusb-padctl.txt | 63 The nvidia,iddq property does not apply to this group. 69 The nvidia,iddq property does not apply to this group.
|
D | brcm,cygnus-gpio.txt | 41 in the node apply to. Pin names are "gpio-<pin>"
|
D | pinctrl-vt8500.txt | 39 - wm,pull: Integer, representing the pull-down/up to apply to the pin(s):
|
D | nvidia,tegra210-pinmux.txt | 31 See the TRM to determine which properties and values apply to each pin/group. 42 - nvidia,pull: Integer, representing the pull-down/up to apply to the pin.
|
D | brcm,bcm2835-gpio.txt | 53 - brcm,pull: Integer, representing the pull-down/up to apply to the pin(s):
|
D | lantiq,pinctrl-falcon.txt | 54 - lantiq,pull: Integer, representing the pull-down/up to apply to the pin.
|
D | lantiq,pinctrl-xway.txt | 61 - lantiq,pull: Integer, representing the pull-down/up to apply to the pin.
|
D | pinctrl-bindings.txt | 171 apply to (either this or "group" has to be 173 group - the group to apply the properties to, if the driver
|
D | nvidia,tegra20-pinmux.txt | 38 - nvidia,pull: Integer, representing the pull-down/up to apply to the pin.
|
/linux-4.4.14/security/apparmor/ |
D | domain.c | 394 goto apply; in apparmor_bprm_set_creds() 417 goto apply; in apparmor_bprm_set_creds() 500 apply: in apparmor_bprm_set_creds()
|
/linux-4.4.14/Documentation/power/ |
D | suspend-and-cpuhotplug.txt | 177 to apply the same microcode revision to each of the CPUs. 187 In this case since we probably need to apply different microcode revisions 221 Hence, in such a case, it is not really necessary to re-apply microcode 227 powered off, during restore it becomes necessary to apply the microcode
|
D | states.txt | 25 apply.
|
D | suspend-and-interrupts.txt | 124 Second, both enable_irq_wake() and IRQF_NO_SUSPEND apply to entire IRQs and not
|
D | userland-swsusp.txt | 4 First, the warnings at the beginning of swsusp.txt still apply.
|
D | pci.txt | 454 Finally, pci_fixup_device() is called to apply hardware suspend quirks related 565 and it doesn't apply the suspend-related hardware quirks. It is executed
|
/linux-4.4.14/Documentation/input/ |
D | notifier.txt | 48 apply keysym;
|
D | rotary-encoder.txt | 51 Otherwise, the following apply:
|
D | ntrig.txt | 19 Note: values set at load time are global and will apply to all applicable
|
/linux-4.4.14/Documentation/devicetree/ |
D | changesets.txt | 1 A DT changeset is a method which allows one to apply changes
|
D | overlay-notes.txt | 92 1. Call of_overlay_create() to create and apply an overlay. The return value
|
D | booting-without-of.txt | 690 WARNING: All "linux,*" properties defined in this document apply only
|
/linux-4.4.14/Documentation/devicetree/bindings/clock/st/ |
D | st,clkgen-vcc.txt | 6 select any of the input clocks and apply a divide (by 1,2,4 or 8) to
|
/linux-4.4.14/Documentation/devicetree/bindings/dma/ |
D | adi,axi-dmac.txt | 12 the channel sub-nodes the following bindings apply. They must match the
|
/linux-4.4.14/drivers/video/fbdev/omap2/omapfb/ |
D | omapfb-ioctl.c | 141 r = ovl->manager->apply(ovl->manager); in omapfb_setup_plane() 394 r = mgr->apply(mgr); in _omapfb_set_color_key() 421 r = mgr->apply(mgr); in _omapfb_set_color_key()
|
D | omapfb-main.c | 962 ovl->manager->apply(ovl->manager); in omapfb_apply_changes() 998 ovl->manager->apply(ovl->manager); in omapfb_apply_changes() 1999 ovl->manager->apply(ovl->manager); in omapfb_create_framebuffers() 2578 r = mgr->apply(mgr); in omapfb_probe()
|
D | omapfb-sysfs.c | 281 ovl->manager->apply(ovl->manager); in store_overlays()
|
/linux-4.4.14/Documentation/networking/ |
D | LICENSE.qlcnic | 28 the GNU Lesser General Public License instead.) You can apply it to 124 These requirements apply to the modified work as a whole. If 127 themselves, then this License, and its terms, do not apply to those 222 apply and the section as a whole is intended to apply in other
|
D | LICENSE.qlge | 28 the GNU Lesser General Public License instead.) You can apply it to 124 These requirements apply to the modified work as a whole. If 127 themselves, then this License, and its terms, do not apply to those 222 apply and the section as a whole is intended to apply in other
|
D | tcp-thin.txt | 27 2) If the stream is thin, do not apply exponential backoff.
|
D | igbvf.txt | 31 requirements listed apply to use with Linux.
|
D | policy-routing.txt | 67 We scan rules list, and if a rule is matched, apply it.
|
D | netdev-FAQ.txt | 146 in Documentation/stable_kernel_rules.txt still apply. So you need to 220 If it is your first patch, mail it to yourself so you can test apply
|
D | packet_mmap.txt | 347 Suppose the following parameters, which apply for 2.6 kernel and an 438 and the following flags apply: 487 The user can use poll (any other variant should apply too) to check if new
|
D | 6pack.txt | 73 and switched to 6pack, apply power to the TNC for a first test. The connect
|
D | dccp.txt | 124 The following two options apply to CCID 3 exclusively and are getsockopt()-only.
|
D | decnet.txt | 118 as yet no specific section on DECnet, most of the features apply to both
|
D | vrf.txt | 45 using the VRF device to specify rules that apply to the VRF domain as a whole.
|
D | README.ipw2200 | 263 at two levels -- driver level, which apply to all instances of the driver
|
D | ixgb.txt | 29 supplied with your 10 Gigabit adapter. All hardware requirements listed apply
|
D | timestamping.txt | 56 combination of them is valid. Changes to these bits apply to newly
|
D | filter.txt | 595 skb pointer). All constraints and restrictions from bpf_check_classic() apply
|
D | can.txt | 693 interface index is set to zero) the configured receive filters apply to any
|
D | ip-sysctl.txt | 1242 apply to IPv6 [XXX?].
|
/linux-4.4.14/Documentation/scsi/ |
D | LICENSE.qla4xxx | 29 the GNU Lesser General Public License instead.) You can apply it to 125 These requirements apply to the modified work as a whole. If 128 themselves, then this License, and its terms, do not apply to those 223 apply and the section as a whole is intended to apply in other
|
D | LICENSE.qla2xxx | 30 the GNU Lesser General Public License instead.) You can apply it to 126 These requirements apply to the modified work as a whole. If 129 themselves, then this License, and its terms, do not apply to those 224 apply and the section as a whole is intended to apply in other
|
D | tmscsim.txt | 65 my web page and apply the patch. Apply further patches to upgrade to the 72 You should apply the three patches included in dc390-120-kernel.diff 218 select the device to which the following parameters apply. Note that it 293 applies to all devices. (Sync, Disc and TagQ will only apply, if the
|
D | ncr53c8xx.txt | 304 2nd method: apply "setverbose 0" control command to the proc fs entry 442 apply to all targets of the SCSI chain (except the controller). 680 Only apply to 810A, 825A, 860, 875 and 895 controllers. 690 Only apply to 860, 875, 895, 895a, 896, 1010 and 1010_66 controllers. 916 These options only apply to new SYMBIOS chips 810A, 825A, 860, 875
|
D | BusLogic.txt | 363 separated by commas. The Probing and Debugging Options apply to all host 364 adapters whereas the remaining options apply individually only to the
|
D | sym53c8xx_2.txt | 275 2nd method: apply "setverbose 0" control command to the proc fs entry 303 apply to all targets of the SCSI chain (except the controller).
|
/linux-4.4.14/Documentation/xtensa/ |
D | mmu.txt | 51 limitations apply:
|
/linux-4.4.14/Documentation/sound/oss/ |
D | Soundblaster | 29 needed, and will apply only to the legacy card.
|
D | Opti | 3 Note: parts of this README file apply also to other
|
D | Introduction | 100 kernel, etc. The notes below apply only to making the kernel
|
/linux-4.4.14/Documentation/filesystems/ |
D | isofs.txt | 25 map=acorn As map=normal but also apply Acorn extensions if present
|
D | mandatory-locking.txt | 138 5. Attempts to apply a mandatory lock to a file that is memory mapped and
|
D | overlayfs.txt | 188 apply to the copied up file.
|
D | gfs2-glocks.txt | 37 with cache management. The following rules apply for the cache:
|
D | proc.txt | 1542 to disk. Similar caveats apply here as with rchar.
|
/linux-4.4.14/net/wireless/ |
D | Kconfig | 106 The regulatory core will only apply these regulatory hints on 131 The regulatory core will apply these relaxations only for drivers that
|
/linux-4.4.14/Documentation/ide/ |
D | ide-tape.txt | 41 in ide.c and apply here as well:
|
/linux-4.4.14/drivers/staging/rtl8192u/ |
D | copying | 18 the GNU Library General Public License instead.) You can apply it to 114 These requirements apply to the modified work as a whole. If 117 themselves, then this License, and its terms, do not apply to those 212 apply and the section as a whole is intended to apply in other
|
/linux-4.4.14/tools/usb/usbip/ |
D | COPYING | 18 the GNU Library General Public License instead.) You can apply it to 114 These requirements apply to the modified work as a whole. If 117 themselves, then this License, and its terms, do not apply to those 212 apply and the section as a whole is intended to apply in other
|
/linux-4.4.14/drivers/staging/rtl8192e/ |
D | license | 25 can apply it to your programs, too. 117 These requirements apply to the modified work as a whole. If identifiable 120 this License, and its terms, do not apply to those sections when you 213 particular circumstance, the balance of the section is intended to apply 214 and the section as a whole is intended to apply in other circumstances.
|
/linux-4.4.14/ |
D | COPYING | 34 the GNU Library General Public License instead.) You can apply it to 130 These requirements apply to the modified work as a whole. If 133 themselves, then this License, and its terms, do not apply to those 228 apply and the section as a whole is intended to apply in other
|
D | README | 88 (also known as the -stable kernels) are not incremental but instead apply 90 and you want to apply the 4.0.3 patch, you must not first apply the 4.0.1
|
D | MAINTAINERS | 7 trivial patch so apply some common sense.
|
/linux-4.4.14/Documentation/acpi/ |
D | method-tracing.txt | 186 "trace_debug_layer/trace_debug_level" shall apply to all control 192 apply to all control method evaluations.
|
D | namespace.txt | 81 The following naming conventions apply to object names in the ACPI 229 The following rules apply when creating struct acpi_device objects on
|
/linux-4.4.14/drivers/gpu/drm/atmel-hlcdc/ |
D | atmel_hlcdc_layer.c | 114 goto apply; in atmel_hlcdc_layer_update_apply() 166 apply: in atmel_hlcdc_layer_update_apply()
|
/linux-4.4.14/arch/arm/mach-omap2/ |
D | sram242x.S | 114 and r5, r5, r6 @ apply mask to clear bits 209 and r8, r8, r7 @ apply mask to clear bits
|
D | sram243x.S | 114 and r5, r5, r6 @ apply mask to clear bits 209 and r8, r8, r7 @ apply mask to clear bits
|
/linux-4.4.14/Documentation/fb/ |
D | sstfb.txt | 28 You can apply the patches found in sstfb/kernel/*-2.{2|4}.x.patch, 29 and copy sstfb.c to linux/drivers/video/, or apply a single patch,
|
D | udlfb.txt | 96 Unplug/replug USB device to apply with new settings
|
D | framebuffer.txt | 94 existing hardware. The driver does all the computations needed to apply
|
/linux-4.4.14/arch/arm/mach-s3c24xx/ |
D | Kconfig | 289 Internal config node to apply sleep for S3C2412 power management. 306 Internal config node to apply S3C2412 power management 367 Internal config node to apply S3C2416 power management
|
/linux-4.4.14/Documentation/mmc/ |
D | mmc-dev-attrs.txt | 36 reported by the card. Note that "erase_size" does not apply
|
/linux-4.4.14/Documentation/devicetree/bindings/arm/samsung/ |
D | exynos-adc.txt | 99 Note: Does not apply to ADC driver under arch/arm/plat-samsung/
|
/linux-4.4.14/Documentation/devicetree/bindings/arm/tegra/ |
D | nvidia,tegra20-emc.txt | 30 apply for which ram-code settings.
|
/linux-4.4.14/drivers/of/unittest-data/ |
D | tests-overlay.dtsi | 175 /* test overlay apply revert */
|
/linux-4.4.14/Documentation/devicetree/bindings/iio/accel/ |
D | lis302.txt | 4 that apply in on the generic device (independent from the bus).
|
/linux-4.4.14/arch/alpha/math-emu/ |
D | qrnnd.S | 15 # file. (The General Public License restrictions do apply in other
|
/linux-4.4.14/Documentation/isdn/ |
D | README.act2000 | 84 Using the "actctrl"-utility, the same features apply to the modularized
|
D | README.audio | 130 The same DLE sequences apply to this mode.
|
D | README.icn | 113 Using the "icnctrl"-utility, the same features apply to the modularized
|
D | README | 297 it is bound AND the other checks apply to exactly this interface.
|
/linux-4.4.14/Documentation/arm/Atmel/ |
D | README | 111 Device Tree files and Device Tree bindings that apply to AT91 SoCs and boards are
|
/linux-4.4.14/Documentation/block/ |
D | ioprio.txt | 38 class data, since it doesn't really apply here.
|
/linux-4.4.14/Documentation/leds/ |
D | leds-class.txt | 52 of the name don't apply, just leave that section blank.
|
/linux-4.4.14/Documentation/cpu-freq/ |
D | boost.txt | 18 some cores in a multi-core package if certain conditions apply, mostly
|
/linux-4.4.14/drivers/media/usb/pwc/ |
D | philips.txt | 105 The compression parameter does not apply to the 645 and 646 cameras 223 The fbufs, mbufs and trace parameters are global and apply to all connected
|
/linux-4.4.14/tools/perf/Documentation/ |
D | perf-list.txt | 126 . If none of the above is matched, it will apply the supplied glob to all
|
D | perf-trace.txt | 26 The following options apply to perf trace; options to perf trace record are
|
D | perf-script.txt | 130 i.e., the specified fields apply to all event types if the type string
|
/linux-4.4.14/Documentation/networking/caif/ |
D | Linux-CAIF.txt | 145 In this layered approach the following "rules" apply.
|
/linux-4.4.14/Documentation/DocBook/ |
D | 80211.xml.db | 89 API-wiphy-apply-custom-regulatory
|
/linux-4.4.14/Documentation/netlabel/ |
D | draft-ietf-cipso-ipsecurity-01.txt | 452 parameter does not apply to CIPSO gateways or routers. This parameter need 470 not apply to CIPSO gateways or routers. This parameter need not be defined 479 parameter does not apply to CIPSO hosts that support only one network port. 486 This parameter does not apply to CIPSO hosts that support only one network
|
/linux-4.4.14/Documentation/devicetree/bindings/iommu/ |
D | iommu.txt | 48 This may also apply to multiple master IOMMU devices that do not allow the
|
/linux-4.4.14/Documentation/arm/ |
D | kernel_mode_neon.txt | 54 following rules and restrictions apply in the kernel:
|
D | Booting | 202 If the kernel is entered in HYP mode, the above requirements apply to
|
/linux-4.4.14/Documentation/usb/ |
D | dma.txt | 107 mapping and apply other tweaks to make scatterlist i/o be fast.
|
D | ehci.txt | 205 mapping (which might apply an IOMMU) and IRQ reduction, all of which will
|
D | gadget-testing.txt | 458 in the past I had to apply the patch mentioned here:
|
/linux-4.4.14/arch/powerpc/boot/dts/ |
D | mpc8313erdb.dts | 302 * a REVA3 or later board, if you apply one of the
|
/linux-4.4.14/Documentation/watchdog/ |
D | convert_drivers_to_kernel_api.txt | 27 - close: Same hints as for open apply.
|
/linux-4.4.14/Documentation/blockdev/ |
D | ramdisk.txt | 117 restriction does not apply.
|
/linux-4.4.14/Documentation/vm/ |
D | numa_memory_policy.txt | 50 In a multi-threaded task, task policies apply only to the thread 102 Shared Policy: Conceptually, shared policies apply to "memory objects" 108 apply directly to the shared object. Thus, all tasks that attach to the
|
D | slub.txt | 60 Red zoning and tracking may realign the slab. We can just apply sanity checks
|
D | unevictable-lru.txt | 462 MLOCKED PAGES will apply.
|
/linux-4.4.14/drivers/net/wireless/ipw2x00/ |
D | ipw2200.c | 9162 goto apply; in ipw_wx_set_rate() 9171 goto apply; in ipw_wx_set_rate() 9176 goto apply; in ipw_wx_set_rate() 9181 goto apply; in ipw_wx_set_rate() 9186 goto apply; in ipw_wx_set_rate() 9191 goto apply; in ipw_wx_set_rate() 9196 goto apply; in ipw_wx_set_rate() 9201 goto apply; in ipw_wx_set_rate() 9206 goto apply; in ipw_wx_set_rate() 9211 goto apply; in ipw_wx_set_rate() [all …]
|
/linux-4.4.14/Documentation/ABI/testing/ |
D | sysfs-bus-usb | 104 "/sys/bus/usb/drivers/.../new_id" apply.
|
D | sysfs-bus-iio | 96 channel Y - channel Z where these channel numbers apply to the 126 channel Y - channel Z where these channel numbers apply to the 284 is for devices (or drivers) that apply offsets to compensate 1125 and apply a mask to zero the top 16 bits of the result. 1490 of heater function. Same reading values apply
|
D | sysfs-bus-coresight-devices-etm3x | 106 Description: (RW) Mask to apply to all the context ID comparator.
|
/linux-4.4.14/Documentation/virtual/kvm/ |
D | ppc-pv.txt | 52 apply for x86 and powerpc alike with the exception that each KVM hypercall
|
D | api.txt | 1632 The speedup may only apply to specific architectures, but the ioeventfd will
|
/linux-4.4.14/Documentation/metag/ |
D | kernel-ABI.txt | 165 These calling conventions apply to both user and kernel code. The stack grows
|
/linux-4.4.14/Documentation/pps/ |
D | pps.txt | 32 case when a new pulse arrives the system must apply to it a timestamp
|
/linux-4.4.14/arch/x86/math-emu/ |
D | README | 112 following conditions apply simultaneously: 121 If all of these apply, the emulator will set the Underflow flag but a real
|
/linux-4.4.14/drivers/media/platform/soc_camera/ |
D | mx2_camera.c | 1009 struct v4l2_pix_format *pix_out, bool apply) in mx2_emmaprp_resize() argument 1118 if (apply) in mx2_emmaprp_resize()
|
/linux-4.4.14/fs/reiserfs/ |
D | README | 32 you can see that those restrictions on additional terms do not apply
|
/linux-4.4.14/include/video/ |
D | omapdss.h | 494 int (*apply)(struct omap_overlay_manager *mgr); member
|
/linux-4.4.14/arch/arm/kernel/ |
D | entry-armv.S | 287 mov r1, #4 @ PC correction to apply
|
/linux-4.4.14/Documentation/ia64/ |
D | aliasing.txt | 113 The /dev/mem mmap constraints apply.
|
/linux-4.4.14/Documentation/RCU/ |
D | checklist.txt | 160 d. Rules similar to (4b) and (4c) apply to the "hlist_nulls" 281 The same cautions apply to call_rcu_bh(), call_rcu_sched(),
|
/linux-4.4.14/Documentation/dvb/ |
D | README.dvb-usb | 178 problem, if you only want to watch TV (this does not apply for HDTV),
|
/linux-4.4.14/Documentation/i2c/ |
D | instantiating-devices | 174 mechanism, the following restrictions apply:
|
/linux-4.4.14/Documentation/hid/ |
D | uhid.txt | 184 The same restrictions as for UHID_GET_REPORT apply.
|
/linux-4.4.14/Documentation/arm64/ |
D | booting.txt | 199 timers, coherency and system registers apply to all CPUs. All CPUs must
|
D | arm-acpi.txt | 20 industry-standard ARMv8 servers, they also apply to more than one operating
|
/linux-4.4.14/drivers/media/usb/gspca/ |
D | cpia1.c | 1006 static int set_flicker(struct gspca_dev *gspca_dev, int on, int apply) in set_flicker() argument 1117 if (apply) { in set_flicker()
|
/linux-4.4.14/Documentation/development-process/ |
D | 4.Coding | 131 often does not apply to contemporary hardware. Space *is* time, in that a 260 interrupt assumptions apply in all situations, and so on. In other words,
|
D | 5.Posting | 235 by the mail client will not apply at the other end, and often will not
|
D | 2.Process | 267 mailing list, or they may apply to a part of the kernel for which there is
|
/linux-4.4.14/Documentation/filesystems/nfs/ |
D | nfsroot.txt | 91 assumed to be empty, and the defaults mentioned below apply. In general
|
/linux-4.4.14/Documentation/powerpc/ |
D | cxl.txt | 243 be64toh() etc). These endian issues equally apply to shared memory
|
/linux-4.4.14/drivers/base/ |
D | Kconfig | 36 symlinks, and apply needed permissions.
|
/linux-4.4.14/arch/x86/crypto/ |
D | aesni-intel_avx-x86_64.S | 353 ## encrypt the initial num_initial_blocks blocks and apply ghash on the ciphertext 471 … GHASH_MUL_AVX reg_j, \T2, \T1, \T3, \T4, \T5, \T6 # apply GHASH on num_initial_blocks blocks 1612 ## encrypt the initial num_initial_blocks blocks and apply ghash on the ciphertext 1731 …GHASH_MUL_AVX2 reg_j, \T2, \T1, \T3, \T4, \T5, \T6 # apply GHASH on num_initial_blocks bloc…
|
D | aesni-intel_asm.S | 304 # apply GHASH on num_initial_blocks blocks 525 # apply GHASH on num_initial_blocks blocks
|
/linux-4.4.14/Documentation/gpio/ |
D | driver.txt | 240 apply corresponding W/A;
|
/linux-4.4.14/Documentation/hwmon/ |
D | lm93 | 205 The LM93 can also apply hysteresis to the offset table, to prevent unwanted
|
D | w83781d | 356 * Additional info about PWM on the AS99127F (may apply to other Asus
|
/linux-4.4.14/Documentation/security/ |
D | keys.txt | 625 constraints applicable to KEYCTL_LINK apply in this case too. 671 that keyring, however all the constraints applying in KEYCTL_LINK apply in 695 that keyring, however all the constraints applying in KEYCTL_LINK apply in
|
D | Smack.txt | 719 These mount options apply to all file system types.
|
/linux-4.4.14/Documentation/cgroups/ |
D | cpusets.txt | 205 The following rules apply to each cpuset: 656 is expected to apply there as well. In general, the kernel prefers to
|
D | blkio-controller.txt | 113 Documentation/block/cfq-iosched.txt. For throttling, all limits apply
|
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb4/ |
D | cxgb4_debugfs.c | 1332 goto apply; in mps_trc_write() 1488 apply: in mps_trc_write()
|
/linux-4.4.14/Documentation/s390/ |
D | cds.txt | 85 Note: All explanations apply also to the 64 bit architecture s390x.
|
/linux-4.4.14/Documentation/filesystems/configfs/ |
D | configfs.txt | 56 apply. Don't mix more than one attribute in one attribute file.
|
/linux-4.4.14/Documentation/cdrom/ |
D | ide-cd | 169 IDE support code. Some of these items apply only to earlier versions
|
/linux-4.4.14/Documentation/kbuild/ |
D | makefiles.txt | 289 These three flags apply only to the kbuild makefile in which they 331 CFLAGS_$@ and AFLAGS_$@ only apply to commands in current
|
/linux-4.4.14/drivers/media/platform/omap/ |
D | omap_vout.c | 509 ovl->manager->apply(ovl->manager); in omapvid_apply_changes()
|
/linux-4.4.14/Documentation/filesystems/cifs/ |
D | README | 28 users do not need to apply the cifs_24.patch since the cifs vfs is
|
/linux-4.4.14/drivers/staging/speakup/ |
D | spkguide.txt | 1484 apply to the other works in the aggregate which are not themselves
|