Home
last modified time | relevance | path

Searched refs:objects (Results 1 – 15 of 15) sorted by relevance

/device/soc/hisilicon/hi3751v350/sdk_linux/source/msp/drv/
DMakefile44 objects := spi macro
47 objects += ssp
49 objects += hiirq
50 objects += hiproc
51 objects += i2c
52 objects += frontend
53 objects += vfe
54 objects += tvd
55 objects += hddec
56 objects += hdmirx
[all …]
/device/board/hisilicon/hispark_phoenix/peripherals/bluetooth/
DMakefile18 objects := macro
21 objects += rtkbt/driver
25 objects += mt7668u/driver
28 ifneq ($(objects),)
29 obj-y += $(addsuffix /,$(objects))
34 objects_clean:=$(addsuffix _clean,$(objects))
35 objects_install:=$(addsuffix _install,$(objects))
36 objects_uninstall:=$(addsuffix _uninstall,$(objects))
46 all: $(objects)
57 .PHONY: $(objects) $(objects_clean) $(objects_install) $(objects_uninstall)
[all …]
/device/soc/hisilicon/hi3751v350/sdk_linux/source/msp/drv/i2c/
DMakefile71 objects := macro
75 objects += gpio_i2c
78 objects += std_i2c
80 objects_clean:=${addsuffix _clean,${objects}}
81 objects_install:=${addsuffix _install,${objects}}
82 objects_uninstall:=${addsuffix _uninstall,${objects}}
85 obj-$(CFG_MSP_BUILDTYPE) += ${addsuffix /,${objects}}
91 .PHONY: all clean install uninstall ${objects} ${objects_clean} ${objects_install} ${objects_uninst…
93 all: ${objects}
104 ${objects}:
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/
Ddrm_lease.c357 …atic int validate_lease(struct drm_device *dev, int object_count, struct drm_mode_object **objects, in validate_lease() argument
369 if (objects[o]->type == DRM_MODE_OBJECT_CRTC && has_crtc == -1) { in validate_lease()
372 if (objects[o]->type == DRM_MODE_OBJECT_CONNECTOR && has_connector == -1) { in validate_lease()
377 if (objects[o]->type == DRM_MODE_OBJECT_PLANE && has_plane == -1) { in validate_lease()
394 struct drm_mode_object **objects; in fill_object_idr() local
399 objects = kcalloc(object_count, sizeof(struct drm_mode_object *), GFP_KERNEL); in fill_object_idr()
400 if (!objects) { in fill_object_idr()
407 objects[o] = drm_mode_object_find(dev, lessor_priv, object_ids[o], DRM_MODE_OBJECT_ANY); in fill_object_idr()
408 if (!objects[o]) { in fill_object_idr()
413 if (!drm_mode_object_lease_required(objects[o]->type)) { in fill_object_idr()
[all …]
DKconfig210 Helpers for ttm-based gem objects
/device/soc/rockchip/common/sdk_linux/drivers/dma-buf/
DKconfig10 userspace. It enables send/receive 'struct dma_fence' objects to/from
64 Choose this option to show dmabuf objects usage of all processes.
69 (if PROC_FS enabled) to show dmabuf objects usage of all processes.
/device/board/isoftstone/yangfan/common/mqtt/debug/
Dmakefile14 -include objects.mk
/device/board/bearpi/bearpi_hm_nano/third_party/paho_mqtt/Debug/
Dmakefile14 -include objects.mk
/device/soc/bestechnic/
D.gitignore65 # Shared objects (inc. Windows DLLs)
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/nouveau/
Dnouveau_drv.h104 struct list_head objects; member
/device/soc/bestechnic/bes2600/liteos_m/sdk/bsp/scripts/
Dlib.mk101 $(error Composite objects cannot be built from customized archives)
/device/soc/rockchip/common/sdk_linux/init/
DKconfig1199 Provides the way to make tasks work with different objects using
1200 the same id. For example same IPC id may refer to different objects
1227 different IPC objects in different namespaces.
1985 well in all environments. It organizes cache hot objects in
1993 instead of managing queues of cached objects (SLAB approach).
1994 Per cpu caching is realized using slabs of objects instead
1995 of queues of objects. SLUB can use memory efficiently
2016 overwrite objects from merged caches (and more easily control
2019 can usually only damage objects in the same cache. To disable
2071 Per cpu partial caches accelerate objects allocation and freeing
/device/soc/bestechnic/bes2600/liteos_m/sdk/bsp/
DMakefile551 $(error Entry objects must be defined in entry-y in target.mk)
555 $(error Only objects can be defined in entry-y in target.mk: $(BAD_ENTRY_OBJS))
/device/board/hihope/dayu210/kernel/kernel_patch/linux-5.10/dayu210_patch/
Dkernel.patch4479 - Choose this option to show dmabuf objects usage of all processes.
4484 - (if PROC_FS enabled) to show dmabuf objects usage of all processes.
13737 /* need some objects */
13739 DRM_DEBUG_LEASE("no objects in lease\n");
55620 + * objects which are associated with the phandle.
55631 + * Return: On success returns the number of power supply objects filled
/device/board/isoftstone/zhiyuan/kernel/driver/ramfs/
Drootfs_arm64.cpio.gz