| /OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/ |
| H A D | persist_data.py | 92 def _setup_database(self, cursor): argument 109 def _execute_single(self, cursor, *query): argument 124 def __init__(self, cursor): argument 160 def __getitem__(self, cursor, key): argument 169 def __delitem__(self, cursor, key): argument 176 def __setitem__(self, cursor, key, value): argument 194 def __contains__(self, cursor, key): argument 200 def __len__(self, cursor): argument 235 def clear(self, cursor): argument
|
| /OK3568_Linux_fs/kernel/drivers/staging/sm750fb/ |
| H A 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()
|
| /OK3568_Linux_fs/external/xserver/hw/kdrive/ephyr/ |
| H A D | ephyrcursor.c | 40 xcb_cursor_t cursor; member 44 ephyrGetCursor(CursorPtr cursor) in ephyrGetCursor() 50 ephyrRealizeCoreCursor(EphyrScrPriv *scr, CursorPtr cursor) in ephyrRealizeCoreCursor() 127 ephyrRealizeARGBCursor(EphyrScrPriv *scr, CursorPtr cursor) in ephyrRealizeARGBCursor() 174 ephyrRealizeCursor(DeviceIntPtr dev, ScreenPtr screen, CursorPtr cursor) in ephyrRealizeCursor() 190 ephyrUnrealizeCursor(DeviceIntPtr dev, ScreenPtr screen, CursorPtr cursor) in ephyrUnrealizeCursor() 203 ephyrSetCursor(DeviceIntPtr dev, ScreenPtr screen, CursorPtr cursor, int x, in ephyrSetCursor()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/sti/ |
| H A 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
|
| /OK3568_Linux_fs/external/xserver/hw/xwayland/ |
| H A D | xwayland-cursor.c | 34 expand_source_and_mask(CursorPtr cursor, CARD32 *data) in expand_source_and_mask() 64 xwl_realize_cursor(DeviceIntPtr device, ScreenPtr screen, CursorPtr cursor) in xwl_realize_cursor() 76 xwl_unrealize_cursor(DeviceIntPtr device, ScreenPtr screen, CursorPtr cursor) in xwl_unrealize_cursor() 130 CursorPtr cursor; in xwl_seat_set_cursor() local 184 CursorPtr cursor; in xwl_tablet_tool_set_cursor() local 232 ScreenPtr screen, CursorPtr cursor, int x, int y) in xwl_set_cursor()
|
| /OK3568_Linux_fs/kernel/fs/xfs/ |
| H A 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
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/hashserv/ |
| H A D | server.py | 117 def insert_table(cursor, table, data, on_conflict): argument 141 def insert_unihash(cursor, data, on_conflict): argument 144 def insert_outhash(cursor, data, on_conflict): argument 161 def __init__(self, db, cursor, upstream): argument 229 async def get_unihash(self, cursor, method, taskhash, fetch_all=False): argument 278 async def get_outhash(self, cursor, method, outhash, taskhash): argument 304 def update_unified(self, cursor, data): argument 502 def query_equivalent(self, cursor, method, taskhash): argument
|
| /OK3568_Linux_fs/kernel/net/ceph/ |
| H A 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 …]
|
| /OK3568_Linux_fs/kernel/tools/perf/util/ |
| H A 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 …]
|
| H A 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()
|
| H A 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()
|
| H A D | machine.c | 2085 struct callchain_cursor *cursor, in add_callchain_ip() 2247 struct callchain_cursor *cursor, in lbr_callchain_add_kernel_ip() 2281 struct callchain_cursor *cursor, in save_lbr_cursor_node() 2306 struct callchain_cursor *cursor, in lbr_callchain_add_lbr_ip() 2405 struct callchain_cursor *cursor) in lbr_callchain_add_stitched_lbr_ip() 2551 struct callchain_cursor *cursor, in resolve_lbr_callchain_sample() 2634 struct callchain_cursor *cursor, in find_prev_cpumode() 2655 struct callchain_cursor *cursor, in thread__resolve_callchain_sample() 2805 static int append_inlines(struct callchain_cursor *cursor, struct map_symbol *ms, u64 ip) in append_inlines() 2846 struct callchain_cursor *cursor = arg; in unwind_entry() local [all …]
|
| /OK3568_Linux_fs/kernel/drivers/firmware/google/ |
| H A D | memconsole-coreboot.c | 23 u32 cursor; member 42 u32 cursor = cbmem_console->cursor & CURSOR_MASK; in memconsole_coreboot_read() local
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/amdgpu/ |
| H A 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 902 struct amdgpu_vm_pt_cursor *cursor, in amdgpu_vm_alloc_pts() 978 struct amdgpu_vm_pt_cursor cursor; in amdgpu_vm_free_pts() local [all …]
|
| /OK3568_Linux_fs/kernel/net/rxrpc/ |
| H A D | peer_event.c | 305 u8 cursor) in rxrpc_peer_keepalive_dispatch() 362 u8 cursor, stop; in rxrpc_peer_keepalive_worker() local
|
| /OK3568_Linux_fs/external/xserver/dix/ |
| H A D | cursor.c | 131 RefCursor(CursorPtr cursor) in RefCursor() 139 UnrefCursor(CursorPtr cursor) in UnrefCursor() 147 CursorRefCount(const CursorPtr cursor) in CursorRefCount()
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/modes/ |
| H A D | xf86Cursors.c | 301 CursorPtr cursor = xf86CurrentCursor(screen); in xf86_set_cursor_colors() local 557 xf86_use_hw_cursor(ScreenPtr screen, CursorPtr cursor) in xf86_use_hw_cursor() 582 xf86_use_hw_cursor_argb(ScreenPtr screen, CursorPtr cursor) in xf86_use_hw_cursor_argb() 599 xf86_crtc_load_cursor_argb(xf86CrtcPtr crtc, CursorPtr cursor) in xf86_crtc_load_cursor_argb() 630 xf86_load_cursor_argb(ScrnInfoPtr scrn, CursorPtr cursor) in xf86_load_cursor_argb()
|
| /OK3568_Linux_fs/kernel/lib/ |
| H A 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
|
| /OK3568_Linux_fs/external/xserver/hw/dmx/ |
| H A D | dmxcursor.h | 46 Cursor cursor; member
|
| /OK3568_Linux_fs/kernel/drivers/video/fbdev/core/ |
| H A D | softcursor.c | 22 int soft_cursor(struct fb_info *info, struct fb_cursor *cursor) in soft_cursor()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/vkms/ |
| H A D | vkms_output.c | 42 struct drm_plane *primary, *cursor = NULL; in vkms_output_init() local
|
| /OK3568_Linux_fs/kernel/drivers/md/persistent-data/ |
| H A D | dm-array.h | 197 struct dm_btree_cursor cursor; member
|
| H A D | dm-bitset.h | 182 struct dm_array_cursor cursor; member
|
| /OK3568_Linux_fs/u-boot/drivers/misc/ |
| H A D | cbmem_console.c | 25 int cursor; in cbmemc_putc() local
|
| /OK3568_Linux_fs/external/xserver/hw/xnest/ |
| H A D | XNCursor.h | 30 Cursor cursor; member
|