| /OK3568_Linux_fs/yocto/poky/meta-yocto-bsp/lib/oeqa/controllers/ |
| H A D | beaglebonetarget.py | 62 self.controller.copy_to(self.kernel, "~/test-kernel") 67 self.controller.copy_to(dtbfile, "~/%s" % dtbfn) 68 self.controller.copy_to(self.rootfs, "~/test-rootfs.%s" % self.image_fstype)
|
| H A D | grubtarget.py | 46 self.controller.copy_to(self.rootfs, "~/test-rootfs." + self.image_fstype) 47 self.controller.copy_to(self.kernel, "~/test-kernel")
|
| H A D | edgeroutertarget.py | 62 self.controller.copy_to(self.kernel, "~/test-kernel") 63 self.controller.copy_to(self.rootfs, "~/test-rootfs.%s" % self.image_fstype)
|
| /OK3568_Linux_fs/kernel/drivers/mtd/hyperbus/ |
| H A D | hyperbus-core.c | 55 ctlr->ops->copy_to(hbdev, to, from, len); in hyperbus_copy_to() 94 if (ops->copy_to) in hyperbus_register_device() 95 map->copy_to = hyperbus_copy_to; in hyperbus_register_device()
|
| /OK3568_Linux_fs/kernel/drivers/mtd/maps/ |
| H A D | dc21285.c | 157 dc21285_map.copy_to = dc21285_copy_to_8; in init_dc21285() 163 dc21285_map.copy_to = dc21285_copy_to_16; in init_dc21285() 169 dc21285_map.copy_to = dc21285_copy_to_32; in init_dc21285()
|
| H A D | map_funcs.c | 40 map->copy_to = simple_map_copy_to; in simple_map_init()
|
| H A D | tsunami_flash.c | 70 .copy_to = tsunami_flash_copy_to,
|
| H A D | physmap-ixp4xx.c | 127 map->copy_to = NULL; in of_flash_probe_ixp4xx()
|
| H A D | physmap-gemini.c | 195 map->copy_to = gemini_flash_map_copy_to; in of_flash_probe_gemini()
|
| H A D | sbc_gxx.c | 164 .copy_to = sbc_gxx_copy_to
|
| H A D | lantiq-flash.c | 143 ltq_mtd->map->copy_to = ltq_copy_to; in ltq_mtd_probe()
|
| H A D | pcmciamtd.c | 477 dev->pcmcia_map.copy_to = pcmcia_copy_to_remap; in pcmciamtd_config() 619 dev->pcmcia_map.copy_to = pcmcia_copy_to; in pcmciamtd_config()
|
| H A D | pci.c | 80 .copy_to = mtd_pci_copyto,
|
| /OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/ |
| H A D | runexported.py | 61 def copy_to(self, localpath, remotepath): member in FakeTarget 62 return self.connection.copy_to(localpath, remotepath)
|
| H A D | targetcontrol.py | 83 def copy_to(self, localpath, remotepath): member in BaseTarget 84 return self.connection.copy_to(localpath, remotepath)
|
| /OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/controllers/ |
| H A D | controllerimage.py | 191 self.controller.copy_to(self.rootfs, "~/test-rootfs." + self.image_fstype) 192 self.controller.copy_to(self.kernel, "~/test-kernel")
|
| /OK3568_Linux_fs/kernel/include/linux/mtd/ |
| H A D | hyperbus.h | 63 void (*copy_to)(struct hyperbus_device *dev, unsigned long to, member
|
| H A D | map.h | 211 void (*copy_to)(struct map_info *, unsigned long, const void *, ssize_t); member 447 #define map_copy_to(map, to, from, len) (map)->copy_to(map, to, from, len)
|
| /OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/utils/ |
| H A D | sshcontrol.py | 152 def copy_to(self, localpath, remotepath): member in SSHControl 180 self.copy_to(src_file, dst_file)
|
| H A D | testexport.py | 222 (status, output) = oeRuntimeTest.tc.target.copy_to(item, path_on_DUT) 244 …(status, output) = oeRuntimeTest.tc.target.copy_to(os.path.join(arch_rpms_dir, rpm_to_send), remot…
|
| H A D | targetbuild.py | 91 (status, output) = self.target.copy_to(self.localarchive, self.targetdir)
|
| /OK3568_Linux_fs/kernel/drivers/media/pci/cobalt/ |
| H A D | cobalt-flash.c | 95 map->copy_to = flash_copy_to; in cobalt_flash_probe()
|
| /OK3568_Linux_fs/kernel/arch/mips/cavium-octeon/ |
| H A D | flash_setup.c | 108 flash_map.copy_to = octeon_flash_map_copy_to; in octeon_flash_probe()
|
| /OK3568_Linux_fs/kernel/fs/proc/ |
| H A D | vmcore.c | 211 static int copy_to(void *target, void *src, size_t size, int userbuf) in copy_to() function 236 if (copy_to(dst, buf, tsz, userbuf)) { in vmcoredd_copy_dumps() 317 if (copy_to(buffer, elfcorebuf + *fpos, tsz, userbuf)) in __read_vmcore() 365 if (copy_to(buffer, kaddr, tsz, userbuf)) in __read_vmcore()
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/experimental/ |
| H A D | simd | 196 template <class U, class Flags> void copy_to(U* mem, Flags f) const &&; 249 template <class U, class Flags> void copy_to(U* mem, Flags f) const; 622 template <class Flags> void copy_to(value_type* mem, Flags) const; 1301 void copy_to(_Up*, _Flags) const&&; 1452 copy_to(_Up* __buffer, _Flags) const { 1540 void copy_to(value_type*, _Flags) const;
|