Home
last modified time | relevance | path

Searched refs:handle_count (Results 1 – 5 of 5) sorted by relevance

/device/board/isoftstone/zhiyuan/kernel/driver/drivers/drm/
Dsunxi_drm_gem.c137 gem_obj->handle_count); in sunxi_gem_dump()
153 gem_obj->handle_count); in sunxi_drm_gem_show()
196 DRM_DEBUG_KMS("handle count = %d\n", obj->handle_count); in sunxi_drm_gem_destroy()
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/
Ddrm_gem.c159 obj->handle_count = 0; in drm_gem_private_object_init()
220 if (WARN_ON(READ_ONCE(obj->handle_count) == 0)) in drm_gem_object_handle_put_unlocked()
230 if (--obj->handle_count == 0) { in drm_gem_object_handle_put_unlocked()
381 if (obj->handle_count++ == 0) in drm_gem_handle_create_tail()
853 if (obj->handle_count == 0) { in drm_gem_flink_ioctl()
Ddrm_debugfs.c110 …seq_printf(m, "%6d %8zd %7d %8d\n", obj->name, obj->size, obj->handle_count, kref_read(&obj->refco… in drm_gem_one_name_info()
Ddrm_prime.c382 if (obj->handle_count == 0) { in export_and_register_object()
/device/soc/goodix/gr551x/sdk_liteos/gr551x_sdk/components/sdk/
Dble_gattc.h131 … uint16_t handle_count; /**< Handle count of the multiple attributes to be read. */ member