Searched refs:most_stop_channel (Results 1 - 12 of 12) sorted by relevance
/kernel/linux/linux-5.10/drivers/staging/most/net/ |
H A D | net.c | 201 most_stop_channel(nd->iface, nd->rx.ch_id, &comp); in most_nd_open() 227 most_stop_channel(nd->iface, nd->rx.ch_id, &comp); in most_nd_stop() 228 most_stop_channel(nd->iface, nd->tx.ch_id, &comp); in most_nd_stop() 392 * do not call most_stop_channel() here, because channels are in comp_disconnect_channel()
|
/kernel/linux/linux-6.6/drivers/staging/most/net/ |
H A D | net.c | 201 most_stop_channel(nd->iface, nd->rx.ch_id, &comp); in most_nd_open() 227 most_stop_channel(nd->iface, nd->rx.ch_id, &comp); in most_nd_stop() 228 most_stop_channel(nd->iface, nd->tx.ch_id, &comp); in most_nd_stop() 392 * do not call most_stop_channel() here, because channels are in comp_disconnect_channel()
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | most.h | 320 int most_stop_channel(struct most_interface *iface, int channel_idx,
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | most.h | 320 int most_stop_channel(struct most_interface *iface, int channel_idx,
|
/kernel/linux/linux-5.10/drivers/most/ |
H A D | most_cdev.c | 87 most_stop_channel(c->iface, c->channel_id, &comp.cc); in stop_channel()
|
H A D | core.c | 1155 * most_stop_channel - stops a running channel 1160 int most_stop_channel(struct most_interface *iface, int id, in most_stop_channel() function 1213 EXPORT_SYMBOL_GPL(most_stop_channel); variable
|
/kernel/linux/linux-5.10/drivers/staging/most/video/ |
H A D | video.c | 123 * We need to put MBOs back before we call most_stop_channel() in comp_vdev_close() 126 * to deliver MBOs until most_stop_channel() is called. in comp_vdev_close() 140 most_stop_channel(mdev->iface, mdev->ch_idx, &comp); in comp_vdev_close()
|
/kernel/linux/linux-6.6/drivers/most/ |
H A D | most_snd.c | 311 most_stop_channel(channel->iface, channel->id, &comp); in pcm_close()
|
H A D | most_cdev.c | 87 most_stop_channel(c->iface, c->channel_id, &comp.cc); in stop_channel()
|
H A D | core.c | 1155 * most_stop_channel - stops a running channel 1160 int most_stop_channel(struct most_interface *iface, int id, in most_stop_channel() function 1213 EXPORT_SYMBOL_GPL(most_stop_channel); variable
|
/kernel/linux/linux-6.6/drivers/staging/most/video/ |
H A D | video.c | 123 * We need to put MBOs back before we call most_stop_channel() in comp_vdev_close() 126 * to deliver MBOs until most_stop_channel() is called. in comp_vdev_close() 140 most_stop_channel(mdev->iface, mdev->ch_idx, &comp); in comp_vdev_close()
|
/kernel/linux/linux-5.10/drivers/staging/most/sound/ |
H A D | sound.c | 319 most_stop_channel(channel->iface, channel->id, &comp); in pcm_close()
|
Completed in 13 milliseconds