/netbsd-src/sys/external/bsd/drm2/dist/drm/ |
H A D | drm_bridge.c | 423 struct drm_atomic_state *old_state) in drm_atomic_bridge_chain_disable() 458 struct drm_atomic_state *old_state) in drm_atomic_bridge_chain_post_disable() 489 struct drm_atomic_state *old_state) in drm_atomic_bridge_chain_pre_enable() 523 struct drm_atomic_state *old_state) in drm_atomic_bridge_chain_enable()
|
H A 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() 1110 struct drm_atomic_state *old_state) in drm_atomic_helper_update_legacy_modeset_state() 1175 crtc_set_mode(struct drm_device *dev, struct drm_atomic_state *old_state) in crtc_set_mode() 1251 struct drm_atomic_state *old_state) in drm_atomic_helper_commit_modeset_disables() 1262 struct drm_atomic_state *old_state) in drm_atomic_helper_commit_writebacks() 1297 struct drm_atomic_state *old_state) in drm_atomic_helper_commit_modeset_enables() 1438 struct drm_atomic_state *old_state) in drm_atomic_helper_wait_for_vblanks() 1521 struct drm_atomic_state *old_state) in drm_atomic_helper_wait_for_flip_done() 1559 void drm_atomic_helper_commit_tail(struct drm_atomic_state *old_state) in drm_atomic_helper_commit_tail() [all …]
|
H A D | drm_damage_helper.c | 282 const struct drm_plane_state *old_state, in drm_atomic_helper_damage_iter_init() 364 bool drm_atomic_helper_damage_merged(const struct drm_plane_state *old_state, in drm_atomic_helper_damage_merged()
|
/netbsd-src/sys/external/bsd/drm2/dist/drm/virtio/ |
H A D | virtgpu_plane.c | 135 struct drm_plane_state *old_state) in virtio_gpu_primary_plane_update() 221 struct drm_plane_state *old_state) in virtio_gpu_cursor_cleanup_fb() 236 struct drm_plane_state *old_state) in virtio_gpu_cursor_plane_update()
|
H A D | virtgpu_display.c | 102 struct drm_crtc_state *old_state) in virtio_gpu_crtc_atomic_enable() 110 struct drm_crtc_state *old_state) in virtio_gpu_crtc_atomic_disable() 127 struct drm_crtc_state *old_state) in virtio_gpu_crtc_atomic_flush()
|
/netbsd-src/sys/external/bsd/drm2/dist/drm/qxl/ |
H A D | qxl_display.c | 463 struct drm_crtc_state *old_state) in qxl_crtc_atomic_enable() 469 struct drm_crtc_state *old_state) in qxl_crtc_atomic_disable() 542 struct drm_plane_state *old_state) in qxl_primary_atomic_update() 573 struct drm_plane_state *old_state) in qxl_primary_atomic_disable() 588 struct drm_plane_state *old_state) in qxl_cursor_atomic_update() 698 struct drm_plane_state *old_state) in qxl_cursor_atomic_disable() 831 struct drm_plane_state *old_state) in qxl_plane_cleanup_fb()
|
/netbsd-src/sys/external/bsd/drm2/dist/drm/vmwgfx/ |
H A D | vmwgfx_ldu.c | 223 struct drm_crtc_state *old_state) in vmw_ldu_crtc_atomic_enable() 233 struct drm_crtc_state *old_state) in vmw_ldu_crtc_atomic_disable() 289 struct drm_plane_state *old_state) in vmw_ldu_primary_plane_atomic_update()
|
H A D | vmwgfx_scrn.c | 287 struct drm_crtc_state *old_state) in vmw_sou_crtc_atomic_enable() 297 struct drm_crtc_state *old_state) in vmw_sou_crtc_atomic_disable() 384 struct drm_plane_state *old_state) in vmw_sou_primary_plane_cleanup_fb() 544 struct drm_plane_state *old_state, in vmw_sou_plane_update_bo() 705 struct drm_plane_state *old_state, in vmw_sou_plane_update_surface() 733 struct drm_plane_state *old_state) in vmw_sou_primary_plane_atomic_update()
|
H A D | vmwgfx_stdu.c | 416 struct drm_crtc_state *old_state) in vmw_stdu_crtc_atomic_enable() 421 struct drm_crtc_state *old_state) in vmw_stdu_crtc_atomic_disable() 1009 struct drm_plane_state *old_state) in vmw_stdu_primary_plane_cleanup_fb() 1369 struct drm_plane_state *old_state, in vmw_stdu_plane_update_bo() 1444 struct drm_plane_state *old_state = update->old_state; in vmw_stdu_surface_update_proxy() local 1544 struct drm_plane_state *old_state, in vmw_stdu_plane_update_surface() 1595 struct drm_plane_state *old_state) in vmw_stdu_primary_plane_atomic_update()
|
H A D | vmwgfx_kms.c | 336 struct drm_plane_state *old_state) in vmw_du_plane_cleanup_fb() 382 struct drm_plane_state *old_state) in vmw_du_cursor_plane_atomic_update() 2802 struct drm_plane_state *old_state = update->old_state; in vmw_du_helper_plane_update() local
|
/netbsd-src/sys/external/bsd/drm2/dist/drm/vboxvideo/ |
H A D | vbox_mode.c | 288 struct drm_plane_state *old_state) in vbox_primary_atomic_update() 332 struct drm_plane_state *old_state) in vbox_primary_atomic_disable() 393 struct drm_plane_state *old_state) in vbox_cursor_atomic_update() 447 struct drm_plane_state *old_state) in vbox_cursor_atomic_disable()
|
/netbsd-src/sys/external/bsd/drm2/dist/include/drm/ |
H A D | drm_atomic.h | 163 struct drm_plane_state *state, *old_state, *new_state; member 168 struct drm_crtc_state *state, *old_state, *new_state; member 186 struct drm_connector_state *state, *old_state, *new_state; member 307 struct drm_private_state *state, *old_state, *new_state; member
|
H A D | drm_dp_mst_helper.h | 848 struct drm_dp_mst_topology_state **old_state, in __drm_dp_mst_state_iter_get() 881 #define for_each_oldnew_mst_mgr_in_state(__state, mgr, old_state, new_state, __i) \ argument 898 #define for_each_old_mst_mgr_in_state(__state, mgr, old_state, __i) \ argument
|
/netbsd-src/external/gpl3/gcc/dist/gcc/analyzer/ |
H A D | sm.cc | 168 if (const program_state *old_state = get_old_program_state ()) in get_old_region_model() local
|
H A D | engine.cc | 86 const program_state *old_state, in impl_region_model_context() 301 const program_state *old_state, in impl_sm_context() 1373 const program_state old_state (*state); in on_stmt() local 1756 const program_state &old_state = get_state (); in detect_leaks() local 3500 state_change_requires_new_enode_p (const program_state &old_state, in state_change_requires_new_enode_p() 3777 program_state old_state (next_state); in process_node() local
|
/netbsd-src/external/gpl3/binutils.old/dist/gas/ |
H A D | app.c | 214 static int old_state; variable 232 int old_state; member
|
/netbsd-src/external/gpl3/binutils/dist/gas/ |
H A D | app.c | 214 static int old_state; variable 232 int old_state; member
|
/netbsd-src/sys/external/bsd/drm2/dist/drm/radeon/ |
H A D | radeon_rv6xx_dpm.c | 1208 struct rv6xx_ps *old_state = rv6xx_get_ps(old_ps); in rv6xx_set_sw_voltage_to_safe() local 1224 struct rv6xx_ps *old_state = rv6xx_get_ps(old_ps); in rv6xx_set_sw_voltage_to_low() local 1238 struct rv6xx_ps *old_state = rv6xx_get_ps(old_ps); in rv6xx_set_safe_backbias() local 1252 struct rv6xx_ps *old_state = rv6xx_get_ps(old_ps); in rv6xx_set_safe_pcie_gen2() local 1314 struct rv6xx_ps *old_state = rv6xx_get_ps(old_ps); in rv6xx_step_voltage_if_increasing() local 1329 struct rv6xx_ps *old_state = rv6xx_get_ps(old_ps); in rv6xx_step_voltage_if_decreasing() local 1427 struct rv6xx_ps *old_state = rv6xx_get_ps(old_ps); in rv6xx_generate_transition_stepping() local
|
H A D | radeon_rs780_dpm.c | 437 struct igp_ps *old_state = rs780_get_ps(old_ps); in rs780_set_engine_clock_scaling() local 484 struct igp_ps *old_state = rs780_get_ps(old_ps); in rs780_set_engine_clock_spc() local 503 struct igp_ps *old_state = rs780_get_ps(old_ps); in rs780_activate_engine_clk_scaling() local
|
/netbsd-src/sys/external/bsd/drm2/dist/drm/ast/ |
H A D | ast_mode.c | 569 struct drm_plane_state *old_state) in ast_primary_plane_helper_atomic_update() 589 struct drm_plane_state *old_state) in ast_primary_plane_helper_atomic_disable() 706 struct drm_plane_state *old_state) in ast_cursor_plane_helper_atomic_update() 742 struct drm_plane_state *old_state) in ast_cursor_plane_helper_atomic_disable()
|
/netbsd-src/sys/external/bsd/drm2/dist/drm/i915/display/ |
H A D | intel_atomic.c | 131 struct drm_connector_state *old_state = in intel_digital_connector_atomic_check() local
|
/netbsd-src/sys/net/agr/ |
H A D | ieee8023ad_lacp.c | 262 uint8_t old_state; in ieee8023ad_lacp_portstate() local
|
/netbsd-src/sys/external/bsd/drm2/dist/drm/nouveau/dispnv50/ |
H A D | nouveau_dispnv50_wndw.c | 477 nv50_wndw_cleanup_fb(struct drm_plane *plane, struct drm_plane_state *old_state) in nv50_wndw_cleanup_fb()
|
/netbsd-src/external/gpl3/gcc.old/dist/libcpp/ |
H A D | pch.c | 802 struct lexer_state old_state; in cpp_read_state() local
|
/netbsd-src/external/gpl3/gcc/dist/libcpp/ |
H A D | pch.cc | 802 struct lexer_state old_state; in cpp_read_state() local
|