Lines Matching refs:entry
197 * @list: lite entry for @channels in qcom_smd_edge
344 * struct qcom_smd_alloc_entry - channel allocation entry
662 * Creating a new channel requires allocating an smem entry, so we only
1193 struct qcom_smd_alloc_entry *entry;
1209 entry = &alloc_tbl[i];
1210 eflags = le32_to_cpu(entry->flags);
1214 if (entry->ref_count == 0)
1217 if (!entry->name[0])
1226 cid = le32_to_cpu(entry->cid);
1230 channel = qcom_smd_create_channel(edge, info_id, fifo_id, entry->name);