Searched refs:__state (Results 1 – 11 of 11) sorted by relevance
| /drivers/gpu/drm/i915/display/ |
| A D | intel_global_state.h | 32 #define for_each_new_global_obj_in_state(__state, obj, new_obj_state, __i) \ argument 34 (__i) < (__state)->num_global_objs && \ 35 ((obj) = (__state)->global_objs[__i].ptr, \ 36 (new_obj_state) = (__state)->global_objs[__i].new_state, 1); \ 42 (__i) < (__state)->num_global_objs && \ 43 ((obj) = (__state)->global_objs[__i].ptr, \ 44 (old_obj_state) = (__state)->global_objs[__i].old_state, 1); \ 50 (__i) < (__state)->num_global_objs && \ 51 ((obj) = (__state)->global_objs[__i].ptr, \ 52 (old_obj_state) = (__state)->global_objs[__i].old_state, \ [all …]
|
| A D | intel_display.h | 299 (__i) < (__state)->base.dev->mode_config.num_crtc && \ 300 ((crtc) = to_intel_crtc((__state)->base.crtcs[__i].ptr), \ 315 (__i) < (__state)->base.dev->mode_config.num_crtc && \ 316 ((crtc) = to_intel_crtc((__state)->base.crtcs[__i].ptr), \ 322 for ((__i) = (__state)->base.dev->mode_config.num_crtc - 1; \ 324 ((crtc) = to_intel_crtc((__state)->base.crtcs[__i].ptr), \ 340 (__i) < (__state)->base.dev->mode_config.num_crtc && \ 348 for ((__i) = (__state)->base.dev->mode_config.num_crtc - 1; \ 350 ((crtc) = to_intel_crtc((__state)->base.crtcs[__i].ptr), \ 366 (__i) < (__state)->base.num_connector; \ [all …]
|
| /drivers/media/dvb-frontends/ |
| A 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) ? \
|
| /drivers/gpu/drm/display/ |
| A D | drm_dp_tunnel.c | 27 #define for_each_new_group_in_state(__state, __new_group_state, __i) \ argument 29 (__i) < (__state)->num_private_objs; \ 31 for_each_if ((__state)->private_objs[__i].ptr && \ 32 is_dp_tunnel_private_obj((__state)->private_objs[__i].ptr) && \ 34 to_group_state((__state)->private_objs[__i].new_state), 1)) 36 #define for_each_old_group_in_state(__state, __old_group_state, __i) \ argument 38 (__i) < (__state)->num_private_objs; \ 40 for_each_if ((__state)->private_objs[__i].ptr && \ 41 is_dp_tunnel_private_obj((__state)->private_objs[__i].ptr) && \ 43 to_group_state((__state)->private_objs[__i].old_state), 1))
|
| /drivers/net/wireless/realtek/rtlwifi/rtl8192ee/ |
| A D | fw.h | 65 #define IS_IN_LOW_POWER_STATE_92E(__state) \ argument 66 (FW_PS_STATE(__state) == FW_PS_CLOCK_OFF)
|
| /drivers/pci/controller/dwc/ |
| A D | pcie-bt1.c | 110 int __state = FIELD_GET(BT1_CCU_PCIE_LTSSM_STATE_MASK, _pmsc); \ 111 __state >= BT1_CCU_PCIE_LTSSM_L0 && __state <= BT1_CCU_PCIE_LTSSM_L2_WAKE; \
|
| /drivers/net/wireless/realtek/rtlwifi/rtl8821ae/ |
| A D | fw.h | 113 #define IS_IN_LOW_POWER_STATE_8821AE(__state) \ argument 114 (FW_PS_STATE(__state) == FW_PS_CLOCK_OFF)
|
| /drivers/s390/cio/ |
| A D | qdio_main.c | 209 unsigned char __state = 0; in get_buf_states() local 216 __state = q->slsb.val[bufnr]; in get_buf_states() 219 if (__state & SLSB_OWNER_CU) in get_buf_states() 226 if (q->slsb.val[bufnr] != __state) in get_buf_states() 231 *state = __state; in get_buf_states()
|
| /drivers/net/pcs/ |
| A D | pcs-xpcs.c | 260 #define xpcs_warn(__xpcs, __state, __args...) \ argument 262 if ((__state)->link) \
|
| /drivers/net/ethernet/broadcom/ |
| A D | cnic_defs.h | 1501 u8 __state; member 1503 u8 __state;
|
| /drivers/gpu/drm/amd/display/amdgpu_dm/ |
| A D | amdgpu_dm.c | 11563 #define for_each_oldnew_plane_in_descending_zpos(__state, plane, old_plane_state, new_plane_state) \ argument 11564 for (struct __drm_planes_state *__i = __get_next_zpos((__state), NULL); \ 11565 __i != NULL; __i = __get_next_zpos((__state), __i)) \
|
Completed in 65 milliseconds