Home
last modified time | relevance | path

Searched refs:avbuf (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/gpu/drm/xlnx/
H A Dzynqmp_disp.c145 } avbuf; member
359 return readl(disp->avbuf.base + reg); in zynqmp_disp_avbuf_read()
364 writel(val, disp->avbuf.base + reg); in zynqmp_disp_avbuf_write()
1246 disp->avbuf.base = devm_platform_ioremap_resource_byname(pdev, "av_buf"); in zynqmp_disp_probe()
1247 if (IS_ERR(disp->avbuf.base)) { in zynqmp_disp_probe()
1248 ret = PTR_ERR(disp->avbuf.base); in zynqmp_disp_probe()
/openbmc/linux/drivers/mtd/ubi/
H A Dfastmap.c1143 struct ubi_vid_io_buf *avbuf, *dvbuf; in ubi_write_fastmap() local
1154 avbuf = new_fm_vbuf(ubi, UBI_FM_SB_VOLUME_ID); in ubi_write_fastmap()
1155 if (!avbuf) { in ubi_write_fastmap()
1166 avhdr = ubi_get_vid_hdr(avbuf); in ubi_write_fastmap()
1337 ret = ubi_io_write_vid_hdr(ubi, new_fm->e[0]->pnum, avbuf); in ubi_write_fastmap()
1387 ubi_free_vid_buf(avbuf); in ubi_write_fastmap()
/openbmc/openbmc/meta-raspberrypi/recipes-multimedia/rpidistro-ffmpeg/files/
H A D0004-ffmpeg-4.3.4-rpi_14.patch50775 avbuf->buf.m.planes = avbuf->planes;
50833 avbuf->buf.m.planes = avbuf->planes;
50834 avbuf->buf.length = avbuf->num_planes;
50836 avbuf->buf.length = avbuf->planes[0].length;
50861 - avbuf->buf.flags = avbuf->flags;
50864 + avbuf->context->name, avbuf->buf.index,
50875 + avbuf->context->name, avbuf->buf.index,
50886 + avbuf->context->name, avbuf->buf.index,
51509 + avbuf->buf.m.planes = avbuf->planes;
51737 - avbuf->buf.m.planes = avbuf->planes;
[all …]
/openbmc/openbmc/meta-raspberrypi/dynamic-layers/multimedia-layer/recipes-multimedia/rpidistro-vlc/files/
H A D0004-mmal_20.patch5295 + AVBufferRef *const avbuf = av_rpi_zc_buf(cma_buf_size(cmabuf), 0, cmabuf, &zc_buf_fn_tab);
5297 + if (avbuf == NULL)
5304 + return avbuf;