/Linux-v5.10/drivers/staging/sm750fb/ |
D | sm750_cursor.c | 48 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-v5.10/drivers/gpu/drm/sti/ |
D | sti_cursor.c | 93 struct sti_cursor *cursor, u32 val) in cursor_dbg_pml() 100 struct sti_cursor *cursor, u32 val) in cursor_dbg_cml() 109 struct sti_cursor *cursor = (struct sti_cursor *)node->info_ent->data; in cursor_dbg_show() local 134 static void cursor_debugfs_init(struct sti_cursor *cursor, in cursor_debugfs_init() 147 static void sti_cursor_argb8888_to_clut8(struct sti_cursor *cursor, u32 *src) in sti_cursor_argb8888_to_clut8() 167 static void sti_cursor_init(struct sti_cursor *cursor) in sti_cursor_init() 187 struct sti_cursor *cursor = to_sti_cursor(plane); in sti_cursor_atomic_check() local 259 struct sti_cursor *cursor = to_sti_cursor(plane); in sti_cursor_atomic_update() local 343 struct sti_cursor *cursor = to_sti_cursor(plane); in sti_cursor_late_register() local 365 struct sti_cursor *cursor; in sti_cursor_create() local
|
D | sti_compositor.c | 67 struct drm_plane *cursor = NULL; in sti_compositor_bind() local
|
/Linux-v5.10/fs/xfs/ |
D | xfs_attr_list.c | 41 #define XFS_ISRESET_CURSOR(cursor) \ argument 55 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-v5.10/net/ceph/ |
D | messenger.c | 807 static void ceph_msg_data_bio_cursor_init(struct ceph_msg_data_cursor *cursor, in ceph_msg_data_bio_cursor_init() 822 static struct page *ceph_msg_data_bio_next(struct ceph_msg_data_cursor *cursor, in ceph_msg_data_bio_next() 834 static bool ceph_msg_data_bio_advance(struct ceph_msg_data_cursor *cursor, in ceph_msg_data_bio_advance() 868 static void ceph_msg_data_bvecs_cursor_init(struct ceph_msg_data_cursor *cursor, in ceph_msg_data_bvecs_cursor_init() 883 static struct page *ceph_msg_data_bvecs_next(struct ceph_msg_data_cursor *cursor, in ceph_msg_data_bvecs_next() 895 static bool ceph_msg_data_bvecs_advance(struct ceph_msg_data_cursor *cursor, in ceph_msg_data_bvecs_advance() 926 static void ceph_msg_data_pages_cursor_init(struct ceph_msg_data_cursor *cursor, in ceph_msg_data_pages_cursor_init() 948 ceph_msg_data_pages_next(struct ceph_msg_data_cursor *cursor, in ceph_msg_data_pages_next() 967 static bool ceph_msg_data_pages_advance(struct ceph_msg_data_cursor *cursor, in ceph_msg_data_pages_advance() 998 ceph_msg_data_pagelist_cursor_init(struct ceph_msg_data_cursor *cursor, in ceph_msg_data_pagelist_cursor_init() [all …]
|
/Linux-v5.10/tools/perf/util/ |
D | callchain.c | 566 fill_node(struct callchain_node *node, struct callchain_cursor *cursor) in fill_node() 631 struct callchain_cursor *cursor, in add_child() 790 struct callchain_cursor *cursor, in split_add_child() 868 struct callchain_cursor *cursor, in append_chain_children() 915 struct callchain_cursor *cursor, in append_chain() 978 struct callchain_cursor *cursor, in callchain_append() 996 merge_chain_branch(struct callchain_cursor *cursor, in merge_chain_branch() 1039 int callchain_merge(struct callchain_cursor *cursor, in callchain_merge() 1045 int callchain_cursor_append(struct callchain_cursor *cursor, in callchain_cursor_append() 1083 struct callchain_cursor *cursor, struct symbol **parent, in sample__resolve_callchain() [all …]
|
D | evsel_fprintf.c | 104 unsigned int print_opts, struct callchain_cursor *cursor, in sample__fprintf_callchain() 199 struct callchain_cursor *cursor, struct strlist *bt_stop_list, FILE *fp) in sample__fprintf_sym()
|
D | callchain.h | 160 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()
|
D | machine.c | 2085 struct callchain_cursor *cursor, in add_callchain_ip() 2246 struct callchain_cursor *cursor, in lbr_callchain_add_kernel_ip() 2280 struct callchain_cursor *cursor, in save_lbr_cursor_node() 2305 struct callchain_cursor *cursor, in lbr_callchain_add_lbr_ip() 2404 struct callchain_cursor *cursor) in lbr_callchain_add_stitched_lbr_ip() 2550 struct callchain_cursor *cursor, in resolve_lbr_callchain_sample() 2633 struct callchain_cursor *cursor, in find_prev_cpumode() 2654 struct callchain_cursor *cursor, in thread__resolve_callchain_sample() 2804 static int append_inlines(struct callchain_cursor *cursor, struct map_symbol *ms, u64 ip) in append_inlines() 2845 struct callchain_cursor *cursor = arg; in unwind_entry() local [all …]
|
/Linux-v5.10/drivers/firmware/google/ |
D | memconsole-coreboot.c | 23 u32 cursor; member 42 u32 cursor = cbmem_console->cursor & CURSOR_MASK; in memconsole_coreboot_read() local
|
/Linux-v5.10/net/rxrpc/ |
D | peer_event.c | 305 u8 cursor) in rxrpc_peer_keepalive_dispatch() 362 u8 cursor, stop; in rxrpc_peer_keepalive_worker() local
|
D | conn_service.c | 72 struct rxrpc_connection *cursor = NULL; in rxrpc_publish_service_conn() local
|
/Linux-v5.10/drivers/gpu/drm/amd/amdgpu/ |
D | amdgpu_vm.c | 392 struct amdgpu_vm_pt_cursor *cursor) in amdgpu_vm_pt_start() 411 struct amdgpu_vm_pt_cursor *cursor) in amdgpu_vm_pt_descendant() 440 struct amdgpu_vm_pt_cursor *cursor) in amdgpu_vm_pt_sibling() 470 static bool amdgpu_vm_pt_ancestor(struct amdgpu_vm_pt_cursor *cursor) in amdgpu_vm_pt_ancestor() 490 struct amdgpu_vm_pt_cursor *cursor) in amdgpu_vm_pt_next() 519 struct amdgpu_vm_pt_cursor *cursor) in amdgpu_vm_pt_first_dfs() 552 struct amdgpu_vm_pt_cursor *cursor) in amdgpu_vm_pt_next_dfs() 568 #define for_each_amdgpu_vm_pt_dfs_safe(adev, vm, start, cursor, entry) \ argument 896 struct amdgpu_vm_pt_cursor *cursor, in amdgpu_vm_alloc_pts() 972 struct amdgpu_vm_pt_cursor cursor; in amdgpu_vm_free_pts() local [all …]
|
/Linux-v5.10/drivers/video/fbdev/core/ |
D | softcursor.c | 22 int soft_cursor(struct fb_info *info, struct fb_cursor *cursor) in soft_cursor()
|
/Linux-v5.10/drivers/gpu/drm/vkms/ |
D | vkms_output.c | 42 struct drm_plane *primary, *cursor = NULL; in vkms_output_init() local
|
/Linux-v5.10/lib/ |
D | assoc_array.c | 27 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 1462 struct assoc_array_ptr *cursor, *ptr; in assoc_array_gc() local
|
/Linux-v5.10/drivers/md/persistent-data/ |
D | dm-array.h | 197 struct dm_btree_cursor cursor; member
|
D | dm-bitset.h | 182 struct dm_array_cursor cursor; member
|
/Linux-v5.10/drivers/video/fbdev/aty/ |
D | mach64_cursor.c | 68 static int atyfb_cursor(struct fb_info *info, struct fb_cursor *cursor) in atyfb_cursor()
|
/Linux-v5.10/security/keys/ |
D | gc.c | 185 struct rb_node *cursor; in key_garbage_collector() local
|
/Linux-v5.10/net/unix/ |
D | garbage.c | 207 struct list_head cursor; in unix_gc() local
|
/Linux-v5.10/arch/powerpc/kvm/ |
D | book3s_hv_nested.c | 787 struct rmap_nested *cursor; in kvmhv_insert_nest_rmap() local 849 struct rmap_nested *cursor; in kvmhv_update_nest_rmap_rc_list() local 887 struct rmap_nested *cursor; in kvmhv_remove_nest_rmap_list() local 925 struct rmap_nested *cursor; in kvmhv_free_memslot_nest_rmap() local
|
/Linux-v5.10/fs/xfs/libxfs/ |
D | xfs_attr.h | 56 struct xfs_attrlist_cursor_kern cursor; /* position in list */ member
|
/Linux-v5.10/drivers/mtd/nand/raw/ |
D | nand_onfi.c | 42 uint8_t *cursor; in nand_flash_detect_ext_param_page() local
|
/Linux-v5.10/drivers/video/fbdev/ |
D | pmag-aa-fb.c | 104 static int aafb_cursor(struct fb_info *info, struct fb_cursor *cursor) in aafb_cursor()
|