Lines Matching refs:MPP_OK
96 return found ? MPP_OK : MPP_NOK; in mpp_service_check_cmd_valid()
314 if (MPP_OK == mpp_service_check_cmd_valid(MPP_CMD_SEND_CODEC_INFO, p->cap)) in mpp_service_init()
316 if (MPP_OK == mpp_service_check_cmd_valid(MPP_CMD_SET_RCB_INFO, p->cap)) { in mpp_service_init()
322 if (MPP_OK == mpp_service_check_cmd_valid(MPP_CMD_POLL_HW_IRQ, p->cap)) in mpp_service_init()
408 return MPP_OK; in mpp_service_deinit()
423 return MPP_OK; in mpp_service_attach()
438 return MPP_OK; in mpp_service_detach()
479 return MPP_OK; in mpp_service_delimit()
488 return MPP_OK; in mpp_service_set_cb_ctx()
502 return MPP_OK; in mpp_service_reg_wr()
516 return MPP_OK; in mpp_service_reg_rd()
526 return MPP_OK; in mpp_service_reg_offset()
540 return MPP_OK; in mpp_service_reg_offset()
548 return MPP_OK; in mpp_service_reg_offset()
558 return MPP_OK; in mpp_service_reg_offsets()
586 return MPP_OK; in mpp_service_reg_offsets()
594 return MPP_OK; in mpp_service_rcb_info()
606 return MPP_OK; in mpp_service_rcb_info()
614 return MPP_OK; in mpp_service_set_info()
622 return MPP_OK; in mpp_service_set_info()
645 return MPP_OK; in mpp_service_lock_map()
654 return MPP_OK; in mpp_service_unlock_map()
708 MPP_RET ret = MPP_OK; in mpp_service_cmd_send()
791 MPP_RET ret = MPP_OK; in mpp_service_cmd_poll()