Home
last modified time | relevance | path

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

123456

/Linux-v5.4/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-v5.4/drivers/gpu/drm/sti/
Dsti_cursor.c93 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 int 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
363 struct sti_cursor *cursor; in sti_cursor_create() local
Dsti_compositor.c69 struct drm_plane *cursor = NULL; in sti_compositor_bind() local
/Linux-v5.4/fs/xfs/
Dxfs_attr_list.c41 #define XFS_ISRESET_CURSOR(cursor) \ argument
54 attrlist_cursor_kern_t *cursor; in xfs_attr_shortform_list() local
198 struct attrlist_cursor_kern *cursor, in xfs_attr_node_list_lookup()
281 struct attrlist_cursor_kern *cursor; in xfs_attr_node_list() local
383 struct attrlist_cursor_kern *cursor; in xfs_attr3_leaf_list_int() local
603 attrlist_cursor_kern_t *cursor) in xfs_attr_list()
/Linux-v5.4/net/ceph/
Dmessenger.c814 static void ceph_msg_data_bio_cursor_init(struct ceph_msg_data_cursor *cursor, in ceph_msg_data_bio_cursor_init()
829 static struct page *ceph_msg_data_bio_next(struct ceph_msg_data_cursor *cursor, in ceph_msg_data_bio_next()
841 static bool ceph_msg_data_bio_advance(struct ceph_msg_data_cursor *cursor, in ceph_msg_data_bio_advance()
875 static void ceph_msg_data_bvecs_cursor_init(struct ceph_msg_data_cursor *cursor, in ceph_msg_data_bvecs_cursor_init()
890 static struct page *ceph_msg_data_bvecs_next(struct ceph_msg_data_cursor *cursor, in ceph_msg_data_bvecs_next()
902 static bool ceph_msg_data_bvecs_advance(struct ceph_msg_data_cursor *cursor, in ceph_msg_data_bvecs_advance()
933 static void ceph_msg_data_pages_cursor_init(struct ceph_msg_data_cursor *cursor, in ceph_msg_data_pages_cursor_init()
955 ceph_msg_data_pages_next(struct ceph_msg_data_cursor *cursor, in ceph_msg_data_pages_next()
974 static bool ceph_msg_data_pages_advance(struct ceph_msg_data_cursor *cursor, in ceph_msg_data_pages_advance()
1005 ceph_msg_data_pagelist_cursor_init(struct ceph_msg_data_cursor *cursor, in ceph_msg_data_pagelist_cursor_init()
[all …]
/Linux-v5.4/net/rxrpc/
Dpeer_event.c309 u8 cursor = peer->rtt_cursor, usage = peer->rtt_usage; in rxrpc_peer_add_rtt() local
350 u8 cursor) in rxrpc_peer_keepalive_dispatch()
403 u8 cursor, stop; in rxrpc_peer_keepalive_worker() local
Dconn_service.c66 struct rxrpc_connection *cursor = NULL; in rxrpc_publish_service_conn() local
/Linux-v5.4/tools/perf/util/
Dcallchain.c566 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()
1040 int callchain_merge(struct callchain_cursor *cursor, in callchain_merge()
1046 int callchain_cursor_append(struct callchain_cursor *cursor, in callchain_cursor_append()
1084 struct callchain_cursor *cursor, struct symbol **parent, in sample__resolve_callchain()
[all …]
Devsel_fprintf.c105 unsigned int print_opts, struct callchain_cursor *cursor, in sample__fprintf_callchain()
195 struct callchain_cursor *cursor, struct strlist *bt_stop_list, FILE *fp) in sample__fprintf_sym()
Dcallchain.h204 static inline void callchain_cursor_commit(struct callchain_cursor *cursor) in callchain_cursor_commit()
212 callchain_cursor_current(struct callchain_cursor *cursor) in callchain_cursor_current()
220 static inline void callchain_cursor_advance(struct callchain_cursor *cursor) in callchain_cursor_advance()
Dmachine.c2031 struct callchain_cursor *cursor, in add_callchain_ip()
2194 struct callchain_cursor *cursor, in resolve_lbr_callchain_sample()
2280 struct callchain_cursor *cursor, in find_prev_cpumode()
2301 struct callchain_cursor *cursor, in thread__resolve_callchain_sample()
2447 static int append_inlines(struct callchain_cursor *cursor, in append_inlines()
2483 struct callchain_cursor *cursor = arg; in unwind_entry() local
2507 struct callchain_cursor *cursor, in thread__resolve_callchain_unwind()
2527 struct callchain_cursor *cursor, in thread__resolve_callchain()
/Linux-v5.4/drivers/firmware/google/
Dmemconsole-coreboot.c23 u32 cursor; member
42 u32 cursor = cbmem_console->cursor & CURSOR_MASK; in memconsole_coreboot_read() local
/Linux-v5.4/drivers/gpu/drm/amd/amdgpu/
Damdgpu_vm.c366 struct amdgpu_vm_pt_cursor *cursor) in amdgpu_vm_pt_start()
385 struct amdgpu_vm_pt_cursor *cursor) in amdgpu_vm_pt_descendant()
414 struct amdgpu_vm_pt_cursor *cursor) in amdgpu_vm_pt_sibling()
444 static bool amdgpu_vm_pt_ancestor(struct amdgpu_vm_pt_cursor *cursor) in amdgpu_vm_pt_ancestor()
464 struct amdgpu_vm_pt_cursor *cursor) in amdgpu_vm_pt_next()
492 struct amdgpu_vm_pt_cursor *cursor) in amdgpu_vm_pt_first_dfs()
525 struct amdgpu_vm_pt_cursor *cursor) in amdgpu_vm_pt_next_dfs()
541 #define for_each_amdgpu_vm_pt_dfs_safe(adev, vm, start, cursor, entry) \ argument
853 struct amdgpu_vm_pt_cursor *cursor) in amdgpu_vm_alloc_pts()
928 struct amdgpu_vm_pt_cursor cursor; in amdgpu_vm_free_pts() local
[all …]
/Linux-v5.4/drivers/video/fbdev/core/
Dsoftcursor.c22 int soft_cursor(struct fb_info *info, struct fb_cursor *cursor) in soft_cursor()
/Linux-v5.4/drivers/gpu/drm/vkms/
Dvkms_output.c45 struct drm_plane *primary, *cursor = NULL; in vkms_output_init() local
/Linux-v5.4/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
1462 struct assoc_array_ptr *cursor, *ptr; in assoc_array_gc() local
/Linux-v5.4/drivers/md/persistent-data/
Ddm-array.h197 struct dm_btree_cursor cursor; member
Ddm-bitset.h182 struct dm_array_cursor cursor; member
/Linux-v5.4/fs/afs/
Dcell.c219 struct afs_cell *cell, *candidate, *cursor; in afs_lookup_cell() local
748 struct rb_node *cursor; in afs_manage_cells() local
/Linux-v5.4/drivers/video/fbdev/aty/
Dmach64_cursor.c68 static int atyfb_cursor(struct fb_info *info, struct fb_cursor *cursor) in atyfb_cursor()
/Linux-v5.4/security/keys/
Dgc.c180 struct rb_node *cursor; in key_garbage_collector() local
/Linux-v5.4/net/unix/
Dgarbage.c207 struct list_head cursor; in unix_gc() local
/Linux-v5.4/drivers/mtd/nand/raw/
Dnand_onfi.c38 uint8_t *cursor; in nand_flash_detect_ext_param_page() local
/Linux-v5.4/arch/powerpc/kvm/
Dbook3s_hv_nested.c763 struct rmap_nested *cursor; in kvmhv_insert_nest_rmap() local
829 struct rmap_nested *cursor; in kvmhv_update_nest_rmap_rc_list() local
867 struct rmap_nested *cursor; in kvmhv_remove_nest_rmap_list() local
905 struct rmap_nested *cursor; in kvmhv_free_memslot_nest_rmap() local
/Linux-v5.4/drivers/video/fbdev/
Dpmag-aa-fb.c104 static int aafb_cursor(struct fb_info *info, struct fb_cursor *cursor) in aafb_cursor()

123456