Lines Matching defs:lcids
87 * @idr_lock: synchronizes @lcids and @rcids modifications
88 * @lcids: idr of all channels with a known local channel id
109 struct idr lcids;
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, lcid);
1649 idr_remove(&glink->lcids, channel->lcid);
1815 idr_init(&glink->lcids);
1860 idr_for_each_entry(&glink->lcids, channel, cid)
1869 idr_for_each_entry(&glink->lcids, channel, cid)
1876 idr_destroy(&glink->lcids);