Searched refs:cursor (Results 1 – 11 of 11) sorted by relevance
| /include/linux/ |
| D | dma-resv.h | 219 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 …]
|
| D | dma-fence-unwrap.h | 34 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))
|
| D | fsl-diu-fb.h | 141 __be32 cursor; member
|
| D | svga.h | 113 void svga_tilecursor(void __iomem *regbase, struct fb_info *info, struct fb_tilecursor *cursor);
|
| D | fb.h | 289 int (*fb_cursor) (struct fb_info *info, struct fb_cursor *cursor); 388 struct fb_tilecursor *cursor);
|
| D | libata.h | 690 int cursor; member
|
| /include/drm/ttm/ |
| D | ttm_resource.h | 328 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/ |
| D | drm_crtc.h | 980 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, \
|
| D | drm_kunit_helpers.h | 119 struct drm_plane *cursor,
|
| /include/linux/ceph/ |
| D | messenger.h | 95 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/ |
| D | media-entity.h | 139 struct list_head *cursor; member 150 struct list_head *cursor; member
|