Searched refs:condition (Results 126 - 150 of 164) sorted by relevance

1234567

/linux-master/arch/m68k/fpsp040/
H A Dskeleton.S15 | the FPSP was entered. In particular, whatever condition
H A Dfpsp.h95 .set FPSR_CC,USER_FPSR+0 | FPSR condition code
/linux-master/drivers/net/wireless/marvell/mwifiex/
H A Dutil.c503 *cmd_node->condition = true;
H A Dcmdevt.c38 cmd_node->condition = &cmd_node->cmd_wait_q_woken;
H A Dsta_ioctl.c52 *(cmd_queued->condition),
424 /* Save previous condition */
450 /* Restore previous condition */
/linux-master/drivers/infiniband/hw/bnxt_re/
H A Dqplib_fp.h258 bool condition; member in struct:bnxt_qplib_q
H A Dqplib_fp.c62 qp->sq.condition = false;
2401 sq->condition = true;
2409 if (sq->condition) {
2449 sq->condition = false;
/linux-master/arch/x86/boot/
H A Dheader.S440 # pointer is moving faster than the output pointer. A condition only
/linux-master/include/linux/
H A Dpci.h2714 #define pci_WARN(pdev, condition, fmt, arg...) \
2715 WARN(condition, "%s %s: " fmt, \
2718 #define pci_WARN_ONCE(pdev, condition, fmt, arg...) \
2719 WARN_ONCE(condition, "%s %s: " fmt, \
H A Dusb.h192 * @condition: binding state of the interface: not bound, binding
256 enum usb_interface_condition condition; /* state of binding */ member in struct:usb_interface
1901 * After an error completion, drivers may need to clear a halt condition
/linux-master/drivers/gpu/drm/i915/
H A Di915_cmd_parser.c1315 u32 condition = cmd[offset] & local
1318 if (condition == 0)
/linux-master/tools/testing/selftests/net/
H A Dgro.c79 #define BUILD_BUG_ON(condition) ((void)sizeof(char[1 - 2*!!(condition)]))
H A Dfib_nexthops.sh2202 local condition=$1; shift
2206 (( $count $condition ))
H A Dipsec.c44 #define BUILD_BUG_ON(condition) ((void)sizeof(char[1 - 2*!!(condition)]))
/linux-master/kernel/trace/
H A Dtrace.h123 #define MEM_FAIL(condition, fmt, ...) \
124 DO_ONCE_LITE_IF(condition, pr_err, "ERROR: " fmt, ##__VA_ARGS__)
/linux-master/drivers/net/wireless/realtek/rtlwifi/rtl8192ee/
H A Dphy.c245 const u32 condition)
252 u32 cond = condition;
254 if (condition == 0xCDCDCDCD)
257 cond = condition & 0xFF;
261 cond = condition & 0xFF00;
266 cond = condition & 0xFF0000;
244 _check_condition(struct ieee80211_hw *hw, const u32 condition) argument
/linux-master/scripts/
H A Dcheckpatch.pl1793 my $condition = substr($blk, $soff, $coff - $soff + 1);
1796 #warn "CONDITION<$condition>\n";
1800 return ($statement, $condition,
1849 my ($statement, $condition, $level);
1854 ($statement, $condition, $linenr, $remain, $off, $level) =
1856 #print "F: c<$condition> s<$statement> remain<$remain>\n";
1857 push(@chunks, [ $condition, $statement ]);
1858 if (!($remain > 0 && $condition =~ /^\s*(?:\n[+-])?\s*(?:if|else|do)\b/s)) {
1865 ($statement, $condition, $linenr, $remain, $off, $level) =
1867 #print "C: c<$condition>
[all...]
/linux-master/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/
H A Dphy.c800 const u32 condition)
806 u32 cond = condition;
808 if (condition == 0xCDCDCDCD)
811 cond = condition & 0xFF;
815 cond = condition & 0xFF00;
820 cond = condition & 0xFF0000;
1841 if (v1 & (BIT(31) | BIT(30))) {/*positive & negative condition*/
1842 if (v1 & BIT(31)) {/* positive condition*/
1863 } else if (v1 & BIT(30)) { /*negative condition*/
799 _rtl8821ae_check_condition(struct ieee80211_hw *hw, const u32 condition) argument
/linux-master/drivers/usb/gadget/udc/
H A Dudc-xilinx.c1519 bool condition = (udc->usb_state != USB_STATE_SUSPENDED); local
1521 dev_WARN_ONCE(udc->dev, condition,
/linux-master/drivers/net/wireless/zydas/zd1211rw/
H A Dzd_usb.c1494 if (!hw || intf->condition != USB_INTERFACE_BOUND)
1514 if (!hw || intf->condition != USB_INTERFACE_BOUND)
/linux-master/net/rose/
H A Daf_rose.c1082 make_rose->condition = 0x00;
1408 rose->condition = 0x00;
/linux-master/arch/alpha/kernel/
H A Derr_marvel.c63 env->condition);
/linux-master/drivers/net/wireless/intersil/p54/
H A Dp54usb.c454 int ret, lock = (priv->intf->condition != USB_INTERFACE_BINDING);
/linux-master/drivers/net/wireless/ath/carl9170/
H A Dusb.c870 if (ar->intf->condition != USB_INTERFACE_BOUND)
/linux-master/fs/f2fs/
H A Df2fs.h36 #define f2fs_bug_on(sbi, condition) BUG_ON(condition)
38 #define f2fs_bug_on(sbi, condition) \
40 if (WARN_ON(condition)) \
272 * condition of read on truncated area
1232 struct completion zone_wait; /* condition value for the previous open zone to close */

Completed in 418 milliseconds

1234567