Searched refs:most_start_channel (Results 1 - 12 of 12) sorted by relevance
/kernel/linux/linux-5.10/include/linux/ |
H A D | most.h | 318 int most_start_channel(struct most_interface *iface, int channel_idx,
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | most.h | 318 int most_start_channel(struct most_interface *iface, int channel_idx,
|
/kernel/linux/linux-5.10/drivers/staging/most/net/ |
H A D | net.c | 193 if (most_start_channel(nd->iface, nd->rx.ch_id, &comp)) { in most_nd_open() 194 netdev_err(dev, "most_start_channel() failed\n"); in most_nd_open() 199 if (most_start_channel(nd->iface, nd->tx.ch_id, &comp)) { in most_nd_open() 200 netdev_err(dev, "most_start_channel() failed\n"); in most_nd_open()
|
/kernel/linux/linux-6.6/drivers/staging/most/net/ |
H A D | net.c | 193 if (most_start_channel(nd->iface, nd->rx.ch_id, &comp)) { in most_nd_open() 194 netdev_err(dev, "most_start_channel() failed\n"); in most_nd_open() 199 if (most_start_channel(nd->iface, nd->tx.ch_id, &comp)) { in most_nd_open() 200 netdev_err(dev, "most_start_channel() failed\n"); in most_nd_open()
|
/kernel/linux/linux-5.10/drivers/most/ |
H A D | most_cdev.c | 143 ret = most_start_channel(c->iface, c->channel_id, &comp.cc); in comp_open()
|
H A D | core.c | 1080 * most_start_channel - prepares a channel for communication 1090 int most_start_channel(struct most_interface *iface, int id, in most_start_channel() function 1152 EXPORT_SYMBOL_GPL(most_start_channel); variable
|
/kernel/linux/linux-5.10/drivers/staging/most/video/ |
H A D | video.c | 98 ret = most_start_channel(mdev->iface, mdev->ch_idx, &comp); in comp_vdev_open() 100 v4l2_err(&mdev->v4l2_dev, "most_start_channel() failed\n"); in comp_vdev_open()
|
/kernel/linux/linux-6.6/drivers/most/ |
H A D | most_snd.c | 283 ret = most_start_channel(channel->iface, channel->id, &comp); in pcm_open() 285 pr_err("most_start_channel() failed!\n"); in pcm_open()
|
H A D | most_cdev.c | 143 ret = most_start_channel(c->iface, c->channel_id, &comp.cc); in comp_open()
|
H A D | core.c | 1080 * most_start_channel - prepares a channel for communication 1090 int most_start_channel(struct most_interface *iface, int id, in most_start_channel() function 1152 EXPORT_SYMBOL_GPL(most_start_channel); variable
|
/kernel/linux/linux-6.6/drivers/staging/most/video/ |
H A D | video.c | 98 ret = most_start_channel(mdev->iface, mdev->ch_idx, &comp); in comp_vdev_open() 100 v4l2_err(&mdev->v4l2_dev, "most_start_channel() failed\n"); in comp_vdev_open()
|
/kernel/linux/linux-5.10/drivers/staging/most/sound/ |
H A D | sound.c | 291 ret = most_start_channel(channel->iface, channel->id, &comp); in pcm_open() 293 pr_err("most_start_channel() failed!\n"); in pcm_open()
|
Completed in 12 milliseconds