Searched refs:disconnect_channel (Results 1 – 6 of 6) sorted by relevance
| /Linux-v5.4/drivers/staging/most/ |
| D | core.h | 271 int (*disconnect_channel)(struct most_interface *iface, member
|
| D | core.c | 759 if (comp->disconnect_channel(c->iface, c->channel_id)) in remove_link_store() 780 if (comp->disconnect_channel(c->iface, c->channel_id)) in most_remove_link() 1325 comp->disconnect_channel(c->iface, c->channel_id); in disconnect_channels() 1487 c->pipe0.comp->disconnect_channel(c->iface, in most_deregister_interface() 1490 c->pipe1.comp->disconnect_channel(c->iface, in most_deregister_interface()
|
| /Linux-v5.4/drivers/staging/most/net/ |
| D | net.c | 503 .disconnect_channel = comp_disconnect_channel,
|
| /Linux-v5.4/drivers/staging/most/video/ |
| D | video.c | 533 .disconnect_channel = comp_disconnect_channel,
|
| /Linux-v5.4/drivers/staging/most/cdev/ |
| D | cdev.c | 499 .disconnect_channel = comp_disconnect_channel,
|
| /Linux-v5.4/drivers/staging/most/sound/ |
| D | sound.c | 787 .disconnect_channel = audio_disconnect_channel,
|