Home
last modified time | relevance | path

Searched refs:_state (Results 1 – 25 of 80) sorted by relevance

1234

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/phoenix/core/detail/cpp03/preprocessed/
H A Dassign_50.hpp9_state) > ) > > , proto::or_< proto::when< proto::nary_expr<proto::_ , proto::_ , proto::_ > , pro…
12 , do_assign(proto::_, proto::_state)
H A Dassign_40.hpp9_state) > ) > > , proto::or_< proto::when< proto::nary_expr<proto::_ , proto::_ , proto::_ > , pro…
12 , do_assign(proto::_, proto::_state)
H A Dassign_30.hpp9_state) > ) > > , proto::or_< proto::when< proto::nary_expr<proto::_ , proto::_ , proto::_ > , pro…
12 , do_assign(proto::_, proto::_state)
H A Dassign_20.hpp9_state) > ) > > , proto::or_< proto::when< proto::nary_expr<proto::_ , proto::_ , proto::_ > , pro…
12 , do_assign(proto::_, proto::_state)
H A Dassign_10.hpp9_state) > ) > > , proto::or_< proto::when< proto::nary_expr<proto::_ , proto::_ , proto::_ > , pro…
12 , do_assign(proto::_, proto::_state)
/OK3568_Linux_fs/kernel/drivers/media/i2c/adv748x/
H A Dadv748x.h99 #define is_afe_enabled(_state) \ argument
100 ((_state)->endpoints[ADV748X_PORT_AIN0] != NULL || \
101 (_state)->endpoints[ADV748X_PORT_AIN1] != NULL || \
102 (_state)->endpoints[ADV748X_PORT_AIN2] != NULL || \
103 (_state)->endpoints[ADV748X_PORT_AIN3] != NULL || \
104 (_state)->endpoints[ADV748X_PORT_AIN4] != NULL || \
105 (_state)->endpoints[ADV748X_PORT_AIN5] != NULL || \
106 (_state)->endpoints[ADV748X_PORT_AIN6] != NULL || \
107 (_state)->endpoints[ADV748X_PORT_AIN7] != NULL)
108 #define is_hdmi_enabled(_state) ((_state)->endpoints[ADV748X_PORT_HDMI] != NULL) argument
/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/pysh/
H A Dpyshlex.py554 self._state = self.ST_NORMAL
581 while self._state:
585 elif self._state not in (self.ST_OP, self.ST_QUOTED, self.ST_HEREDOC):
593 if self._state==self.ST_NORMAL:
595 elif self._state==self.ST_COMMENT:
597 elif self._state==self.ST_OP:
599 elif self._state==self.ST_QUOTED:
601 elif self._state==self.ST_HEREDOC:
604 assert False, "Unknown state " + str(self._state)
618 self._state = self.ST_QUOTED
[all …]
/OK3568_Linux_fs/kernel/drivers/scsi/bfa/
H A Dbfa_cs.h190 #define bfa_sm_set_state(_sm, _state) ((_sm)->sm = (bfa_sm_t)(_state)) argument
193 #define bfa_sm_cmp_state(_sm, _state) ((_sm)->sm == (bfa_sm_t)(_state)) argument
220 #define bfa_fsm_set_state(_fsm, _state) do { \ argument
221 (_fsm)->fsm = (bfa_fsm_t)(_state); \
222 _state ## _entry(_fsm); \
227 #define bfa_fsm_cmp_state(_fsm, _state) \ argument
228 ((_fsm)->fsm == (bfa_fsm_t)(_state))
/OK3568_Linux_fs/kernel/drivers/net/ethernet/brocade/bna/
H A Dbfa_cs.h43 #define bfa_fsm_set_state(_fsm, _state) do { \ argument
44 (_fsm)->fsm = (bfa_fsm_t)(_state); \
45 _state ## _entry(_fsm); \
49 #define bfa_fsm_cmp_state(_fsm, _state) \ argument
50 ((_fsm)->fsm == (bfa_fsm_t)(_state))
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/include/
H A Drtw_scan.h70 #define mlmeext_chk_scan_state(mlmeext, _state) ((mlmeext)->sitesurvey_res.state == (_state)) argument
71 #define mlmeext_set_scan_state(mlmeext, _state) \ argument
73 ((mlmeext)->sitesurvey_res.state = (_state)); \
74 ((mlmeext)->sitesurvey_res.next_state = (_state)); \
77 sitesurvey_set_offch_state(container_of(mlmeext, _adapter, mlmeextpriv), _state); \
82 #define mlmeext_set_scan_next_state(mlmeext, _state) \
84 ((mlmeext)->sitesurvey_res.next_state = (_state)); \
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/include/
H A Drtw_scan.h70 #define mlmeext_chk_scan_state(mlmeext, _state) ((mlmeext)->sitesurvey_res.state == (_state)) argument
71 #define mlmeext_set_scan_state(mlmeext, _state) \ argument
73 ((mlmeext)->sitesurvey_res.state = (_state)); \
74 ((mlmeext)->sitesurvey_res.next_state = (_state)); \
77 sitesurvey_set_offch_state(container_of(mlmeext, _adapter, mlmeextpriv), _state); \
82 #define mlmeext_set_scan_next_state(mlmeext, _state) \
84 ((mlmeext)->sitesurvey_res.next_state = (_state)); \
/OK3568_Linux_fs/external/camera_engine_rkaiq/IspFec/src/
H A Drk_ispfec.cpp46 int _state; member
200 while (ctx->_state == rk_ispfec_ctx_t::STATE_RUNNING) { in rk_ispfec_api_deinit()
205 ctx->_state = rk_ispfec_ctx_t::STATE_QUIT; in rk_ispfec_api_deinit()
230 ctx->_state = rk_ispfec_ctx_t::STATE_IDLE; in rk_ispfec_api_init()
271 while (ctx->_state == rk_ispfec_ctx_t::STATE_RUNNING) { in rk_ispfec_api_prepare()
298 if (ctx->_state == rk_ispfec_ctx_t::STATE_QUIT) { in rk_ispfec_api_process()
302 ctx->_state = rk_ispfec_ctx_t::STATE_RUNNING; in rk_ispfec_api_process()
328 ctx->_state = rk_ispfec_ctx_t::STATE_IDLE; in rk_ispfec_api_process()
/OK3568_Linux_fs/kernel/arch/arm/mach-omap2/
H A Domap_device.c224 if (od && (od->_state == OMAP_DEVICE_STATE_ENABLED)) { in _omap_device_notifier_call()
235 if (od->_state == OMAP_DEVICE_STATE_ENABLED && in _omap_device_notifier_call()
515 if (od->_state == OMAP_DEVICE_STATE_ENABLED) { in omap_device_enable()
518 __func__, od->_state); in omap_device_enable()
525 od->_state = OMAP_DEVICE_STATE_ENABLED; in omap_device_enable()
546 if (od->_state != OMAP_DEVICE_STATE_ENABLED) { in omap_device_idle()
549 __func__, od->_state); in omap_device_idle()
556 od->_state = OMAP_DEVICE_STATE_IDLE; in omap_device_idle()
691 if (od->_state == OMAP_DEVICE_STATE_ENABLED) { in omap_device_late_idle()
H A Domap_hwmod.c540 if (oh->_state != _HWMOD_STATE_ENABLED) { in _set_dmadisable()
1409 if (oh->_state != _HWMOD_STATE_REGISTERED) in _init_clocks()
1422 oh->_state = _HWMOD_STATE_CLKS_INITED; in _init_clocks()
1703 if (oh->_state != _HWMOD_STATE_ENABLED) { in _ocp_softreset()
1880 if (oh->_state != _HWMOD_STATE_INITIALIZED && in _enable()
1881 oh->_state != _HWMOD_STATE_IDLE && in _enable()
1882 oh->_state != _HWMOD_STATE_DISABLED) { in _enable()
1932 oh->_state = _HWMOD_STATE_ENABLED; in _enable()
1974 if (oh->_state != _HWMOD_STATE_ENABLED) { in _idle()
2009 oh->_state = _HWMOD_STATE_IDLE; in _idle()
[all …]
/OK3568_Linux_fs/external/camera_engine_rkaiq/rk_stream/stream_cfg/
H A DRawStreamCapUnit.cpp10 ,_state(RAW_CAP_STATE_INVALID) in RawStreamCapUnit()
49 _state = RAW_CAP_STATE_INITED; in RawStreamCapUnit()
55 ,_state(RAW_CAP_STATE_INVALID) in RawStreamCapUnit()
138 _state = RAW_CAP_STATE_INITED; in RawStreamCapUnit()
151 _state = RAW_CAP_STATE_INVALID; in ~RawStreamCapUnit()
160 _state = RAW_CAP_STATE_STARTED; in start()
182 _state = RAW_CAP_STATE_STOPPED; in stop()
196 _state = RAW_CAP_STATE_STOPPED; in stop_device()
215 _state = RAW_CAP_STATE_STOPPED; in release_buffer()
244 _state = RAW_CAP_STATE_PREPARED; in prepare()
/OK3568_Linux_fs/buildroot/package/libb64/
H A D0002-Initialize-C++-objects.patch1 Fixes uninitialized C++ encoder and decoder _state variable bug.
19 + base64_init_decodestate(&_state);
34 + base64_init_encodestate(&_state);
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/phoenix/core/
H A Dfunction_equal.hpp69 proto::matches<proto::_, proto::_state>()
76 proto::_value(proto::_state)
80 , proto::otherwise<function_equal_otherwise(proto::_, proto::_state)>
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/hwi/isp20/
H A DRawStreamCapUnit.cpp10 ,_state(RAW_CAP_STATE_INVALID) in RawStreamCapUnit()
17 ,_state(RAW_CAP_STATE_INVALID) in RawStreamCapUnit()
137 _state = RAW_CAP_STATE_INITED; in RawStreamCapUnit()
142 _state = RAW_CAP_STATE_INVALID; in ~RawStreamCapUnit()
152 _state = RAW_CAP_STATE_STARTED; in start()
171 _state = RAW_CAP_STATE_STOPPED; in stop()
191 _state = RAW_CAP_STATE_PREPARED; in prepare()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/
H A DRkAiqManager.cpp131 , _state(AIQ_STATE_INVALID) in RkAiqManager()
233 _state = AIQ_STATE_INITED; in init()
336 _state = AIQ_STATE_PREPARED; in prepare()
350 if (_state == AIQ_STATE_STOPED) { in start()
363 } else if (_state == AIQ_STATE_STARTED) { in start()
397 _state = AIQ_STATE_STARTED; in start()
411 if (_state == AIQ_STATE_STOPED) { in stop()
436 _state = AIQ_STATE_STOPED; in stop()
452 if (_state == AIQ_STATE_PREPARED) in deInit()
481 _state = AIQ_STATE_INVALID; in deInit()
[all …]
/OK3568_Linux_fs/kernel/arch/s390/include/asm/
H A Delf.h172 struct arch_elf_state *_state = state; \
180 _state->rc = -EAGAIN; \
182 _state->rc; \
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/proto/transform/
H A Darg.hpp65 struct _state : transform<_state> struct
318 struct is_callable<_state>
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/
H A Dphl_mcc.h21 #define set_mcc_init_state(_phl, _state) (((struct mr_ctl_t *)phl_to_mr_ctrl(_phl))->init_mcc = _st… argument
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/
H A Dphl_mcc.h21 #define set_mcc_init_state(_phl, _state) (((struct mr_ctl_t *)phl_to_mr_ctrl(_phl))->init_mcc = _st… argument
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/phoenix/core/detail/cpp03/
H A Dassign.hpp17 proto::_child_c<N>(proto::_state) \
76 , do_assign(proto::_, proto::_state)
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/libb64/libb64/
H A D0007-initialize-encoder-decoder-state-in-the-constructors.patch25 + base64_init_decodestate(&_state);
40 + base64_init_encodestate(&_state);

1234