| /Linux-v5.4/drivers/gpu/drm/selftests/ | 
| D | test-drm_damage_helper.c | 76 	struct drm_plane_state old_state;  in igt_damage_iter_no_damage()  local107 	struct drm_plane_state old_state;  in igt_damage_iter_no_damage_fractional_src()  local
 140 	struct drm_plane_state old_state;  in igt_damage_iter_no_damage_src_moved()  local
 172 	struct drm_plane_state old_state;  in igt_damage_iter_no_damage_fractional_src_moved()  local
 205 	struct drm_plane_state old_state;  in igt_damage_iter_no_damage_not_visible()  local
 234 	struct drm_plane_state old_state;  in igt_damage_iter_no_damage_no_crtc()  local
 262 	struct drm_plane_state old_state;  in igt_damage_iter_no_damage_no_fb()  local
 285 	struct drm_plane_state old_state;  in igt_damage_iter_simple_damage()  local
 321 	struct drm_plane_state old_state;  in igt_damage_iter_single_damage()  local
 356 	struct drm_plane_state old_state;  in igt_damage_iter_single_damage_intersect_src()  local
 [all …]
 
 | 
| /Linux-v5.4/drivers/gpu/drm/sun4i/ | 
| D | sun4i_crtc.c | 61 				    struct drm_crtc_state *old_state)  in sun4i_crtc_atomic_begin()82 				    struct drm_crtc_state *old_state)  in sun4i_crtc_atomic_flush()
 104 				      struct drm_crtc_state *old_state)  in sun4i_crtc_atomic_disable()
 125 				     struct drm_crtc_state *old_state)  in sun4i_crtc_atomic_enable()
 
 | 
| D | sun4i_layer.c | 66 					       struct drm_plane_state *old_state)  in sun4i_backend_layer_atomic_disable()84 					      struct drm_plane_state *old_state)  in sun4i_backend_layer_atomic_update()
 
 | 
| /Linux-v5.4/drivers/gpu/drm/mediatek/ | 
| D | mtk_drm_plane.c | 50 	struct mtk_plane_state *old_state = to_mtk_plane_state(plane->state);  in mtk_plane_duplicate_state()  local105 				    struct drm_plane_state *old_state)  in mtk_plane_atomic_update()
 140 				     struct drm_plane_state *old_state)  in mtk_plane_atomic_disable()
 
 | 
| /Linux-v5.4/drivers/gpu/drm/ | 
| D | drm_atomic_helper.c | 965 crtc_needs_disable(struct drm_crtc_state *old_state,  in crtc_needs_disable()986 disable_outputs(struct drm_device *dev, struct drm_atomic_state *old_state)  in disable_outputs()
 1108 					      struct drm_atomic_state *old_state)  in drm_atomic_helper_update_legacy_modeset_state()
 1173 crtc_set_mode(struct drm_device *dev, struct drm_atomic_state *old_state)  in crtc_set_mode()
 1247 					       struct drm_atomic_state *old_state)  in drm_atomic_helper_commit_modeset_disables()
 1258 						struct drm_atomic_state *old_state)  in drm_atomic_helper_commit_writebacks()
 1293 					      struct drm_atomic_state *old_state)  in drm_atomic_helper_commit_modeset_enables()
 1432 		struct drm_atomic_state *old_state)  in drm_atomic_helper_wait_for_vblanks()
 1491 					  struct drm_atomic_state *old_state)  in drm_atomic_helper_wait_for_flip_done()
 1529 void drm_atomic_helper_commit_tail(struct drm_atomic_state *old_state)  in drm_atomic_helper_commit_tail()
 [all …]
 
 | 
| D | drm_damage_helper.c | 271 				   const struct drm_plane_state *old_state,  in drm_atomic_helper_damage_iter_init()353 bool drm_atomic_helper_damage_merged(const struct drm_plane_state *old_state,  in drm_atomic_helper_damage_merged()
 
 | 
| /Linux-v5.4/drivers/gpu/drm/meson/ | 
| D | meson_crtc.c | 75 					  struct drm_crtc_state *old_state)  in meson_g12a_crtc_atomic_enable()111 				     struct drm_crtc_state *old_state)  in meson_crtc_atomic_enable()
 139 					   struct drm_crtc_state *old_state)  in meson_g12a_crtc_atomic_disable()
 164 				      struct drm_crtc_state *old_state)  in meson_crtc_atomic_disable()
 
 | 
