Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/staging/most/net/
Dnet.c191 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/
Dcore.h319 int most_stop_channel(struct most_interface *iface, int channel_idx,
Dcore.c1265 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/
Dcdev.c91 most_stop_channel(c->iface, c->channel_id, &comp.cc); in stop_channel()
/Linux-v4.19/drivers/staging/most/sound/
Dsound.c307 most_stop_channel(channel->iface, channel->id, &comp); in pcm_close()
/Linux-v4.19/drivers/staging/most/video/
Dvideo.c141 most_stop_channel(mdev->iface, mdev->ch_idx, &comp); in comp_vdev_close()