Home
last modified time | relevance | path

Searched refs:iosys_map (Results 1 – 20 of 20) sorted by relevance

/include/drm/
A Ddrm_format_helper.h16 struct iosys_map;
74 const struct iosys_map *src, const struct drm_framebuffer *fb,
77 const struct iosys_map *src, const struct drm_framebuffer *fb,
87 const struct iosys_map *src, const struct drm_framebuffer *fb,
90 const struct iosys_map *src, const struct drm_framebuffer *fb,
93 const struct iosys_map *src, const struct drm_framebuffer *fb,
96 const struct iosys_map *src, const struct drm_framebuffer *fb,
105 const struct iosys_map *src, const struct drm_framebuffer *fb,
108 const struct iosys_map *src, const struct drm_framebuffer *fb,
111 const struct iosys_map *src, const struct drm_framebuffer *fb,
[all …]
A Ddrm_cache.h38 struct iosys_map;
85 void drm_memcpy_from_wc(struct iosys_map *dst,
86 const struct iosys_map *src,
A Ddrm_gem_ttm_helper.h12 struct iosys_map;
20 struct iosys_map *map);
22 struct iosys_map *map);
A Ddrm_gem_framebuffer_helper.h45 int drm_gem_fb_vmap(struct drm_framebuffer *fb, struct iosys_map *map,
46 struct iosys_map *data);
47 void drm_gem_fb_vunmap(struct drm_framebuffer *fb, struct iosys_map *map);
A Ddrm_gem_vram_helper.h53 struct iosys_map map;
97 int drm_gem_vram_vmap(struct drm_gem_vram_object *gbo, struct iosys_map *map);
99 struct iosys_map *map);
A Ddrm_prime.h57 struct iosys_map;
89 int drm_gem_dmabuf_vmap(struct dma_buf *dma_buf, struct iosys_map *map);
90 void drm_gem_dmabuf_vunmap(struct dma_buf *dma_buf, struct iosys_map *map);
A Ddrm_gem_shmem_helper.h120 struct iosys_map *map);
122 struct iosys_map *map);
239 struct iosys_map *map) in drm_gem_shmem_object_vmap()
255 struct iosys_map *map) in drm_gem_shmem_object_vunmap()
A Ddrm_client.h196 struct iosys_map map;
209 struct iosys_map *map_copy);
212 struct iosys_map *map);
A Ddrm_gem_atomic_helper.h70 struct iosys_map map[DRM_FORMAT_MAX_PLANES];
78 struct iosys_map data[DRM_FORMAT_MAX_PLANES];
A Ddrm_gem.h45 struct iosys_map;
168 int (*vmap)(struct drm_gem_object *obj, struct iosys_map *map);
179 void (*vunmap)(struct drm_gem_object *obj, struct iosys_map *map);
544 int drm_gem_vmap(struct drm_gem_object *obj, struct iosys_map *map);
545 void drm_gem_vunmap(struct drm_gem_object *obj, struct iosys_map *map);
A Ddrm_gem_dma_helper.h42 struct iosys_map *map);
111 struct iosys_map *map) in drm_gem_dma_object_vmap()
A Ddrm_panic.h40 struct iosys_map map[DRM_FORMAT_MAX_PLANES];
A Ddrm_mipi_dbi.h18 struct iosys_map;
205 int mipi_dbi_buf_copy(void *dst, struct iosys_map *src, struct drm_framebuffer *fb,
/include/soc/tegra/
A Divc.h20 struct iosys_map map;
41 int tegra_ivc_read_get_next_frame(struct tegra_ivc *ivc, struct iosys_map *map);
61 int tegra_ivc_write_get_next_frame(struct tegra_ivc *ivc, struct iosys_map *map);
96 int tegra_ivc_init(struct tegra_ivc *ivc, struct device *peer, const struct iosys_map *rx,
97 dma_addr_t rx_phys, const struct iosys_map *tx, dma_addr_t tx_phys,
A Dbpmp.h54 struct iosys_map ib;
55 struct iosys_map ob;
/include/linux/
A Diosys-map.h109 struct iosys_map { struct
171 struct iosys_map copy_ = *map_; \
183 static inline void iosys_map_set_vaddr(struct iosys_map *map, void *vaddr) in iosys_map_set_vaddr()
196 static inline void iosys_map_set_vaddr_iomem(struct iosys_map *map, in iosys_map_set_vaddr_iomem()
214 static inline bool iosys_map_is_equal(const struct iosys_map *lhs, in iosys_map_is_equal()
215 const struct iosys_map *rhs) in iosys_map_is_equal()
235 static inline bool iosys_map_is_null(const struct iosys_map *map) in iosys_map_is_null()
252 static inline bool iosys_map_is_set(const struct iosys_map *map) in iosys_map_is_set()
265 static inline void iosys_map_clear(struct iosys_map *map) in iosys_map_clear()
323 static inline void iosys_map_incr(struct iosys_map *map, size_t incr) in iosys_map_incr()
[all …]
A Ddma-buf.h277 int (*vmap)(struct dma_buf *dmabuf, struct iosys_map *map);
278 void (*vunmap)(struct dma_buf *dmabuf, struct iosys_map *map);
332 struct iosys_map vmap_ptr;
606 int dma_buf_vmap(struct dma_buf *dmabuf, struct iosys_map *map);
607 void dma_buf_vunmap(struct dma_buf *dmabuf, struct iosys_map *map);
608 int dma_buf_vmap_unlocked(struct dma_buf *dmabuf, struct iosys_map *map);
609 void dma_buf_vunmap_unlocked(struct dma_buf *dmabuf, struct iosys_map *map);
/include/drm/ttm/
A Dttm_kmap_iter.h11 struct iosys_map;
32 struct iosys_map *dmap, pgoff_t i);
42 struct iosys_map *dmap);
A Dttm_bo.h44 struct iosys_map;
413 int ttm_bo_vmap(struct ttm_buffer_object *bo, struct iosys_map *map);
414 void ttm_bo_vunmap(struct ttm_buffer_object *bo, struct iosys_map *map);
A Dttm_resource.h48 struct iosys_map;
377 struct iosys_map dmap;

Completed in 25 milliseconds