Searched refs:most_start_channel (Results 1 – 6 of 6) sorted by relevance
/linux-4.4.14/drivers/staging/most/mostcore/ |
D | mostcore.h | 315 int most_start_channel(struct most_interface *iface, int channel_idx,
|
D | core.c | 1530 int most_start_channel(struct most_interface *iface, int id, in most_start_channel() function 1596 EXPORT_SYMBOL_GPL(most_start_channel);
|
/linux-4.4.14/drivers/staging/most/aim-network/ |
D | networking.c | 194 if (most_start_channel(nd->iface, nd->rx.ch_id, &aim)) { in most_nd_open() 199 if (most_start_channel(nd->iface, nd->tx.ch_id, &aim)) { in most_nd_open()
|
/linux-4.4.14/drivers/staging/most/aim-cdev/ |
D | cdev.c | 102 ret = most_start_channel(channel->iface, channel->channel_id, in aim_open()
|
/linux-4.4.14/drivers/staging/most/aim-v4l2/ |
D | video.c | 107 ret = most_start_channel(mdev->iface, mdev->ch_idx, &aim_info); in aim_vdev_open()
|
/linux-4.4.14/drivers/staging/most/aim-sound/ |
D | sound.c | 290 if (most_start_channel(channel->iface, channel->id, &audio_aim)) { in pcm_open()
|