Lines Matching refs:lcids
90 * @idr_lock: synchronizes @lcids and @rcids modifications
91 * @lcids: idr of all channels with a known local channel id
116 struct idr lcids;
424 ret = idr_alloc_cyclic(&glink->lcids, channel,
446 idr_remove(&glink->lcids, channel->lcid);
972 channel = idr_find(&glink->lcids, lcid);
1087 /* qcom_glink_send_open_req() did register the channel in lcids*/
1089 idr_remove(&glink->lcids, channel->lcid);
1398 idr_for_each_entry(&glink->lcids, channel, lcid) {
1504 channel = idr_find(&glink->lcids, lcid);
1510 idr_remove(&glink->lcids, channel->lcid);
1666 idr_init(&glink->lcids);
1733 idr_for_each_entry(&glink->lcids, channel, cid)
1740 idr_destroy(&glink->lcids);