| /kernel/linux/linux-6.6/drivers/input/mouse/ |
| D | alps.h | 60 #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 …]
|
| /kernel/linux/linux-5.10/drivers/input/mouse/ |
| D | alps.h | 60 #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 …]
|
| /kernel/linux/linux-5.10/drivers/staging/rtl8723bs/include/ |
| D | rtw_io.h | 350 #define PlatformEFIOWrite1Byte(_a, _b, _c) \ argument 352 #define PlatformEFIOWrite2Byte(_a, _b, _c) \ argument 354 #define PlatformEFIOWrite4Byte(_a, _b, _c) \ argument 357 #define PlatformEFIORead1Byte(_a, _b) \ argument 359 #define PlatformEFIORead2Byte(_a, _b) \ argument 361 #define PlatformEFIORead4Byte(_a, _b) \ argument
|
| /kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/ |
| D | get_func_args_test.c | 71 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()
|
| D | test_perf_branches.c | 17 __u64 _b; member
|
| D | test_bpf_cookie.c | 105 int BPF_PROG(fmod_ret_test, int _a, int *_b, int _ret) in BPF_PROG()
|
| /kernel/linux/linux-6.6/fs/afs/ |
| D | vl_list.c | 74 static u16 afs_extract_le16(const u8 **_b) 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()
|
| /kernel/linux/linux-5.10/fs/afs/ |
| D | vl_list.c | 81 static u16 afs_extract_le16(const u8 **_b) 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()
|
| /kernel/linux/linux-5.10/include/linux/ |
| D | sh_clk.h | 126 #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
|
| /kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/ |
| D | btf_dump.c | 307 #define TEST_BTF_DUMP_DATA(_b, _d, _prefix, _str, _type, _flags, \ argument 321 #define TEST_BTF_DUMP_DATA_C(_b, _d, _prefix, _str, _type, _flags, \ argument 327 #define TEST_BTF_DUMP_DATA_OVER(_b, _d, _prefix, _str, _type, _type_sz, \ argument 339 #define TEST_BTF_DUMP_VAR(_b, _d, _prefix, _str, _var, _type, _flags, \ argument
|
| /kernel/linux/linux-6.6/include/linux/ |
| D | sh_clk.h | 126 #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
|
| /kernel/linux/linux-5.10/drivers/gpu/drm/bochs/ |
| D | bochs_hw.c | 69 #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
|
| /kernel/linux/linux-5.10/drivers/gpu/drm/i915/gvt/ |
| D | reg.h | 97 #define IS_MASKED_BITS_ENABLED(_val, _b) \ argument 99 #define IS_MASKED_BITS_DISABLED(_val, _b) \ argument
|
| /kernel/linux/linux-5.10/tools/testing/selftests/bpf/progs/ |
| D | test_perf_branches.c | 17 __u64 _b; member
|
| /kernel/linux/linux-6.6/drivers/gpu/drm/i915/gvt/ |
| D | reg.h | 96 #define IS_MASKED_BITS_ENABLED(_val, _b) \ argument 98 #define IS_MASKED_BITS_DISABLED(_val, _b) \ argument
|
| /kernel/linux/linux-6.6/drivers/iio/adc/ |
| D | ad7793.c | 616 #define DECLARE_AD7793_CHANNELS(_name, _b, _sb, _s) \ argument 627 #define DECLARE_AD7795_CHANNELS(_name, _b, _sb) \ argument 641 #define DECLARE_AD7797_CHANNELS(_name, _b, _sb) \ argument 650 #define DECLARE_AD7799_CHANNELS(_name, _b, _sb) \ argument
|
| /kernel/linux/linux-5.10/drivers/iio/adc/ |
| D | ad7793.c | 616 #define DECLARE_AD7793_CHANNELS(_name, _b, _sb, _s) \ argument 627 #define DECLARE_AD7795_CHANNELS(_name, _b, _sb) \ argument 641 #define DECLARE_AD7797_CHANNELS(_name, _b, _sb) \ argument 650 #define DECLARE_AD7799_CHANNELS(_name, _b, _sb) \ argument
|
| /kernel/linux/linux-5.10/arch/x86/kernel/ |
| D | unwind_orc.c | 201 static void orc_sort_swap(void *_a, void *_b, int size) in orc_sort_swap() 221 static int orc_sort_cmp(const void *_a, const void *_b) in orc_sort_cmp()
|
| /kernel/linux/linux-6.6/arch/x86/kernel/ |
| D | unwind_orc.c | 250 static void orc_sort_swap(void *_a, void *_b, int size) in orc_sort_swap() 267 static int orc_sort_cmp(const void *_a, const void *_b) in orc_sort_cmp()
|
| /kernel/linux/linux-5.10/kernel/ |
| D | static_call.c | 65 static int static_call_site_cmp(const void *_a, const void *_b) in static_call_site_cmp() 81 static void static_call_site_swap(void *_a, void *_b, int size) in static_call_site_swap()
|
| /kernel/linux/linux-6.6/kernel/ |
| D | static_call_inline.c | 76 static int static_call_site_cmp(const void *_a, const void *_b) in static_call_site_cmp() 92 static void static_call_site_swap(void *_a, void *_b, int size) in static_call_site_swap()
|
| /kernel/linux/linux-5.10/drivers/soc/fsl/qbman/ |
| D | qman_priv.h | 135 const u32 *_b = b->q.state; in qman_cgrs_and() local 147 const u32 *_b = b->q.state; in qman_cgrs_xor() local
|
| /kernel/linux/linux-6.6/drivers/soc/fsl/qbman/ |
| D | qman_priv.h | 135 const u32 *_b = b->q.state; in qman_cgrs_and() local 147 const u32 *_b = b->q.state; in qman_cgrs_xor() local
|
| /kernel/linux/linux-5.10/drivers/scsi/fnic/ |
| D | fnic_trace.h | 87 #define FNIC_TRACE(_fn, _hn, _t, _a, _b, _c, _d, _e) \ argument
|
| /kernel/linux/linux-6.6/drivers/scsi/fnic/ |
| D | fnic_trace.h | 73 #define FNIC_TRACE(_fn, _hn, _t, _a, _b, _c, _d, _e) \ argument
|