| /Linux-v5.4/drivers/gpu/drm/vkms/ | 
| D | vkms_plane.c | 45 				     struct drm_plane_state *old_state)  in vkms_plane_destroy_state()92 				     struct drm_plane_state *old_state)  in vkms_plane_atomic_update()
 162 			    struct drm_plane_state *old_state)  in vkms_cleanup_fb()
 
 | 
| /Linux-v5.4/drivers/gpu/drm/tilcdc/ | 
| D | tilcdc_plane.c | 27 	struct drm_plane_state *old_state = plane->state;  in tilcdc_plane_atomic_check()  local77 				       struct drm_plane_state *old_state)  in tilcdc_plane_atomic_update()
 
 | 
| /Linux-v5.4/drivers/gpu/drm/hisilicon/hibmc/ | 
| D | hibmc_drm_de.c | 95 				      struct drm_plane_state *old_state)  in hibmc_plane_atomic_update()196 				     struct drm_crtc_state *old_state)  in hibmc_crtc_atomic_enable()
 214 				      struct drm_crtc_state *old_state)  in hibmc_crtc_atomic_disable()
 396 				    struct drm_crtc_state *old_state)  in hibmc_crtc_atomic_begin()
 416 				    struct drm_crtc_state *old_state)  in hibmc_crtc_atomic_flush()
 
 | 
| /Linux-v5.4/drivers/gpu/drm/virtio/ | 
| D | virtgpu_plane.c | 91 					    struct drm_plane_state *old_state)  in virtio_gpu_primary_plane_update()166 					 struct drm_plane_state *old_state)  in virtio_gpu_cursor_cleanup_fb()
 181 					   struct drm_plane_state *old_state)  in virtio_gpu_cursor_plane_update()
 
 | 
| D | virtgpu_display.c | 94 					  struct drm_crtc_state *old_state)  in virtio_gpu_crtc_atomic_enable()102 					   struct drm_crtc_state *old_state)  in virtio_gpu_crtc_atomic_disable()
 119 					 struct drm_crtc_state *old_state)  in virtio_gpu_crtc_atomic_flush()
 
 | 
| /Linux-v5.4/net/smc/ | 
| D | smc_close.c | 183 	int old_state;  in smc_close_active()  local342 	int old_state;  in smc_close_passive_work()  local
 434 	int old_state;  in smc_close_shutdown_write()  local
 
 | 
| /Linux-v5.4/drivers/gpu/drm/armada/ | 
| D | armada_plane.c | 98 	struct drm_plane_state *old_state)  in armada_drm_plane_cleanup_fb()159 	struct drm_plane_state *old_state)  in armada_drm_primary_plane_atomic_update()
 245 	struct drm_plane_state *old_state)  in armada_drm_primary_plane_atomic_disable()
 
 | 
| /Linux-v5.4/drivers/rtc/ | 
| D | rtc-bd70528.c | 51 			    int enable, int *old_state)  in bd70528_set_wake()80 				   int enable, int *old_state)  in bd70528_set_elapsed_tmr()
 122 					int *old_state)  in bd70528_set_rtc_based_timers()
 153 					      int old_state)  in bd70528_re_enable_rtc_based_timers()
 159 					    int *old_state)  in bd70528_disable_rtc_based_timers()
 
 | 
