/linux/include/drm/ |
H A D | drm_atomic.h | 863 #define for_each_oldnew_connector_in_state(__state, connector, old_connector_state, new_connector_state, __i) \ argument 885 for_each_old_connector_in_state(__state,connector,old_connector_state,__i) global() argument 906 for_each_new_connector_in_state(__state,connector,new_connector_state,__i) global() argument 928 for_each_oldnew_crtc_in_state(__state,crtc,old_crtc_state,new_crtc_state,__i) global() argument 951 for_each_old_crtc_in_state(__state,crtc,old_crtc_state,__i) global() argument 971 for_each_new_crtc_in_state(__state,crtc,new_crtc_state,__i) global() argument 993 for_each_oldnew_plane_in_state(__state,plane,old_plane_state,new_plane_state,__i) global() argument 1016 for_each_oldnew_plane_in_state_reverse(__state,plane,old_plane_state,new_plane_state,__i) global() argument 1033 for_each_new_plane_in_state_reverse(__state,plane,new_plane_state,__i) global() argument 1052 for_each_old_plane_in_state(__state,plane,old_plane_state,__i) global() argument 1070 for_each_new_plane_in_state(__state,plane,new_plane_state,__i) global() argument 1092 for_each_oldnew_private_obj_in_state(__state,obj,old_obj_state,new_obj_state,__i) global() argument 1111 for_each_old_private_obj_in_state(__state,obj,old_obj_state,__i) global() argument 1129 for_each_new_private_obj_in_state(__state,obj,new_obj_state,__i) global() argument [all...] |
/linux/drivers/gpu/drm/i915/display/ |
H A D | intel_display.h | 289 #define for_each_old_intel_plane_in_state(__state, plane, old_plane_state, __i) \ argument 297 #define for_each_old_intel_crtc_in_state(__state, crtc, old_crtc_state, __i) \ argument 305 for_each_new_intel_plane_in_state(__state,plane,new_plane_state,__i) global() argument 313 for_each_new_intel_crtc_in_state(__state,crtc,new_crtc_state,__i) global() argument 321 for_each_new_intel_crtc_in_state_reverse(__state,crtc,new_crtc_state,__i) global() argument 329 for_each_oldnew_intel_plane_in_state(__state,plane,old_plane_state,new_plane_state,__i) global() argument 338 for_each_oldnew_intel_crtc_in_state(__state,crtc,old_crtc_state,new_crtc_state,__i) global() argument 347 for_each_oldnew_intel_crtc_in_state_reverse(__state,crtc,old_crtc_state,new_crtc_state,__i) global() argument 364 for_each_new_intel_connector_in_state(__state,connector,new_connector_state,__i) global() argument [all...] |
H A D | intel_global_state.h | 32 #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, old_obj_state, __i) \ argument 48 for_each_oldnew_global_obj_in_state(__state,obj,old_obj_state,new_obj_state,__i) global() argument [all...] |
H A D | intel_dpll_mgr.h | 33 #define for_each_dpll(__display, __pll, __i) \ argument
|
/linux/drivers/md/ |
H A D | dm-verity-fec.c | 73 #define fec_for_each_prealloc_buffer(__i) \ argument 77 #define fec_for_each_extra_buffer(io, __i) \ argument 81 #define fec_for_each_buffer(io, __i) \ argument 85 fec_for_each_buffer_rs_block(io,__i,__j) global() argument [all...] |
/linux/drivers/gpu/drm/renesas/rcar-du/ |
H A D | rcar_cmm.c | 21 #define CM2_LUT_TBL(__i) (CM2_LUT_TBL_BASE + (__i) * 4) argument
|
/linux/tools/virtio/linux/ |
H A D | scatterlist.h | 78 #define for_each_sg(sglist, sg, nr, __i) \ argument
|
/linux/arch/x86/include/asm/ |
H A D | local.h | 108 long __i = i; in local_add_return() local
|
/linux/include/scsi/ |
H A D | scsi_cmnd.h | 206 #define scsi_for_each_sg(cmd, sg, nseg, __i) \ argument 331 #define scsi_for_each_prot_sg(cmd, sg, nseg, __i) \ argument
|
/linux/arch/alpha/kernel/ |
H A D | smc37c669.c | 73 #define SMC37c669_DEVICE_IRQ( __i ) \ argument 75 #define SMC37c669_IS_DEVICE_IRQ(__i) \ argument 77 #define SMC37c669_RAW_DEVICE_IRQ(__i) \ argument
|
/linux/fs/ext4/ |
H A D | ext4_jbd2.h | 138 #define ext4_mark_inode_dirty(__h, __i) \ argument
|
/linux/drivers/iommu/ |
H A D | omap-iommu.h | 16 #define for_each_iotlb_cr(obj, n, __i, cr) \ argument
|
/linux/include/linux/ |
H A D | scatterlist.h | 217 #define for_each_sg(sglist, sg, nr, __i) \ argument
|
/linux/drivers/gpu/drm/display/ |
H A D | drm_dp_tunnel.c | 27 #define for_each_new_group_in_state(__state, __new_group_state, __i) \ argument 36 #define for_each_old_group_in_state(__state, __old_group_state, __i) \ argument [all...] |
/linux/arch/riscv/include/asm/ |
H A D | sbi.h | 403 #define SBI_NACL_SHMEM_SRET_X(__i) ((__riscv_xlen / 8) * (__i)) argument
|
/linux/include/net/ |
H A D | flow_offload.h | 361 #define flow_action_for_each(__i, __act, __actions) \ argument
|