Lines Matching defs:bt
1442 struct snd_tplg_bytes_template *bt,
1460 memset(bt, 0, sizeof(*bt));
1461 bt->hdr.type = bc->hdr.type;
1462 bt->hdr.name = bc->hdr.name;
1463 bt->hdr.access = bc->hdr.access;
1464 bt->hdr.ops.get = bc->hdr.ops.get;
1465 bt->hdr.ops.put = bc->hdr.ops.put;
1466 bt->hdr.ops.info = bc->hdr.ops.info;
1467 bt->max = bc->max;
1468 bt->mask = bc->mask;
1469 bt->base = bc->base;
1470 bt->num_regs = bc->num_regs;
1471 bt->ext_ops.get = bc->ext_ops.get;
1472 bt->ext_ops.put = bc->ext_ops.put;
1473 bt->ext_ops.info = bc->ext_ops.info;
1475 bt->hdr.name, bt->hdr.access);
1477 bt->priv = &bc->priv;
1487 struct snd_tplg_bytes_template bt;
1509 err = tplg_decode_control_bytes1(tplg, &bt, pos, bin, size);
1513 t.bytes_ctl = &bt;