Searched refs:tmp_handle (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/external/linux-rga/samples/async_demo/src/ |
| H A D | rga_async_demo.cpp | 55 rga_buffer_handle_t src_handle, tmp_handle, dst_handle; in main() local 90 tmp_handle = importbuffer_virtualaddr(tmp_buf, tmp_buf_size); in main() 92 if (src_handle == 0 || tmp_handle == 0 || dst_handle == 0) { in main() 98 tmp_img = wrapbuffer_handle(tmp_handle, tmp_width, tmp_height, tmp_format); in main() 177 if (tmp_handle) in main() 178 releasebuffer_handle(tmp_handle); in main()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/ |
| H A D | drm_context.c | 370 int tmp_handle; in drm_legacy_addctx() local 376 tmp_handle = drm_legacy_ctxbitmap_next(dev); in drm_legacy_addctx() 377 if (tmp_handle == DRM_KERNEL_CONTEXT) { in drm_legacy_addctx() 379 tmp_handle = drm_legacy_ctxbitmap_next(dev); in drm_legacy_addctx() 381 DRM_DEBUG("%d\n", tmp_handle); in drm_legacy_addctx() 382 if (tmp_handle < 0) { in drm_legacy_addctx() 385 return tmp_handle; in drm_legacy_addctx() 388 ctx->handle = tmp_handle; in drm_legacy_addctx()
|
| /OK3568_Linux_fs/kernel/drivers/scsi/be2iscsi/ |
| H A D | be_main.c | 1465 struct hd_async_handle *pasync_handle, *tmp_handle; in beiscsi_hdl_purge_handles() local 1469 list_for_each_entry_safe(pasync_handle, tmp_handle, plist, link) in beiscsi_hdl_purge_handles()
|