Home
last modified time | relevance | path

Searched defs:__state (Results 1 – 21 of 21) sorted by relevance

/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/
H A D__read_env.hpp62 struct __state struct
64 using __query = _Tag;
65 using __result = _Ty;
66 __optional<_Ty> __result_;
71 struct __state<_Tag, _Ty> struct
73 using __query = _Tag;
74 using __result = _Ty;
H A D__schedule_from.hpp121 auto __make_visitor_fn(_State* __state) noexcept in __make_visitor_fn()
178 struct __state : struct
183 using __variant_t = __variant_for<__child_of<_Sexpr>, env_of_t<_Receiver>>;
184 using __receiver2_t = __receiver2<_Scheduler, _Sexpr, _Receiver>;
186 __variant_t __data_;
187 connect_result_t<schedule_result_t<_Scheduler>, __receiver2_t> __state2_;
189 explicit __state(_Scheduler __sched) : in __state() function
H A D__sync_wait.hpp85 struct __state struct
87 std::exception_ptr __eptr_;
88 run_loop __loop_;
H A D__write_env.hpp54 return [&](__ignore, const auto& __state, __ignore) noexcept { in __transform_env_fn()
H A D__let.hpp589 _State& __state = __op_state.__state_; in __bind() local
H A D__basic_sender.hpp280 void* __state = static_cast<_State*>(this); in __receiver() local
/openbmc/linux/include/drm/
H A Ddrm_atomic.h762 #define for_each_oldnew_connector_in_state(__state, connector, old_connector_state, new_connector_s… argument
784 #define for_each_old_connector_in_state(__state, connector, old_connector_state, __i) \ argument
805 #define for_each_new_connector_in_state(__state, connector, new_connector_state, __i) \ argument
827 #define for_each_oldnew_crtc_in_state(__state, crtc, old_crtc_state, new_crtc_state, __i) \ argument
850 #define for_each_old_crtc_in_state(__state, crtc, old_crtc_state, __i) \ argument
870 #define for_each_new_crtc_in_state(__state, crtc, new_crtc_state, __i) \ argument
892 #define for_each_oldnew_plane_in_state(__state, plane, old_plane_state, new_plane_state, __i) \ argument
915 #define for_each_oldnew_plane_in_state_reverse(__state, plane, old_plane_state, new_plane_state, __… argument
932 #define for_each_new_plane_in_state_reverse(__state, plane, new_plane_state, __i) \ argument
951 #define for_each_old_plane_in_state(__state, plane, old_plane_state, __i) \ argument
[all …]
/openbmc/linux/drivers/gpu/drm/i915/display/
H A Dintel_display.h318 #define for_each_old_intel_plane_in_state(__state, plane, old_plane_state, __i) \ argument
326 #define for_each_old_intel_crtc_in_state(__state, crtc, old_crtc_state, __i) \ argument
334 #define for_each_new_intel_plane_in_state(__state, plane, new_plane_state, __i) \ argument
342 #define for_each_new_intel_crtc_in_state(__state, crtc, new_crtc_state, __i) \ argument
350 #define for_each_oldnew_intel_plane_in_state(__state, plane, old_plane_state, new_plane_state, __i)… argument
359 #define for_each_oldnew_intel_crtc_in_state(__state, crtc, old_crtc_state, new_crtc_state, __i) \ argument
368 #define for_each_oldnew_intel_crtc_in_state_reverse(__state, crtc, old_crtc_state, new_crtc_state, … argument
385 #define for_each_new_intel_connector_in_state(__state, connector, new_connector_state, __i) \ argument
H A Dintel_global_state.h32 #define for_each_new_global_obj_in_state(__state, obj, new_obj_state, __i) \ argument
40 #define for_each_old_global_obj_in_state(__state, obj, new_obj_state, __i) \ argument
48 #define for_each_oldnew_global_obj_in_state(__state, obj, old_obj_state, new_obj_state, __i) \ argument
/openbmc/sdbusplus/include/sdbusplus/async/stdexec/
H A Dasync_scope.hpp376 auto __state = std::move(__state_); in __complete_() local
453 std::unique_ptr<__future_state<_Sender, _Env>> __state) : in __t()
622 auto& __state = *__state_; in __dispatch_result_() local
646 auto& __state = *__state_; in __save_completion() local
664 auto& __state = *__state_; in set_value() local
673 auto& __state = *__state_; in set_error() local
681 auto& __state = *__state_; in set_stopped() local
777 std::unique_ptr<__future_state<_Sender, _Env>> __state) noexcept : in __t()
939 auto __state = local
/openbmc/linux/drivers/media/dvb-frontends/
H A Dstv090x_priv.h37 #define STV090x_READ_DEMOD(__state, __reg) (( \ argument
42 #define STV090x_WRITE_DEMOD(__state, __reg, __data) (( \ argument
47 #define STV090x_ADDR_OFFST(__state, __x) (( \ argument
/openbmc/linux/tools/perf/util/bpf_skel/
H A Doff_cpu.bpf.c79 long __state; member
/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192ee/
H A Dfw.h65 #define IS_IN_LOW_POWER_STATE_92E(__state) \ argument
/openbmc/linux/include/linux/
H A Dnodemask.h441 #define for_each_node_state(__node, __state) \ argument
490 #define for_each_node_state(node, __state) \ argument
H A Dbpf_verifier.h428 #define bpf_for_each_reg_in_vstate(__vst, __state, __reg, __expr) \ argument
H A Dsched.h754 unsigned int __state; member
/openbmc/linux/include/drm/display/
H A Ddrm_dp_mst_helper.h982 #define for_each_oldnew_mst_mgr_in_state(__state, mgr, old_state, new_state, __i) \ argument
999 #define for_each_old_mst_mgr_in_state(__state, mgr, old_state, __i) \ argument
1017 #define for_each_new_mst_mgr_in_state(__state, mgr, new_state, __i) \ argument
/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/
H A Dfw.h113 #define IS_IN_LOW_POWER_STATE_8821AE(__state) \ argument
/openbmc/linux/drivers/s390/cio/
H A Dqdio_main.c209 unsigned char __state = 0; in get_buf_states() local
/openbmc/linux/drivers/net/pcs/
H A Dpcs-xpcs.c306 #define xpcs_warn(__xpcs, __state, __args...) \ argument
/openbmc/linux/drivers/net/ethernet/broadcom/
H A Dcnic_defs.h1501 u8 __state; member