/linux-4.4.14/drivers/net/wireless/iwlwifi/mvm/ |
D | d3.c | 1212 u32 reasons = status->wakeup_reasons; in iwl_mvm_report_wakeup_reasons() local 1214 if (reasons == IWL_WOWLAN_WAKEUP_BY_NON_WIRELESS) { in iwl_mvm_report_wakeup_reasons() 1219 if (reasons & IWL_WOWLAN_WAKEUP_BY_MAGIC_PACKET) in iwl_mvm_report_wakeup_reasons() 1222 if (reasons & IWL_WOWLAN_WAKEUP_BY_PATTERN) in iwl_mvm_report_wakeup_reasons() 1226 if (reasons & (IWL_WOWLAN_WAKEUP_BY_DISCONNECTION_ON_MISSED_BEACON | in iwl_mvm_report_wakeup_reasons() 1230 if (reasons & IWL_WOWLAN_WAKEUP_BY_GTK_REKEY_FAILURE) in iwl_mvm_report_wakeup_reasons() 1233 if (reasons & IWL_WOWLAN_WAKEUP_BY_RFKILL_DEASSERTED) in iwl_mvm_report_wakeup_reasons() 1236 if (reasons & IWL_WOWLAN_WAKEUP_BY_EAPOL_REQUEST) in iwl_mvm_report_wakeup_reasons() 1239 if (reasons & IWL_WOWLAN_WAKEUP_BY_FOUR_WAY_HANDSHAKE) in iwl_mvm_report_wakeup_reasons() 1242 if (reasons & IWL_WOWLAN_WAKEUP_BY_REM_WAKE_LINK_LOSS) in iwl_mvm_report_wakeup_reasons() [all …]
|
/linux-4.4.14/Documentation/ABI/testing/ |
D | sysfs-class-net-statistics | 154 See the driver for the exact reasons as to why the packets were 163 a network device. See the driver for the exact reasons as to 172 FIFO error. See the driver for the exact reasons as to why the 182 reasons as to why the packets were dropped.
|
D | sysfs-bus-rbd | 30 available will fail for backwards compatibility reasons. 41 available will fail for backwards compatibility reasons.
|
D | sysfs-firmware-gsmi | 9 historical reasons this different entry-point has been
|
D | sysfs-class-mic.txt | 69 OS can shutdown because of various reasons. When read, this
|
/linux-4.4.14/drivers/net/wireless/iwlwifi/dvm/ |
D | mac80211.c | 536 u32 reasons = le32_to_cpu(status_data.wakeup_reason); in iwlagn_mac_resume() local 539 IWL_INFO(priv, "WoWLAN wakeup reason(s): 0x%.8x\n", reasons); in iwlagn_mac_resume() 541 if (reasons) { in iwlagn_mac_resume() 542 if (reasons & IWLAGN_WOWLAN_WAKEUP_MAGIC_PACKET) in iwlagn_mac_resume() 544 if (reasons & IWLAGN_WOWLAN_WAKEUP_PATTERN_MATCH) in iwlagn_mac_resume() 546 if (reasons & (IWLAGN_WOWLAN_WAKEUP_BEACON_MISS | in iwlagn_mac_resume() 549 if (reasons & IWLAGN_WOWLAN_WAKEUP_GTK_REKEY_FAIL) in iwlagn_mac_resume() 551 if (reasons & IWLAGN_WOWLAN_WAKEUP_EAP_IDENT_REQ) in iwlagn_mac_resume() 553 if (reasons & IWLAGN_WOWLAN_WAKEUP_4WAY_HANDSHAKE) in iwlagn_mac_resume()
|
/linux-4.4.14/sound/hda/ |
D | Kconfig | 26 for compatibility reasons.
|
/linux-4.4.14/Documentation/arm/ |
D | mem_alignment | 4 bad idea to configure it out, but Russell King has some good reasons for 18 mode isn't recommended for performance reasons (just think about the
|
D | kernel_mode_neon.txt | 19 code that runs in kernel mode. However, for performance reasons, the NEON/VFP 24 non-preemptible section for reasons outlined below. 50 For reasons of performance and simplicity, it was decided that there shall be no
|
D | IXP4xx | 94 By default, the direct method is used for performance reasons. If
|
/linux-4.4.14/Documentation/devicetree/bindings/mmc/ |
D | mmc-spi-slot.txt | 15 binding from mmc.txt, for historical reasons.
|
/linux-4.4.14/Documentation/x86/x86_64/ |
D | cpu-hotplug-spec | 4 Linux/x86-64 supports CPU hotplug now. For various reasons Linux wants to
|
/linux-4.4.14/Documentation/devicetree/bindings/powerpc/fsl/ |
D | ccf.txt | 19 is retained for compatibility reasons, as it was already
|
/linux-4.4.14/Documentation/sh/ |
D | register-banks.txt | 19 reasons. Userspace is also not able to poke at the bank1 values, so these can
|
/linux-4.4.14/drivers/isdn/capi/ |
D | Kconfig | 42 If you say Y here, the capidrv interface will give verbose reasons
|
/linux-4.4.14/fs/jffs2/ |
D | LICENCE | 28 This exception does not invalidate any other reasons why a work based on
|
/linux-4.4.14/drivers/pnp/pnpbios/ |
D | Kconfig | 40 Unless you are debugging or have other specific reasons, it is
|
/linux-4.4.14/Documentation/ia64/ |
D | efirtc.txt | 35 The Epoch is January 1st 1998. For backward compatibility reasons we don't 38 One of the reasons for doing it this way is to allow for EFI to still evolve
|
D | IRQ-redir.txt | 19 compatibility reasons with i386.
|
D | fsys.txt | 285 __kernel_syscall_via_epc() function for historical reasons (it was
|
/linux-4.4.14/fs/pstore/ |
D | Kconfig | 59 Note that for historical reasons, the module will be named
|
/linux-4.4.14/Documentation/ |
D | sgi-ioc4.txt | 36 simply for historical reasons (it used to be the only IOC4 driver
|
D | init.txt | 6 Some high-level reasons for failure (listed roughly in order of execution)
|
D | hw_random.txt | 66 NOTE: request_mem_region was removed, for three reasons:
|
D | this_cpu_ops.txt | 116 Per cpu variables are used for performance reasons. Bouncing cache 215 so is expensive. If there are other reasons why the scheduler cannot
|
D | pi-futex.txt | 4 We are calling them lightweight for 3 reasons:
|
D | binfmt_misc.txt | 24 reasons.
|
D | ManagementStyle | 82 reasons: 94 Happily, both of these reasons can be mitigated effectively by just
|
D | printk-formats.txt | 26 The kernel's printf does not support %n. For obvious reasons, floating
|
D | unshare.txt | 184 directly by unshare because of the following two reasons.
|
D | oops-tracing.txt | 53 for historical reasons, and because some of the information in it still
|
D | HOWTO | 23 explain some of the reasons why the community works like it does. 517 The reasons for breaking things up are the following:
|
D | cpu-hotplug.txt | 31 provisioning reasons, or for RAS purposes to keep an offending CPU off
|
D | dma-buf-sharing.txt | 404 Exporters that shoot down mappings (for any reasons) shall not do any
|
D | applying-patches.txt | 108 a change in the middle of the file but for some reasons a few lines have
|
D | md.txt | 89 reasons - it is the original superblock format.
|
D | DMA-API.txt | 542 For reasons of efficiency, most platforms choose to track the declared
|
D | CodingStyle | 93 braces. Unlike the indent size, there are few technical reasons to
|
D | SubmittingPatches | 655 For these reasons, the "summary" must be no more than 70-75
|
D | devices.txt | 3294 respectively; for historical reasons, /dev/ttyS# and /dev/ttyC#
|
/linux-4.4.14/Documentation/input/ |
D | cs461x.txt | 19 reasons are performed: the same hardware cannot work under Win95 (blue
|
D | rotary-encoder.txt | 86 signals (because of an inverting buffer or other reasons). The encoder
|
D | gamepad.txt | 69 for backwards-compatibility reasons, you need to provide fixup mappings in
|
/linux-4.4.14/Documentation/video4linux/ |
D | cafe_ccic | 16 The "xawtv" utility also works; gqcam does not, for unknown reasons.
|
D | v4l2-framework.txt | 1147 while a subdevice driver is holding a reference to the clock. For these reasons
|
/linux-4.4.14/Documentation/devicetree/bindings/gpio/ |
D | gpio.txt | 18 for compatibility reasons (resolving to the "gpios" property), it is not allowed 20 bindings use it, but are only supported for compatibility reasons and should not 245 compatibility reasons, and would still be required even in new device
|
/linux-4.4.14/Documentation/misc-devices/ |
D | c2port.txt | 71 However, for security reasons, the in-system flash access in not
|
/linux-4.4.14/Documentation/mmc/ |
D | mmc-dev-attrs.txt | 43 be desirable to do it in smaller chunks for three reasons:
|
/linux-4.4.14/fs/btrfs/ |
D | Kconfig | 19 expected to change unless there are strong reasons to do so. If there
|
/linux-4.4.14/Documentation/cgroups/ |
D | pids.txt | 19 pids.max (this is not available in the root cgroup for obvious reasons). The
|
D | memcg_test.txt | 5 Because VM is getting complex (one of reasons is memcg...), memcg's behavior
|
D | unified-hierarchy.txt | 626 general kernel APIs for good reasons. It may end up leaking internal
|
D | cpusets.txt | 769 Note that for legacy reasons, the "cpuset" filesystem exists as a
|
/linux-4.4.14/Documentation/timers/ |
D | timers-howto.txt | 86 that may have happened for other reasons, or at the
|
D | hrtimers.txt | 16 several reasons why such integration is hard/impossible:
|
/linux-4.4.14/Documentation/devicetree/bindings/arm/ |
D | fsl.txt | 82 which is the VF5xx and VF6xx series. Out of historical reasons, in most
|
/linux-4.4.14/Documentation/s390/ |
D | DASD | 61 partition. For reasons of sanity you should build your filesystem on
|
/linux-4.4.14/Documentation/hwmon/ |
D | k10temp | 56 Due to technical reasons, the driver can detect only the mainboard's
|
D | w83627hf | 74 module parameter is gone for technical reasons. If you need this feature,
|
D | pc87360 | 121 channels). For technical reasons, these channels are held by the VLM
|
D | sysfs-interface | 667 for compatibility reasons:
|
/linux-4.4.14/Documentation/cpu-freq/ |
D | boost.txt | 81 For compatibility reasons this file and its behavior is still supported
|
/linux-4.4.14/Documentation/PCI/ |
D | MSI-HOWTO.txt | 34 There are three reasons why using MSIs can give an advantage over 122 there are many reasons why the platform may not be able to provide the 278 there are many reasons why the platform may not be able to provide the 574 From the above three sections, you can see that there are many reasons
|
D | pci.txt | 399 There are (at least) two really good reasons for using MSI:
|
/linux-4.4.14/Documentation/scsi/ |
D | hpsa.txt | 11 complexity and eliminating that complexity is one of the reasons
|
D | scsi_eh.txt | 300 performance reasons and as sense information could get out of
|
D | scsi_fc_transport.txt | 270 other reasons
|
D | st.txt | 230 used). Direct i/o can be impossible because of several reasons, e.g.:
|
D | ChangeLog.1992-1997 | 139 performance reasons.
|
D | ChangeLog.lpfc | 122 semantics - ELS completions worked for the wrong reasons. Also
|
/linux-4.4.14/Documentation/device-mapper/ |
D | switch.txt | 58 failover reasons.
|
D | dm-raid.txt | 222 reasons) relies on 'discard_zeroes_data' being reliable, it is important
|
D | cache.txt | 200 back cache block contents later for performance reasons,
|
/linux-4.4.14/Documentation/gpio/ |
D | board.txt | 38 it but are only supported for compatibility reasons and should not be used for
|
D | gpio.txt | 14 usable for compatibility reasons) is documented in gpio-legacy.txt.
|
/linux-4.4.14/Documentation/filesystems/nfs/ |
D | knfsd-stats.txt | 94 a strong indication, for a couple of reasons:
|
D | nfs-rdma.txt | 67 version with support for NFS/RDMA mounts, but for various reasons we
|
D | nfsroot.txt | 88 compatibility reasons.
|
/linux-4.4.14/Documentation/vm/ |
D | zswap.txt | 102 of pages stored, and various counters for the reasons pages are rejected.
|
D | transhuge.txt | 225 pages. This can happen for a variety of reasons but a common 280 needed special handling in futex code for similar reasons).
|
D | unevictable-lru.txt | 91 LRU list for a few reasons:
|
/linux-4.4.14/arch/ia64/ |
D | Kconfig | 393 or have huge holes in the physical address space for other reasons. 429 # VIRTUAL_MEM_MAP has been retained for historical reasons.
|
/linux-4.4.14/Documentation/locking/ |
D | rt-mutex-design.txt | 10 It doesn't describe the reasons why rtmutex.c exists. For that please see 16 inheritance (PI) algorithm that is used, as well as reasons for the 24 priority process wants to run. This happens for several reasons, and 689 The schedule can then wake up for a few reasons. 699 Note: For various reasons, because of timeout and signals, the steal mutex
|
D | spinlocks.txt | 112 The reasons you mustn't use these versions if you have interrupts that
|
D | ww-mutex-design.txt | 212 mutexes are a natural fit for such a case for two reasons:
|
/linux-4.4.14/Documentation/networking/ |
D | xfrm_sync.txt | 167 to be reached. This is done for simplicity and efficiency reasons.
|
D | timestamping.txt | 61 Timestamps may also be generated for reasons other than being 297 reasons, SCM_TSTAMP_SND is equal to zero and can be set for both
|
D | pktgen.txt | 41 ring-buffers for various performance reasons, and packets stalling
|
D | README.ipw2100 | 48 For these reasons Intel cannot permit any manipulation by third parties
|
D | arcnet.txt | 329 reasons yet to be determined. (Probably it's the smaller 385 RFC1201 protocol, for reasons listed above), and one XT that can't run
|
D | README.ipw2200 | 61 For these reasons Intel cannot permit any manipulation by third parties
|
D | z8530drv.txt | 393 TxErrors - number of discarded Tx frames (due to various reasons)
|
D | ppp_generic.txt | 50 flow-control reasons. In this case, start_xmit() should return 0
|
D | can.txt | 116 solution for a couple of reasons: 1201 CAN Conference 2012 needed to be improved for data integrity reasons.
|
D | ip-sysctl.txt | 305 connection but that are invalid due to any of these reasons: 1732 allowing the ADD-IP extension. For reasons of interoperability,
|
D | filter.txt | 707 For practical reasons all eBPF programs have only one argument 'ctx' which is
|
D | bonding.txt | 1822 For reasons of simplicity, and to support the use of adapters
|
/linux-4.4.14/Documentation/spi/ |
D | spidev | 11 Some reasons you might want to use this programming interface include:
|
D | spi-summary | 85 controller; the reasons to use SPI focus on low cost and simple operation,
|
/linux-4.4.14/Documentation/i2c/ |
D | slave-interface | 159 to NACK them. For those reasons, this API does not support NACK in the address
|
D | writing-clients | 221 operation by another chip. For these reasons, explicit device
|
/linux-4.4.14/Documentation/power/ |
D | suspend-and-interrupts.txt | 115 There are very few valid reasons to use both enable_irq_wake() and the
|
D | basic-pm-debugging.txt | 175 information about the reasons of the suspend (resume) failure. Alternatively,
|
D | freezing-of-tasks.txt | 97 Generally speaking, there is a couple of reasons to use the freezing of tasks:
|
D | devices.txt | 53 For these reasons not only the device driver itself, but also the
|
D | runtime_pm.txt | 613 are several reasons for this, including:
|
/linux-4.4.14/drivers/block/paride/ |
D | Transition-notes | 92 For similar reasons, (3) can become not true only when ps_spinlock is released
|
/linux-4.4.14/Documentation/development-process/ |
D | 1.Intro | 17 encounter there. There are a great many reasons why kernel code should be 97 intimidating to new developers, but there are good reasons and solid
|
D | 7.AdvancedTopics | 93 of the reasons why development should be done in private branches (which
|
D | 4.Coding | 48 on it for other reasons, but coding style changes should not be made for
|
/linux-4.4.14/Documentation/powerpc/ |
D | transactional_memory.txt | 174 These are defined in <asm/reg.h>, and distinguish different reasons why the
|
/linux-4.4.14/Documentation/thermal/ |
D | power_allocator.txt | 67 for a number of reasons. The closed loop controller will take care of
|
/linux-4.4.14/drivers/cpufreq/ |
D | Kconfig.x86 | 58 entry in addition to the new boost ones, for compatibility reasons.
|
/linux-4.4.14/Documentation/crypto/ |
D | async-tx-api.txt | 180 performing these operations cannot, for many platform specific reasons,
|
/linux-4.4.14/Documentation/isdn/ |
D | README.hysdn | 138 Additional info about error reasons may be fetched from the log output.
|
D | README.gigaset | 257 automatically. However, for the reasons above, the mode chosen when
|
D | README | 22 reasons, the mailing-list's primary language is german. However mails
|
/linux-4.4.14/Documentation/sound/oss/ |
D | Opti | 110 This is left for historical reasons. If you enable the
|
D | README.OSS | 292 few other reasons to the DMA timeout message but using the SB mode seems 1426 to the driver. There are three main reasons: First I don't want to break
|
/linux-4.4.14/arch/cris/arch-v10/ |
D | README.mm | 157 Linux/CRIS, a page is 8192 bytes (for technical reasons not equal to 4096 as in
|
/linux-4.4.14/fs/reiserfs/ |
D | README | 101 that start on a node aligned boundary (there are reasons to want to node
|
/linux-4.4.14/Documentation/filesystems/ |
D | overlayfs.txt | 14 filesystem for various technical reasons. The expectation is that
|
D | logfs.txt | 77 reasons is stored in the journal instead. Instead of data blocks, the
|
D | gfs2-glocks.txt | 169 So why gather these statistics? There are several reasons
|
D | hpfs.txt | 166 reasons. If you extremely wish to update them, let me know, I'll write it (but
|
D | Locking | 487 components. And there are other reasons why the current interface is a mess...
|
D | vfs.txt | 608 This may happen for data integrity reasons (i.e. 'sync'), or
|
D | proc.txt | 460 reasons. And these are not included in {Shared,Private}_{Clean,Dirty} field.
|
/linux-4.4.14/kernel/power/ |
D | Kconfig | 55 of the reasons to use software suspend is that the firmware hooks
|
/linux-4.4.14/Documentation/frv/ |
D | features.txt | 99 The reasons for doing this are: (1) the page at address 0 should be
|
/linux-4.4.14/Documentation/fb/ |
D | api.txt | 300 For forward compatibility reasons applications must zero those fields, and
|
/linux-4.4.14/drivers/mtd/ |
D | Kconfig | 317 For historical reasons, by default, either a master is present or
|
/linux-4.4.14/Documentation/RCU/ |
D | trace.txt | 51 Displays counts of the reasons rcu_pending() decided that RCU had 518 reasons, e.g., the grace period ended first.
|
/linux-4.4.14/drivers/thermal/ |
D | Kconfig | 345 CPU/SOC, for thermal safety reasons.
|
/linux-4.4.14/Documentation/nvdimm/ |
D | nvdimm.txt | 191 reasons to allow multiple BLK namespaces per REGION is so that each 518 region-attributes for four reasons:
|
/linux-4.4.14/Documentation/usb/ |
D | usbmon.txt | 227 only returns first 48 bytes for compatibility reasons.
|
D | proc_usb_info.txt | 135 For reasons lost in the mists of time, the Port number is always
|
/linux-4.4.14/Documentation/sysctl/ |
D | kernel.txt | 584 A small number of systems do generate NMI's for bizarre random reasons 872 the hardware, or for other reasons.
|
/linux-4.4.14/Documentation/laptops/ |
D | thinkpad-acpi.txt | 337 due to unknown reasons. 630 CAP_SYS_ADMIN capability for safety reasons, as it can interact badly 1141 safety reasons. To enable them, the module parameter "fan_control=1"
|
/linux-4.4.14/arch/alpha/ |
D | Kconfig | 586 or have huge holes in the physical address space for other reasons.
|
/linux-4.4.14/drivers/block/ |
D | Kconfig | 363 for historical reasons.
|
/linux-4.4.14/init/ |
D | Kconfig | 598 scheduling-clock interrupts for energy-efficiency reasons will 756 or energy-efficiency reasons, but the real reason it exists 771 or energy-efficiency reasons.
|
/linux-4.4.14/Documentation/arm64/ |
D | arm-acpi.txt | 209 Tree description for the same device. This is also one of the reasons that
|
/linux-4.4.14/Documentation/mtd/ |
D | nand_ecc.txt | 97 And I could not reuse the ST picture anyway for copyright reasons.
|
/linux-4.4.14/Documentation/cdrom/ |
D | cdrom-standard.tex | 35 the widest variety of hardware devices. The reasons for this are 426 are several reasons for changing the speed of a \cdrom\ drive. Badly
|
/linux-4.4.14/Documentation/netlabel/ |
D | draft-ietf-cipso-ipsecurity-01.txt | 441 datagram for reasons that the information contained can not be adequately
|
/linux-4.4.14/Documentation/block/ |
D | biodoc.txt | 105 generic functionality is essential for performance or correctness reasons. 393 latency reasons)
|
/linux-4.4.14/Documentation/virtual/kvm/ |
D | timekeeping.txt | 386 multiple socket systems for these reasons.
|
D | api.txt | 3092 reasons. Further architecture-specific information is available in 3101 to unknown reasons. Further architecture-specific information is
|
/linux-4.4.14/net/wireless/ |
D | nl80211.c | 13031 struct nlattr *reasons; in cfg80211_report_wowlan_wakeup() local 13033 reasons = nla_nest_start(msg, NL80211_ATTR_WOWLAN_TRIGGERS); in cfg80211_report_wowlan_wakeup() 13034 if (!reasons) in cfg80211_report_wowlan_wakeup() 13098 nla_nest_end(msg, reasons); in cfg80211_report_wowlan_wakeup()
|
/linux-4.4.14/Documentation/security/ |
D | keys.txt | 1392 included for two reasons:
|
/linux-4.4.14/arch/mips/ |
D | Kconfig | 2447 or have huge holes in the physical address space for other reasons.
|
/linux-4.4.14/drivers/staging/speakup/ |
D | spkguide.txt | 153 reasons. This has nothing to do with Speakup, it's a Linux security
|