Home
last modified time | relevance | path

Searched refs:stop_channel (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/most/
Dmost_cdev.c81 static void stop_channel(struct comp_channel *c) in stop_channel() function
166 stop_channel(c); in comp_close()
334 stop_channel(c); in comp_disconnect_channel()
/kernel/linux/linux-5.10/drivers/net/ipa/
Dipa_endpoint.c1401 bool stop_channel; in ipa_endpoint_suspend_one() local
1413 stop_channel = endpoint->ipa->version != IPA_VERSION_3_5_1; in ipa_endpoint_suspend_one()
1414 ret = gsi_channel_suspend(gsi, endpoint->channel_id, stop_channel); in ipa_endpoint_suspend_one()