Searched refs:lcids (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/rpmsg/
H A Dqcom_glink_native.c87 * @idr_lock: synchronizes @lcids and @rcids modifications
88 * @lcids: idr of all channels with a known local channel id
109 struct idr lcids; member in struct:qcom_glink
470 ret = idr_alloc_cyclic(&glink->lcids, channel,
492 idr_remove(&glink->lcids, channel->lcid);
1026 channel = idr_find(&glink->lcids, lcid);
1190 /* qcom_glink_send_open_req() did register the channel in lcids*/
1192 idr_remove(&glink->lcids, channel->lcid);
1532 idr_for_each_entry(&glink->lcids, channel, lcid) {
1643 channel = idr_find(&glink->lcids, lci
[all...]

Completed in 130 milliseconds