Home
last modified time | relevance | path

Searched refs:idr (Results 1 - 25 of 26) sorted by relevance

12

/device/soc/rockchip/common/sdk_linux/include/drm/
H A Ddrm_auth.h31 #include <linux/idr.h>
88 struct idr magic_map;
101 struct idr leases;
102 struct idr lessee_idr;
H A Ddrm_file.h35 #include <linux/idr.h>
261 struct idr object_idr;
267 struct idr syncobj_idr;
H A Ddrm_mode_config.h28 #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 Dmali_kernel_linux.h19 #include <linux/idr.h>
H A Dmali_memory_manager.h32 extern struct idr mali_backend_idr;
H A Dmali_memory_manager.c24 #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 Dmali_memory.c19 #include <linux/idr.h>
H A Dmali_memory_swap_alloc.c19 #include <linux/idr.h>
/device/soc/rockchip/common/vendor/drivers/gpu/arm/mali400/mali/linux/
H A Dmali_kernel_linux.h15 #include <linux/idr.h>
H A Dmali_memory_manager.h34 extern struct idr mali_backend_idr;
H A Dmali_memory_manager.c25 #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 Dmali_memory.c20 #include <linux/idr.h>
H A Dmali_memory_swap_alloc.c20 #include <linux/idr.h>
/device/soc/rockchip/rk3588/kernel/drivers/video/rockchip/rga3/include/
H A Drga_mm.h30 struct idr memory_idr;
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/
H A Ddrm_lease.c200 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 Dhcd.h27 #include <linux/idr.h>
678 extern struct idr usb_bus_idr;
/device/soc/rockchip/common/sdk_linux/include/linux/
H A Dthermal.h14 #include <linux/idr.h>
H A Dbpf.h43 extern struct idr btf_idr;
/device/soc/rockchip/common/sdk_linux/drivers/mmc/core/
H A Dhost.c14 #include <linux/idr.h>
/device/soc/rockchip/common/sdk_linux/kernel/bpf/
H A Dsyscall.c22 #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 Dmain.c74 #include <linux/idr.h>
/device/soc/rockchip/common/sdk_linux/drivers/nvmem/
H A Dcore.c12 #include <linux/idr.h>
/device/soc/rockchip/common/sdk_linux/drivers/thermal/
H A Dthermal_core.c17 #include <linux/idr.h>
/device/soc/rockchip/common/sdk_linux/drivers/i2c/
H A Di2c-core-base.c25 #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 Diommu.c19 #include <linux/idr.h>

Completed in 37 milliseconds

12