Home
last modified time | relevance | path

Searched refs:_b (Results 1 – 25 of 68) sorted by relevance

123

/Linux-v5.10/drivers/input/mouse/
Dalps.h60 #define IS_SS4PLUS_DEV(_b) (((_b[0]) == 0x73) && \ argument
61 ((_b[1]) == 0x03) && \
62 ((_b[2]) == 0x28) \
65 #define SS4_IS_IDLE_V2(_b) (((_b[0]) == 0x18) && \ argument
66 ((_b[1]) == 0x10) && \
67 ((_b[2]) == 0x00) && \
68 ((_b[3] & 0x88) == 0x08) && \
69 ((_b[4]) == 0x10) && \
70 ((_b[5]) == 0x00) \
73 #define SS4_1F_X_V2(_b) (((_b[0]) & 0x0007) | \ argument
[all …]
/Linux-v5.10/arch/arm/crypto/
Dsha1-armv7-neon.S48 #define _b r5 macro
328 _R( _a, _b, _c, _d, _e, F1, 0,
331 _R( _e, _a, _b, _c, _d, F1, 1,
334 _R( _d, _e, _a, _b, _c, F1, 2,
337 _R( _c, _d, _e, _a, _b, F1, 3,
343 _R( _b, _c, _d, _e, _a, F1, 4,
346 _R( _a, _b, _c, _d, _e, F1, 5,
349 _R( _e, _a, _b, _c, _d, F1, 6,
352 _R( _d, _e, _a, _b, _c, F1, 7,
356 _R( _c, _d, _e, _a, _b, F1, 8,
[all …]
/Linux-v5.10/scripts/kconfig/
Dnconf.h27 typeof(b) _b = b;\
28 _a > _b ? _a : _b; })
32 typeof(b) _b = b;\
33 _a < _b ? _a : _b; })
/Linux-v5.10/drivers/iio/adc/
Dad7793.c615 #define DECLARE_AD7793_CHANNELS(_name, _b, _sb, _s) \ argument
617 AD7793_DIFF_CHANNEL(0, 0, 0, AD7793_CH_AIN1P_AIN1M, (_b), (_sb), (_s)), \
618 AD7793_DIFF_CHANNEL(1, 1, 1, AD7793_CH_AIN2P_AIN2M, (_b), (_sb), (_s)), \
619 AD7793_DIFF_CHANNEL(2, 2, 2, AD7793_CH_AIN3P_AIN3M, (_b), (_sb), (_s)), \
620 AD7793_SHORTED_CHANNEL(3, 0, AD7793_CH_AIN1M_AIN1M, (_b), (_sb), (_s)), \
621 AD7793_TEMP_CHANNEL(4, AD7793_CH_TEMP, (_b), (_sb), (_s)), \
622 AD7793_SUPPLY_CHANNEL(5, 3, AD7793_CH_AVDD_MONITOR, (_b), (_sb), (_s)), \
626 #define DECLARE_AD7795_CHANNELS(_name, _b, _sb) \ argument
628 AD7793_DIFF_CHANNEL(0, 0, 0, AD7793_CH_AIN1P_AIN1M, (_b), (_sb), 0), \
629 AD7793_DIFF_CHANNEL(1, 1, 1, AD7793_CH_AIN2P_AIN2M, (_b), (_sb), 0), \
[all …]
/Linux-v5.10/include/linux/
Dsh_clk.h126 #define SH_CLK_MSTP32(_p, _r, _b, _f) \ argument
127 SH_CLK_MSTP(_p, _r, _b, 0, _f | CLK_ENABLE_REG_32BIT)
129 #define SH_CLK_MSTP32_STS(_p, _r, _b, _s, _f) \ argument
130 SH_CLK_MSTP(_p, _r, _b, _s, _f | CLK_ENABLE_REG_32BIT)
132 #define SH_CLK_MSTP16(_p, _r, _b, _f) \ argument
133 SH_CLK_MSTP(_p, _r, _b, 0, _f | CLK_ENABLE_REG_16BIT)
135 #define SH_CLK_MSTP8(_p, _r, _b, _f) \ argument
136 SH_CLK_MSTP(_p, _r, _b, 0, _f | CLK_ENABLE_REG_8BIT)
/Linux-v5.10/drivers/gpu/drm/i915/gvt/
Dreg.h97 #define IS_MASKED_BITS_ENABLED(_val, _b) \ argument
98 (((_val) & _MASKED_BIT_ENABLE(_b)) == _MASKED_BIT_ENABLE(_b))
99 #define IS_MASKED_BITS_DISABLED(_val, _b) \ argument
100 ((_val) & _MASKED_BIT_DISABLE(_b))
/Linux-v5.10/drivers/staging/rtl8723bs/include/
Drtw_io.h350 #define PlatformEFIOWrite1Byte(_a, _b, _c) \ argument
351 rtw_write8(_a, _b, _c)
352 #define PlatformEFIOWrite2Byte(_a, _b, _c) \ argument
353 rtw_write16(_a, _b, _c)
354 #define PlatformEFIOWrite4Byte(_a, _b, _c) \ argument
355 rtw_write32(_a, _b, _c)
357 #define PlatformEFIORead1Byte(_a, _b) \ argument
358 rtw_read8(_a, _b)
359 #define PlatformEFIORead2Byte(_a, _b) \ argument
360 rtw_read16(_a, _b)
[all …]
/Linux-v5.10/drivers/md/bcache/
Dbtree.h351 struct btree *_b = (c)->root; \
352 bool _w = insert_lock(op, _b); \
353 rw_lock(_w, _b, _b->level); \
354 if (_b == (c)->root && \
355 _w == insert_lock(op, _b)) { \
356 _r = bch_btree_ ## fn(_b, op, ##__VA_ARGS__); \
358 rw_unlock(_w, _b); \
/Linux-v5.10/fs/afs/
Dvl_list.c81 static u16 afs_extract_le16(const u8 **_b) in afs_extract_le16() argument
85 val = (u16)*(*_b)++ << 0; in afs_extract_le16()
86 val |= (u16)*(*_b)++ << 8; in afs_extract_le16()
93 static struct afs_addr_list *afs_extract_vl_addrs(const u8 **_b, const u8 *end, in afs_extract_vl_addrs() argument
97 const u8 *b = *_b; in afs_extract_vl_addrs()
145 *_b = b; in afs_extract_vl_addrs()
149 *_b = b; in afs_extract_vl_addrs()
/Linux-v5.10/tools/testing/selftests/net/
Dpmtu.sh387 …run_cmd ${ns_b} ip link add ${encap}_b type ${type} ${mode} local ${b_addr} remote ${a_addr} encap…
391 run_cmd ${ns_b} ip addr add ${tunnel4_b_addr}/${tunnel4_mask} dev ${encap}_b
394 run_cmd ${ns_b} ip addr add ${tunnel6_b_addr}/${tunnel6_mask} dev ${encap}_b
398 run_cmd ${ns_b} ip link set ${encap}_b up
524 …run_cmd ${ns_b} ip link add vti${proto}_b type ${vti_type} local ${veth_b_addr} remote ${veth_a_ad…
527 run_cmd ${ns_b} ip addr add ${vti_b_addr}/${vti_mask} dev vti${proto}_b
530 run_cmd ${ns_b} ip link set vti${proto}_b up
558 run_cmd ${ns_b} ip link add ${type}_b type ${type} id 1 ${opts_b} remote ${a_addr} ${opts}
569 run_cmd ${ns_b} ip addr add ${tunnel4_b_addr}/${tunnel4_mask} dev ${type}_b
570 run_cmd ${ns_b} ip addr add ${tunnel6_b_addr}/${tunnel6_mask} dev ${type}_b
[all …]
/Linux-v5.10/drivers/soc/fsl/qbman/
Dqman_priv.h135 const u32 *_b = b->q.state; in qman_cgrs_and() local
138 *_d++ = *_a++ & *_b++; in qman_cgrs_and()
147 const u32 *_b = b->q.state; in qman_cgrs_xor() local
150 *_d++ = *_a++ ^ *_b++; in qman_cgrs_xor()
/Linux-v5.10/kernel/
Dstatic_call.c60 static int static_call_site_cmp(const void *_a, const void *_b) in static_call_site_cmp() argument
63 const struct static_call_site *b = _b; in static_call_site_cmp()
76 static void static_call_site_swap(void *_a, void *_b, int size) in static_call_site_swap() argument
78 long delta = (unsigned long)_a - (unsigned long)_b; in static_call_site_swap()
80 struct static_call_site *b = _b; in static_call_site_swap()
Dgroups.c81 static int gid_cmp(const void *_a, const void *_b) in gid_cmp() argument
84 kgid_t b = *(kgid_t *)_b; in gid_cmp()
/Linux-v5.10/arch/mips/include/asm/sn/sn0/
Dhubmd.h148 #define MMC_BANK_SHFT(_b) ((_b) * 3) argument
149 #define MMC_BANK_MASK(_b) (UINT64_CAST 7 << MMC_BANK_SHFT(_b)) argument
266 #define MD_BANK_OFFSET(_b) (UINT64_CAST (_b) << MD_BANK_SHFT) argument
/Linux-v5.10/tools/testing/selftests/kvm/x86_64/
Dtsc_msrs_test.c23 __typeof(b) _b = (b); \
24 if (_a != _b) \
27 #a " == " #b, __LINE__, _a, _b); \
/Linux-v5.10/drivers/gpu/drm/bochs/
Dbochs_hw.c69 #define bochs_hw_set_native_endian(_b) bochs_hw_set_big_endian(_b) argument
71 #define bochs_hw_set_native_endian(_b) bochs_hw_set_little_endian(_b) argument
/Linux-v5.10/drivers/scsi/fnic/
Dfnic_trace.h87 #define FNIC_TRACE(_fn, _hn, _t, _a, _b, _c, _d, _e) \ argument
101 trace_buf->data[1] = (u64)(unsigned long)_b; \
/Linux-v5.10/drivers/media/platform/exynos4-is/
Dfimc-isp.h107 #define to_isp_video_buf(_b) container_of(_b, struct isp_video_buf, vb) argument
/Linux-v5.10/drivers/block/xen-blkback/
Dcommon.h363 #define xen_blkif_get(_b) (atomic_inc(&(_b)->refcnt)) argument
364 #define xen_blkif_put(_b) \ argument
366 if (atomic_dec_and_test(&(_b)->refcnt)) \
367 schedule_work(&(_b)->free_work);\
/Linux-v5.10/arch/x86/kernel/
Dunwind_orc.c196 static void orc_sort_swap(void *_a, void *_b, int size) in orc_sort_swap() argument
200 int *a = _a, *b = _b, tmp; in orc_sort_swap()
201 int delta = _b - _a; in orc_sort_swap()
216 static int orc_sort_cmp(const void *_a, const void *_b) in orc_sort_cmp() argument
219 const int *a = _a, *b = _b; in orc_sort_cmp()
/Linux-v5.10/drivers/sh/intc/
Dinternals.h109 const struct intc_handle_int *_b = b; in intc_handle_int_cmp() local
111 return _a->irq - _b->irq; in intc_handle_int_cmp()
/Linux-v5.10/arch/mips/crypto/
Dchacha-core.S128 CONCAT3(.Lchacha_mips_xor_unaligned_, PLUS_ONE(x), _b: ;) \
145 CONCAT3(.Lchacha_mips_xor_aligned_, PLUS_ONE(x), _b: ;) \
167 b .Lchacha_mips_xor_aligned_ ## x ## _b; \
178 b .Lchacha_mips_xor_unaligned_ ## x ## _b; \
/Linux-v5.10/tools/testing/selftests/bpf/progs/
Dtest_perf_branches.c17 __u64 _b; member
/Linux-v5.10/drivers/cpufreq/
Ds3c24xx-cpufreq.c500 #define do_min(_a, _b) ((_a) == 0 ? (_b) : (_b) == 0 ? (_a) : min(_a, _b)) argument
/Linux-v5.10/arch/arm/mach-footbridge/
Ddc21285.c275 #define dc21285_request_irq(_a, _b, _c, _d, _e) \ argument
276 WARN_ON(request_irq(_a, _b, _c, _d, _e) < 0)

123