Home
last modified time | relevance | path

Searched refs:probe_base (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/external/mpp/mpp/hal/rkdec/vp9d/
H A Dhal_vp9d_rkv.c36 MppBuffer probe_base; member
65 &hw_ctx->g_buf[i].probe_base, PROB_SIZE); in hal_vp9d_alloc_res()
91 ret = mpp_buffer_get(p_hal->group, &hw_ctx->probe_base, PROB_SIZE); in hal_vp9d_alloc_res()
124 if (hw_ctx->g_buf[i].probe_base) { in hal_vp9d_release_res()
125 ret = mpp_buffer_put(hw_ctx->g_buf[i].probe_base); in hal_vp9d_release_res()
158 if (hw_ctx->probe_base) { in hal_vp9d_release_res()
159 ret = mpp_buffer_put(hw_ctx->probe_base); in hal_vp9d_release_res()
275 hw_ctx->probe_base = hw_ctx->g_buf[i].probe_base; in hal_vp9d_rkv_gen_regs()
291 hal_vp9d_output_probe(mpp_buffer_get_ptr(hw_ctx->probe_base), task->dec.syntax.data); in hal_vp9d_rkv_gen_regs()
333 vp9_hw_regs->swreg6_cabactbl_prob_base = mpp_buffer_get_fd(hw_ctx->probe_base); in hal_vp9d_rkv_gen_regs()
H A Dhal_vp9d_vdpu382.c48 MppBuffer probe_base; member
109 … ret = mpp_buffer_get(p_hal->group, &hw_ctx->g_buf[i].probe_base, VDPU382_PROBE_BUFFER_SIZE); in hal_vp9d_alloc_res()
117 ret = mpp_buffer_get(p_hal->group, &hw_ctx->probe_base, VDPU382_PROBE_BUFFER_SIZE); in hal_vp9d_alloc_res()
157 if (hw_ctx->g_buf[i].probe_base) { in hal_vp9d_release_res()
158 ret = mpp_buffer_put(hw_ctx->g_buf[i].probe_base); in hal_vp9d_release_res()
177 if (hw_ctx->probe_base) { in hal_vp9d_release_res()
178 ret = mpp_buffer_put(hw_ctx->probe_base); in hal_vp9d_release_res()
436 hw_ctx->probe_base = hw_ctx->g_buf[i].probe_base; in hal_vp9d_vdpu382_gen_regs()
472 hal_vp9d_prob_flag_delta(mpp_buffer_get_ptr(hw_ctx->probe_base), task->dec.syntax.data); in hal_vp9d_vdpu382_gen_regs()
607 vp9_hw_regs->vp9d_addr.reg160_delta_prob_base = mpp_buffer_get_fd(hw_ctx->probe_base); in hal_vp9d_vdpu382_gen_regs()
[all …]
H A Dhal_vp9d_vdpu34x.c48 MppBuffer probe_base; member
109 … ret = mpp_buffer_get(p_hal->group, &hw_ctx->g_buf[i].probe_base, VDPU34X_PROBE_BUFFER_SIZE); in hal_vp9d_alloc_res()
117 ret = mpp_buffer_get(p_hal->group, &hw_ctx->probe_base, VDPU34X_PROBE_BUFFER_SIZE); in hal_vp9d_alloc_res()
156 if (hw_ctx->g_buf[i].probe_base) { in hal_vp9d_release_res()
157 ret = mpp_buffer_put(hw_ctx->g_buf[i].probe_base); in hal_vp9d_release_res()
176 if (hw_ctx->probe_base) { in hal_vp9d_release_res()
177 ret = mpp_buffer_put(hw_ctx->probe_base); in hal_vp9d_release_res()
423 hw_ctx->probe_base = hw_ctx->g_buf[i].probe_base; in hal_vp9d_vdpu34x_gen_regs()
459 hal_vp9d_prob_flag_delta(mpp_buffer_get_ptr(hw_ctx->probe_base), task->dec.syntax.data); in hal_vp9d_vdpu34x_gen_regs()
597 vp9_hw_regs->vp9d_addr.reg160_delta_prob_base = mpp_buffer_get_fd(hw_ctx->probe_base); in hal_vp9d_vdpu34x_gen_regs()
[all …]
H A Dhal_vp9d_ctx.h41 MppBuffer probe_base; member
/OK3568_Linux_fs/kernel/drivers/platform/x86/
H A Dsony-laptop.c1867 int probe_base = 0; in sony_nc_kbd_backlight_setup() local
1882 probe_base = 0x0; in sony_nc_kbd_backlight_setup()
1886 probe_base = 0x0B00; in sony_nc_kbd_backlight_setup()
1890 probe_base = 0x0100; in sony_nc_kbd_backlight_setup()
1895 ret = sony_call_snc_handle(handle, probe_base, &result); in sony_nc_kbd_backlight_setup()