| /Linux-v5.4/net/wimax/ | 
| D | stack.c | 88 	enum wimax_st new_state, enum wimax_st old_state,  in wimax_gnl_re_state_change_alloc()175 void __check_new_state(enum wimax_st old_state, enum wimax_st new_state,  in __check_new_state()
 192 	enum wimax_st old_state = wimax_dev->state;  in __wimax_state_change()  local
 
 | 
| /Linux-v5.4/arch/powerpc/kvm/ | 
| D | book3s_hv_rm_xics.c | 249 	union kvmppc_icp_state old_state, new_state;  in icp_rm_try_to_deliver()  local419 	union kvmppc_icp_state old_state, new_state;  in icp_rm_down_cppr()  local
 492 	union kvmppc_icp_state old_state, new_state;  in xics_rm_h_xirr()  local
 531 	union kvmppc_icp_state old_state, new_state;  in xics_rm_h_ipi()  local
 617 	union kvmppc_icp_state old_state, new_state;  in xics_rm_h_cppr()  local
 
 | 
| /Linux-v5.4/drivers/gpu/drm/omapdrm/ | 
| D | omap_plane.c | 36 				  struct drm_plane_state *old_state)  in omap_plane_cleanup_fb()43 				     struct drm_plane_state *old_state)  in omap_plane_atomic_update()
 87 				      struct drm_plane_state *old_state)  in omap_plane_atomic_disable()
 
 | 
| /Linux-v5.4/drivers/gpu/drm/exynos/ | 
| D | exynos_drm_plane.c | 158 					   struct drm_plane_state *old_state)  in exynos_drm_plane_destroy_state()253 				       struct drm_plane_state *old_state)  in exynos_plane_atomic_update()
 267 					struct drm_plane_state *old_state)  in exynos_plane_atomic_disable()
 
 | 
| /Linux-v5.4/drivers/gpu/drm/vboxvideo/ | 
| D | vbox_mode.c | 282 				       struct drm_plane_state *old_state)  in vbox_primary_atomic_update()293 					struct drm_plane_state *old_state)  in vbox_primary_atomic_disable()
 321 				    struct drm_plane_state *old_state)  in vbox_primary_cleanup_fb()
 383 				      struct drm_plane_state *old_state)  in vbox_cursor_atomic_update()
 438 				       struct drm_plane_state *old_state)  in vbox_cursor_atomic_disable()
 475 				   struct drm_plane_state *old_state)  in vbox_cursor_cleanup_fb()
 
 | 
| /Linux-v5.4/drivers/gpu/drm/fsl-dcu/ | 
| D | fsl_dcu_drm_plane.c | 60 					     struct drm_plane_state *old_state)  in fsl_dcu_drm_plane_atomic_disable()76 					    struct drm_plane_state *old_state)  in fsl_dcu_drm_plane_atomic_update()
 
 | 
| /Linux-v5.4/drivers/gpu/drm/qxl/ | 
| D | qxl_display.c | 458 				   struct drm_crtc_state *old_state)  in qxl_crtc_atomic_enable()464 				    struct drm_crtc_state *old_state)  in qxl_crtc_atomic_disable()
 537 				      struct drm_plane_state *old_state)  in qxl_primary_atomic_update()
 568 				       struct drm_plane_state *old_state)  in qxl_primary_atomic_disable()
 583 				     struct drm_plane_state *old_state)  in qxl_cursor_atomic_update()
 693 				      struct drm_plane_state *old_state)  in qxl_cursor_atomic_disable()
 826 				 struct drm_plane_state *old_state)  in qxl_plane_cleanup_fb()
 
 | 
| /Linux-v5.4/drivers/gpu/drm/bochs/ | 
| D | bochs_kms.c | 57 			      struct drm_plane_state *old_state)  in bochs_pipe_update()84 				  struct drm_plane_state *old_state)  in bochs_pipe_cleanup_fb()
 
 | 
| /Linux-v5.4/drivers/input/keyboard/ | 
| D | pmic8xxx-keypad.c | 172 					 u16 *old_state)  in pmic8xxx_kp_read_matrix()220 					 u16 *old_state)  in __pmic8xxx_kp_scan_matrix()
 277 	u16 old_state[PM8XXX_MAX_ROWS];  in pmic8xxx_kp_scan_matrix()  local
 330 	u16 old_state[PM8XXX_MAX_ROWS];  in pmic8xxx_kp_stuck_irq()  local
 
 | 
| /Linux-v5.4/drivers/gpu/drm/vmwgfx/ | 
| D | vmwgfx_ldu.c | 218 				       struct drm_crtc_state *old_state)  in vmw_ldu_crtc_atomic_enable()228 					struct drm_crtc_state *old_state)  in vmw_ldu_crtc_atomic_disable()
 284 				    struct drm_plane_state *old_state)  in vmw_ldu_primary_plane_atomic_update()
 
 |