Lines Matching refs:MPP_OK
107 return found ? MPP_OK : MPP_NOK; in mpp_service_check_cmd_valid()
282 if (MPP_OK == mpp_service_check_cmd_valid(MPP_CMD_SEND_CODEC_INFO, p->cap)) in mpp_service_init()
284 if (MPP_OK == mpp_service_check_cmd_valid(MPP_CMD_SET_RCB_INFO, p->cap)) { in mpp_service_init()
288 if (MPP_OK == mpp_service_check_cmd_valid(MPP_CMD_POLL_HW_IRQ, p->cap)) in mpp_service_init()
344 return MPP_OK; in mpp_service_deinit()
359 return MPP_OK; in mpp_service_attach()
374 return MPP_OK; in mpp_service_detach()
415 return MPP_OK; in mpp_service_delimit()
424 return MPP_OK; in mpp_service_set_cb_ctx()
438 return MPP_OK; in mpp_service_reg_wr()
452 return MPP_OK; in mpp_service_reg_rd()
462 return MPP_OK; in mpp_service_reg_offset()
476 return MPP_OK; in mpp_service_reg_offset()
484 return MPP_OK; in mpp_service_reg_offset()
494 return MPP_OK; in mpp_service_reg_offsets()
522 return MPP_OK; in mpp_service_reg_offsets()
530 return MPP_OK; in mpp_service_rcb_info()
542 return MPP_OK; in mpp_service_rcb_info()
550 return MPP_OK; in mpp_service_set_info()
558 return MPP_OK; in mpp_service_set_info()
577 MPP_RET ret = MPP_OK; in mpp_service_cmd_send()
660 MPP_RET ret = MPP_OK; in mpp_service_cmd_poll()