Searched refs:most_start_channel (Results 1 – 6 of 6) sorted by relevance
| /Linux-v5.4/drivers/staging/most/ |
| D | core.h | 319 int most_start_channel(struct most_interface *iface, int channel_idx,
|
| D | core.c | 1175 int most_start_channel(struct most_interface *iface, int id, in most_start_channel() function 1237 EXPORT_SYMBOL_GPL(most_start_channel);
|
| /Linux-v5.4/drivers/staging/most/net/ |
| D | net.c | 183 if (most_start_channel(nd->iface, nd->rx.ch_id, &comp)) { in most_nd_open() 189 if (most_start_channel(nd->iface, nd->tx.ch_id, &comp)) { in most_nd_open()
|
| /Linux-v5.4/drivers/staging/most/video/ |
| D | video.c | 99 ret = most_start_channel(mdev->iface, mdev->ch_idx, &comp); in comp_vdev_open()
|
| /Linux-v5.4/drivers/staging/most/cdev/ |
| D | cdev.c | 150 ret = most_start_channel(c->iface, c->channel_id, &comp.cc); in comp_open()
|
| /Linux-v5.4/drivers/staging/most/sound/ |
| D | sound.c | 293 if (most_start_channel(channel->iface, channel->id, &comp)) { in pcm_open()
|