Home
last modified time | relevance | path

Searched defs:from (Results 226 – 250 of 939) sorted by relevance

12345678910>>...38

/openbmc/u-boot/drivers/mtd/
H A Dmtdcore.c901 int mtd_point(struct mtd_info *mtd, loff_t from, size_t len, size_t *retlen, in mtd_point()
919 int mtd_unpoint(struct mtd_info *mtd, loff_t from, size_t len) in mtd_unpoint()
948 int mtd_read(struct mtd_info *mtd, loff_t from, size_t len, size_t *retlen, in mtd_read()
1069 int mtd_read_oob(struct mtd_info *mtd, loff_t from, struct mtd_oob_ops *ops) in mtd_read_oob()
1504 int mtd_read_fact_prot_reg(struct mtd_info *mtd, loff_t from, size_t len, in mtd_read_fact_prot_reg()
1527 int mtd_read_user_prot_reg(struct mtd_info *mtd, loff_t from, size_t len, in mtd_read_user_prot_reg()
1561 int mtd_lock_user_prot_reg(struct mtd_info *mtd, loff_t from, size_t len) in mtd_lock_user_prot_reg()
/openbmc/linux/include/net/
H A Dchecksum.h131 static __always_inline void csum_replace4(__sum16 *sum, __be32 from, __be32 to) in csum_replace4()
165 __be16 from, __be16 to, bool pseudohdr) in inet_proto_csum_replace2()
H A Dudplite.h21 static __inline__ int udplite_getfrag(void *from, char *to, int offset, in udplite_getfrag()
/openbmc/linux/kernel/irq/
H A Ddevres.c150 unsigned int from; member
178 int __devm_irq_alloc_descs(struct device *dev, int irq, unsigned int from, in __devm_irq_alloc_descs()
/openbmc/linux/fs/ntfs3/
H A Dfile.c184 u32 from = vbo & (PAGE_SIZE - 1); in ntfs_zero_range() local
259 u64 from = ((u64)vma->vm_pgoff << PAGE_SHIFT); in ntfs_file_mmap() local
842 static ssize_t ntfs_compress_write(struct kiocb *iocb, struct iov_iter *from) in ntfs_compress_write()
1065 static ssize_t ntfs_file_write_iter(struct kiocb *iocb, struct iov_iter *from) in ntfs_file_write_iter()
/openbmc/linux/arch/x86/um/asm/
H A Dprocessor_64.h28 static inline void arch_copy_thread(struct arch_thread *from, in arch_copy_thread()
/openbmc/linux/drivers/staging/media/atomisp/pci/isp/kernels/ctc/ctc1_5/
H A Dia_css_ctc1_5.host.c75 const struct ia_css_ctc_config *from, in ia_css_ctc_encode()
/openbmc/linux/arch/sh/kernel/
H A Dmachvec.c40 static int __init early_parse_mv(char *from) in early_parse_mv()
/openbmc/linux/arch/parisc/kernel/
H A Dalternative.c48 u32 *from, replacement; in apply_alternatives() local
/openbmc/linux/arch/m68k/lib/
H A Dmemcpy.c10 void *memcpy(void *to, const void *from, size_t n) in memcpy()
/openbmc/linux/arch/x86/lib/
H A Dcopy_mc.c26 copy_mc_fragile_handle_tail(char *to, char *from, unsigned len) in copy_mc_fragile_handle_tail()
/openbmc/linux/drivers/mtd/maps/
H A Duclinux.c54 static int uclinux_point(struct mtd_info *mtd, loff_t from, size_t len, in uclinux_point()
H A Dpci.c53 static void mtd_pci_copyfrom(struct map_info *_map, void *to, unsigned long from, ssize_t len) in mtd_pci_copyfrom()
71 static void mtd_pci_copyto(struct map_info *_map, unsigned long to, const void *from, ssize_t len) in mtd_pci_copyto()
H A Dphysmap-bt1-rom.c58 void *to, unsigned long from, in bt1_rom_map_copy_from()
/openbmc/linux/net/netfilter/ipset/
H A Dpfxlen.c172 ip_set_range_to_cidr(u32 from, u32 to, u8 *cidr) in ip_set_range_to_cidr()
/openbmc/linux/include/linux/
H A Ddebug_locks.h65 debug_check_no_locks_freed(const void *from, unsigned long len) in debug_check_no_locks_freed()
H A Duidgid.h143 static inline kuid_t make_kuid(struct user_namespace *from, uid_t uid) in make_kuid()
148 static inline kgid_t make_kgid(struct user_namespace *from, gid_t gid) in make_kgid()
/openbmc/linux/drivers/staging/media/atomisp/pci/isp/kernels/dp/dp_1.0/
H A Dia_css_dp.host.c48 const struct ia_css_dp_config *from, in ia_css_dp_encode()
/openbmc/linux/net/xfrm/
H A Dxfrm_interface_bpf.c64 __bpf_kfunc int bpf_skb_set_xfrm_info(struct __sk_buff *skb_ctx, const struct bpf_xfrm_info *from) in bpf_skb_set_xfrm_info()
/openbmc/linux/drivers/media/v4l2-core/
H A Dv4l2-ctrls-request.c54 const struct v4l2_ctrl_handler *from) in v4l2_ctrl_request_clone()
152 struct v4l2_ctrl_handler *from) in v4l2_ctrl_request_bind()
/openbmc/linux/drivers/mtd/parsers/
H A Dsharpslpart.c228 loff_t from, in sharpsl_nand_read_laddr()
290 loff_t from, in sharpsl_nand_read_partinfo()
/openbmc/linux/arch/loongarch/include/asm/
H A Dtopology.h25 #define node_distance(from, to) (node_distances[(from)][(to)]) argument
/openbmc/u-boot/include/dm/
H A Dof_access.h32 #define for_each_of_allnodes_from(from, dn) \ argument
/openbmc/linux/include/uapi/linux/netfilter/
H A Dxt_connbytes.h21 __aligned_u64 from; /* count to be matched */ member
/openbmc/linux/arch/x86/kernel/cpu/
H A Dhypervisor.c87 const void * const *from = (const void * const *)src; in copy_array() local

12345678910>>...38