Searched refs:cursor (Results 1 – 8 of 8) sorted by relevance
/include/linux/ |
D | dma-fence-unwrap.h | 38 __dma_fence_unwrap_array(struct dma_fence_unwrap * cursor) in __dma_fence_unwrap_array() argument 40 cursor->array = dma_fence_chain_contained(cursor->chain); in __dma_fence_unwrap_array() 41 cursor->index = 0; in __dma_fence_unwrap_array() 42 return dma_fence_array_first(cursor->array); in __dma_fence_unwrap_array() 54 dma_fence_unwrap_first(struct dma_fence *head, struct dma_fence_unwrap *cursor) in dma_fence_unwrap_first() argument 56 cursor->chain = dma_fence_get(head); in dma_fence_unwrap_first() 57 return __dma_fence_unwrap_array(cursor); in dma_fence_unwrap_first() 68 dma_fence_unwrap_next(struct dma_fence_unwrap *cursor) in dma_fence_unwrap_next() argument 72 ++cursor->index; in dma_fence_unwrap_next() 73 tmp = dma_fence_array_next(cursor->array, cursor->index); in dma_fence_unwrap_next() [all …]
|
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 | 280 int (*fb_cursor) (struct fb_info *info, struct fb_cursor *cursor); 379 struct fb_tilecursor *cursor);
|
D | libata.h | 685 int cursor; member
|
/include/drm/ |
D | drm_crtc.h | 994 struct drm_plane *cursor; member 1221 struct drm_plane *cursor, 1230 struct drm_plane *cursor, 1253 #define drmm_crtc_alloc_with_planes(dev, type, member, primary, cursor, funcs, name, ...) \ argument 1256 primary, cursor, funcs, \
|
/include/linux/ceph/ |
D | messenger.h | 247 struct ceph_msg_data_cursor cursor; member 493 void ceph_msg_data_cursor_init(struct ceph_msg_data_cursor *cursor, 495 struct page *ceph_msg_data_next(struct ceph_msg_data_cursor *cursor, 498 void ceph_msg_data_advance(struct ceph_msg_data_cursor *cursor, size_t bytes);
|
/include/media/davinci/ |
D | vpbe_osd.h | 369 struct osd_cursor_state cursor; member
|