Lines Matching refs:get
85 /* get id */
89 /* get value - try strings then ints */
103 else if (strcmp(id, "get") == 0)
104 hdr->ops.get = ival;
120 if (hdr->ops.info + hdr->ops.get + hdr->ops.put == 0)
131 if (err >= 0 && hdr->ops.get > 0) {
132 s = tplg_ops_name(hdr->ops.get);
135 hdr->ops.get);
170 /* get id */
174 /* get value - try strings then ints */
188 else if (strcmp(id, "get") == 0)
189 be->ext_ops.get = ival;
205 if (be->ext_ops.info + be->ext_ops.get + be->ext_ops.put == 0)
216 if (err >= 0 && be->ext_ops.get > 0) {
217 s = tplg_ops_name(be->ext_ops.get);
220 be->ext_ops.get);