Home
last modified time | relevance | path

Searched defs:cursor (Results 1 – 25 of 172) sorted by relevance

1234567

/linux-6.1.9/drivers/dma-buf/
Ddma-resv.c354 static void dma_resv_iter_restart_unlocked(struct dma_resv_iter *cursor) in dma_resv_iter_restart_unlocked()
365 static void dma_resv_iter_walk_unlocked(struct dma_resv_iter *cursor) in dma_resv_iter_walk_unlocked()
407 struct dma_fence *dma_resv_iter_first_unlocked(struct dma_resv_iter *cursor) in dma_resv_iter_first_unlocked()
430 struct dma_fence *dma_resv_iter_next_unlocked(struct dma_resv_iter *cursor) in dma_resv_iter_next_unlocked()
458 struct dma_fence *dma_resv_iter_first(struct dma_resv_iter *cursor) in dma_resv_iter_first()
480 struct dma_fence *dma_resv_iter_next(struct dma_resv_iter *cursor) in dma_resv_iter_next()
510 struct dma_resv_iter cursor; in dma_resv_copy_fences() local
559 struct dma_resv_iter cursor; in dma_resv_get_fences() local
664 struct dma_resv_iter cursor; in dma_resv_wait_timeout() local
698 struct dma_resv_iter cursor; in dma_resv_test_signaled() local
[all …]
Ddma-fence-unwrap.c18 __dma_fence_unwrap_array(struct dma_fence_unwrap *cursor) in __dma_fence_unwrap_array()
34 struct dma_fence_unwrap *cursor) in dma_fence_unwrap_first()
48 struct dma_fence *dma_fence_unwrap_next(struct dma_fence_unwrap *cursor) in dma_fence_unwrap_next()
Dst-dma-resv.c112 struct dma_resv_iter cursor; in test_for_each() local
173 struct dma_resv_iter cursor; in test_for_each_unlocked() local
/linux-6.1.9/drivers/staging/sm750fb/
Dsm750_cursor.c48 void sm750_hw_cursor_enable(struct lynx_cursor *cursor) in sm750_hw_cursor_enable()
56 void sm750_hw_cursor_disable(struct lynx_cursor *cursor) in sm750_hw_cursor_disable()
61 void sm750_hw_cursor_setSize(struct lynx_cursor *cursor, int w, int h) in sm750_hw_cursor_setSize()
67 void sm750_hw_cursor_setPos(struct lynx_cursor *cursor, int x, int y) in sm750_hw_cursor_setPos()
76 void sm750_hw_cursor_setColor(struct lynx_cursor *cursor, u32 fg, u32 bg) in sm750_hw_cursor_setColor()
85 void sm750_hw_cursor_setData(struct lynx_cursor *cursor, u16 rop, in sm750_hw_cursor_setData()
135 void sm750_hw_cursor_setData2(struct lynx_cursor *cursor, u16 rop, in sm750_hw_cursor_setData2()
/linux-6.1.9/drivers/gpu/drm/sti/
Dsti_cursor.c94 struct sti_cursor *cursor, u32 val) in cursor_dbg_pml()
101 struct sti_cursor *cursor, u32 val) in cursor_dbg_cml()
110 struct sti_cursor *cursor = (struct sti_cursor *)node->info_ent->data; in cursor_dbg_show() local
135 static void cursor_debugfs_init(struct sti_cursor *cursor, in cursor_debugfs_init()
148 static void sti_cursor_argb8888_to_clut8(struct sti_cursor *cursor, u32 *src) in sti_cursor_argb8888_to_clut8()
168 static void sti_cursor_init(struct sti_cursor *cursor) in sti_cursor_init()
190 struct sti_cursor *cursor = to_sti_cursor(plane); in sti_cursor_atomic_check() local
265 struct sti_cursor *cursor = to_sti_cursor(plane); in sti_cursor_atomic_update() local
344 struct sti_cursor *cursor = to_sti_cursor(plane); in sti_cursor_late_register() local
366 struct sti_cursor *cursor; in sti_cursor_create() local
/linux-6.1.9/drivers/gpu/drm/amd/amdgpu/
Damdgpu_vm_pt.c174 struct amdgpu_vm_pt_cursor *cursor) in amdgpu_vm_pt_start()
193 struct amdgpu_vm_pt_cursor *cursor) in amdgpu_vm_pt_descendant()
222 struct amdgpu_vm_pt_cursor *cursor) in amdgpu_vm_pt_sibling()
255 static bool amdgpu_vm_pt_ancestor(struct amdgpu_vm_pt_cursor *cursor) in amdgpu_vm_pt_ancestor()
275 struct amdgpu_vm_pt_cursor *cursor) in amdgpu_vm_pt_next()
304 struct amdgpu_vm_pt_cursor *cursor) in amdgpu_vm_pt_first_dfs()
339 struct amdgpu_vm_pt_cursor *cursor) in amdgpu_vm_pt_next_dfs()
356 #define for_each_amdgpu_vm_pt_dfs_safe(adev, vm, start, cursor, entry) \ argument
589 struct amdgpu_vm_pt_cursor *cursor, in amdgpu_vm_pt_alloc()
684 struct amdgpu_vm_pt_cursor cursor; in amdgpu_vm_pt_free_dfs() local
[all …]
/linux-6.1.9/include/linux/
Ddma-resv.h230 static inline void dma_resv_iter_begin(struct dma_resv_iter *cursor, in dma_resv_iter_begin()
246 static inline void dma_resv_iter_end(struct dma_resv_iter *cursor) in dma_resv_iter_end()
258 dma_resv_iter_usage(struct dma_resv_iter *cursor) in dma_resv_iter_usage()
269 static inline bool dma_resv_iter_is_restarted(struct dma_resv_iter *cursor) in dma_resv_iter_is_restarted()
289 #define dma_resv_for_each_fence_unlocked(cursor, fence) \ argument
306 #define dma_resv_for_each_fence(cursor, obj, usage, fence) \ argument
Ddma-fence-unwrap.h47 #define dma_fence_unwrap_for_each(fence, cursor, head) \ argument
/linux-6.1.9/fs/xfs/
Dxfs_attr_list.c42 #define XFS_ISRESET_CURSOR(cursor) \ argument
56 struct xfs_attrlist_cursor_kern *cursor = &context->cursor; in xfs_attr_shortform_list() local
203 struct xfs_attrlist_cursor_kern *cursor, in xfs_attr_node_list_lookup()
286 struct xfs_attrlist_cursor_kern *cursor = &context->cursor; in xfs_attr_node_list() local
391 struct xfs_attrlist_cursor_kern *cursor = &context->cursor; in xfs_attr3_leaf_list_int() local
/linux-6.1.9/net/ceph/
Dmessenger.c719 static void ceph_msg_data_bio_cursor_init(struct ceph_msg_data_cursor *cursor, in ceph_msg_data_bio_cursor_init()
733 static struct page *ceph_msg_data_bio_next(struct ceph_msg_data_cursor *cursor, in ceph_msg_data_bio_next()
745 static bool ceph_msg_data_bio_advance(struct ceph_msg_data_cursor *cursor, in ceph_msg_data_bio_advance()
775 static void ceph_msg_data_bvecs_cursor_init(struct ceph_msg_data_cursor *cursor, in ceph_msg_data_bvecs_cursor_init()
788 static struct page *ceph_msg_data_bvecs_next(struct ceph_msg_data_cursor *cursor, in ceph_msg_data_bvecs_next()
800 static bool ceph_msg_data_bvecs_advance(struct ceph_msg_data_cursor *cursor, in ceph_msg_data_bvecs_advance()
826 static void ceph_msg_data_pages_cursor_init(struct ceph_msg_data_cursor *cursor, in ceph_msg_data_pages_cursor_init()
847 ceph_msg_data_pages_next(struct ceph_msg_data_cursor *cursor, in ceph_msg_data_pages_next()
862 static bool ceph_msg_data_pages_advance(struct ceph_msg_data_cursor *cursor, in ceph_msg_data_pages_advance()
891 ceph_msg_data_pagelist_cursor_init(struct ceph_msg_data_cursor *cursor, in ceph_msg_data_pagelist_cursor_init()
[all …]
/linux-6.1.9/drivers/gpu/drm/i915/gem/
Di915_gem_wait.c38 struct dma_resv_iter cursor; in i915_gem_object_boost() local
71 struct dma_resv_iter cursor; in i915_gem_object_wait_reservation() local
152 struct dma_resv_iter cursor; in i915_gem_object_wait_priority() local
Di915_gem_busy.c118 struct dma_resv_iter cursor; in i915_gem_busy_ioctl() local
/linux-6.1.9/tools/perf/util/
Dcallchain.c572 fill_node(struct callchain_node *node, struct callchain_cursor *cursor) in fill_node()
637 struct callchain_cursor *cursor, in add_child()
796 struct callchain_cursor *cursor, in split_add_child()
874 struct callchain_cursor *cursor, in append_chain_children()
921 struct callchain_cursor *cursor, in append_chain()
984 struct callchain_cursor *cursor, in callchain_append()
1002 merge_chain_branch(struct callchain_cursor *cursor, in merge_chain_branch()
1045 int callchain_merge(struct callchain_cursor *cursor, in callchain_merge()
1051 int callchain_cursor_append(struct callchain_cursor *cursor, in callchain_cursor_append()
1089 struct callchain_cursor *cursor, struct symbol **parent, in sample__resolve_callchain()
[all …]
Dcallchain.h160 struct callchain_cursor_node cursor; member
212 static inline void callchain_cursor_commit(struct callchain_cursor *cursor) in callchain_cursor_commit()
220 callchain_cursor_current(struct callchain_cursor *cursor) in callchain_cursor_current()
228 static inline void callchain_cursor_advance(struct callchain_cursor *cursor) in callchain_cursor_advance()
Devsel_fprintf.c106 unsigned int print_opts, struct callchain_cursor *cursor, in sample__fprintf_callchain()
206 struct callchain_cursor *cursor, struct strlist *bt_stop_list, FILE *fp) in sample__fprintf_sym()
Dmachine.c2253 struct callchain_cursor *cursor, in add_callchain_ip()
2415 struct callchain_cursor *cursor, in lbr_callchain_add_kernel_ip()
2449 struct callchain_cursor *cursor, in save_lbr_cursor_node()
2474 struct callchain_cursor *cursor, in lbr_callchain_add_lbr_ip()
2573 struct callchain_cursor *cursor) in lbr_callchain_add_stitched_lbr_ip()
2719 struct callchain_cursor *cursor, in resolve_lbr_callchain_sample()
2802 struct callchain_cursor *cursor, in find_prev_cpumode()
2832 struct callchain_cursor *cursor, in thread__resolve_callchain_sample()
3011 static int append_inlines(struct callchain_cursor *cursor, struct map_symbol *ms, u64 ip) in append_inlines()
3052 struct callchain_cursor *cursor = arg; in unwind_entry() local
[all …]
/linux-6.1.9/drivers/gpu/drm/
Ddrm_crtc.c249 struct drm_plane *cursor, in __drm_crtc_init_with_planes()
356 struct drm_plane *cursor, in drm_crtc_init_with_planes()
386 struct drm_plane *cursor, in __drmm_crtc_init_with_planes()
438 struct drm_plane *cursor, in drmm_crtc_init_with_planes()
459 struct drm_plane *cursor, in __drmm_crtc_alloc_with_planes()
/linux-6.1.9/drivers/firmware/google/
Dmemconsole-coreboot.c23 u32 cursor; member
42 u32 cursor = cbmem_console->cursor & CURSOR_MASK; in memconsole_coreboot_read() local
/linux-6.1.9/net/rxrpc/
Dpeer_event.c524 u8 cursor) in rxrpc_peer_keepalive_dispatch()
581 u8 cursor, stop; in rxrpc_peer_keepalive_worker() local
/linux-6.1.9/lib/
Dassoc_array.c27 const struct assoc_array_ptr *cursor, *ptr, *parent; in assoc_array_subtree_iterate() local
177 struct assoc_array_ptr *cursor, *ptr; in assoc_array_walk() local
348 struct assoc_array_ptr *cursor, *parent = NULL; in assoc_array_destroy_subtree() local
1461 struct assoc_array_ptr *cursor, *ptr; in assoc_array_gc() local
/linux-6.1.9/drivers/video/fbdev/core/
Dsoftcursor.c22 int soft_cursor(struct fb_info *info, struct fb_cursor *cursor) in soft_cursor()
/linux-6.1.9/drivers/md/persistent-data/
Ddm-array.h197 struct dm_btree_cursor cursor; member
/linux-6.1.9/drivers/gpu/drm/qxl/
Dqxl_debugfs.c60 struct dma_resv_iter cursor; in qxl_debugfs_buffers_info() local
/linux-6.1.9/fs/fscache/
Dvolume.c161 struct fscache_volume *cursor; in fscache_hash_volume() local
344 struct fscache_volume *cursor; in fscache_wake_pending_volume() local
/linux-6.1.9/drivers/gpu/drm/vkms/
Dvkms_output.c58 struct vkms_plane *primary, *cursor = NULL; in vkms_output_init() local

1234567