Searched refs:most_stop_channel (Results 1 – 6 of 6) sorted by relevance
/linux-4.4.14/drivers/staging/most/aim-network/ |
D | networking.c | 201 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/ |
D | mostcore.h | 317 int most_stop_channel(struct most_interface *iface, int channel_idx,
|
D | core.c | 1603 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/ |
D | cdev.c | 141 ret = most_stop_channel(channel->iface, channel->channel_id, &cdev_aim); in aim_close()
|
/linux-4.4.14/drivers/staging/most/aim-v4l2/ |
D | video.c | 151 most_stop_channel(mdev->iface, mdev->ch_idx, &aim_info); in aim_vdev_close()
|
/linux-4.4.14/drivers/staging/most/aim-sound/ |
D | sound.c | 317 most_stop_channel(channel->iface, channel->id, &audio_aim); in pcm_close()
|