| /OK3568_Linux_fs/kernel/drivers/gpu/drm/selftests/ |
| H A D | test-drm_framebuffer.c | 30 .handles = { 1, 0, 0 }, .pitches = { 4 * 600, 0, 0 }, 35 .handles = { 1, 0, 0 }, .pitches = { 4 * MAX_WIDTH, 0, 0 }, 40 .handles = { 1, 0, 0 }, .pitches = { 4 * MAX_WIDTH + 1, 0, 0 }, 45 .handles = { 1, 0, 0 }, .pitches = { 4 * MAX_WIDTH - 1, 0, 0 }, 50 .handles = { 1, 0, 0 }, .pitches = { 4 * (MAX_WIDTH + 1), 0, 0 }, 55 .handles = { 0, 0, 0 }, .pitches = { 4 * MAX_WIDTH, 0, 0 }, 60 .handles = { 1, 0, 0 }, .pitches = { 4 * MAX_WIDTH, 0, 0 }, 65 .handles = { 1, 0, 0 }, .pitches = { 4 * MAX_WIDTH, 0, 0 }, 70 .handles = { 1, 0, 0 }, .pitches = { 4 * MAX_WIDTH, 0, 0 }, 75 .handles = { 1, 0, 0 }, .offsets = { UINT_MAX - 1, 0, 0 }, .pitches = { 4 * MAX_WIDTH, 0, 0 }, [all …]
|
| /OK3568_Linux_fs/kernel/drivers/staging/media/atomisp/pci/runtime/rmgr/src/ |
| H A D | rmgr_vbuf.c | 156 pool->handles = kvmalloc(bytes_needed, GFP_KERNEL); in ia_css_rmgr_init_vbuf() 157 if (pool->handles) in ia_css_rmgr_init_vbuf() 158 memset(pool->handles, 0, bytes_needed); in ia_css_rmgr_init_vbuf() 164 pool->handles = NULL; in ia_css_rmgr_init_vbuf() 184 if (pool->handles) { in ia_css_rmgr_uninit_vbuf() 187 if (pool->handles[i]) { in ia_css_rmgr_uninit_vbuf() 190 pool->handles[i]->vptr, in ia_css_rmgr_uninit_vbuf() 191 pool->handles[i]->count); in ia_css_rmgr_uninit_vbuf() 193 hmm_free(pool->handles[i]->vptr); in ia_css_rmgr_uninit_vbuf() 196 &pool->handles[i]); in ia_css_rmgr_uninit_vbuf() [all …]
|
| /OK3568_Linux_fs/buildroot/dl/sox/git/src/ |
| H A D | ladspa.c | 46 LADSPA_Handle *handles; /* instantiated plugin handles */ member 249 l_st->handles = lsx_malloc(effp->in_signal.channels * in sox_ladspa_start() 253 l_st->handles[l_st->handle_count++] = l_st->desc->instantiate(l_st->desc, rate); in sox_ladspa_start() 283 l_st->handles = lsx_malloc(sizeof(LADSPA_Handle *)); in sox_ladspa_start() 284 l_st->handles[0] = l_st->desc->instantiate(l_st->desc, rate); in sox_ladspa_start() 289 if (l_st->handles[h] == NULL) { in sox_ladspa_start() 292 if (l_st->handles[h]) in sox_ladspa_start() 293 l_st->desc->cleanup(l_st->handles[h]); in sox_ladspa_start() 296 free(l_st->handles); in sox_ladspa_start() 308 l_st->desc->connect_port(l_st->handles[h], i, &(l_st->control[i])); in sox_ladspa_start() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/lima/ |
| H A D | lima_ctx.c | 26 err = xa_alloc(&mgr->handles, id, ctx, xa_limit_32b, GFP_KERNEL); in lima_ctx_create() 58 ctx = xa_erase(&mgr->handles, id); in lima_ctx_free() 72 ctx = xa_load(&mgr->handles, id); in lima_ctx_get() 87 xa_init_flags(&mgr->handles, XA_FLAGS_ALLOC); in lima_ctx_mgr_init() 95 xa_for_each(&mgr->handles, id, ctx) { in lima_ctx_mgr_fini() 99 xa_destroy(&mgr->handles); in lima_ctx_mgr_fini()
|
| /OK3568_Linux_fs/kernel/drivers/xen/xenbus/ |
| H A D | xenbus_client.c | 68 grant_handle_t handles[XENBUS_MAX_RING_GRANTS]; member 503 grant_handle_t *handles, in __xenbus_map_ring() argument 516 handles[i] = INVALID_GRANT_HANDLE; in __xenbus_map_ring() 528 handles[i] = info->map[i].handle; in __xenbus_map_ring() 535 if (handles[i] != INVALID_GRANT_HANDLE) { in __xenbus_map_ring() 538 GNTMAP_host_map, handles[i]); in __xenbus_map_ring() 568 static int xenbus_unmap_ring(struct xenbus_device *dev, grant_handle_t *handles, in xenbus_unmap_ring() argument 580 GNTMAP_host_map, handles[i]); in xenbus_unmap_ring() 590 handles[i], unmap[i].status); in xenbus_unmap_ring() 633 err = __xenbus_map_ring(dev, gnt_ref, nr_grefs, node->handles, in xenbus_map_ring_hvm() [all …]
|
| /OK3568_Linux_fs/buildroot/package/weston/ |
| H A D | 0060-backend-drm-Support-getting-drm-fb-from-dmabuf-direc.patch | 22 - /* We deliberately do not close the GEM handles here; GBM manages 26 + /* We deliberately do not close the GEM handles here; GBM manages 32 + struct drm_gem_close arg = { fb->handles[i], }; 76 + fb->handles[i] = handle.u32; 81 + &fb->handles[i])) { 87 - fb->handles[i] = handle.u32;
|
| /OK3568_Linux_fs/yocto/meta-rockchip/recipes-graphics/wayland/weston_10.0.2/ |
| H A D | 0057-backend-drm-Support-getting-drm-fb-from-dmabuf-direc.patch | 22 - /* We deliberately do not close the GEM handles here; GBM manages 26 + /* We deliberately do not close the GEM handles here; GBM manages 32 + struct drm_gem_close arg = { fb->handles[i], }; 64 - fb->handles[i] = handle.u32; 72 + fb->handles[i] = handle.u32; 77 + &fb->handles[i])) {
|
| /OK3568_Linux_fs/yocto/meta-rockchip/recipes-graphics/wayland/weston_11.0.1/ |
| H A D | 0061-backend-drm-Support-getting-drm-fb-from-dmabuf-direc.patch | 22 - /* We deliberately do not close the GEM handles here; GBM manages 26 + /* We deliberately do not close the GEM handles here; GBM manages 32 + struct drm_gem_close arg = { fb->handles[i], }; 76 + fb->handles[i] = handle.u32; 81 + &fb->handles[i])) { 87 - fb->handles[i] = handle.u32;
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/ |
| H A D | drm_framebuffer.c | 137 r.handles[0] = or->handle; in drm_mode_addfb() 212 if (!r->handles[i]) { in framebuffer_check() 270 if (r->handles[i]) { in framebuffer_check() 600 for (i = 0; i < ARRAY_SIZE(r->handles); i++) { in drm_mode_getfb2_ioctl() 601 r->handles[i] = 0; in drm_mode_getfb2_ioctl() 632 r->handles[i] = r->handles[j]; in drm_mode_getfb2_ioctl() 637 if (r->handles[i]) in drm_mode_getfb2_ioctl() 642 &r->handles[i]); in drm_mode_getfb2_ioctl() 646 &r->handles[i]); in drm_mode_getfb2_ioctl() 656 for (i = 0; i < ARRAY_SIZE(r->handles); i++) { in drm_mode_getfb2_ioctl() [all …]
|
| H A D | drm_syncobj.c | 1156 uint32_t i, *handles; in drm_syncobj_array_find() local 1160 handles = kmalloc_array(count_handles, sizeof(*handles), GFP_KERNEL); in drm_syncobj_array_find() 1161 if (handles == NULL) in drm_syncobj_array_find() 1164 if (copy_from_user(handles, user_handles, in drm_syncobj_array_find() 1177 syncobjs[i] = drm_syncobj_find(file_private, handles[i]); in drm_syncobj_array_find() 1184 kfree(handles); in drm_syncobj_array_find() 1193 kfree(handles); in drm_syncobj_array_find() 1227 u64_to_user_ptr(args->handles), in drm_syncobj_wait_ioctl() 1261 u64_to_user_ptr(args->handles), in drm_syncobj_timeline_wait_ioctl() 1295 u64_to_user_ptr(args->handles), in drm_syncobj_reset_ioctl() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/infiniband/core/ |
| H A D | uverbs_std_types_device.c | 73 u32 *handles; in gather_objects_handle() local 78 handles = uverbs_zalloc(attrs, out_len); in gather_objects_handle() 79 if (IS_ERR(handles)) in gather_objects_handle() 80 return handles; in gather_objects_handle() 92 handles[count] = obj_id; in gather_objects_handle() 98 return handles; in gather_objects_handle() 108 u32 *handles; in UVERBS_HANDLER() local 123 handles = gather_objects_handle(attrs->ufile, uapi_object, attrs, in UVERBS_HANDLER() 125 if (IS_ERR(handles)) in UVERBS_HANDLER() 126 return PTR_ERR(handles); in UVERBS_HANDLER() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/armada/ |
| H A D | armada_fb.c | 102 (mode->handles[0] != mode->handles[1] || in armada_fb_create() 103 mode->handles[0] != mode->handles[2])) { in armada_fb_create() 108 obj = armada_gem_object_lookup(dfile, mode->handles[0]); in armada_fb_create()
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-core/busybox/busybox/ |
| H A D | 0001-testsuite-use-www.example.org-for-wget-test-cases.patch | 14 testsuite/wget/wget-handles-empty-path | 2 +- 30 diff --git a/testsuite/wget/wget-handles-empty-path b/testsuite/wget/wget-handles-empty-path 32 --- a/testsuite/wget/wget-handles-empty-path 33 +++ b/testsuite/wget/wget-handles-empty-path
|
| /OK3568_Linux_fs/buildroot/package/mtp/ |
| H A D | 0007-fix-file-property-MTP_PROPERTY_DATE_MODIFIED.patch | 19 - packet.putUInt32(6 * handles.size()); 20 + packet.putUInt32(14 * handles.size()); 22 packet.putUInt32(1 * handles.size());
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/xcore/ |
| H A D | drm_device.cpp | 122 bo->handles[plane] = arg.handle; in CreateDumbObject() 139 if (bo->handles[plane] == 0) { in DestroyDumbObject() 142 arg.handle = bo->handles[plane]; in DestroyDumbObject() 163 arg.handle = bo->handles[plane]; in RequestMapDumbObject()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/default/ |
| H A D | http_file_source.cpp | 141 std::queue<CURL *> handles; member in mbgl::HTTPFileSource::Impl 187 while (!handles.empty()) { in ~Impl() 188 curl::easy_cleanup(handles.front()); in ~Impl() 189 handles.pop(); in ~Impl() 202 if (!handles.empty()) { in getHandle() 203 auto handle = handles.front(); in getHandle() 204 handles.pop(); in getHandle() 213 handles.push(handle); in returnHandle()
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkisp_demo/demo/ |
| H A D | drmDsp.c | 231 uint32_t handles[4], pitches[4], offsets[4]; in drmDspFrame() local 265 handles[0] = bo->handle; in drmDspFrame() 268 handles[1] = bo->handle; in drmDspFrame() 297 bo->format, handles, pitches, offsets, in drmDspFrame() 303 handles[0], handles[1], pitches[0], pitches[1], in drmDspFrame()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/radeon/ |
| H A D | radeon_uvd.c | 220 atomic_set(&rdev->uvd.handles[i], 0); in radeon_uvd_init() 257 uint32_t handle = atomic_read(&rdev->uvd.handles[i]); in radeon_uvd_suspend() 274 atomic_set(&rdev->uvd.handles[i], 0); in radeon_uvd_suspend() 332 uint32_t handle = atomic_read(&rdev->uvd.handles[i]); in radeon_uvd_free_handles() 349 atomic_set(&rdev->uvd.handles[i], 0); in radeon_uvd_free_handles() 517 if (atomic_read(&p->rdev->uvd.handles[i]) == handle) { in radeon_uvd_cs_msg() 522 if (!atomic_cmpxchg(&p->rdev->uvd.handles[i], 0, handle)) { in radeon_uvd_cs_msg() 543 if (atomic_read(&p->rdev->uvd.handles[i]) == handle) { in radeon_uvd_cs_msg() 558 atomic_cmpxchg(&p->rdev->uvd.handles[i], handle, 0); in radeon_uvd_cs_msg() 860 if (!atomic_read(&rdev->uvd.handles[i])) in radeon_uvd_count_handles()
|
| /OK3568_Linux_fs/buildroot/package/frecon/ |
| H A D | 0001-HACK-Fix-compile-errors.patch | 47 + uint32_t handles[4] = {0}; 50 + handles[0] = create_dumb.handle; 56 + DRM_FORMAT_XRGB8888, handles,
|
| /OK3568_Linux_fs/external/gstreamer-rockchip/gst/kmssrc/ |
| H A D | gstkmssrc.c | 117 guint handles[4]; member 507 if (fb->handles[i]) in gst_kms_src_free_fb() 508 drmCloseBufferHandle (self->fd, fb->handles[i]); in gst_kms_src_free_fb() 510 fb->handles[i] = 0; in gst_kms_src_free_fb() 585 kmssrc_fb->handles[i] = fb2->handles[i]; in gst_kms_src_get_fb() 601 kmssrc_fb->handles[0] = fb->handle; in gst_kms_src_get_fb() 650 if (!fb.handles[i]) in gst_kms_src_import_drm_fb() 656 fb.handles[i], i, fb.pitches[i], fb.height); in gst_kms_src_import_drm_fb() 658 if (drmPrimeHandleToFD (self->fd, fb.handles[i], DRM_CLOEXEC | DRM_RDWR, in gst_kms_src_import_drm_fb() 660 GST_ERROR_OBJECT (self, "could not import DRM handle %d", fb.handles[i]); in gst_kms_src_import_drm_fb()
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/net/ |
| H A D | mediatek-net.txt | 33 - mediatek,ethsys: phandle to the syscon node that handles the port setup 34 - mediatek,infracfg: phandle to the syscon node that handles the path from 36 - mediatek,sgmiisys: a list of phandles to the syscon node that handles the 41 - mediatek,pctl: phandle to the syscon node that handles the ports slew rate
|
| /OK3568_Linux_fs/yocto/poky/meta-poky/conf/ |
| H A D | conf-notes.txt | 18 - 'bitbake-layers' handles common layer tasks 19 - 'oe-pkgdata-util' handles common target package tasks
|
| /OK3568_Linux_fs/yocto/poky/meta/conf/ |
| H A D | conf-notes.txt | 18 - 'bitbake-layers' handles common layer tasks 19 - 'oe-pkgdata-util' handles common target package tasks
|
| /OK3568_Linux_fs/app/forlinx/flapp/src/keyboard/pinyin/share/ |
| H A D | matrixsearch.cpp | 972 void MatrixSearch::fill_dmi(DictMatchInfo *dmi, MileStoneHandle *handles, in fill_dmi() argument 977 dmi->dict_handles[0] = handles[0]; in fill_dmi() 978 dmi->dict_handles[1] = handles[1]; in fill_dmi() 1454 MileStoneHandle handles[2]; in extend_dmi() local 1455 handles[0] = handles[1] = 0; in extend_dmi() 1457 handles[0] = dict_trie_->extend_dict(from_h[0], dep, lpi_items_, in extend_dmi() 1460 if (handles[0] > 0) in extend_dmi() 1464 assert(0 != handles[0]); in extend_dmi() 1470 handles[1] = user_dict_->extend_dict(from_h[1], dep, in extend_dmi() 1474 if (handles[1] > 0) { in extend_dmi() [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/display/ti/ |
| H A D | ti,omap5-dss.txt | 51 - clocks: handles to fclk and iclk 69 - clocks: handles to fclk and pll clock 92 - clocks: handles to fclk and pll clock
|