Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/most/aim-network/
Dnetworking.c201 most_stop_channel(nd->iface, nd->rx.ch_id, &aim); in most_nd_open()
227 most_stop_channel(nd->iface, nd->rx.ch_id, &aim); in most_nd_stop()
228 most_stop_channel(nd->iface, nd->tx.ch_id, &aim); in most_nd_stop()
/linux-4.4.14/drivers/staging/most/mostcore/
Dmostcore.h317 int most_stop_channel(struct most_interface *iface, int channel_idx,
Dcore.c1603 int most_stop_channel(struct most_interface *iface, int id, in most_stop_channel() function
1668 EXPORT_SYMBOL_GPL(most_stop_channel);
/linux-4.4.14/drivers/staging/most/aim-cdev/
Dcdev.c141 ret = most_stop_channel(channel->iface, channel->channel_id, &cdev_aim); in aim_close()
/linux-4.4.14/drivers/staging/most/aim-v4l2/
Dvideo.c151 most_stop_channel(mdev->iface, mdev->ch_idx, &aim_info); in aim_vdev_close()
/linux-4.4.14/drivers/staging/most/aim-sound/
Dsound.c317 most_stop_channel(channel->iface, channel->id, &audio_aim); in pcm_close()