Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/sm750fb/
Dsm750_cursor.c61 void hw_cursor_enable(struct lynx_cursor * cursor) in hw_cursor_enable()
69 void hw_cursor_disable(struct lynx_cursor * cursor) in hw_cursor_disable()
74 void hw_cursor_setSize(struct lynx_cursor * cursor, in hw_cursor_setSize()
80 void hw_cursor_setPos(struct lynx_cursor * cursor, in hw_cursor_setPos()
88 void hw_cursor_setColor(struct lynx_cursor * cursor, in hw_cursor_setColor()
95 void hw_cursor_setData(struct lynx_cursor * cursor, in hw_cursor_setData()
186 void hw_cursor_setData2(struct lynx_cursor * cursor, in hw_cursor_setData2()
Dsm750.c133 struct lynx_cursor *cursor; in lynxfb_ops_cursor() local
470 struct lynx_cursor *cursor; in lynxfb_resume() local
Dsm750.h127 struct lynx_cursor cursor; member
/linux-4.1.27/drivers/gpu/drm/sti/
Dsti_cursor.c79 struct sti_cursor *cursor = to_sti_cursor(layer); in sti_cursor_argb8888_to_clut8() local
101 struct sti_cursor *cursor = to_sti_cursor(layer); in sti_cursor_prepare_layer() local
168 struct sti_cursor *cursor = to_sti_cursor(layer); in sti_cursor_commit_layer() local
193 struct sti_cursor *cursor = to_sti_cursor(layer); in sti_cursor_init() local
219 struct sti_cursor *cursor; in sti_cursor_create() local
Dsti_compositor.c96 struct drm_plane *cursor = NULL; in sti_compositor_bind() local
Dsti_drm_crtc.c304 struct drm_plane *primary, struct drm_plane *cursor) in sti_drm_crtc_init()
/linux-4.1.27/tools/perf/util/
Dcallchain.c445 fill_node(struct callchain_node *node, struct callchain_cursor *cursor) in fill_node()
475 struct callchain_cursor *cursor, in add_child()
507 struct callchain_cursor *cursor, in split_add_child()
574 struct callchain_cursor *cursor, in append_chain_children()
614 struct callchain_cursor *cursor, in append_chain()
672 struct callchain_cursor *cursor, in callchain_append()
689 merge_chain_branch(struct callchain_cursor *cursor, in merge_chain_branch()
730 int callchain_merge(struct callchain_cursor *cursor, in callchain_merge()
736 int callchain_cursor_append(struct callchain_cursor *cursor, in callchain_cursor_append()
Dcallchain.h130 static inline void callchain_cursor_reset(struct callchain_cursor *cursor) in callchain_cursor_reset()
140 static inline void callchain_cursor_commit(struct callchain_cursor *cursor) in callchain_cursor_commit()
148 callchain_cursor_current(struct callchain_cursor *cursor) in callchain_cursor_current()
156 static inline void callchain_cursor_advance(struct callchain_cursor *cursor) in callchain_cursor_advance()
Dhist.c782 struct callchain_cursor cursor; in iter_add_next_cumulative_entry() local
Dmachine.c1716 struct callchain_cursor *cursor = arg; in unwind_entry() local
/linux-4.1.27/fs/xfs/
Dxfs_attr_list.c58 #define XFS_ISRESET_CURSOR(cursor) \ argument
71 attrlist_cursor_kern_t *cursor; in xfs_attr_shortform_list() local
221 attrlist_cursor_kern_t *cursor; in xfs_attr_node_list() local
368 struct attrlist_cursor_kern *cursor; in xfs_attr3_leaf_list_int() local
610 attrlist_cursor_kern_t *cursor) in xfs_attr_list()
Dxfs_xattr.c199 struct attrlist_cursor_kern cursor = { 0 }; in xfs_vn_listxattr() local
Dxfs_attr.h120 struct attrlist_cursor_kern *cursor; /* position in list */ member
Dxfs_ioctl32.c348 attrlist_cursor_kern_t *cursor; in xfs_compat_attrlist_by_handle() local
Dxfs_ioctl.c404 attrlist_cursor_kern_t *cursor; in xfs_attrlist_by_handle() local
/linux-4.1.27/net/ceph/
Dmessenger.c828 static void ceph_msg_data_bio_cursor_init(struct ceph_msg_data_cursor *cursor, in ceph_msg_data_bio_cursor_init()
846 static struct page *ceph_msg_data_bio_next(struct ceph_msg_data_cursor *cursor, in ceph_msg_data_bio_next()
873 static bool ceph_msg_data_bio_advance(struct ceph_msg_data_cursor *cursor, in ceph_msg_data_bio_advance()
924 static void ceph_msg_data_pages_cursor_init(struct ceph_msg_data_cursor *cursor, in ceph_msg_data_pages_cursor_init()
946 ceph_msg_data_pages_next(struct ceph_msg_data_cursor *cursor, in ceph_msg_data_pages_next()
965 static bool ceph_msg_data_pages_advance(struct ceph_msg_data_cursor *cursor, in ceph_msg_data_pages_advance()
996 ceph_msg_data_pagelist_cursor_init(struct ceph_msg_data_cursor *cursor, in ceph_msg_data_pagelist_cursor_init()
1021 ceph_msg_data_pagelist_next(struct ceph_msg_data_cursor *cursor, in ceph_msg_data_pagelist_next()
1045 static bool ceph_msg_data_pagelist_advance(struct ceph_msg_data_cursor *cursor, in ceph_msg_data_pagelist_advance()
1087 static void __ceph_msg_data_cursor_init(struct ceph_msg_data_cursor *cursor) in __ceph_msg_data_cursor_init()
[all …]
/linux-4.1.27/drivers/video/console/
Dsoftcursor.c22 int soft_cursor(struct fb_info *info, struct fb_cursor *cursor) in soft_cursor()
Dtileblit.c85 struct fb_tilecursor cursor; in tile_cursor() local
Dfbcon_cw.c207 struct fb_cursor cursor; in cw_cursor() local
Dfbcon_ccw.c224 struct fb_cursor cursor; in ccw_cursor() local
Dbitblit.c239 struct fb_cursor cursor; in bit_cursor() local
Dfbcon_ud.c254 struct fb_cursor cursor; in ud_cursor() local
Dfbcon.h64 void (*cursor)(struct vc_data *vc, struct fb_info *info, int mode, member
/linux-4.1.27/lib/
Dassoc_array.c31 const struct assoc_array_ptr *cursor, *ptr, *parent; in assoc_array_subtree_iterate() local
189 struct assoc_array_ptr *cursor, *ptr; in assoc_array_walk() local
365 struct assoc_array_ptr *cursor, *parent = NULL; in assoc_array_destroy_subtree() local
1493 struct assoc_array_ptr *cursor, *ptr; in assoc_array_gc() local
/linux-4.1.27/drivers/video/fbdev/aty/
Dmach64_cursor.c67 static int atyfb_cursor(struct fb_info *info, struct fb_cursor *cursor) in atyfb_cursor()
/linux-4.1.27/security/keys/
Dgc.c187 struct rb_node *cursor; in key_garbage_collector() local
/linux-4.1.27/net/unix/
Dgarbage.c275 struct list_head cursor; in unix_gc() local
/linux-4.1.27/drivers/gpu/drm/atmel-hlcdc/
Datmel_hlcdc_dc.h116 struct atmel_hlcdc_plane *cursor; member
/linux-4.1.27/crypto/asymmetric_keys/
Dverify_pefile.c36 size_t cursor, datalen = pelen; in pefile_parse_binary() local
Dasymmetric_type.c361 struct asymmetric_key_parser *cursor; in register_asymmetric_key_parser() local
/linux-4.1.27/fs/configfs/
Ddir.c1506 struct configfs_dirent * cursor = file->private_data; in configfs_dir_close() local
1530 struct configfs_dirent *cursor = file->private_data; in configfs_readdir() local
1608 struct configfs_dirent *cursor = file->private_data; in configfs_dir_lseek() local
/linux-4.1.27/drivers/video/fbdev/
Dg364fb.c125 int g364fb_cursor(struct fb_info *info, struct fb_cursor *cursor) in g364fb_cursor()
Dfsl-diu-fb.c381 __le16 cursor[MAX_CURS * MAX_CURS] __aligned(32); member
1002 __le16 *cursor = data->cursor; in fsl_diu_load_cursor_image() local
1025 static int fsl_diu_cursor(struct fb_info *info, struct fb_cursor *cursor) in fsl_diu_cursor()
Dcobalt_lcdfb.c291 static int cobalt_lcdfb_cursor(struct fb_info *info, struct fb_cursor *cursor) in cobalt_lcdfb_cursor()
Dskeletonfb.c580 int xxxfb_cursor(struct fb_info *info, struct fb_cursor *cursor) in xxxfb_cursor()
Dpm2fb.c1264 static int pm2vfb_cursor(struct fb_info *info, struct fb_cursor *cursor) in pm2vfb_cursor()
1365 static int pm2fb_cursor(struct fb_info *info, struct fb_cursor *cursor) in pm2fb_cursor()
Dleo.c186 struct leo_cursor __iomem *cursor; member
212 struct leo_cursor __iomem *cursor = par->cursor; in leo_switch_from_graph() local
Dbw2.c59 u32 cursor; member
Dbf54x-lq043fb.c373 int bfin_bf54x_fb_cursor(struct fb_info *info, struct fb_cursor *cursor) in bfin_bf54x_fb_cursor()
Dbfin_adv7393fb.c677 int bfin_adv7393_fb_cursor(struct fb_info *info, struct fb_cursor *cursor) in bfin_adv7393_fb_cursor()
Dbfin-t350mcqb-fb.c295 int bfin_t350mcqb_fb_cursor(struct fb_info *info, struct fb_cursor *cursor) in bfin_t350mcqb_fb_cursor()
Dpmag-aa-fb.c87 struct aafb_cursor cursor; member
Dtcx.c103 u32 cursor; member
Dcg3.c84 u32 cursor; member
Dvt8623fb.c124 static void vt8623fb_tilecursor(struct fb_info *info, struct fb_tilecursor *cursor) in vt8623fb_tilecursor()
Dsm501fb.c108 struct sm501_mem cursor; member
1040 static int sm501fb_cursor(struct fb_info *info, struct fb_cursor *cursor) in sm501fb_cursor()
Dbfin-lq035q1-fb.c490 int bfin_lq035q1_fb_cursor(struct fb_info *info, struct fb_cursor *cursor) in bfin_lq035q1_fb_cursor()
Dbf537-lq035.c579 static int bfin_lq035_fb_cursor(struct fb_info *info, struct fb_cursor *cursor) in bfin_lq035_fb_cursor()
Dpm3fb.c619 static int pm3fb_cursor(struct fb_info *info, struct fb_cursor *cursor) in pm3fb_cursor()
Dcg14.c193 struct cg14_cursor __iomem *cursor; member
Darkfb.c160 static void arkfb_tilecursor(struct fb_info *info, struct fb_tilecursor *cursor) in arkfb_tilecursor()
Ds3fb.c323 static void s3fb_tilecursor(struct fb_info *info, struct fb_tilecursor *cursor) in s3fb_tilecursor()
Dtdfxfb.c1058 static int tdfxfb_cursor(struct fb_info *info, struct fb_cursor *cursor) in tdfxfb_cursor()
Dcg6.c251 u32 cursor; member
/linux-4.1.27/scripts/
Dasn1_compiler.c779 struct token *cursor; in parse() local
832 struct token *cursor = *_cursor; in parse_type() local
1133 struct token *cursor = *_cursor, *name; in parse_compound() local
/linux-4.1.27/arch/parisc/include/asm/
Dcacheflush.h60 void *cursor = vaddr; in invalidate_kernel_vmap_range() local
/linux-4.1.27/drivers/staging/lustre/lustre/lov/
Dlov_ea.c53 int cursor; member
/linux-4.1.27/drivers/gpu/drm/nouveau/
Dnouveau_crtc.h63 } cursor; member
/linux-4.1.27/kernel/
Daudit_tree.c585 struct list_head cursor; in audit_trim_trees() local
779 struct list_head cursor, barrier; in audit_tag_tree() local
/linux-4.1.27/include/linux/
Dfsl-diu-fb.h146 __be32 cursor; member
Dlibata.h672 int cursor; member
/linux-4.1.27/mm/
Dnobootmem.c72 unsigned long cursor, end; in free_bootmem_late() local
Dbootmem.c159 unsigned long cursor, end; in free_bootmem_late() local
Dcompaction.c406 struct page *cursor, *valid_page = NULL; in isolate_freepages_block() local
Dmemblock.c1309 u64 cursor, end; in __memblock_free_late() local
/linux-4.1.27/drivers/video/fbdev/core/
Dsvgalib.c302 void svga_tilecursor(void __iomem *regbase, struct fb_info *info, struct fb_tilecursor *cursor) in svga_tilecursor()
/linux-4.1.27/drivers/net/ethernet/sfc/
Dptp.c920 struct list_head *cursor; in efx_ptp_drop_time_expired_events() local
949 struct list_head *cursor; in efx_ptp_match_rx() local
1117 struct list_head *cursor; in efx_ptp_stop() local
/linux-4.1.27/fs/
Dlibfs.c112 struct dentry *cursor = file->private_data; in dcache_dir_lseek() local
152 struct dentry *cursor = file->private_data; in dcache_readdir() local
/linux-4.1.27/drivers/video/fbdev/intelfb/
Dintelfbdrv.c1576 static int intelfb_cursor(struct fb_info *info, struct fb_cursor *cursor) in intelfb_cursor()
Dintelfb.h296 struct intelfb_heap_data cursor; member
/linux-4.1.27/drivers/video/fbdev/vermilion/
Dvermilion.c1025 static int vmlfb_cursor(struct fb_info *info, struct fb_cursor *cursor) in vmlfb_cursor()
/linux-4.1.27/drivers/gpu/drm/i915/
Dintel_lrc.c370 struct drm_i915_gem_request *cursor = NULL, *tmp = NULL; in execlists_context_unqueue() local
522 struct drm_i915_gem_request *cursor; in execlists_context_queue() local
Dintel_pm.c709 const struct intel_watermark_params *cursor, in g4x_compute_wm0()
768 const struct intel_watermark_params *cursor) in g4x_check_srwm()
797 const struct intel_watermark_params *cursor, in g4x_compute_srwm()
1487 struct intel_plane_wm_parameters cursor; member
Di915_drv.h1419 uint8_t cursor; member
1424 uint8_t cursor; member
1428 uint8_t cursor; member
1455 struct skl_ddb_entry cursor[I915_MAX_PIPES]; member
1463 uint32_t cursor[I915_MAX_PIPES][8]; member
Dintel_display.c12840 struct intel_plane *cursor; in intel_cursor_plane_create() local
12890 struct drm_plane *cursor = NULL; in intel_crtc_init() local
14448 } cursor[I915_MAX_PIPES]; member
Di915_debugfs.c1978 struct list_head *cursor; in i915_execlists() local
/linux-4.1.27/arch/x86/kernel/
Duprobes.c346 u8 *cursor; in riprel_analyze() local
/linux-4.1.27/fs/overlayfs/
Dreaddir.c52 struct list_head *cursor; member
/linux-4.1.27/drivers/dma/ppc4xx/
Dadma.c3240 struct ppc440spe_rxor *cursor, int index, int src_cnt) in ppc440spe_adma_dma2rxor_inc_addr()
3257 struct ppc440spe_rxor *cursor, int index, in ppc440spe_adma_dma2rxor_prep_src()
3454 static void ppc440spe_init_rxor_cursor(struct ppc440spe_rxor *cursor) in ppc440spe_init_rxor_cursor()
/linux-4.1.27/drivers/char/
Dmem.c66 u64 cursor = from; in range_is_allowed() local
/linux-4.1.27/drivers/gpu/drm/msm/mdp/mdp4/
Dmdp4_crtc.c48 } cursor; member
/linux-4.1.27/drivers/gpu/drm/mgag200/
Dmgag200_drv.h199 struct mga_cursor cursor; member
/linux-4.1.27/include/media/davinci/
Dvpbe_osd.h382 struct osd_cursor_state cursor; member
/linux-4.1.27/drivers/video/fbdev/nvidia/
Dnvidia.c534 static int nvidiafb_cursor(struct fb_info *info, struct fb_cursor *cursor) in nvidiafb_cursor()
/linux-4.1.27/arch/x86/mm/
Dpat.c624 u64 cursor = from; in range_is_allowed() local
/linux-4.1.27/drivers/gpu/drm/msm/mdp/mdp5/
Dmdp5_crtc.c67 } cursor; member
/linux-4.1.27/include/linux/ceph/
Dmessenger.h159 struct ceph_msg_data_cursor cursor; member
/linux-4.1.27/drivers/gpu/drm/nouveau/dispnv04/
Dcrtc.c993 struct nouveau_bo *cursor = NULL; in nv04_crtc_cursor_set() local
/linux-4.1.27/drivers/staging/speakup/
Dkobjects.c704 enum msg_index_t cursor; in message_show_helper() local
/linux-4.1.27/drivers/net/wireless/libertas/
Dif_spi.c83 struct list_head *cursor, *next; in free_if_spi_card() local
/linux-4.1.27/tools/perf/
Dbuiltin-timechart.c199 struct per_pid *cursor = tchart->all_data; in find_create_pid() local
967 struct per_pid *new_list, *p, *cursor, *prev; in sort_pids() local
/linux-4.1.27/drivers/gpu/drm/qxl/
Dqxl_display.c302 struct qxl_cursor *cursor; in qxl_crtc_cursor_set2() local
/linux-4.1.27/tools/perf/ui/browsers/
Dannotate.c218 struct disasm_line *cursor = ab->selection, *target; in annotate_browser__draw_current_jump() local
/linux-4.1.27/drivers/video/fbdev/via/
Dviafbdev.c771 static int viafb_cursor(struct fb_info *info, struct fb_cursor *cursor) in viafb_cursor()
/linux-4.1.27/drivers/video/fbdev/riva/
Dfbdev.c1582 static int rivafb_cursor(struct fb_info *info, struct fb_cursor *cursor) in rivafb_cursor()
Driva_hw.c125 int cursor; in ShowHideCursor() local
/linux-4.1.27/drivers/hsi/clients/
Dcmt_speech.c1331 struct list_head *cursor, *next; in cs_free_char_queue() local
/linux-4.1.27/drivers/gpu/drm/tegra/
Ddc.c1640 struct drm_plane *cursor = NULL; in tegra_dc_init() local
/linux-4.1.27/drivers/video/fbdev/i810/
Di810_main.c1477 static int i810fb_cursor(struct fb_info *info, struct fb_cursor *cursor) in i810fb_cursor()
/linux-4.1.27/drivers/usb/serial/
Dmos7720.c290 struct list_head *cursor, *next; in send_deferred_urbs() local
/linux-4.1.27/drivers/gpu/drm/rockchip/
Drockchip_drm_vop.c1182 struct drm_plane *primary = NULL, *cursor = NULL, *plane; in vop_create_crtc() local
/linux-4.1.27/drivers/gpu/drm/vmwgfx/
Dvmwgfx_kms.c94 SVGAFifoCmdDefineAlphaCursor cursor; in vmw_cursor_update_image() member
/linux-4.1.27/drivers/net/usb/
Dr8152.c1353 struct list_head *cursor; in r8152_get_tx_agg() local
1663 struct list_head *cursor, *next, rx_queue; in rx_bottom() local
/linux-4.1.27/drivers/mtd/nand/
Dnand_base.c3061 uint8_t *cursor; in nand_flash_detect_ext_param_page() local
/linux-4.1.27/drivers/usb/core/
Dhub.c453 int cursor = -1; in led_work() local
/linux-4.1.27/include/drm/
Ddrm_crtc.h440 struct drm_plane *cursor; member
/linux-4.1.27/drivers/gpu/drm/
Ddrm_crtc.c657 struct drm_plane *cursor, in drm_crtc_init_with_planes()