Home
last modified time | relevance | path

Searched refs:copy (Results 1 - 17 of 17) sorted by relevance

/device/soc/rockchip/common/vendor/drivers/rockchip/
H A Drockchip_ramdisk.c51 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 Dmsg.c1053 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 Dclang-wrapper.py80 env = os.environ.copy()
/device/soc/rockchip/common/sdk_linux/init/
H A Dmain.c433 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 Dlinux.mak13 # You should have received a copy of the GNU General Public License
/device/board/hisilicon/hispark_aries/uboot/secureboot_release/ddr_init/
H A Dlinker.lds.mk18 * You should have received a copy of the GNU General Public License
/device/board/hisilicon/hispark_taurus/uboot/secureboot_release/ddr_init/
H A Dlinker.lds.mk18 * 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 Dbuild_nv.py8 * 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 Dbuild_nv.py8 * 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 Dnouveau_drv.h155 struct nvif_object copy; member
H A Dnouveau_drm.c5 * 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 Dscons_utils.py8 * You may obtain a copy of the License at
23 from copy import deepcopy
/device/soc/hisilicon/hi3861v100/sdk_liteos/build/scripts/
H A Dscons_utils.py8 * You may obtain a copy of the License at
23 from copy import deepcopy
H A Dcommon_env.py8 * You may obtain a copy of the License at
24 from copy import deepcopy
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/
H A Dcfg.mak13 # You should have received a copy of the GNU General Public License
/device/soc/hisilicon/hi3751v350/sdk_linux/
H A Dcfg.mak13 # You should have received a copy of the GNU General Public License
H A Dbase.mak13 # You should have received a copy of the GNU General Public License

Completed in 13 milliseconds