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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/dma/
H A Ddmatest.c79 u8 **dsts; member in struct:dmatest_thread
276 thread->dsts = kcalloc(dst_cnt+1, sizeof(u8 *), GFP_KERNEL);
277 if (!thread->dsts)
280 thread->dsts[i] = kmalloc(test_buf_size, GFP_KERNEL);
281 if (!thread->dsts[i])
284 thread->dsts[i] = NULL;
327 dmatest_init_dsts(thread->dsts, dst_off, len);
337 dma_dsts[i] = dma_map_single(dev->dev, thread->dsts[i],
432 error_count += dmatest_verify(thread->dsts, 0, dst_off,
434 error_count += dmatest_verify(thread->dsts, dst_of
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libswresample/
H A Ddither_template.c26 void RENAME(swri_noise_shaping)(SwrContext *s, AudioData *dsts, const AudioData *srcs, const AudioData *noises, int count){ argument
39 DELEM *dst = (DELEM*)dsts->ch[ch];
H A Dswresample_internal.h176 void swri_noise_shaping_int16 (SwrContext *s, AudioData *dsts, const AudioData *srcs, const AudioData *noises, int count);
177 void swri_noise_shaping_int32 (SwrContext *s, AudioData *dsts, const AudioData *srcs, const AudioData *noises, int count);
178 void swri_noise_shaping_float (SwrContext *s, AudioData *dsts, const AudioData *srcs, const AudioData *noises, int count);
179 void swri_noise_shaping_double(SwrContext *s, AudioData *dsts, const AudioData *srcs, const AudioData *noises, int count);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/
H A Dvf_mcdeint.c203 int dsts = outpic ->linesize[i]; local
210 uint8_t *dstp = &outpic ->data[i][x + y*dsts];
271 outpic ->data[i][x + y*dsts] = inpic->data[i][x + y*srcs];
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/src/pcm/
H A Dpcm_route.c71 snd_pcm_route_ttable_dst_t *dsts; member in struct:__anon1499
490 dstp = params->dsts;
514 if (params->dsts) {
516 free(params->dsts[dst_channel].srcs);
518 free(params->dsts);
717 snd_pcm_route_ttable_dst_t *d = &route->params.dsts[dst];
785 dptr = calloc(dused, sizeof(*params->dsts));
788 params->dsts = dptr;
H A Dpcm_rate.c482 char *dsts[channels]; local
487 dsts[c] = snd_pcm_channel_area_addr(areas + c, offset);
493 dst = dsts[c];
502 dsts[c] += dst_step[c];
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/dma/ppc4xx/
H A Ddma.h129 u32 dsts; member in struct:dma_regs
H A Dadma.c1222 rv = ioread32(&dma_reg->dsts);
1227 iowrite32(rv, &dma_reg->dsts);
4512 iowrite32(~0, &adev->dma_reg->dsts);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/gadget/
H A Ds3c-hsotg.c1526 u32 dsts; local
1528 dsts = readl(hsotg->regs + S3C_DSTS);
1529 dsts &= S3C_DSTS_SOFFN_MASK;
1530 dsts >>= S3C_DSTS_SOFFN_SHIFT;
1532 return dsts;
1879 u32 dsts = readl(hsotg->regs + S3C_DSTS); local
1886 dev_dbg(hsotg->dev, "EnumDone (DSTS=0x%08x)\n", dsts);
1893 switch (dsts & S3C_DSTS_EnumSpd_MASK) {

Completed in 203 milliseconds