Searched refs:dst_id (Results 1 - 10 of 10) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/include/sound/
H A Dcontrol.h117 int snd_ctl_rename_id(struct snd_card * card, struct snd_ctl_elem_id *src_id, struct snd_ctl_elem_id *dst_id);
152 static inline struct snd_ctl_elem_id *snd_ctl_build_ioff(struct snd_ctl_elem_id *dst_id, argument
156 *dst_id = src_kctl->id;
157 dst_id->index += offset;
158 dst_id->numid += offset;
159 return dst_id;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/include/sound/
H A Dcontrol.h117 int snd_ctl_rename_id(struct snd_card * card, struct snd_ctl_elem_id *src_id, struct snd_ctl_elem_id *dst_id);
152 static inline struct snd_ctl_elem_id *snd_ctl_build_ioff(struct snd_ctl_elem_id *dst_id, argument
156 *dst_id = src_kctl->id;
157 dst_id->index += offset;
158 dst_id->numid += offset;
159 return dst_id;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/dma/
H A Dste_dma40.c451 int dst_id = 0; local
458 if (d40c->lcla.src_id >= 0 && d40c->lcla.dst_id >= 0)
487 dst_id = i;
488 if (dst_id == src_id)
492 d40c->lcla.dst_id = dst_id;
493 d40c->lcla.dst = lcla_lidx_base + dst_id * lli_per_log + 1;
591 (~(0x1 << d40c->lcla.dst_id));
596 d40c->lcla.dst_id = -1;
1580 (void) d40_log_sg_to_lli(d40c->lcla.dst_id,
[all...]
H A Dste_dma40_ll.h278 * @dst_id: logical channel dst id
285 int dst_id; member in struct:d40_lcla_elem
H A Dste_dma40_ll.c335 next_lli_off_dst = (lcla->dst_id *
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/dma/
H A Dste_dma40.c451 int dst_id = 0; local
458 if (d40c->lcla.src_id >= 0 && d40c->lcla.dst_id >= 0)
487 dst_id = i;
488 if (dst_id == src_id)
492 d40c->lcla.dst_id = dst_id;
493 d40c->lcla.dst = lcla_lidx_base + dst_id * lli_per_log + 1;
591 (~(0x1 << d40c->lcla.dst_id));
596 d40c->lcla.dst_id = -1;
1580 (void) d40_log_sg_to_lli(d40c->lcla.dst_id,
[all...]
H A Dste_dma40_ll.h278 * @dst_id: logical channel dst id
285 int dst_id; member in struct:d40_lcla_elem
H A Dste_dma40_ll.c335 next_lli_off_dst = (lcla->dst_id *
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/sound/core/
H A Dcontrol.c472 * @dst_id: the new id
480 struct snd_ctl_elem_id *dst_id)
490 kctl->id = *dst_id;
479 snd_ctl_rename_id(struct snd_card *card, struct snd_ctl_elem_id *src_id, struct snd_ctl_elem_id *dst_id) argument
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/sound/core/
H A Dcontrol.c472 * @dst_id: the new id
480 struct snd_ctl_elem_id *dst_id)
490 kctl->id = *dst_id;
479 snd_ctl_rename_id(struct snd_card *card, struct snd_ctl_elem_id *src_id, struct snd_ctl_elem_id *dst_id) argument

Completed in 139 milliseconds