| /OK3568_Linux_fs/kernel/drivers/staging/media/atomisp/include/hmm/ |
| H A D | hmm_bo.h | 41 #define check_bo_status_yes_goto(bo, _status, label) \ argument 42 var_not_equal_goto((bo->status & (_status)), (_status), \ 45 #_status) 47 #define check_bo_status_no_goto(bo, _status, label) \ argument 48 var_equal_goto((bo->status & (_status)), (_status), \ 51 #_status)
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/ |
| H A D | phl_util.h | 34 #define SET_STATUS_FLAG(_status,_flags) \ argument 35 ((_status) |= (_flags)) 36 #define TEST_STATUS_FLAG(_status,_flags)\ argument 37 (((_status) & (_flags))==(_flags)) 38 #define CLEAR_STATUS_FLAG(_status,_flags)\ argument 39 ((_status) &= ~(_flags))
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/ |
| H A D | phl_util.h | 34 #define SET_STATUS_FLAG(_status,_flags) \ argument 35 ((_status) |= (_flags)) 36 #define TEST_STATUS_FLAG(_status,_flags)\ argument 37 (((_status) & (_flags))==(_flags)) 38 #define CLEAR_STATUS_FLAG(_status,_flags)\ argument 39 ((_status) &= ~(_flags))
|
| /OK3568_Linux_fs/kernel/arch/s390/include/asm/ |
| H A D | sigp.h | 59 u32 _status; in __pcpu_sigp() local 62 cc = ____pcpu_sigp(addr, order, parm, &_status); in __pcpu_sigp() 64 *status = _status; in __pcpu_sigp()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/brocade/bna/ |
| H A D | bna_hw_defs.h | 189 #define bna_intr_status_get(_bna, _status) \ argument 191 (_status) = readl((_bna)->regs.fn_int_status); \ 192 if (_status) { \ 193 writel(((_status) & ~(_bna)->bits.mbox_status_bits), \
|
| H A D | bfa_msgq.c | 18 #define call_cmdq_ent_cbfn(_cmdq_ent, _status) \ argument 27 cbfn(cbarg, (_status)); \
|
| /OK3568_Linux_fs/external/rknpu2/examples/rknn_yolov5_android_apk_demo/app/src/main/cpp/object_tracker/ |
| H A D | objects_tracker.h | 48 …nt _id, Rect_T _location, Rect_T _predict_loc_when_miss, Rect_T _smooth_rect, ObjectStatus _status, in ExtObject() 50 …cation), predict_loc_when_miss(_predict_loc_when_miss), smooth_rect(_smooth_rect), status(_status), in ExtObject()
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/objdetect/ |
| H A D | detection_based_tracker.hpp | 154 ExtObject(int _id, cv::Rect _location, ObjectStatus _status) in ExtObject() 155 :id(_id), location(_location), status(_status) in ExtObject()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/asm-generic/ |
| H A D | siginfo.h | 58 int _status; /* exit code */ member 144 #define si_status _sifields._sigchld._status
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/asm-generic/ |
| H A D | siginfo.h | 58 int _status; /* exit code */ member 144 #define si_status _sifields._sigchld._status
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/core/ |
| H A D | rtw_trx_sdio.c | 290 u8 _status = _SUCCESS; in sdio_start_xmit_frame_thread() local 300 _status = _FAIL; in sdio_start_xmit_frame_thread() 304 return _status; in sdio_start_xmit_frame_thread()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/core/ |
| H A D | rtw_trx_sdio.c | 290 u8 _status = _SUCCESS; in sdio_start_xmit_frame_thread() local 300 _status = _FAIL; in sdio_start_xmit_frame_thread() 304 return _status; in sdio_start_xmit_frame_thread()
|
| /OK3568_Linux_fs/kernel/drivers/memory/tegra/ |
| H A D | tegra20.c | 170 #define TEGRA20_MC_RESET(_name, _control, _status, _reset, _bit) \ argument 175 .status = _status, \
|
| H A D | tegra114.c | 940 #define TEGRA114_MC_RESET(_name, _control, _status, _bit) \ argument 945 .status = _status, \
|
| H A D | tegra30.c | 984 #define TEGRA30_MC_RESET(_name, _control, _status, _bit) \ argument 989 .status = _status, \
|
| H A D | tegra124.c | 971 #define TEGRA124_MC_RESET(_name, _control, _status, _bit) \ argument 976 .status = _status, \
|
| H A D | tegra210.c | 1080 #define TEGRA210_MC_RESET(_name, _control, _status, _bit) \ argument 1085 .status = _status, \
|
| /OK3568_Linux_fs/kernel/include/uapi/asm-generic/ |
| H A D | siginfo.h | 58 int _status; /* exit code */ member 144 #define si_status _sifields._sigchld._status
|
| /OK3568_Linux_fs/kernel/arch/mips/include/asm/sgi/ |
| H A D | pi1.h | 21 u8 _status[3]; member
|
| /OK3568_Linux_fs/u-boot/drivers/qe/ |
| H A D | uec.h | 548 #define BD_ADVANCE(_bd,_status,_base) \ argument 549 (((_status) & BD_WRAP) ? (_bd) = ((p_bd_t)(_base)) : ++(_bd))
|
| /OK3568_Linux_fs/kernel/drivers/staging/rtl8723bs/os_dep/ |
| H A D | os_intfs.c | 540 u32 _status = _SUCCESS; in rtw_start_drv_threads() local 545 _status = _FAIL; in rtw_start_drv_threads() 549 _status = _FAIL; in rtw_start_drv_threads() 554 return _status; in rtw_start_drv_threads()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822bs/hal/phydm/ |
| H A D | phydm_beamforming.h | 355 #define phydm_beamforming_end_sw(dm, _status) argument
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188eu/hal/phydm/ |
| H A D | phydm_beamforming.h | 356 #define phydm_beamforming_end_sw(dm, _status) argument
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723ds/hal/phydm/ |
| H A D | phydm_beamforming.h | 356 #define phydm_beamforming_end_sw(dm, _status) argument
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723cs/hal/phydm/ |
| H A D | phydm_beamforming.h | 355 #define phydm_beamforming_end_sw(dm, _status) argument
|