Searched refs:liids (Results 1 – 1 of 1) sorted by relevance
169 struct idr liids; member233 idr_init(&channel->liids); in qcom_glink_alloc_channel()261 idr_for_each_entry(&channel->liids, tmp, iid) { in qcom_glink_channel_release()265 idr_destroy(&channel->liids); in qcom_glink_channel_release()525 idr_remove(&channel->liids, intent->id); in qcom_glink_rx_done()670 ret = idr_alloc_cyclic(&channel->liids, intent, 1, -1, GFP_ATOMIC); in qcom_glink_alloc_intent()853 intent = idr_find(&channel->liids, liid); in qcom_glink_rx_data()