Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/most/
H A 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()
/OK3568_Linux_fs/kernel/drivers/net/ipa/
H A Dipa_endpoint.c1403 bool stop_channel; in ipa_endpoint_suspend_one() local
1415 stop_channel = endpoint->ipa->version != IPA_VERSION_3_5_1; in ipa_endpoint_suspend_one()
1416 ret = gsi_channel_suspend(gsi, endpoint->channel_id, stop_channel); in ipa_endpoint_suspend_one()