Lines Matching defs:off
436 static int copy_data_hex(char *data, int off, const char *str, int width)
445 p += off;
468 int size, esize, off, num;
491 off = priv->size;
495 off = 0;
507 ret = copy_data_hex(priv->data, off, value, width);
598 int set_size, size, off;
630 off = priv->size;
634 array = (struct snd_soc_tplg_vendor_array *)(priv->data + off);
1579 size_t off;
1597 off = offsetof(struct snd_soc_tplg_manifest, priv);
1598 if (off + m->priv.size > size) {
1605 bin += off;
1606 size -= off;
1607 pos += off;
1885 size_t pos = 0, off;
1891 off = offsetof(struct snd_soc_tplg_private, array);
1895 if (off + size < tp->size) {
1946 bin += off + tp->size;
1947 size -= off + tp->size;
1948 pos += off + tp->size;