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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/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;
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iputils/racoon/
H A Dhandler.c510 if (iph2->dst_id) {
511 racoon_free(iph2->dst_id);
512 iph2->dst_id = NULL;
H A Dhandler.h213 struct sockaddr *dst_id; member in struct:ph2handle
H A Dpfkey.c921 if (iph2->ph1->rmconf->support_mip6 && iph2->src_id && iph2->dst_id) {
923 dst = iph2->dst_id;
1158 if (iph2->ph1->rmconf->support_mip6 && iph2->src_id && iph2->dst_id) {
1160 dst = iph2->dst_id;
H A Disakmp_quick.c1848 if (iph2->src_id || iph2->dst_id) {
1956 iph2->dst_id = dupsaddr((struct sockaddr *)&spidx.src);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/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 *
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/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

Completed in 160 milliseconds