Home
last modified time | relevance | path

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

/include/linux/
A Ddma-resv.h234 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()
248 dma_fence_put(cursor->fence); in dma_resv_iter_end()
258 dma_resv_iter_usage(struct dma_resv_iter *cursor) in dma_resv_iter_usage() argument
260 return cursor->fence_usage; in dma_resv_iter_usage()
271 return cursor->is_restarted; in dma_resv_iter_is_restarted()
290 for (fence = dma_resv_iter_first_unlocked(cursor); \
307 for (dma_resv_iter_begin(cursor, obj, usage), \
308 fence = dma_resv_iter_first(cursor); fence; \
[all …]
A 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))
A Dio.h191 u64 cursor = from; in range_is_allowed() local
193 while (cursor < to) { in range_is_allowed()
196 cursor += PAGE_SIZE; in range_is_allowed()
A Dfsl-diu-fb.h141 __be32 cursor; member
A Dsvga.h113 void svga_tilecursor(void __iomem *regbase, struct fb_info *info, struct fb_tilecursor *cursor);
A Dfb.h285 int (*fb_cursor) (struct fb_info *info, struct fb_cursor *cursor);
384 struct fb_tilecursor *cursor);
A Dlibata.h688 int cursor; member
/include/drm/ttm/
A Dttm_resource.h337 void ttm_resource_cursor_init(struct ttm_resource_cursor *cursor,
340 void ttm_resource_cursor_fini(struct ttm_resource_cursor *cursor);
472 ttm_resource_manager_first(struct ttm_resource_cursor *cursor);
474 ttm_resource_manager_next(struct ttm_resource_cursor *cursor);
486 #define ttm_resource_manager_for_each_res(cursor, res) \ argument
487 for (res = ttm_resource_manager_first(cursor); res; \
488 res = ttm_resource_manager_next(cursor))
/include/drm/
A 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, \
A Ddrm_kunit_helpers.h118 struct drm_plane *cursor,
/include/linux/ceph/
A 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/
A Dmedia-entity.h139 struct list_head *cursor; member
150 struct list_head *cursor; member

Completed in 28 milliseconds