most_start_channel 150 drivers/staging/most/cdev/cdev.c ret = most_start_channel(c->iface, c->channel_id, &comp.cc); most_start_channel 1237 drivers/staging/most/core.c EXPORT_SYMBOL_GPL(most_start_channel); most_start_channel 319 drivers/staging/most/core.h int most_start_channel(struct most_interface *iface, int channel_idx, most_start_channel 193 drivers/staging/most/net/net.c if (most_start_channel(nd->iface, nd->rx.ch_id, &comp)) { most_start_channel 199 drivers/staging/most/net/net.c if (most_start_channel(nd->iface, nd->tx.ch_id, &comp)) { most_start_channel 293 drivers/staging/most/sound/sound.c if (most_start_channel(channel->iface, channel->id, &comp)) { most_start_channel 99 drivers/staging/most/video/video.c ret = most_start_channel(mdev->iface, mdev->ch_idx, &comp);