Searched refs:__state (Results 1 – 3 of 3) sorted by relevance
/include/drm/ |
D | drm_atomic.h | 690 #define for_each_oldnew_connector_in_state(__state, connector, old_connector_state, new_connector_s… argument 692 (__i) < (__state)->num_connector; \ 694 for_each_if ((__state)->connectors[__i].ptr && \ 695 ((connector) = (__state)->connectors[__i].ptr, \ 696 (old_connector_state) = (__state)->connectors[__i].old_state, \ 697 (new_connector_state) = (__state)->connectors[__i].new_state, 1)) 711 #define for_each_old_connector_in_state(__state, connector, old_connector_state, __i) \ argument 713 (__i) < (__state)->num_connector; \ 715 for_each_if ((__state)->connectors[__i].ptr && \ 716 ((connector) = (__state)->connectors[__i].ptr, \ [all …]
|
D | drm_dp_mst_helper.h | 731 #define for_each_oldnew_mst_mgr_in_state(__state, mgr, old_state, new_state, __i) \ argument 732 for ((__i) = 0; (__i) < (__state)->num_private_objs; (__i)++) \ 733 for_each_if(__drm_dp_mst_state_iter_get((__state), &(mgr), &(old_state), &(new_state), (__i))) 748 #define for_each_old_mst_mgr_in_state(__state, mgr, old_state, __i) \ argument 749 for ((__i) = 0; (__i) < (__state)->num_private_objs; (__i)++) \ 750 for_each_if(__drm_dp_mst_state_iter_get((__state), &(mgr), &(old_state), NULL, (__i))) 766 #define for_each_new_mst_mgr_in_state(__state, mgr, new_state, __i) \ argument 767 for ((__i) = 0; (__i) < (__state)->num_private_objs; (__i)++) \ 768 for_each_if(__drm_dp_mst_state_iter_get((__state), &(mgr), NULL, &(new_state), (__i)))
|
/include/linux/ |
D | nodemask.h | 432 #define for_each_node_state(__node, __state) \ argument 433 for_each_node_mask((__node), node_states[__state]) 481 #define for_each_node_state(node, __state) \ argument
|