Home
last modified time | relevance | path

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

/include/linux/
Ddma-fence-unwrap.h38 __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 …]
Dfsl-diu-fb.h141 __be32 cursor; member
Dsvga.h113 void svga_tilecursor(void __iomem *regbase, struct fb_info *info, struct fb_tilecursor *cursor);
Dfb.h280 int (*fb_cursor) (struct fb_info *info, struct fb_cursor *cursor);
379 struct fb_tilecursor *cursor);
Dlibata.h685 int cursor; member
/include/drm/
Ddrm_crtc.h994 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/
Dmessenger.h247 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/
Dvpbe_osd.h369 struct osd_cursor_state cursor; member