Home
last modified time | relevance | path

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

1234

/OK3568_Linux_fs/kernel/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 …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/bits/
H A Dconcept_check.h49 #define __glibcxx_class_requires(_a,_b) argument
50 #define __glibcxx_class_requires2(_a,_b,_c) argument
51 #define __glibcxx_class_requires3(_a,_b,_c,_d) argument
52 #define __glibcxx_class_requires4(_a,_b,_c,_d,_e) argument
72 #define __glibcxx_class_requires2(_a,_b,_C) \ argument
74 #define __glibcxx_class_requires3(_a,_b,_c,_C) \ argument
76 #define __glibcxx_class_requires4(_a,_b,_c,_d,_C) \ argument
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/bits/
H A Dconcept_check.h49 #define __glibcxx_class_requires(_a,_b) argument
50 #define __glibcxx_class_requires2(_a,_b,_c) argument
51 #define __glibcxx_class_requires3(_a,_b,_c,_d) argument
52 #define __glibcxx_class_requires4(_a,_b,_c,_d,_e) argument
72 #define __glibcxx_class_requires2(_a,_b,_C) \ argument
74 #define __glibcxx_class_requires3(_a,_b,_c,_C) \ argument
76 #define __glibcxx_class_requires4(_a,_b,_c,_d,_C) \ argument
/OK3568_Linux_fs/external/rk_pcba_test/pcba_minui/
H A Dsafe_iop.h356 #define safe_uadd(_ptr, _a, _b) \ argument
363 #define safe_sadd(_ptr, _a, _b) \ argument
373 #define safe_usub(_ptr, _a, _b) \ argument
381 #define safe_ssub(_ptr, _a, _b) \ argument
390 #define safe_umul(_ptr, _a, _b) \ argument
398 #define safe_smul(_ptr, _a, _b) \ argument
428 #define safe_udiv(_ptr, _a, _b) \ argument
437 #define safe_sdiv(_ptr, _a, _b) \ argument
446 #define safe_umod(_ptr, _a, _b) \ argument
454 #define safe_smod(_ptr, _a, _b) \ argument
/OK3568_Linux_fs/external/recovery/
H A Dsafe_iop.h356 #define safe_uadd(_ptr, _a, _b) \ argument
363 #define safe_sadd(_ptr, _a, _b) \ argument
373 #define safe_usub(_ptr, _a, _b) \ argument
381 #define safe_ssub(_ptr, _a, _b) \ argument
390 #define safe_umul(_ptr, _a, _b) \ argument
398 #define safe_smul(_ptr, _a, _b) \ argument
428 #define safe_udiv(_ptr, _a, _b) \ argument
437 #define safe_sdiv(_ptr, _a, _b) \ argument
446 #define safe_umod(_ptr, _a, _b) \ argument
454 #define safe_smod(_ptr, _a, _b) \ argument
/OK3568_Linux_fs/kernel/drivers/staging/rtl8723bs/include/
H A Drtw_io.h350 #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
/OK3568_Linux_fs/kernel/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
/OK3568_Linux_fs/kernel/fs/afs/
H A Dvl_list.c81 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()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/bochs/
H A 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
/OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/gvt/
H A Dreg.h97 #define IS_MASKED_BITS_ENABLED(_val, _b) \ argument
99 #define IS_MASKED_BITS_DISABLED(_val, _b) \ argument
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188eu/include/
H A Drtw_io.h510 #define PlatformEFIOWrite1Byte(_a, _b, _c) \ argument
512 #define PlatformEFIOWrite2Byte(_a, _b, _c) \ argument
514 #define PlatformEFIOWrite4Byte(_a, _b, _c) \ argument
517 #define PlatformEFIORead1Byte(_a, _b) \ argument
519 #define PlatformEFIORead2Byte(_a, _b) \ argument
521 #define PlatformEFIORead4Byte(_a, _b) \ argument
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723ds/include/
H A Drtw_io.h513 #define PlatformEFIOWrite1Byte(_a, _b, _c) \ argument
515 #define PlatformEFIOWrite2Byte(_a, _b, _c) \ argument
517 #define PlatformEFIOWrite4Byte(_a, _b, _c) \ argument
520 #define PlatformEFIORead1Byte(_a, _b) \ argument
522 #define PlatformEFIORead2Byte(_a, _b) \ argument
524 #define PlatformEFIORead4Byte(_a, _b) \ argument
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8821cs/include/
H A Drtw_io.h512 #define PlatformEFIOWrite1Byte(_a, _b, _c) \ argument
514 #define PlatformEFIOWrite2Byte(_a, _b, _c) \ argument
516 #define PlatformEFIOWrite4Byte(_a, _b, _c) \ argument
519 #define PlatformEFIORead1Byte(_a, _b) \ argument
521 #define PlatformEFIORead2Byte(_a, _b) \ argument
523 #define PlatformEFIORead4Byte(_a, _b) \ argument
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723cs/include/
H A Drtw_io.h512 #define PlatformEFIOWrite1Byte(_a, _b, _c) \ argument
514 #define PlatformEFIOWrite2Byte(_a, _b, _c) \ argument
516 #define PlatformEFIOWrite4Byte(_a, _b, _c) \ argument
519 #define PlatformEFIORead1Byte(_a, _b) \ argument
521 #define PlatformEFIORead2Byte(_a, _b) \ argument
523 #define PlatformEFIORead4Byte(_a, _b) \ argument
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8188fu/include/
H A Drtw_io.h512 #define PlatformEFIOWrite1Byte(_a, _b, _c) \ argument
514 #define PlatformEFIOWrite2Byte(_a, _b, _c) \ argument
516 #define PlatformEFIOWrite4Byte(_a, _b, _c) \ argument
519 #define PlatformEFIORead1Byte(_a, _b) \ argument
521 #define PlatformEFIORead2Byte(_a, _b) \ argument
523 #define PlatformEFIORead4Byte(_a, _b) \ argument
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8723ds/include/
H A Drtw_io.h512 #define PlatformEFIOWrite1Byte(_a, _b, _c) \ argument
514 #define PlatformEFIOWrite2Byte(_a, _b, _c) \ argument
516 #define PlatformEFIOWrite4Byte(_a, _b, _c) \ argument
519 #define PlatformEFIORead1Byte(_a, _b) \ argument
521 #define PlatformEFIORead2Byte(_a, _b) \ argument
523 #define PlatformEFIORead4Byte(_a, _b) \ argument
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188fu/include/
H A Drtw_io.h510 #define PlatformEFIOWrite1Byte(_a, _b, _c) \ argument
512 #define PlatformEFIOWrite2Byte(_a, _b, _c) \ argument
514 #define PlatformEFIOWrite4Byte(_a, _b, _c) \ argument
517 #define PlatformEFIORead1Byte(_a, _b) \ argument
519 #define PlatformEFIORead2Byte(_a, _b) \ argument
521 #define PlatformEFIORead4Byte(_a, _b) \ argument
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189fs/include/
H A Drtw_io.h510 #define PlatformEFIOWrite1Byte(_a, _b, _c) \ argument
512 #define PlatformEFIOWrite2Byte(_a, _b, _c) \ argument
514 #define PlatformEFIOWrite4Byte(_a, _b, _c) \ argument
517 #define PlatformEFIORead1Byte(_a, _b) \ argument
519 #define PlatformEFIORead2Byte(_a, _b) \ argument
521 #define PlatformEFIORead4Byte(_a, _b) \ argument
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8822cs/include/
H A Drtw_io.h512 #define PlatformEFIOWrite1Byte(_a, _b, _c) \ argument
514 #define PlatformEFIOWrite2Byte(_a, _b, _c) \ argument
516 #define PlatformEFIOWrite4Byte(_a, _b, _c) \ argument
519 #define PlatformEFIORead1Byte(_a, _b) \ argument
521 #define PlatformEFIORead2Byte(_a, _b) \ argument
523 #define PlatformEFIORead4Byte(_a, _b) \ argument
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822bs/include/
H A Drtw_io.h512 #define PlatformEFIOWrite1Byte(_a, _b, _c) \ argument
514 #define PlatformEFIOWrite2Byte(_a, _b, _c) \ argument
516 #define PlatformEFIOWrite4Byte(_a, _b, _c) \ argument
519 #define PlatformEFIORead1Byte(_a, _b) \ argument
521 #define PlatformEFIORead2Byte(_a, _b) \ argument
523 #define PlatformEFIORead4Byte(_a, _b) \ argument
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8821cs/include/
H A Drtw_io.h513 #define PlatformEFIOWrite1Byte(_a, _b, _c) \ argument
515 #define PlatformEFIOWrite2Byte(_a, _b, _c) \ argument
517 #define PlatformEFIOWrite4Byte(_a, _b, _c) \ argument
520 #define PlatformEFIORead1Byte(_a, _b) \ argument
522 #define PlatformEFIORead2Byte(_a, _b) \ argument
524 #define PlatformEFIORead4Byte(_a, _b) \ argument
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8189fs/include/
H A Drtw_io.h512 #define PlatformEFIOWrite1Byte(_a, _b, _c) \ argument
514 #define PlatformEFIOWrite2Byte(_a, _b, _c) \ argument
516 #define PlatformEFIOWrite4Byte(_a, _b, _c) \ argument
519 #define PlatformEFIORead1Byte(_a, _b) \ argument
521 #define PlatformEFIORead2Byte(_a, _b) \ argument
523 #define PlatformEFIORead4Byte(_a, _b) \ argument
/OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/progs/
H A Dtest_perf_branches.c17 __u64 _b; member
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bs/include/
H A Drtw_io.h557 #define PlatformEFIOWrite1Byte(_a, _b, _c) \ argument
559 #define PlatformEFIOWrite2Byte(_a, _b, _c) \ argument
561 #define PlatformEFIOWrite4Byte(_a, _b, _c) \ argument
564 #define PlatformEFIORead1Byte(_a, _b) \ argument
566 #define PlatformEFIORead2Byte(_a, _b) \ argument
568 #define PlatformEFIORead4Byte(_a, _b) \ argument
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bu/include/
H A Drtw_io.h563 #define PlatformEFIOWrite1Byte(_a,_b,_c) \ argument
565 #define PlatformEFIOWrite2Byte(_a,_b,_c) \ argument
567 #define PlatformEFIOWrite4Byte(_a,_b,_c) \ argument
570 #define PlatformEFIORead1Byte(_a,_b) \ argument
572 #define PlatformEFIORead2Byte(_a,_b) \ argument
574 #define PlatformEFIORead4Byte(_a,_b) \ argument

1234