| /OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/ |
| H A D | taskdata.py | 304 reasons = [] 309 reasons.append("%s was skipped: %s" % (skipitem.pn, skipitem.skipreason)) 311 … reasons.append("%s RPROVIDES %s but was skipped: %s" % (skipitem.pn, item, skipitem.skipreason)) 313 … reasons.append("%s PROVIDES %s but was skipped: %s" % (skipitem.pn, item, skipitem.skipreason)) 314 return reasons 355 …bb.event.fire(bb.event.NoProvider(item, dependees=self.get_dependees(item), reasons=self.get_reaso… 367 …bb.event.fire(bb.event.NoProvider(item, dependees=self.get_dependees(item), reasons=["No eligible … 403 …vent.NoProvider(item, runtime=True, dependees=self.get_rdependees(item), reasons=self.get_reasons(… 410 …vent.NoProvider(item, runtime=True, dependees=self.get_rdependees(item), reasons=["No eligible RPR…
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/intel/iwlwifi/mvm/ |
| H A D | d3.c | 1211 u32 reasons = status->wakeup_reasons; in iwl_mvm_report_wakeup_reasons() local 1213 if (reasons == IWL_WOWLAN_WAKEUP_BY_NON_WIRELESS) { in iwl_mvm_report_wakeup_reasons() 1220 if (reasons & IWL_WOWLAN_WAKEUP_BY_MAGIC_PACKET) in iwl_mvm_report_wakeup_reasons() 1223 if (reasons & IWL_WOWLAN_WAKEUP_BY_PATTERN) in iwl_mvm_report_wakeup_reasons() 1227 if (reasons & (IWL_WOWLAN_WAKEUP_BY_DISCONNECTION_ON_MISSED_BEACON | in iwl_mvm_report_wakeup_reasons() 1231 if (reasons & IWL_WOWLAN_WAKEUP_BY_GTK_REKEY_FAILURE) in iwl_mvm_report_wakeup_reasons() 1234 if (reasons & IWL_WOWLAN_WAKEUP_BY_RFKILL_DEASSERTED) in iwl_mvm_report_wakeup_reasons() 1237 if (reasons & IWL_WOWLAN_WAKEUP_BY_EAPOL_REQUEST) in iwl_mvm_report_wakeup_reasons() 1240 if (reasons & IWL_WOWLAN_WAKEUP_BY_FOUR_WAY_HANDSHAKE) in iwl_mvm_report_wakeup_reasons() 1243 if (reasons & IWL_WOWLAN_WAKEUP_BY_REM_WAKE_LINK_LOSS) in iwl_mvm_report_wakeup_reasons() [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/driver-api/firmware/ |
| H A D | built-in-fw.rst | 14 There are a few reasons why you might want to consider building your firmware 21 Even if you have these needs there are a few reasons why you may not be
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-python/recipes-extended/python-pykickstart/files/ |
| H A D | 0001-support-authentication-for-kickstart.patch | 105 + reasons = request.headers.get("WWW-Authenticate", "").split() 106 + if reasons: 107 + auth_type = reasons[0]
|
| /OK3568_Linux_fs/kernel/Documentation/arm64/ |
| H A D | amu.rst | 78 CONFIG_ARM64_AMU_EXTN. To be noted that for security reasons, this does not 102 - Security reasons: they might expose information about code executed in 115 - Security reasons: they might expose information about code executed
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/intel/iwlwifi/dvm/ |
| H A D | mac80211.c | 528 u32 reasons = le32_to_cpu(status_data.wakeup_reason); in iwlagn_mac_resume() local 531 IWL_INFO(priv, "WoWLAN wakeup reason(s): 0x%.8x\n", reasons); in iwlagn_mac_resume() 533 if (reasons) { in iwlagn_mac_resume() 534 if (reasons & IWLAGN_WOWLAN_WAKEUP_MAGIC_PACKET) in iwlagn_mac_resume() 536 if (reasons & IWLAGN_WOWLAN_WAKEUP_PATTERN_MATCH) in iwlagn_mac_resume() 538 if (reasons & (IWLAGN_WOWLAN_WAKEUP_BEACON_MISS | in iwlagn_mac_resume() 541 if (reasons & IWLAGN_WOWLAN_WAKEUP_GTK_REKEY_FAIL) in iwlagn_mac_resume() 543 if (reasons & IWLAGN_WOWLAN_WAKEUP_EAP_IDENT_REQ) in iwlagn_mac_resume() 545 if (reasons & IWLAGN_WOWLAN_WAKEUP_4WAY_HANDSHAKE) in iwlagn_mac_resume()
|
| /OK3568_Linux_fs/buildroot/ |
| H A D | Config.in.legacy | 2024 For consistency reasons, the option 2032 For consistency reasons, the option 2040 For consistency reasons, the option 2050 For consistency reasons, the option 2060 For consistency reasons, the option 2070 For consistency reasons, the option 2080 For consistency reasons, the option 2089 For consistency reasons, the janus-gateway option 2098 For consistency reasons, the janus-gateway option 2107 For consistency reasons, the janus-gateway option [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/ABI/testing/ |
| H A D | sysfs-class-net-statistics | 170 See the driver for the exact reasons as to why the packets were 179 a network device. See the driver for the exact reasons as to 188 FIFO error. See the driver for the exact reasons as to why the 198 reasons as to why the packets were dropped.
|
| H A D | sysfs-kernel-wakeup_reasons | 6 used to report wakeup reasons after system exited suspend.
|
| /OK3568_Linux_fs/kernel/Documentation/arm/ |
| H A D | mem_alignment.rst | 8 bad idea to configure it out, but Russell King has some good reasons for 22 mode isn't recommended for performance reasons (just think about the
|
| H A D | kernel_mode_neon.rst | 20 code that runs in kernel mode. However, for performance reasons, the NEON/VFP 25 non-preemptible section for reasons outlined below. 51 For reasons of performance and simplicity, it was decided that there shall be no
|
| /OK3568_Linux_fs/kernel/drivers/staging/media/hantro/ |
| H A D | TODO | 13 This might need to use extra JPEG markers for padding reasons.
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/websocketpp/websocketpp-0.8.2/ |
| H A D | 855.patch | 6 For some reasons "system;thread;random;unit_test_framework" was seen as a single module, because of…
|
| /OK3568_Linux_fs/buildroot/package/gpm/ |
| H A D | Config.in | 10 paste buffer for security reasons), will also be installed.
|
| /OK3568_Linux_fs/yocto/poky/meta/files/common-licenses/ |
| H A D | GPL-2.0-with-font-exception | 9 reasons why the document might be covered by the GNU General Public License. If
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/mmc/ |
| H A D | mmc-spi-slot.txt | 15 binding from mmc.txt, for historical reasons.
|
| /OK3568_Linux_fs/kernel/drivers/staging/vc04_services/interface/ |
| H A D | TODO | 21 One of the reasons this driver wasn't upstreamed previously was that 77 it's better for security reasons or general cleanliness. It could even be
|
| /OK3568_Linux_fs/buildroot/package/x11r7/xdriver_xf86-video-imx/ |
| H A D | 0006-xserver-1.14-compat.patch | 8 that deleted the header mibstore.h and mentions the reasons.
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/input/touchscreen/ |
| H A D | zinitix.txt | 14 with a particular ts firmware for unknown reasons. Available
|
| /OK3568_Linux_fs/buildroot/package/cifs-utils/ |
| H A D | Config.in | 11 the Samba package. For several reasons, shipping these tools
|
| /OK3568_Linux_fs/kernel/Documentation/networking/device_drivers/ethernet/netronome/ |
| H A D | nfp.rst | 150 - Packet can be discarded on the RX path for one of the following reasons: 166 reasons: 208 following reasons:
|
| /OK3568_Linux_fs/kernel/Documentation/admin-guide/ |
| H A D | tainted-kernels.rst | 52 tainted; any other number indicates the reasons why it is. The easiest way to 60 Kernel is Tainted for following reasons: 71 with the table below. If there were multiple reasons you need to decode the
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/usb/ |
| H A D | mediatek,mtu3.txt | 31 it's considered valid for compatibility reasons, not allowed for 35 it's considered valid for compatibility reasons, not allowed for
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-sato/webkit/webkitgtk/ |
| H A D | 0001-FindGObjectIntrospection.cmake-prefix-variables-obta.patch | 8 reasons why this is not approproiate for upstream submission.
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-core/sdbus-c++/sdbus-c++-libsystemd/ |
| H A D | 0016-Hide-__start_BUS_ERROR_MAP-and-__stop_BUS_ERROR_MAP.patch | 6 for currently unknown reasons they get exported to the shared libries
|