Home
last modified time | relevance | path

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

1234

/linux-6.1.9/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-6.1.9/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-6.1.9/scripts/kconfig/
Dnconf.h27 typeof(b) _b = b;\
28 _a > _b ? _a : _b; })
32 typeof(b) _b = b;\
33 _a < _b ? _a : _b; })
/linux-6.1.9/drivers/iio/adc/
Dad7793.c616 #define DECLARE_AD7793_CHANNELS(_name, _b, _sb, _s) \ argument
618 AD7793_DIFF_CHANNEL(0, 0, 0, AD7793_CH_AIN1P_AIN1M, (_b), (_sb), (_s)), \
619 AD7793_DIFF_CHANNEL(1, 1, 1, AD7793_CH_AIN2P_AIN2M, (_b), (_sb), (_s)), \
620 AD7793_DIFF_CHANNEL(2, 2, 2, AD7793_CH_AIN3P_AIN3M, (_b), (_sb), (_s)), \
621 AD7793_SHORTED_CHANNEL(3, 0, AD7793_CH_AIN1M_AIN1M, (_b), (_sb), (_s)), \
622 AD7793_TEMP_CHANNEL(4, AD7793_CH_TEMP, (_b), (_sb), (_s)), \
623 AD7793_SUPPLY_CHANNEL(5, 3, AD7793_CH_AVDD_MONITOR, (_b), (_sb), (_s)), \
627 #define DECLARE_AD7795_CHANNELS(_name, _b, _sb) \ argument
629 AD7793_DIFF_CHANNEL(0, 0, 0, AD7793_CH_AIN1P_AIN1M, (_b), (_sb), 0), \
630 AD7793_DIFF_CHANNEL(1, 1, 1, AD7793_CH_AIN2P_AIN2M, (_b), (_sb), 0), \
[all …]
/linux-6.1.9/drivers/staging/r8188eu/include/
Drtw_io.h288 #define PlatformEFIOWrite1Byte(_a,_b,_c) \ argument
289 rtw_write8(_a,_b,_c)
290 #define PlatformEFIOWrite2Byte(_a,_b,_c) \ argument
291 rtw_write16(_a,_b,_c)
292 #define PlatformEFIOWrite4Byte(_a,_b,_c) \ argument
293 rtw_write32(_a,_b,_c)
295 #define PlatformEFIORead1Byte(_a,_b) \ argument
296 rtw_read8(_a,_b)
297 #define PlatformEFIORead2Byte(_a,_b) \ argument
298 rtw_read16(_a,_b)
[all …]
/linux-6.1.9/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-6.1.9/drivers/gpu/drm/i915/gvt/
Dreg.h96 #define IS_MASKED_BITS_ENABLED(_val, _b) \ argument
97 (((_val) & _MASKED_BIT_ENABLE(_b)) == _MASKED_BIT_ENABLE(_b))
98 #define IS_MASKED_BITS_DISABLED(_val, _b) \ argument
99 ((_val) & _MASKED_BIT_DISABLE(_b))
/linux-6.1.9/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-6.1.9/tools/testing/selftests/bpf/progs/
Dget_func_args_test.c71 int BPF_PROG(fmod_ret_test, int _a, int *_b, int _ret) in BPF_PROG() argument
84 test3_result &= err == 0 && ((int *) b == _b); in BPF_PROG()
100 int BPF_PROG(fexit_test, int _a, int *_b, int _ret) in BPF_PROG() argument
113 test4_result &= err == 0 && ((int *) b == _b); in BPF_PROG()
Dtest_perf_branches.c17 __u64 _b; member
/linux-6.1.9/fs/afs/
Dvl_list.c74 static u16 afs_extract_le16(const u8 **_b) in afs_extract_le16() argument
78 val = (u16)*(*_b)++ << 0; in afs_extract_le16()
79 val |= (u16)*(*_b)++ << 8; in afs_extract_le16()
86 static struct afs_addr_list *afs_extract_vl_addrs(const u8 **_b, const u8 *end, in afs_extract_vl_addrs() argument
90 const u8 *b = *_b; in afs_extract_vl_addrs()
138 *_b = b; in afs_extract_vl_addrs()
142 *_b = b; in afs_extract_vl_addrs()
/linux-6.1.9/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-6.1.9/tools/testing/selftests/net/
Dpmtu.sh442 …run_cmd ${ns_b} ip link add ${encap}_b type ${type} ${mode} local ${b_addr} remote ${a_addr} encap…
446 run_cmd ${ns_b} ip addr add ${tunnel4_b_addr}/${tunnel4_mask} dev ${encap}_b
449 run_cmd ${ns_b} ip addr add ${tunnel6_b_addr}/${tunnel6_mask} dev ${encap}_b
453 run_cmd ${ns_b} ip link set ${encap}_b up
579 …run_cmd ${ns_b} ip link add vti${proto}_b type ${vti_type} local ${veth_b_addr} remote ${veth_a_ad…
582 run_cmd ${ns_b} ip addr add ${vti_b_addr}/${vti_mask} dev vti${proto}_b
585 run_cmd ${ns_b} ip link set vti${proto}_b up
621 run_cmd ${ns_b} ip link add ${type}_b type ${type} id 1 ${opts_b} remote ${a_addr} ${opts}
632 run_cmd ${ns_b} ip addr add ${tunnel4_b_addr}/${tunnel4_mask} dev ${type}_b
633 run_cmd ${ns_b} ip addr add ${tunnel6_b_addr}/${tunnel6_mask} dev ${type}_b
[all …]
/linux-6.1.9/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-6.1.9/kernel/
Dstatic_call_inline.c65 static int static_call_site_cmp(const void *_a, const void *_b) in static_call_site_cmp() argument
68 const struct static_call_site *b = _b; in static_call_site_cmp()
81 static void static_call_site_swap(void *_a, void *_b, int size) in static_call_site_swap() argument
83 long delta = (unsigned long)_a - (unsigned long)_b; in static_call_site_swap()
85 struct static_call_site *b = _b; in static_call_site_swap()
Dgroups.c76 static int gid_cmp(const void *_a, const void *_b) in gid_cmp() argument
79 kgid_t b = *(kgid_t *)_b; in gid_cmp()
/linux-6.1.9/drivers/media/platform/samsung/exynos4-is/
Dfimc-isp.h107 #define to_isp_video_buf(_b) container_of(_b, struct isp_video_buf, vb) argument
/linux-6.1.9/drivers/scsi/fnic/
Dfnic_trace.h73 #define FNIC_TRACE(_fn, _hn, _t, _a, _b, _c, _d, _e) \ argument
87 trace_buf->data[1] = (u64)(unsigned long)_b; \
/linux-6.1.9/drivers/block/xen-blkback/
Dcommon.h365 #define xen_blkif_get(_b) (atomic_inc(&(_b)->refcnt)) argument
366 #define xen_blkif_put(_b) \ argument
368 if (atomic_dec_and_test(&(_b)->refcnt)) \
369 schedule_work(&(_b)->free_work);\
/linux-6.1.9/tools/testing/selftests/bpf/prog_tests/
Dbtf_dump.c307 #define TEST_BTF_DUMP_DATA(_b, _d, _prefix, _str, _type, _flags, \ argument
315 (void) btf_dump_data(_b, _d, _ptrtype, _prefix, _flags, \
321 #define TEST_BTF_DUMP_DATA_C(_b, _d, _prefix, _str, _type, _flags, \ argument
323 TEST_BTF_DUMP_DATA(_b, _d, _prefix, _str, _type, _flags, \
327 #define TEST_BTF_DUMP_DATA_OVER(_b, _d, _prefix, _str, _type, _type_sz, \ argument
335 (void) btf_dump_data(_b, _d, _ptrtype, _prefix, 0, \
339 #define TEST_BTF_DUMP_VAR(_b, _d, _prefix, _str, _var, _type, _flags, \ argument
345 (void) btf_dump_data(_b, _d, _var, _prefix, _flags, \
/linux-6.1.9/arch/x86/kernel/
Dunwind_orc.c201 static void orc_sort_swap(void *_a, void *_b, int size) in orc_sort_swap() argument
205 int *a = _a, *b = _b, tmp; in orc_sort_swap()
206 int delta = _b - _a; in orc_sort_swap()
221 static int orc_sort_cmp(const void *_a, const void *_b) in orc_sort_cmp() argument
224 const int *a = _a, *b = _b; in orc_sort_cmp()
/linux-6.1.9/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-6.1.9/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-6.1.9/drivers/cpufreq/
Ds3c24xx-cpufreq.c500 #define do_min(_a, _b) ((_a) == 0 ? (_b) : (_b) == 0 ? (_a) : min(_a, _b)) argument
/linux-6.1.9/arch/arm/mach-footbridge/
Ddc21285.c291 #define dc21285_request_irq(_a, _b, _c, _d, _e) \ argument
292 WARN_ON(request_irq(_a, _b, _c, _d, _e) < 0)

1234