Home
last modified time | relevance | path

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

12345

/drivers/gpu/drm/loongson/
A Dlsdc_plane.c223 struct lsdc_cursor *cursor = to_lsdc_cursor(plane); in lsdc_cursor_plane_atomic_async_update() local
302 struct lsdc_cursor *cursor = to_lsdc_cursor(plane); in ls7a1000_cursor_plane_atomic_update() local
324 struct lsdc_cursor *cursor = to_lsdc_cursor(plane); in ls7a1000_cursor_plane_atomic_disable() local
383 struct lsdc_cursor *cursor = to_lsdc_cursor(plane); in ls7a2000_cursor_plane_atomic_update() local
420 struct lsdc_cursor *cursor = to_lsdc_cursor(plane); in ls7a2000_cursor_plane_atomic_disable() local
577 static void lsdc_cursor0_update_bo_addr(struct lsdc_cursor *cursor, u64 addr) in lsdc_cursor0_update_bo_addr()
599 static void lsdc_cursor0_update_cfg(struct lsdc_cursor *cursor, in lsdc_cursor0_update_cfg()
637 static void lsdc_cursor1_update_cfg(struct lsdc_cursor *cursor, in lsdc_cursor1_update_cfg()
690 static void lsdc_cursor1_update_cfg_quirk(struct lsdc_cursor *cursor, in lsdc_cursor1_update_cfg_quirk()
749 struct lsdc_cursor *cursor = to_lsdc_cursor(plane); in ls7a1000_cursor_plane_init() local
[all …]
/drivers/dma-buf/
A Ddma-resv.c367 static void dma_resv_iter_restart_unlocked(struct dma_resv_iter *cursor) in dma_resv_iter_restart_unlocked()
378 static void dma_resv_iter_walk_unlocked(struct dma_resv_iter *cursor) in dma_resv_iter_walk_unlocked()
443 struct dma_fence *dma_resv_iter_next_unlocked(struct dma_resv_iter *cursor) in dma_resv_iter_next_unlocked()
471 struct dma_fence *dma_resv_iter_first(struct dma_resv_iter *cursor) in dma_resv_iter_first()
493 struct dma_fence *dma_resv_iter_next(struct dma_resv_iter *cursor) in dma_resv_iter_next()
523 struct dma_resv_iter cursor; in dma_resv_copy_fences() local
572 struct dma_resv_iter cursor; in dma_resv_get_fences() local
682 struct dma_resv_iter cursor; in dma_resv_wait_timeout() local
714 struct dma_resv_iter cursor; in dma_resv_set_deadline() local
740 struct dma_resv_iter cursor; in dma_resv_test_signaled() local
[all …]
A Ddma-fence-unwrap.c19 __dma_fence_unwrap_array(struct dma_fence_unwrap *cursor) in __dma_fence_unwrap_array()
35 struct dma_fence_unwrap *cursor) in dma_fence_unwrap_first()
49 struct dma_fence *dma_fence_unwrap_next(struct dma_fence_unwrap *cursor) in dma_fence_unwrap_next()
A 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
/drivers/gpu/drm/amd/amdgpu/
A Damdgpu_vm_pt.c158 struct amdgpu_vm_pt_cursor *cursor) in amdgpu_vm_pt_start()
177 struct amdgpu_vm_pt_cursor *cursor) in amdgpu_vm_pt_descendant()
206 struct amdgpu_vm_pt_cursor *cursor) in amdgpu_vm_pt_sibling()
259 struct amdgpu_vm_pt_cursor *cursor) in amdgpu_vm_pt_next()
288 struct amdgpu_vm_pt_cursor *cursor) in amdgpu_vm_pt_first_dfs()
323 struct amdgpu_vm_pt_cursor *cursor) in amdgpu_vm_pt_next_dfs()
495 struct amdgpu_vm_pt_cursor *cursor, in amdgpu_vm_pt_alloc()
585 struct amdgpu_vm_pt_cursor *cursor) in amdgpu_vm_pt_add_list()
610 struct amdgpu_vm_pt_cursor cursor; in amdgpu_vm_pt_free_root() local
800 struct amdgpu_vm_pt_cursor cursor; in amdgpu_vm_ptes_update() local
[all …]
A Damdgpu_sync.c246 struct dma_resv_iter cursor; in amdgpu_sync_resv() local
279 struct dma_resv_iter cursor; in amdgpu_sync_kfd() local
A Damdgpu_vkms.c168 struct drm_plane *primary, struct drm_plane *cursor) in amdgpu_vkms_crtc_init()
438 struct drm_plane *primary, *cursor = NULL; in amdgpu_vkms_output_init() local
/drivers/gpu/drm/sti/
A 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
268 struct sti_cursor *cursor = to_sti_cursor(plane); in sti_cursor_atomic_update() local
347 struct sti_cursor *cursor = to_sti_cursor(plane); in sti_cursor_late_register() local
369 struct sti_cursor *cursor; in sti_cursor_create() local
/drivers/staging/sm750fb/
A Dsm750_cursor.c47 void sm750_hw_cursor_enable(struct lynx_cursor *cursor) in sm750_hw_cursor_enable()
55 void sm750_hw_cursor_disable(struct lynx_cursor *cursor) in sm750_hw_cursor_disable()
60 void sm750_hw_cursor_set_size(struct lynx_cursor *cursor, int w, int h) in sm750_hw_cursor_set_size()
66 void sm750_hw_cursor_set_pos(struct lynx_cursor *cursor, int x, int y) in sm750_hw_cursor_set_pos()
75 void sm750_hw_cursor_set_color(struct lynx_cursor *cursor, u32 fg, u32 bg) in sm750_hw_cursor_set_color()
84 void sm750_hw_cursor_set_data(struct lynx_cursor *cursor, u16 rop, in sm750_hw_cursor_set_data()
134 void sm750_hw_cursor_set_data2(struct lynx_cursor *cursor, u16 rop, in sm750_hw_cursor_set_data2()
A Dsm750.c109 struct lynx_cursor *cursor; in lynxfb_ops_cursor() local
438 struct lynx_cursor *cursor; in lynxfb_resume() local
/drivers/gpu/drm/ttm/
A Dttm_resource.c41 ttm_resource_cursor_clear_bulk(struct ttm_resource_cursor *cursor) in ttm_resource_cursor_clear_bulk()
51 struct ttm_resource_cursor *cursor) in ttm_resource_cursor_move_bulk_tail()
71 struct ttm_resource_cursor *cursor, *next; in ttm_bulk_move_adjust_cursors() local
80 struct ttm_resource_cursor *cursor, *next; in ttm_bulk_move_drop_cursors() local
93 void ttm_resource_cursor_init(struct ttm_resource_cursor *cursor, in ttm_resource_cursor_init()
111 void ttm_resource_cursor_fini(struct ttm_resource_cursor *cursor) in ttm_resource_cursor_fini()
616 ttm_resource_cursor_check_bulk(struct ttm_resource_cursor *cursor, in ttm_resource_cursor_check_bulk()
648 ttm_resource_manager_first(struct ttm_resource_cursor *cursor) in ttm_resource_manager_first()
669 ttm_resource_manager_next(struct ttm_resource_cursor *cursor) in ttm_resource_manager_next()
/drivers/gpu/drm/
A Ddrm_crtc.c237 struct drm_plane *cursor, in __drm_crtc_init_with_planes()
343 struct drm_plane *cursor, in drm_crtc_init_with_planes()
373 struct drm_plane *cursor, in __drmm_crtc_init_with_planes()
425 struct drm_plane *cursor, in drmm_crtc_init_with_planes()
446 struct drm_plane *cursor, in __drmm_crtc_alloc_with_planes()
/drivers/gpu/drm/i915/gem/
A Di915_gem_wait.c37 struct dma_resv_iter cursor; in i915_gem_object_boost() local
70 struct dma_resv_iter cursor; in i915_gem_object_wait_reservation() local
146 struct dma_resv_iter cursor; in i915_gem_object_wait_priority() local
A Di915_gem_busy.c117 struct dma_resv_iter cursor; in i915_gem_busy_ioctl() local
/drivers/md/dm-vdo/
A Dblock-map.c87 struct cursor { struct
91 struct cursors *parent; argument
93 struct cursor_level levels[VDO_BLOCK_MAP_TREE_HEIGHT]; argument
103 struct cursor cursors[]; argument
2496 static void finish_cursor(struct cursor *cursor) in finish_cursor()
2528 struct cursor *cursor = completion->parent; in finish_traversal_load() local
2544 struct cursor *cursor = vio->completion.parent; in traversal_endio() local
2555 static void traverse(struct cursor *cursor) in traverse()
2628 struct cursor *cursor = container_of(waiter, struct cursor, waiter); in launch_cursor() local
2694 struct cursor *cursor = &cursors->cursors[root]; in vdo_traverse_forest() local
/drivers/firmware/google/
A Dmemconsole-coreboot.c23 u32 cursor; member
42 u32 cursor = cbmem_console->cursor & CURSOR_MASK; in memconsole_coreboot_read() local
/drivers/video/fbdev/core/
A Dsoftcursor.c22 int soft_cursor(struct fb_info *info, struct fb_cursor *cursor) in soft_cursor()
/drivers/gpu/drm/vkms/
A Dvkms_output.c34 struct vkms_config_plane *primary, *cursor; in vkms_output_init() local
/drivers/net/wireless/realtek/rtw89/
A Dfw.c9554 const void *cursor; in rtw89_fw_load_txpwr_byrate() local
9606 const void *cursor; in rtw89_fw_load_txpwr_lmt_2ghz() local
9646 const void *cursor; in rtw89_fw_load_txpwr_lmt_5ghz() local
9688 const void *cursor; in rtw89_fw_load_txpwr_lmt_6ghz() local
9701 const void *cursor, in fw_txpwr_lmt_ru_2ghz_entry_valid()
9724 const void *cursor; in rtw89_fw_load_txpwr_lmt_ru_2ghz() local
9736 const void *cursor, in fw_txpwr_lmt_ru_5ghz_entry_valid()
9759 const void *cursor; in rtw89_fw_load_txpwr_lmt_ru_5ghz() local
9796 const void *cursor; in rtw89_fw_load_txpwr_lmt_ru_6ghz() local
9830 const void *cursor; in rtw89_fw_load_tx_shape_lmt() local
[all …]
/drivers/md/persistent-data/
A Ddm-array.h198 struct dm_btree_cursor cursor; member
A Ddm-bitset.h183 struct dm_array_cursor cursor; member
/drivers/firewire/
A Dphy-packet-definitions.h219 const u32 *cursor; member
226 const u32 *self_id_sequence, *cursor; in self_id_sequence_enumerator_next() local
/drivers/gpu/drm/qxl/
A Dqxl_debugfs.c60 struct dma_resv_iter cursor; in qxl_debugfs_buffers_info() local
/drivers/gpu/drm/radeon/
A Dradeon_sync.c94 struct dma_resv_iter cursor; in radeon_sync_resv() local
/drivers/video/fbdev/aty/
A Dmach64_cursor.c73 static int atyfb_cursor(struct fb_info *info, struct fb_cursor *cursor) in atyfb_cursor()

Completed in 58 milliseconds

12345