Home
last modified time | relevance | path

Searched defs:dmabuf (Results 1 – 7 of 7) sorted by relevance

/dragonfly/sys/dev/drm/
H A Dlinux_dma-buf.c41 struct dma_buf *dmabuf = fp->f_data; in dmabuf_stat() local
69 struct dma_buf *dmabuf; in dma_buf_export() local
89 dma_buf_fd(struct dma_buf *dmabuf, int flags) in dma_buf_fd()
121 struct dma_buf *dmabuf; in dma_buf_get() local
H A Ddrm_prime.c472 struct dma_buf *dmabuf; in export_and_register_object() local
519 struct dma_buf *dmabuf; in drm_gem_prime_handle_to_fd() local
/dragonfly/sys/dev/drm/include/linux/
H A Ddma-buf.h72 struct dma_buf *dmabuf; member
97 dma_buf_attach(struct dma_buf *dmabuf, struct device *dev) in dma_buf_attach()
108 get_dma_buf(struct dma_buf *dmabuf) in get_dma_buf()
114 dma_buf_put(struct dma_buf *dmabuf) in dma_buf_put()
130 dma_buf_detach(struct dma_buf *dmabuf, in dma_buf_detach()
/dragonfly/sys/dev/sound/pci/
H A Denvy24ht.c1315 sample32_t *dmabuf; in envy24ht_p32sl() local
1345 sample32_t *dmabuf; in envy24ht_p16sl() local
1390 sample32_t *dmabuf; in envy24ht_p8u() local
1420 sample32_t *dmabuf; in envy24ht_r32sl() local
1450 sample32_t *dmabuf; in envy24ht_r16sl() local
H A Denvy24.c1406 sample32_t *dmabuf; in envy24_p32sl() local
1436 sample32_t *dmabuf; in envy24_p16sl() local
1481 sample32_t *dmabuf; in envy24_p8u() local
1511 sample32_t *dmabuf; in envy24_r32sl() local
1541 sample32_t *dmabuf; in envy24_r16sl() local
H A Demu10kx.c1064 void *dmabuf; in emu_malloc() local
1083 emu_free(struct emu_mem *mem, void *dmabuf, bus_dmamap_t map) in emu_free()
/dragonfly/sys/dev/drm/ttm/
H A Dttm_object.c560 static bool __must_check get_dma_buf_unless_doomed(struct dma_buf *dmabuf) in get_dma_buf_unless_doomed()