Home
last modified time | relevance | path

Searched defs:cond (Results 251 – 275 of 315) sorted by relevance

1...<<111213

/OK3568_Linux_fs/kernel/arch/arm64/kernel/
H A Dinsn.c567 enum aarch64_insn_condition cond) in aarch64_insn_gen_cond_branch_imm()
/OK3568_Linux_fs/kernel/kernel/rcu/
H A Dtree.h274 #define rcu_wait(cond) \ argument
/OK3568_Linux_fs/kernel/scripts/
H A Dasn1_compiler.c1442 const char *cond, *act; in render_element() local
/OK3568_Linux_fs/kernel/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/
H A Dphy.c813 u32 cond = condition; in _rtl8821ae_check_condition() local
1852 u8 cond; in __rtl8821ae_phy_config_with_headerfile() local
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/uAPI/
H A Drk_aiq_user_api_sysctl.cpp44 #define RKAIQSYS_CHECK_RET(cond, ret, format, ...) \ argument
/OK3568_Linux_fs/kernel/drivers/misc/habanalabs/common/
H A Dhabanalabs.h1335 #define hl_poll_timeout(hdev, addr, val, cond, sleep_us, timeout_us) \ argument
1371 #define hl_poll_timeout_memory(hdev, addr, val, cond, sleep_us, timeout_us, \ argument
1402 #define hl_poll_timeout_device_memory(hdev, addr, val, cond, sleep_us, \ argument
/OK3568_Linux_fs/kernel/security/tomoyo/
H A Dcommon.h674 struct tomoyo_condition *cond; /* Maybe NULL. */ member
1194 static inline void tomoyo_put_condition(struct tomoyo_condition *cond) in tomoyo_put_condition()
H A Dcommon.c1233 const struct tomoyo_condition *cond) in tomoyo_print_condition()
/OK3568_Linux_fs/kernel/include/trace/
H A Dtrace_events.h142 #define TRACE_EVENT_FN_COND(name, proto, args, cond, tstruct, \ argument
/OK3568_Linux_fs/external/drm-cursor/
H A Ddrm_cursor.c145 pthread_cond_t cond; member
/OK3568_Linux_fs/kernel/scripts/mod/
H A Dfile2alias.c85 #define ADD(str, sep, cond, field) \ argument
/OK3568_Linux_fs/external/mpp/mpp/base/
H A Dmpp_buf_slot.cpp46 #define slot_assert(impl, cond) do { \ argument
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/move/detail/
H A Dfwd_macros.hpp676 #define BOOST_MOVE_IF(cond, t, f) BOOST_MOVE_IF_I(cond, t, f) argument
677 #define BOOST_MOVE_IF_I(cond, t, f) BOOST_MOVE_IIF(BOOST_MOVE_BOOL(cond), t, f) argument
/OK3568_Linux_fs/u-boot/drivers/video/drm/
H A Drk618_dsi.c244 #define dsi_read_poll_timeout(dsi, addr, val, cond, sleep_us, timeout_us) \ argument
/OK3568_Linux_fs/kernel/arch/arm/mach-omap2/
H A Dprcm-common.h447 #define omap_test_timeout(cond, timeout, index) \ argument
/OK3568_Linux_fs/kernel/drivers/net/wireless/realtek/rtlwifi/rtl8723be/
H A Dphy.c545 u8 cond; in rtl8723be_phy_config_with_headerfile() local
/OK3568_Linux_fs/kernel/drivers/net/wireless/nxp/mlinux/
H A Dmoal_shim.c4319 t_void moal_assert(t_void *pmoal, t_u32 cond)
/OK3568_Linux_fs/kernel/tools/testing/selftests/seccomp/
H A Dseccomp_bpf.c2443 pthread_cond_t *cond; member
2472 pthread_cond_t cond; in FIXTURE() local
/OK3568_Linux_fs/kernel/drivers/phy/rockchip/
H A Dphy-rockchip-inno-hdmi.c402 #define inno_poll(inno, reg, val, cond, sleep_us, timeout_us) \ argument
/OK3568_Linux_fs/kernel/arch/arm/net/
H A Dbpf_jit_32.c231 static inline void _emit(int cond, u32 inst, struct jit_ctx *ctx) in _emit()
/OK3568_Linux_fs/kernel/tools/perf/bench/
H A Dnuma.c490 static void init_global_cond(pthread_cond_t *cond) in init_global_cond()
/OK3568_Linux_fs/kernel/drivers/net/wireless/realtek/rtlwifi/rtl8188ee/
H A Dphy.c261 u32 cond; in _rtl88e_check_condition() local
/OK3568_Linux_fs/kernel/drivers/net/fddi/skfp/h/
H A Dcmtdef.h630 #define smt_srf_event(smc,code,index,cond) argument
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/
H A Ddhd.h524 #define DHD_NULL_CHK_AND_RET(cond) \ argument
530 #define DHD_NULL_CHK_AND_RET_VAL(cond, value) \ argument
536 #define DHD_NULL_CHK_AND_GOTO(cond, label) \ argument
/OK3568_Linux_fs/kernel/drivers/staging/vc04_services/interface/vchiq_arm/
H A Dvchiq_core.h68 #define vchiq_static_assert(cond) __attribute__((unused)) \ argument

1...<<111213