Searched refs:iosys_map (Results 1 – 20 of 20) sorted by relevance
| /include/drm/ |
| A D | drm_format_helper.h | 16 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 D | drm_cache.h | 38 struct iosys_map; 85 void drm_memcpy_from_wc(struct iosys_map *dst, 86 const struct iosys_map *src,
|
| A D | drm_gem_ttm_helper.h | 12 struct iosys_map; 20 struct iosys_map *map); 22 struct iosys_map *map);
|
| A D | drm_gem_framebuffer_helper.h | 45 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 D | drm_gem_vram_helper.h | 53 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 D | drm_prime.h | 57 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 D | drm_gem_shmem_helper.h | 120 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 D | drm_client.h | 196 struct iosys_map map; 209 struct iosys_map *map_copy); 212 struct iosys_map *map);
|
| A D | drm_gem_atomic_helper.h | 70 struct iosys_map map[DRM_FORMAT_MAX_PLANES]; 78 struct iosys_map data[DRM_FORMAT_MAX_PLANES];
|
| A D | drm_gem.h | 45 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 D | drm_gem_dma_helper.h | 42 struct iosys_map *map); 111 struct iosys_map *map) in drm_gem_dma_object_vmap()
|
| A D | drm_panic.h | 40 struct iosys_map map[DRM_FORMAT_MAX_PLANES];
|
| A D | drm_mipi_dbi.h | 18 struct iosys_map; 205 int mipi_dbi_buf_copy(void *dst, struct iosys_map *src, struct drm_framebuffer *fb,
|
| /include/soc/tegra/ |
| A D | ivc.h | 20 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 D | bpmp.h | 54 struct iosys_map ib; 55 struct iosys_map ob;
|
| /include/linux/ |
| A D | iosys-map.h | 109 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 D | dma-buf.h | 277 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 D | ttm_kmap_iter.h | 11 struct iosys_map; 32 struct iosys_map *dmap, pgoff_t i); 42 struct iosys_map *dmap);
|
| A D | ttm_bo.h | 44 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 D | ttm_resource.h | 48 struct iosys_map; 377 struct iosys_map dmap;
|
Completed in 25 milliseconds