/openbmc/linux/include/drm/ |
H A D | drm_atomic.h | 762 …each_oldnew_connector_in_state(__state, connector, old_connector_state, new_connector_state, __i) \ 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 …ine for_each_oldnew_plane_in_state_reverse(__state, plane, old_plane_state, new_plane_state, __i) \ 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 D | intel_display.h | 318 #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 …e for_each_oldnew_intel_crtc_in_state_reverse(__state, crtc, old_crtc_state, new_crtc_state, __i) \ argument 385 #define for_each_new_intel_connector_in_state(__state, connector, new_connector_state, __i) \ argument
|
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, 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/__detail/ |
H A D | __bulk.hpp | 146 for (__shape_t __i{}; __i != __state.__shape_; ++__i) member 157 for (__shape_t __i{}; __i != __state.__shape_; ++__i) member
|
H A D | __meta.hpp | 269 for (std::size_t __i = 0; __i < __len; ++__i) in operator <=>() local 449 struct __i<true, true> struct 452 using __g = _Fn<_Args...>; 455 using __f = _Fn; 459 struct __i<false, true> struct 462 using __g = __disp<_Args...>; 465 using __f = __disp_q; 469 struct __i<_ArgsOK, false> struct 472 using __f = _Fn;
|
H A D | __utility.hpp | 92 for (std::size_t __i : __il) in __umax() local
|
/openbmc/linux/drivers/md/ |
H A D | dm-verity-fec.c | 89 #define fec_for_each_prealloc_buffer(__i) \ argument 93 #define fec_for_each_extra_buffer(io, __i) \ argument 97 #define fec_for_each_buffer(io, __i) \ argument 101 #define fec_for_each_buffer_rs_block(io, __i, __j) \ argument
|
/openbmc/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
|
/openbmc/u-boot/arch/sh/include/asm/ |
H A D | posix_types.h | 85 int __i; in __FD_ZERO() local
|
/openbmc/u-boot/arch/mips/include/asm/ |
H A D | posix_types.h | 87 int __i; in __FD_ZERO() local
|
/openbmc/linux/tools/virtio/linux/ |
H A D | scatterlist.h | 78 #define for_each_sg(sglist, sg, nr, __i) \ argument
|
/openbmc/linux/arch/x86/include/asm/ |
H A D | local.h | 108 long __i = i; in local_add_return() local
|
/openbmc/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
|
/openbmc/linux/drivers/hid/bpf/ |
H A D | hid_bpf_jmp_table.c | 48 #define FOR_ENTRIES(__i, __start, __end) \ argument
|
/openbmc/linux/arch/alpha/kernel/ |
H A D | smc37c669.c | 71 #define SMC37c669_DEVICE_IRQ( __i ) \ argument 73 #define SMC37c669_IS_DEVICE_IRQ(__i) \ argument 75 #define SMC37c669_RAW_DEVICE_IRQ(__i) \ argument
|
/openbmc/linux/include/drm/display/ |
H A D | drm_dp_mst_helper.h | 982 #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/fs/ext4/ |
H A D | ext4_jbd2.h | 222 #define ext4_mark_inode_dirty(__h, __i) \ argument
|
/openbmc/linux/drivers/iommu/ |
H A D | omap-iommu.h | 16 #define for_each_iotlb_cr(obj, n, __i, cr) \ argument
|
/openbmc/linux/include/linux/ |
H A D | scatterlist.h | 195 #define for_each_sg(sglist, sg, nr, __i) \ argument
|
/openbmc/linux/fs/erofs/ |
H A D | zdata.c | 537 #define DECOMPRESS_FRONTEND_INIT(__i) { \ argument
|
/openbmc/linux/include/net/ |
H A D | flow_offload.h | 361 #define flow_action_for_each(__i, __act, __actions) \ argument
|