Searched refs:ovly (Results 1 - 5 of 5) sorted by relevance

/linux-4.4.14/arch/powerpc/oprofile/cell/
H A Dvma_map.c112 struct spu_overlay_info ovly; create_vma_map() local
242 ovly_table_sym) / sizeof (ovly); create_vma_map()
246 if (copy_from_user(&ovly, ovly_table + i, sizeof (ovly))) create_vma_map()
249 /* The ovly.vma/size/offset arguments are analogous to the same create_vma_map()
254 * computed using ovly.buf as the index into the table. Since create_vma_map()
255 * ovly.buf values begin at '1' to reference the first (or 0th) create_vma_map()
257 * from ovly.buf. create_vma_map()
272 map = vma_map_add(map, ovly.vma, ovly.size, ovly.offset, create_vma_map()
273 ovly_buf_table_sym + (ovly.buf-1) * 4, i+1); create_vma_map()
H A Dpr_util.h53 * computed using ovly.buf as the index into the table. Since
54 * ovly.buf values begin at '1' to reference the first (or 0th)
56 * from ovly.buf.
/linux-4.4.14/sound/pci/hda/
H A Dpatch_ca0132.c1658 bool ovly) dsp_dma_setup_common()
1690 if (ovly) { dsp_dma_setup_common()
1715 if (ovly) { dsp_dma_setup_common()
1859 unsigned int dma_chan, bool ovly) dsp_dma_start()
1866 if (ovly) { dsp_dma_start()
1895 unsigned int dma_chan, bool ovly) dsp_dma_stop()
1902 if (ovly) { dsp_dma_stop()
2250 * @ovly: TRUE if overlay format is required
2260 bool ovly) dspxfr_one_seg()
2367 status = dsp_dma_stop(codec, dma_chan, ovly); dspxfr_one_seg()
2371 dma_chan, port_map_mask, ovly); dspxfr_one_seg()
2381 status = dsp_dma_start(codec, dma_chan, ovly); dspxfr_one_seg()
2446 * @ovly: TRUE if overlay format is required
2455 bool ovly) dspxfr_image()
2482 dma_engine->buf_size = (ovly ? DSP_DMA_WRITE_BUFLEN_OVLY : dspxfr_image()
2485 dma_chan = ovly ? INVALID_DMA_CHANNEL : 0; dspxfr_image()
2503 if (ovly) { dspxfr_image()
2536 port_map_mask, ovly); dspxfr_image()
2557 if (ovly && (dma_chan != INVALID_DMA_CHANNEL)) dspxfr_image()
2588 * @ovly: TRUE if overlay format is required
2591 * @autostart: TRUE if DSP starts after loading; ignored if ovly is TRUE
2603 bool ovly, dspload_image()
2614 if (!ovly) dspload_image()
2630 if (!ovly) dspload_image()
2638 ovly); dspload_image()
2644 if (autostart && !ovly) { dspload_image()
1654 dsp_dma_setup_common(struct hda_codec *codec, unsigned int chip_addx, unsigned int dma_chan, unsigned int port_map_mask, bool ovly) dsp_dma_setup_common() argument
1858 dsp_dma_start(struct hda_codec *codec, unsigned int dma_chan, bool ovly) dsp_dma_start() argument
1894 dsp_dma_stop(struct hda_codec *codec, unsigned int dma_chan, bool ovly) dsp_dma_stop() argument
2254 dspxfr_one_seg(struct hda_codec *codec, const struct dsp_image_seg *fls, unsigned int reloc, struct dma_engine *dma_engine, unsigned int dma_chan, unsigned int port_map_mask, bool ovly) dspxfr_one_seg() argument
2450 dspxfr_image(struct hda_codec *codec, const struct dsp_image_seg *fls_data, unsigned int reloc, unsigned int sample_rate, unsigned short channels, bool ovly) dspxfr_image() argument
2601 dspload_image(struct hda_codec *codec, const struct dsp_image_seg *fls, bool ovly, unsigned int reloc, bool autostart, int router_chans) dspload_image() argument
/linux-4.4.14/drivers/video/fbdev/
H A Dau1200fb.c212 "0-FS gfx, 1-video, 2-ovly gfx, 3-ovly gfx",
246 "0-FS gfx, 1-video, 2-ovly gfx, 3-ovly gfx",
279 "0-FS gfx, 1-video, 2-ovly gfx, 3-ovly gfx",
/linux-4.4.14/drivers/gpu/drm/nouveau/
H A Dnv50_display.c352 int head, u64 syncbuf, struct nv50_ovly *ovly) nv50_ovly_create()
369 syncbuf, &ovly->base); nv50_ovly_create()
377 struct nv50_ovly ovly; member in struct:nv50_head
384 #define nv50_ovly(c) (&nv50_head(c)->ovly)
1380 nv50_dmac_destroy(&head->ovly.base, disp->disp); nv50_crtc_destroy()
1495 &head->ovly); nv50_crtc_create()
351 nv50_ovly_create(struct nvif_device *device, struct nvif_object *disp, int head, u64 syncbuf, struct nv50_ovly *ovly) nv50_ovly_create() argument

Completed in 264 milliseconds