Home
last modified time | relevance | path

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

/linux-6.14.4/drivers/media/platform/chips-media/wave5/
Dwave5-hw.c274 static int send_firmware_command(struct vpu_instance *inst, u32 cmd, bool check_success, in send_firmware_command() function
589 ret = send_firmware_command(inst, W5_CREATE_INSTANCE, true, NULL, NULL); in wave5_vpu_build_up_dec_param()
608 ret = send_firmware_command(inst, W5_FLUSH_INSTANCE, true, &reg_val, &fail_res); in wave5_vpu_hw_flush_instance()
659 ret = send_firmware_command(inst, W5_INIT_SEQ, true, &reg_val, &fail_res); in wave5_vpu_dec_init_seq()
901 ret = send_firmware_command(inst, W5_SET_FB, false, NULL, NULL); in wave5_vpu_dec_register_framebuffer()
991 ret = send_firmware_command(inst, W5_DEC_ENC_PIC, true, &reg_val, fail_res); in wave5_vpu_decode()
1468 return send_firmware_command(inst, W5_DESTROY_INSTANCE, true, NULL, fail_res); in wave5_vpu_dec_finish_seq()
1479 return send_firmware_command(inst, W5_UPDATE_BS, true, NULL, NULL); in wave5_vpu_dec_set_bitstream_flag()
1590 ret = send_firmware_command(inst, W5_CREATE_INSTANCE, true, NULL, NULL); in wave5_vpu_build_up_enc_param()
1884 return send_firmware_command(inst, W5_ENC_SET_PARAM, true, NULL, NULL); in wave5_vpu_enc_init_seq()
[all …]