Lines Matching refs:ret
556 int ret; in link_channel_to_component() local
567 ret = comp->probe_channel(c->iface, c->channel_id, &c->cfg, name, in link_channel_to_component()
569 if (ret) { in link_channel_to_component()
571 return ret; in link_channel_to_component()
775 int ret; in hdm_enqueue_thread() local
797 ret = enqueue(mbo->ifp, mbo->hdm_channel_id, mbo); in hdm_enqueue_thread()
800 if (unlikely(ret)) { in hdm_enqueue_thread()
1094 int ret; in most_start_channel() local
1113 ret = -EINVAL; in most_start_channel()
1126 ret = -ENOMEM; in most_start_channel()
1130 ret = run_enqueue_thread(c, id); in most_start_channel()
1131 if (ret) in most_start_channel()
1150 return ret; in most_start_channel()