/Linux-v5.4/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)))
|
/Linux-v5.4/drivers/media/dvb-frontends/ |
D | stv090x_priv.h | 37 #define STV090x_READ_DEMOD(__state, __reg) (( \ argument 38 (__state)->demod == STV090x_DEMODULATOR_1) ? \ 39 stv090x_read_reg(__state, STV090x_P2_##__reg) : \ 40 stv090x_read_reg(__state, STV090x_P1_##__reg)) 42 #define STV090x_WRITE_DEMOD(__state, __reg, __data) (( \ argument 43 (__state)->demod == STV090x_DEMODULATOR_1) ? \ 44 stv090x_write_reg(__state, STV090x_P2_##__reg, __data) :\ 45 stv090x_write_reg(__state, STV090x_P1_##__reg, __data)) 47 #define STV090x_ADDR_OFFST(__state, __x) (( \ argument 48 (__state->demod) == STV090x_DEMODULATOR_1) ? \
|
/Linux-v5.4/drivers/gpu/drm/i915/display/ |
D | intel_display.h | 372 #define for_each_old_intel_plane_in_state(__state, plane, old_plane_state, __i) \ argument 374 (__i) < (__state)->base.dev->mode_config.num_total_plane && \ 375 ((plane) = to_intel_plane((__state)->base.planes[__i].ptr), \ 376 (old_plane_state) = to_intel_plane_state((__state)->base.planes[__i].old_state), 1); \ 380 #define for_each_new_intel_plane_in_state(__state, plane, new_plane_state, __i) \ argument 382 (__i) < (__state)->base.dev->mode_config.num_total_plane && \ 383 ((plane) = to_intel_plane((__state)->base.planes[__i].ptr), \ 384 (new_plane_state) = to_intel_plane_state((__state)->base.planes[__i].new_state), 1); \ 388 #define for_each_new_intel_crtc_in_state(__state, crtc, new_crtc_state, __i) \ argument 390 (__i) < (__state)->base.dev->mode_config.num_crtc && \ [all …]
|
/Linux-v5.4/drivers/net/wireless/realtek/rtlwifi/rtl8192ee/ |
D | fw.h | 65 #define IS_IN_LOW_POWER_STATE_92E(__state) \ argument 66 (FW_PS_STATE(__state) == FW_PS_CLOCK_OFF)
|
/Linux-v5.4/include/linux/ |
D | nodemask.h | 433 #define for_each_node_state(__node, __state) \ argument 434 for_each_node_mask((__node), node_states[__state]) 482 #define for_each_node_state(node, __state) \ argument
|
/Linux-v5.4/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/ |
D | fw.h | 113 #define IS_IN_LOW_POWER_STATE_8821AE(__state) \ argument 114 (FW_PS_STATE(__state) == FW_PS_CLOCK_OFF)
|
/Linux-v5.4/drivers/s390/cio/ |
D | qdio_main.c | 207 unsigned char __state = 0; in get_buf_states() local 214 __state = q->slsb.val[bufnr]; in get_buf_states() 217 if (__state & SLSB_OWNER_CU) in get_buf_states() 220 if (merge_pending && __state == SLSB_P_OUTPUT_PENDING) in get_buf_states() 221 __state = SLSB_P_OUTPUT_EMPTY; in get_buf_states() 229 __state == SLSB_P_OUTPUT_EMPTY) in get_buf_states() 233 if (q->slsb.val[bufnr] != __state) in get_buf_states() 238 *state = __state; in get_buf_states()
|
/Linux-v5.4/drivers/net/ethernet/broadcom/ |
D | cnic_defs.h | 1501 u8 __state; member 1503 u8 __state;
|