Home
last modified time | relevance | path

Searched defs:_b (Results 1 – 25 of 53) sorted by relevance

123

/linux/drivers/input/mouse/
H A Dalps.h60 #define IS_SS4PLUS_DEV(_b) (((_b[0]) == 0x73) && \ argument
65 #define SS4_IS_IDLE_V2(_b) (((_b[0]) == 0x18) && \ argument
73 #define SS4_1F_X_V2(_b) (((_b[0]) & 0x0007) | \ argument
79 #define SS4_1F_Y_V2(_b) (((_b[2]) & 0x000F) | \ argument
85 #define SS4_1F_Z_V2(_b) (((_b[5]) & 0x0F) | \ argument
90 #define SS4_1F_LFB_V2(_b) (((_b[2] >> 4) & 0x01) == 0x01) argument
92 #define SS4_MF_LF_V2(_b, _i) ((_b[1 + (_i) * 3] & 0x0004) == 0x0004) argument
94 #define SS4_BTN_V2(_b) ((_b[0] >> 5) & SS4_MASK_NORMAL_BUTTONS) argument
96 #define SS4_STD_MF_X_V2(_b, _i) (((_b[0 + (_i) * 3] << 5) & 0x00E0) | \ argument
100 #define SS4_PLUS_STD_MF_X_V2(_b, _i) (((_b[0 + (_i) * 3] << 4) & 0x0070) | \ argument
[all …]
/linux/tools/testing/selftests/bpf/progs/
H A Dget_func_args_test.c71 int BPF_PROG(fmod_ret_test, int _a, int *_b, int _ret) in BPF_PROG()
100 int BPF_PROG(fexit_test, int _a, int *_b, int _ret) in BPF_PROG()
H A Dtest_perf_branches.c17 __u64 _b; member
H A Dtest_bpf_cookie.c121 int BPF_PROG(fmod_ret_test, int _a, int *_b, int _ret) in BPF_PROG()
/linux/include/linux/
H A Dsh_clk.h126 #define SH_CLK_MSTP32(_p, _r, _b, _f) \ argument
129 #define SH_CLK_MSTP32_STS(_p, _r, _b, _s, _f) \ argument
132 #define SH_CLK_MSTP16(_p, _r, _b, _f) \ argument
135 #define SH_CLK_MSTP8(_p, _r, _b, _f) \ argument
/linux/tools/testing/selftests/bpf/prog_tests/
H A Dbtf_dump.c307 TEST_BTF_DUMP_DATA(_b,_d,_prefix,_str,_type,_flags,_expected,...) global() argument
321 TEST_BTF_DUMP_DATA_C(_b,_d,_prefix,_str,_type,_flags,...) global() argument
327 TEST_BTF_DUMP_DATA_OVER(_b,_d,_prefix,_str,_type,_type_sz,_expected,...) global() argument
339 TEST_BTF_DUMP_VAR(_b,_d,_prefix,_str,_var,_type,_flags,_expected,...) global() argument
/linux/fs/afs/
H A Dvl_list.c78 static u16 afs_extract_le16(const u8 **_b) in afs_extract_le16()
91 const u8 **_b, const u8 *end, in afs_extract_vl_addrs()
/linux/drivers/gpu/drm/i915/gvt/
H A Dreg.h93 #define IS_MASKED_BITS_ENABLED(_val, _b) \ argument
95 #define IS_MASKED_BITS_DISABLED(_val, _b) \ argument
/linux/kernel/
H A Dstatic_call_inline.c76 static int static_call_site_cmp(const void *_a, const void *_b) in static_call_site_cmp() argument
92 static void static_call_site_swap(void *_a, void *_b, int size) in static_call_site_swap() argument
H A Dgroups.c76 static int gid_cmp(const void *_a, const void *_b) in gid_cmp()
/linux/fs/bcachefs/
H A Dbtree_cache.h81 #define for_each_cached_btree(_b, _c, _tbl, _iter, _pos) \ argument
H A Dbtree_iter.h202 #define trans_for_each_path_with_node(_trans, _b, _path, _iter) \ argument
691 #define __for_each_btree_node(_trans, _iter, _btree_id, _start, \ argument
716 #define for_each_btree_node(_trans, _iter, _btree_id, _start, \ argument
H A Dbuckets.h38 #define for_each_bucket(_b, _buckets) \ argument
/linux/drivers/soc/fsl/qbman/
H A Dqman_priv.h135 const u32 *_b = b->q.state; in qman_cgrs_and() local
147 const u32 *_b = b->q.state; in qman_cgrs_xor() local
/linux/drivers/scsi/fnic/
H A Dfnic_trace.h73 #define FNIC_TRACE(_fn, _hn, _t, _a, _b, _c, _d, _e) \ argument
/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_bo_list.c59 static int amdgpu_bo_list_entry_cmp(const void *_a, const void *_b) in amdgpu_bo_list_entry_cmp()
/linux/drivers/net/wireless/intersil/p54/
H A Deeprom.c105 const void *_b) in p54_compare_channels()
114 const void *_b) in p54_compare_rssichan()
/linux/tools/testing/selftests/bpf/
H A Djit_disasm_helpers.c79 static int cmp_u32(const void *_a, const void *_b) in cmp_u32()
/linux/arch/arm/mach-footbridge/
H A Ddc21285.c291 #define dc21285_request_irq(_a, _b, _c, _d, _e) \ argument
/linux/drivers/gpu/drm/tiny/
H A Dbochs.c187 #define bochs_hw_set_native_endian(_b) bochs_hw_set_big_endian(_b) argument
189 #define bochs_hw_set_native_endian(_b) bochs_hw_set_little_endian(_b) argument
/linux/fs/smb/client/
H A Dcompress.c146 static int cmp_bkt(const void *_a, const void *_b) in cmp_bkt()
/linux/drivers/sh/intc/
H A Dinternals.h109 const struct intc_handle_int *_b = b; in intc_handle_int_cmp() local
/linux/drivers/block/xen-blkback/
H A Dcommon.h365 #define xen_blkif_get(_b) (atomic_inc(&(_b)->refcnt)) argument
366 #define xen_blkif_put(_b) \ argument
/linux/drivers/media/platform/samsung/exynos4-is/
H A Dfimc-isp.h107 #define to_isp_video_buf(_b) container_of(_b, struct isp_video_buf, vb) argument
/linux/drivers/clk/tegra/
H A Dclk-tegra124-emc.c429 static int cmp_timings(const void *_a, const void *_b) in cmp_timings()

123