disconnect_channel  499 drivers/staging/most/cdev/cdev.c 		.disconnect_channel = comp_disconnect_channel,
disconnect_channel  759 drivers/staging/most/core.c 	if (comp->disconnect_channel(c->iface, c->channel_id))
disconnect_channel  780 drivers/staging/most/core.c 	if (comp->disconnect_channel(c->iface, c->channel_id))
disconnect_channel 1325 drivers/staging/most/core.c 			comp->disconnect_channel(c->iface, c->channel_id);
disconnect_channel 1487 drivers/staging/most/core.c 			c->pipe0.comp->disconnect_channel(c->iface,
disconnect_channel 1490 drivers/staging/most/core.c 			c->pipe1.comp->disconnect_channel(c->iface,
disconnect_channel  271 drivers/staging/most/core.h 	int (*disconnect_channel)(struct most_interface *iface,
disconnect_channel  513 drivers/staging/most/net/net.c 	.disconnect_channel = comp_disconnect_channel,
disconnect_channel  787 drivers/staging/most/sound/sound.c 	.disconnect_channel = audio_disconnect_channel,
disconnect_channel  533 drivers/staging/most/video/video.c 	.disconnect_channel = comp_disconnect_channel,