Home
last modified time | relevance | path

Searched refs:cursor (Results 1 – 11 of 11) sorted by relevance

/include/linux/
Ddma-resv.h219 struct dma_fence *dma_resv_iter_first_unlocked(struct dma_resv_iter *cursor);
220 struct dma_fence *dma_resv_iter_next_unlocked(struct dma_resv_iter *cursor);
221 struct dma_fence *dma_resv_iter_first(struct dma_resv_iter *cursor);
222 struct dma_fence *dma_resv_iter_next(struct dma_resv_iter *cursor);
230 static inline void dma_resv_iter_begin(struct dma_resv_iter *cursor, in dma_resv_iter_begin() argument
234 cursor->obj = obj; in dma_resv_iter_begin()
235 cursor->usage = usage; in dma_resv_iter_begin()
236 cursor->fence = NULL; in dma_resv_iter_begin()
246 static inline void dma_resv_iter_end(struct dma_resv_iter *cursor) in dma_resv_iter_end() argument
248 dma_fence_put(cursor->fence); in dma_resv_iter_end()
[all …]
Ddma-fence-unwrap.h34 struct dma_fence_unwrap *cursor);
35 struct dma_fence *dma_fence_unwrap_next(struct dma_fence_unwrap *cursor);
47 #define dma_fence_unwrap_for_each(fence, cursor, head) \ argument
48 for (fence = dma_fence_unwrap_first(head, cursor); fence; \
49 fence = dma_fence_unwrap_next(cursor))
Dfsl-diu-fb.h141 __be32 cursor; member
Dsvga.h113 void svga_tilecursor(void __iomem *regbase, struct fb_info *info, struct fb_tilecursor *cursor);
Dfb.h289 int (*fb_cursor) (struct fb_info *info, struct fb_cursor *cursor);
388 struct fb_tilecursor *cursor);
Dlibata.h690 int cursor; member
/include/drm/ttm/
Dttm_resource.h328 void ttm_resource_cursor_fini(struct ttm_resource_cursor *cursor);
460 struct ttm_resource_cursor *cursor);
462 ttm_resource_manager_next(struct ttm_resource_cursor *cursor);
475 #define ttm_resource_manager_for_each_res(man, cursor, res) \ argument
476 for (res = ttm_resource_manager_first(man, cursor); res; \
477 res = ttm_resource_manager_next(cursor))
/include/drm/
Ddrm_crtc.h980 struct drm_plane *cursor; member
1211 struct drm_plane *cursor,
1219 struct drm_plane *cursor,
1229 struct drm_plane *cursor,
1252 #define drmm_crtc_alloc_with_planes(dev, type, member, primary, cursor, funcs, name, ...) \ argument
1255 primary, cursor, funcs, \
Ddrm_kunit_helpers.h119 struct drm_plane *cursor,
/include/linux/ceph/
Dmessenger.h95 struct ceph_msg_data_cursor *cursor,
278 struct ceph_msg_data_cursor cursor; member
535 void ceph_msg_data_cursor_init(struct ceph_msg_data_cursor *cursor,
537 struct page *ceph_msg_data_next(struct ceph_msg_data_cursor *cursor,
539 void ceph_msg_data_advance(struct ceph_msg_data_cursor *cursor, size_t bytes);
/include/media/
Dmedia-entity.h139 struct list_head *cursor; member
150 struct list_head *cursor; member