Searched refs:most_stop_channel (Results 1 – 6 of 6) sorted by relevance
/Linux-v4.19/drivers/staging/most/net/ |
D | net.c | 191 most_stop_channel(nd->iface, nd->rx.ch_id, &comp); in most_nd_open() 217 most_stop_channel(nd->iface, nd->rx.ch_id, &comp); in most_nd_stop() 218 most_stop_channel(nd->iface, nd->tx.ch_id, &comp); in most_nd_stop()
|
/Linux-v4.19/drivers/staging/most/ |
D | core.h | 319 int most_stop_channel(struct most_interface *iface, int channel_idx,
|
D | core.c | 1265 int most_stop_channel(struct most_interface *iface, int id, in most_stop_channel() function 1318 EXPORT_SYMBOL_GPL(most_stop_channel);
|
/Linux-v4.19/drivers/staging/most/cdev/ |
D | cdev.c | 91 most_stop_channel(c->iface, c->channel_id, &comp.cc); in stop_channel()
|
/Linux-v4.19/drivers/staging/most/sound/ |
D | sound.c | 307 most_stop_channel(channel->iface, channel->id, &comp); in pcm_close()
|
/Linux-v4.19/drivers/staging/most/video/ |
D | video.c | 141 most_stop_channel(mdev->iface, mdev->ch_idx, &comp); in comp_vdev_close()
|