/device/soc/rockchip/common/sdk_linux/include/drm/ |
H A D | drm_auth.h | 31 #include <linux/idr.h> 88 struct idr magic_map; 101 struct idr leases; 102 struct idr lessee_idr;
|
H A D | drm_file.h | 35 #include <linux/idr.h> 261 struct idr object_idr; 267 struct idr syncobj_idr;
|
H A D | drm_mode_config.h | 28 #include <linux/idr.h> 396 * Main KMS ID tracking object. Use this idr for all IDs, fb, crtc, 399 struct idr object_idr; 404 * Use this idr for allocating new IDs for tiled sinks like use in some 407 struct idr tile_idr;
|
/device/soc/rockchip/common/kernel/drivers/gpu/arm/mali400/mali/linux/ |
H A D | mali_kernel_linux.h | 19 #include <linux/idr.h>
|
H A D | mali_memory_manager.h | 32 extern struct idr mali_backend_idr;
|
H A D | mali_memory_manager.c | 24 #include <linux/idr.h> 52 /*inti idr for backend memory */ 53 struct idr mali_backend_idr; 167 MALI_DEBUG_PRINT(1, ("mali_mem_backend_struct_create: Can't allocate idr for backend! \n")); in mali_mem_backend_struct_create()
|
H A D | mali_memory.c | 19 #include <linux/idr.h>
|
H A D | mali_memory_swap_alloc.c | 19 #include <linux/idr.h>
|
/device/soc/rockchip/common/vendor/drivers/gpu/arm/mali400/mali/linux/ |
H A D | mali_kernel_linux.h | 15 #include <linux/idr.h>
|
H A D | mali_memory_manager.h | 34 extern struct idr mali_backend_idr;
|
H A D | mali_memory_manager.c | 25 #include <linux/idr.h> 53 /* inti idr for backend memory */ 54 struct idr mali_backend_idr; 169 ("mali_mem_backend_struct_create: Can't allocate idr for backend! \n")); in mali_mem_backend_struct_create()
|
H A D | mali_memory.c | 20 #include <linux/idr.h>
|
H A D | mali_memory_swap_alloc.c | 20 #include <linux/idr.h>
|
/device/soc/rockchip/rk3588/kernel/drivers/video/rockchip/rga3/include/ |
H A D | rga_mm.h | 30 struct idr memory_idr;
|
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/ |
H A D | drm_lease.c | 200 static struct drm_master *drm_lease_create(struct drm_master *lessor, struct idr *leases) in drm_lease_create() 282 /* Remove this master from the lessee idr in the owner */ in drm_lease_destroy() 391 static int fill_object_idr(struct drm_device *dev, struct drm_file *lessor_priv, struct idr *leases, int object_count, in fill_object_idr() 494 struct idr leases; in drm_mode_create_lease_ioctl() 534 /* fill and validate the object idr */ in drm_mode_create_lease_ioctl() 670 struct idr *object_idr; in drm_mode_get_lease_ioctl()
|
/device/soc/rockchip/rk3588/kernel/include/linux/usb/ |
H A D | hcd.h | 27 #include <linux/idr.h> 678 extern struct idr usb_bus_idr;
|
/device/soc/rockchip/common/sdk_linux/include/linux/ |
H A D | thermal.h | 14 #include <linux/idr.h>
|
H A D | bpf.h | 43 extern struct idr btf_idr;
|
/device/soc/rockchip/common/sdk_linux/drivers/mmc/core/ |
H A D | host.c | 14 #include <linux/idr.h>
|
/device/soc/rockchip/common/sdk_linux/kernel/bpf/ |
H A D | syscall.c | 22 #include <linux/idr.h> 1745 /* cBPF to eBPF migrations are currently not in the idr store. in bpf_prog_free_id() 3185 static int bpf_obj_get_next_id(const union bpf_attr *attr, union bpf_attr __user *uattr, struct idr *idr, in bpf_obj_get_next_id() argument 3201 if (!idr_get_next(idr, &next_id)) { in bpf_obj_get_next_id()
|
/device/soc/rockchip/common/sdk_linux/init/ |
H A D | main.c | 74 #include <linux/idr.h>
|
/device/soc/rockchip/common/sdk_linux/drivers/nvmem/ |
H A D | core.c | 12 #include <linux/idr.h>
|
/device/soc/rockchip/common/sdk_linux/drivers/thermal/ |
H A D | thermal_core.c | 17 #include <linux/idr.h>
|
/device/soc/rockchip/common/sdk_linux/drivers/i2c/ |
H A D | i2c-core-base.c | 25 #include <linux/idr.h>
1509 if (WARN(id < 0, "couldn't get idr")) {
in i2c_add_numbered_adapter_ext() 1546 if (WARN(id < 0, "couldn't get idr")) {
in i2c_add_adapter()
|
/device/soc/rockchip/common/sdk_linux/drivers/iommu/ |
H A D | iommu.c | 19 #include <linux/idr.h>
|