| /include/ |
| A D | onenand_uboot.h | 33 extern int onenand_read(struct mtd_info *mtd, loff_t from, size_t len, 35 extern int onenand_read_oob(struct mtd_info *mtd, loff_t from, struct mtd_oob_ops *ops); 36 extern int onenand_write(struct mtd_info *mtd, loff_t from, size_t len,
|
| A D | net-legacy.h | 470 static inline struct in_addr net_read_ip(void *from) in net_read_ip() argument 474 memcpy((void *)&ip, (void *)from, sizeof(ip)); in net_read_ip() 479 static inline u32 net_read_u32(void *from) in net_read_u32() argument 483 memcpy((void *)&l, (void *)from, sizeof(l)); in net_read_u32() 494 static inline void net_copy_ip(void *to, void *from) in net_copy_ip() argument 496 memcpy((void *)to, from, sizeof(struct in_addr)); in net_copy_ip() 500 static inline void net_copy_u32(void *to, void *from) in net_copy_u32() argument 502 memcpy((void *)to, (void *)from, sizeof(u32)); in net_copy_u32()
|
| A D | mxs_nand.h | 68 loff_t from, struct mtd_oob_ops *ops);
|
| A D | net6.h | 375 static inline void net_copy_ip6(void *to, const void *from) in net_copy_ip6() argument 377 memcpy((void *)to, from, sizeof(struct in6_addr)); in net_copy_ip6() 454 static inline void net_copy_ip6(void *to, const void *from) in net_copy_ip6() argument
|
| A D | ppc_asm.tmpl | 21 * Stolen from prepboot/bootldr.h, (C) 1998 Gabriel Paubert, paubert@iram.es 136 * Macros for storing registers into and loading registers from 151 * GCC sometimes accesses words at negative offsets from the stack 193 * Note: code which follows this uses cr0.eq (set if from kernel),
|
| A D | usbdevice.h | 75 #define outsw(p,from,len) mmio_outsw(p,from,len) argument
|
| A D | flash.h | 97 void flash_protect(int flag, ulong from, ulong to, flash_info_t *info);
|
| A D | image.h | 945 void memmove_wd(void *to, void *from, size_t len, ulong chunksz);
|
| /include/linux/mtd/ |
| A D | mtd.h | 236 int (*_point) (struct mtd_info *mtd, loff_t from, size_t len, 238 int (*_unpoint) (struct mtd_info *mtd, loff_t from, size_t len); 244 int (*_read) (struct mtd_info *mtd, loff_t from, size_t len, 250 int (*_read_oob) (struct mtd_info *mtd, loff_t from, 256 int (*_read_fact_prot_reg) (struct mtd_info *mtd, loff_t from, 260 int (*_read_user_prot_reg) (struct mtd_info *mtd, loff_t from, 264 int (*_lock_user_prot_reg) (struct mtd_info *mtd, loff_t from, 405 int mtd_unpoint(struct mtd_info *mtd, loff_t from, size_t len); 445 int mtd_read_fact_prot_reg(struct mtd_info *mtd, loff_t from, size_t len, 449 int mtd_read_user_prot_reg(struct mtd_info *mtd, loff_t from, size_t len, [all …]
|
| A D | onenand.h | 175 int onenand_bbt_read_oob(struct mtd_info *mtd, loff_t from,
|
| A D | spi-nor.h | 594 ssize_t (*read)(struct spi_nor *nor, loff_t from,
|
| A D | rawnand.h | 1175 int nand_do_read(struct mtd_info *mtd, loff_t from, size_t len,
|
| /include/dm/ |
| A D | of_access.h | 32 #define for_each_of_allnodes_from(from, dn) \ argument 33 for (dn = of_find_all_nodes(from); dn; dn = of_find_all_nodes(dn)) 239 struct device_node *of_find_compatible_node(struct device_node *from, 254 struct device_node *of_find_node_by_prop_value(struct device_node *from,
|
| A D | ofnode.h | 1422 ofnode ofnode_by_compatible(ofnode from, const char *compat); 1438 ofnode ofnode_by_prop_value(ofnode from, const char *propname,
|
| /include/env/ti/ |
| A D | mmc.env | 11 bootscript=echo Running bootscript from mmc${mmcdev} ...; 14 importbootenv=echo Importing environment from mmc${mmcdev} ...; 27 echo Loaded env from ${bootenvfile};
|
| A D | nand.env | 9 nandboot=echo Booting from nand ...;
|
| /include/env/phytec/ |
| A D | k3_spi.env | 7 /* Logic for TI K3 based SoCs to boot from an OSPI/QSPI NOR flash. */
|
| A D | k3_mmc.env | 7 /* Logic for TI K3 based SoCs to boot from a MMC device. */
|
| A D | overlays.env | 7 /* Logic to load and apply overlays. Load overlays from bootenv.txt into
|
| /include/linux/ |
| A D | bitfield.h | 174 #define ____MAKE_OP(type,base,to,from) \ argument 193 return (from(v) & field)/field_multiplier(field); \
|
| A D | fb.h | 589 extern int fb_copy_cmap(const struct fb_cmap *from, struct fb_cmap *to); 590 extern int fb_cmap_to_user(const struct fb_cmap *from, struct fb_cmap_user *to);
|