Home
last modified time | relevance | path

Searched refs:most_stop_channel (Results 1 – 5 of 5) sorted by relevance

/drivers/staging/most/net/
Dnet.c201 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()
/drivers/most/
Dmost_cdev.c87 most_stop_channel(c->iface, c->channel_id, &comp.cc); in stop_channel()
Dmost_snd.c309 most_stop_channel(channel->iface, channel->id, &comp); in pcm_close()
Dcore.c1160 int most_stop_channel(struct most_interface *iface, int id, in most_stop_channel() function
1213 EXPORT_SYMBOL_GPL(most_stop_channel);
/drivers/staging/most/video/
Dvideo.c140 most_stop_channel(mdev->iface, mdev->ch_idx, &comp); in comp_vdev_close()