Lines Matching full:smem
19 /* struct smem_ops: Operations for the SMEM uclass */
22 * alloc() - allocate space for a smem item
25 * @item: smem item handle
33 * get() - Resolve ptr of size of a smem item
36 * @item: smem item handle
44 * get_free_space() - Get free space in smem in bytes
56 * smem_alloc() - allocate space for a smem item
58 * @item: smem item handle
62 * Allocate space for a given smem item of size @size, given that the item is
68 * smem_get() - resolve ptr of size of a smem item
70 * @item: smem item handle
74 * Looks up smem item and returns pointer to it. Size of smem
85 * To be used by smem clients as a quick way to determine if any new