Home
last modified time | relevance | path

Searched full:conditions (Results 1 – 25 of 3869) sorted by relevance

12345678910>>...155

/Linux-v6.1/drivers/net/wireless/marvell/mwifiex/
Dethtool.c14 u32 conditions = le32_to_cpu(priv->adapter->hs_cfg.conditions); in mwifiex_ethtool_get_wol() local
18 if (conditions == HS_CFG_COND_DEF) in mwifiex_ethtool_get_wol()
21 if (conditions & HS_CFG_COND_UNICAST_DATA) in mwifiex_ethtool_get_wol()
23 if (conditions & HS_CFG_COND_MULTICAST_DATA) in mwifiex_ethtool_get_wol()
25 if (conditions & HS_CFG_COND_BROADCAST_DATA) in mwifiex_ethtool_get_wol()
27 if (conditions & HS_CFG_COND_MAC_EVENT) in mwifiex_ethtool_get_wol()
35 u32 conditions = 0; in mwifiex_ethtool_set_wol() local
41 conditions |= HS_CFG_COND_UNICAST_DATA; in mwifiex_ethtool_set_wol()
43 conditions |= HS_CFG_COND_MULTICAST_DATA; in mwifiex_ethtool_set_wol()
45 conditions |= HS_CFG_COND_BROADCAST_DATA; in mwifiex_ethtool_set_wol()
[all …]
/Linux-v6.1/LICENSES/dual/
DCC-BY-4.025 terms and conditions, or any related information. Creative Commons
32 conditions that creators and other rights holders may use to share
43 and conditions of the license they choose before applying it.
54 licensed material under specified terms and conditions. If
74 to be bound by the terms and conditions of this Creative Commons
78 these terms and conditions, and the Licensor grants You such rights in
80 Licensed Material available under these terms and conditions.
97 accordance with the terms and conditions of this Public License.
122 terms and conditions of this Public License, which are limited to
151 1. Subject to the terms and conditions of this Public License,
[all …]
DApache-2.020 TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
24 "License" shall mean the terms and conditions for use, reproduction, and
80 2. Grant of Copyright License. Subject to the terms and conditions of this
87 3. Grant of Patent License. Subject to the terms and conditions of this
105 conditions:
135 provide additional or different license terms and conditions for use,
138 distribution of the Work otherwise complies with the conditions stated
143 the Licensor shall be under the terms and conditions of this License,
144 without any additional terms or conditions. Notwithstanding the above,
156 its Contributions) on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS
[all …]
/Linux-v6.1/include/linux/
Dkern_levels.h10 #define KERN_CRIT KERN_SOH "2" /* critical conditions */
11 #define KERN_ERR KERN_SOH "3" /* error conditions */
12 #define KERN_WARNING KERN_SOH "4" /* warning conditions */
32 #define LOGLEVEL_CRIT 2 /* critical conditions */
33 #define LOGLEVEL_ERR 3 /* error conditions */
34 #define LOGLEVEL_WARNING 4 /* warning conditions */
Dsoundcard.h5 * modification, are permitted provided that the following conditions are
7 * notice, this list of conditions and the following disclaimer. 2.
9 * this list of conditions and the following disclaimer in the documentation
/Linux-v6.1/arch/arm/boot/dts/
Dalpine-db.dts5 * under the terms and conditions of the GNU General Public License,
9 * without modification, are permitted provided that the following conditions
13 * this list of conditions and the following disclaimer.
16 * notice, this list of conditions and the following disclaimer in
Dbcm9hmidc.dtsi7 * modification, are permitted provided that the following conditions
11 * notice, this list of conditions and the following disclaimer.
13 * notice, this list of conditions and the following disclaimer in
/Linux-v6.1/LICENSES/preferred/
DGPL-2.075 The precise terms and conditions for copying, distribution and
79 TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
112 above, provided that you also meet all of these conditions:
128 these conditions, and telling the user how to view a copy of this
205 all its terms and conditions for copying, distributing or modifying
211 these terms and conditions. You may not impose any further
218 conditions are imposed on you (whether by court order, agreement or
219 otherwise) that contradict the conditions of this License, they do not
220 excuse you from the conditions of this License. If you cannot
263 later version", you have the option of following the terms and conditions
[all …]
DBSD-2-Clause13 modification, are permitted provided that the following conditions are met:
16 this list of conditions and the following disclaimer.
19 notice, this list of conditions and the following disclaimer in the
/Linux-v6.1/tools/usb/usbip/
DCOPYING56 The precise terms and conditions for copying, distribution and
60 TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
93 above, provided that you also meet all of these conditions:
109 these conditions, and telling the user how to view a copy of this
186 all its terms and conditions for copying, distributing or modifying
192 these terms and conditions. You may not impose any further
199 conditions are imposed on you (whether by court order, agreement or
200 otherwise) that contradict the conditions of this License, they do not
201 excuse you from the conditions of this License. If you cannot
244 later version", you have the option of following the terms and conditions
[all …]
/Linux-v6.1/Documentation/arm/
Dcluster-pm-race-avoidance.rst149 Conditions:
167 Conditions:
194 Conditions:
207 Conditions:
305 Conditions:
328 Conditions:
346 Conditions:
363 Conditions:
388 Conditions:
394 Conditions:
[all …]
/Linux-v6.1/kernel/
Dcpu_pm.c68 * This function has the same return conditions as raw_notifier_chain_register.
88 * This function has the same return conditions as raw_notifier_chain_unregister.
115 * Return conditions are same as __raw_notifier_call_chain.
133 * Return conditions are same as __raw_notifier_call_chain.
155 * Return conditions are same as __raw_notifier_call_chain.
176 * Return conditions are same as __raw_notifier_call_chain.
/Linux-v6.1/LICENSES/deprecated/
DGPL-1.059 The precise terms and conditions for copying, distribution and
63 TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
102 conditions, and telling the user how to view a copy of this General
151 and all its terms and conditions.
156 terms and conditions. You may not impose any further restrictions on the
166 later version", you have the option of following the terms and conditions
173 programs whose distribution conditions are different, write to the author
202 END OF TERMS AND CONDITIONS
241 under certain conditions; type `show c' for details.
DLinux-OpenIB11 modification, are permitted provided that the following conditions are met:
14 notice, this list of conditions and the following disclaimer.
17 notice, this list of conditions and the following disclaimer in the
/Linux-v6.1/tools/include/linux/
Dkern_levels.h10 #define KERN_CRIT KERN_SOH "" /* critical conditions */
11 #define KERN_ERR KERN_SOH "" /* error conditions */
12 #define KERN_WARNING KERN_SOH "" /* warning conditions */
/Linux-v6.1/drivers/infiniband/hw/usnic/
Dusnic_common_pkt_hdr.h12 * conditions are met:
15 * copyright notice, this list of conditions and the following
19 * copyright notice, this list of conditions and the following
Dusnic.h12 * conditions are met:
15 * copyright notice, this list of conditions and the following
19 * copyright notice, this list of conditions and the following
Dusnic_ib_sysfs.h12 * conditions are met:
15 * copyright notice, this list of conditions and the following
19 * copyright notice, this list of conditions and the following
Dusnic_debugfs.h12 * conditions are met:
15 * copyright notice, this list of conditions and the following
19 * copyright notice, this list of conditions and the following
/Linux-v6.1/include/linux/mlx4/
Dsrq.h12 * conditions are met:
15 * copyright notice, this list of conditions and the following
19 * copyright notice, this list of conditions and the following
/Linux-v6.1/drivers/soc/fsl/qbman/
Dqman_test.h4 * modification, are permitted provided that the following conditions are met:
6 * notice, this list of conditions and the following disclaimer.
8 * notice, this list of conditions and the following disclaimer in the
/Linux-v6.1/drivers/infiniband/hw/qib/
Dqib_debugfs.h16 * conditions are met:
19 * copyright notice, this list of conditions and the following
23 * copyright notice, this list of conditions and the following
/Linux-v6.1/include/dt-bindings/clock/
Dbcm-nsp.h7 * modification, are permitted provided that the following conditions
11 * notice, this list of conditions and the following disclaimer.
13 * notice, this list of conditions and the following disclaimer in
/Linux-v6.1/arch/arm64/boot/dts/amazon/
Dalpine-v2-evp.dts14 * conditions are met:
17 * copyright notice, this list of conditions and the following
21 * copyright notice, this list of conditions and the following
/Linux-v6.1/arch/arm64/boot/dts/broadcom/stingray/
Dbcm958742t.dts7 * modification, are permitted provided that the following conditions
11 * notice, this list of conditions and the following disclaimer.
13 * notice, this list of conditions and the following disclaimer in

12345678910>>...155