/device/soc/rockchip/common/vendor/drivers/rockchip/ |
H A D | rockchip_ramdisk.c | 51 size_t copy; in copy_to_rd() local 53 copy = min_t(size_t, n, PAGE_SIZE - offset); in copy_to_rd() 58 memcpy(dst + offset, src, copy); in copy_to_rd() 61 if (copy < n) { in copy_to_rd() 62 src += copy; in copy_to_rd() 63 sector += copy >> SECTOR_SHIFT; in copy_to_rd() 64 copy = n - copy; in copy_to_rd() 69 memcpy(dst, src, copy); in copy_to_rd() 82 size_t copy; in copy_from_rd() local [all...] |
/device/soc/rockchip/common/sdk_linux/ipc/ |
H A D | msg.c | 1053 struct msg_msg *copy; in prepare_copy() local 1056 * Create dummy message to copy real message to. in prepare_copy() 1058 copy = load_msg(buf, bufsz); in prepare_copy() 1059 if (!IS_ERR(copy)) { in prepare_copy() 1060 copy->m_ts = bufsz; in prepare_copy() 1062 return copy; in prepare_copy() 1065 static inline void free_copy(struct msg_msg *copy) in free_copy() argument 1067 if (copy) { in free_copy() 1068 free_msg(copy); in free_copy() 1077 static inline void free_copy(struct msg_msg *copy) in free_copy() argument 1113 struct msg_msg *msg, *copy = NULL; do_msgrcv() local [all...] |
/device/soc/rockchip/common/sdk_linux/scripts/ |
H A D | clang-wrapper.py | 80 env = os.environ.copy()
|
/device/soc/rockchip/common/sdk_linux/init/ |
H A D | main.c | 433 char *data, *copy, *err; in setup_boot_config() local 466 copy = memblock_alloc(size + 1, SMP_CACHE_BYTES); in setup_boot_config() 467 if (!copy) { in setup_boot_config() 472 memcpy(copy, data, size); in setup_boot_config() 473 copy[size] = '\0'; in setup_boot_config() 475 ret = xbc_init(copy, &msg, &pos); in setup_boot_config()
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/interdrv/common/cipher/src/ |
H A D | linux.mak | 13 # You should have received a copy of the GNU General Public License
|
/device/board/hisilicon/hispark_aries/uboot/secureboot_release/ddr_init/ |
H A D | linker.lds.mk | 18 * You should have received a copy of the GNU General Public License
|
/device/board/hisilicon/hispark_taurus/uboot/secureboot_release/ddr_init/ |
H A D | linker.lds.mk | 18 * You should have received a copy of the GNU General Public License
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/build/win_scripts/tools/nvtool/ |
H A D | build_nv.py | 8 * You may obtain a copy of the License at
29 import copy
namespace 421 new_root=copy.deepcopy(root)
666 shutil.copy(hnv, target_path)
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/tools/nvtool/ |
H A D | build_nv.py | 8 * You may obtain a copy of the License at
29 import copy
namespace 421 new_root=copy.deepcopy(root)
666 shutil.copy(hnv, target_path)
|
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/nouveau/ |
H A D | nouveau_drv.h | 155 struct nvif_object copy; member
|
H A D | nouveau_drm.c | 5 * copy of this software and associated documentation files (the "Software"), 7 * the rights to use, copy, modify, merge, publish, distribute, sublicense, 269 nvif_object_dtor(&drm->ttm.copy); in nouveau_accel_ce_fini() 278 /* Allocate channel that has access to a (preferably async) copy in nouveau_accel_ce_init()
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/build/win_scripts/build/scripts/ |
H A D | scons_utils.py | 8 * You may obtain a copy of the License at 23 from copy import deepcopy
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/build/scripts/ |
H A D | scons_utils.py | 8 * You may obtain a copy of the License at 23 from copy import deepcopy
|
H A D | common_env.py | 8 * You may obtain a copy of the License at 24 from copy import deepcopy
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/ |
H A D | cfg.mak | 13 # You should have received a copy of the GNU General Public License
|
/device/soc/hisilicon/hi3751v350/sdk_linux/ |
H A D | cfg.mak | 13 # You should have received a copy of the GNU General Public License
|
H A D | base.mak | 13 # You should have received a copy of the GNU General Public License
|