Lines Matching defs:adev
93 struct amdgpu_device *adev = (struct amdgpu_device *)handle; in vcn_v2_0_early_init() local
117 struct amdgpu_device *adev = (struct amdgpu_device *)handle; in vcn_v2_0_sw_init() local
223 struct amdgpu_device *adev = (struct amdgpu_device *)handle; in vcn_v2_0_sw_fini() local
243 struct amdgpu_device *adev = (struct amdgpu_device *)handle; in vcn_v2_0_hw_init() local
292 struct amdgpu_device *adev = (struct amdgpu_device *)handle; in vcn_v2_0_hw_fini() local
324 struct amdgpu_device *adev = (struct amdgpu_device *)handle; in vcn_v2_0_suspend() local
345 struct amdgpu_device *adev = (struct amdgpu_device *)handle; in vcn_v2_0_resume() local
363 static void vcn_v2_0_mc_resume(struct amdgpu_device *adev) in vcn_v2_0_mc_resume()
408 static void vcn_v2_0_mc_resume_dpg_mode(struct amdgpu_device *adev, bool indirect) in vcn_v2_0_mc_resume_dpg_mode()
509 static void vcn_v2_0_disable_clock_gating(struct amdgpu_device *adev) in vcn_v2_0_disable_clock_gating()
611 static void vcn_v2_0_clock_gating_dpg_mode(struct amdgpu_device *adev, in vcn_v2_0_clock_gating_dpg_mode()
666 static int jpeg_v2_0_start(struct amdgpu_device *adev) in jpeg_v2_0_start()
735 static int jpeg_v2_0_stop(struct amdgpu_device *adev) in jpeg_v2_0_stop()
790 static void vcn_v2_0_enable_clock_gating(struct amdgpu_device *adev) in vcn_v2_0_enable_clock_gating()
841 static void vcn_v2_0_disable_static_power_gating(struct amdgpu_device *adev) in vcn_v2_0_disable_static_power_gating()
888 static void vcn_v2_0_enable_static_power_gating(struct amdgpu_device *adev) in vcn_v2_0_enable_static_power_gating()
928 static int vcn_v2_0_start_dpg_mode(struct amdgpu_device *adev, bool indirect) in vcn_v2_0_start_dpg_mode()
1054 static int vcn_v2_0_start(struct amdgpu_device *adev) in vcn_v2_0_start()
1227 static int vcn_v2_0_stop_dpg_mode(struct amdgpu_device *adev) in vcn_v2_0_stop_dpg_mode()
1259 static int vcn_v2_0_stop(struct amdgpu_device *adev) in vcn_v2_0_stop()
1331 static int vcn_v2_0_pause_dpg_mode(struct amdgpu_device *adev, in vcn_v2_0_pause_dpg_mode()
1395 struct amdgpu_device *adev = (struct amdgpu_device *)handle; in vcn_v2_0_is_idle() local
1402 struct amdgpu_device *adev = (struct amdgpu_device *)handle; in vcn_v2_0_wait_for_idle() local
1414 struct amdgpu_device *adev = (struct amdgpu_device *)handle; in vcn_v2_0_set_clockgating_state() local
1438 struct amdgpu_device *adev = ring->adev; in vcn_v2_0_dec_ring_get_rptr() local
1452 struct amdgpu_device *adev = ring->adev; in vcn_v2_0_dec_ring_get_wptr() local
1469 struct amdgpu_device *adev = ring->adev; in vcn_v2_0_dec_ring_set_wptr() local
1492 struct amdgpu_device *adev = ring->adev; in vcn_v2_0_dec_ring_insert_start() local
1509 struct amdgpu_device *adev = ring->adev; in vcn_v2_0_dec_ring_insert_end() local
1524 struct amdgpu_device *adev = ring->adev; in vcn_v2_0_dec_ring_insert_nop() local
1546 struct amdgpu_device *adev = ring->adev; in vcn_v2_0_dec_ring_emit_fence() local
1585 struct amdgpu_device *adev = ring->adev; in vcn_v2_0_dec_ring_emit_ib() local
1602 struct amdgpu_device *adev = ring->adev; in vcn_v2_0_dec_ring_emit_reg_wait() local
1636 struct amdgpu_device *adev = ring->adev; in vcn_v2_0_dec_ring_emit_wreg() local
1658 struct amdgpu_device *adev = ring->adev; in vcn_v2_0_enc_ring_get_rptr() local
1675 struct amdgpu_device *adev = ring->adev; in vcn_v2_0_enc_ring_get_wptr() local
1699 struct amdgpu_device *adev = ring->adev; in vcn_v2_0_enc_ring_set_wptr() local
1802 struct amdgpu_device *adev = ring->adev; in vcn_v2_0_jpeg_ring_get_rptr() local
1816 struct amdgpu_device *adev = ring->adev; in vcn_v2_0_jpeg_ring_get_wptr() local
1833 struct amdgpu_device *adev = ring->adev; in vcn_v2_0_jpeg_ring_set_wptr() local
2059 static int vcn_v2_0_set_interrupt_state(struct amdgpu_device *adev, in vcn_v2_0_set_interrupt_state()
2067 static int vcn_v2_0_process_interrupt(struct amdgpu_device *adev, in vcn_v2_0_process_interrupt()
2097 struct amdgpu_device *adev = ring->adev; in vcn_v2_0_dec_ring_test_ring() local
2136 struct amdgpu_device *adev = (struct amdgpu_device *)handle; in vcn_v2_0_set_powergating_state() local
2261 static void vcn_v2_0_set_dec_ring_funcs(struct amdgpu_device *adev) in vcn_v2_0_set_dec_ring_funcs()
2267 static void vcn_v2_0_set_enc_ring_funcs(struct amdgpu_device *adev) in vcn_v2_0_set_enc_ring_funcs()
2277 static void vcn_v2_0_set_jpeg_ring_funcs(struct amdgpu_device *adev) in vcn_v2_0_set_jpeg_ring_funcs()
2288 static void vcn_v2_0_set_irq_funcs(struct amdgpu_device *adev) in vcn_v2_0_set_irq_funcs()