Searched defs:dst (Results 226 - 250 of 1761) sorted by relevance

1234567891011>>

/linux-master/include/linux/
H A Duuid.h51 static inline void guid_copy(guid_t *dst, const guid_t *src) argument
56 static inline void import_guid(guid_t *dst, const __u8 *src) argument
61 static inline void export_guid(__u8 *dst, const guid_t *src) argument
76 static inline void uuid_copy(uuid_t *dst, const uuid_t *src) argument
81 static inline void import_uuid(uuid_t *dst, const __u8 *src) argument
86 export_uuid(__u8 *dst, const uuid_t *src) argument
[all...]
/linux-master/arch/s390/boot/
H A Dpgm_check_info.c16 static char *as_hex(char *dst, unsigned long val, int pad) argument
/linux-master/drivers/crypto/allwinner/sun8i-ce/
H A Dsun8i-ce-prng.c55 sun8i_ce_prng_generate(struct crypto_rng *tfm, const u8 *src, unsigned int slen, u8 *dst, unsigned int dlen) argument
/linux-master/drivers/video/fbdev/aty/
H A Dmach64_cursor.c147 u8 __iomem *dst = (u8 __iomem *)info->sprite.addr; local
/linux-master/arch/arm/mach-omap1/
H A Dsram-init.c64 void *dst = NULL; local
/linux-master/arch/loongarch/lib/
H A Dcsum.c124 __uint128_t src, dst; local
/linux-master/net/ipv6/
H A Drpl.c13 static void ipv6_rpl_addr_decompress(struct in6_addr *dst, argument
21 static void ipv6_rpl_addr_compress(void *dst, const struct in6_addr *addr, argument
H A Dinet6_connection_sock.c35 struct dst_entry *dst; local
85 struct dst_entry *dst; local
118 struct dst_entry *dst; local
145 struct dst_entry *dst = inet6_csk_route_socket(sk, &fl6); local
[all...]
/linux-master/crypto/
H A Dcipher.c76 fn(crypto_cipher_tfm(tfm), dst, src); local
59 cipher_crypt_one(struct crypto_cipher *tfm, u8 *dst, const u8 *src, bool enc) argument
80 crypto_cipher_encrypt_one(struct crypto_cipher *tfm, u8 *dst, const u8 *src) argument
87 crypto_cipher_decrypt_one(struct crypto_cipher *tfm, u8 *dst, const u8 *src) argument
/linux-master/drivers/media/pci/cx18/
H A Dcx18-av-vbi.c68 static int decode_vps(u8 *dst, u8 *p) argument
/linux-master/arch/arm64/mm/
H A Dflush.c44 copy_to_user_page(struct vm_area_struct *vma, struct page *page, unsigned long uaddr, void *dst, const void *src, unsigned long len) argument
/linux-master/arch/sh/include/asm/
H A Dio_noioport.h49 static inline void insb(unsigned long port, void *dst, unsigned long count) argument
54 static inline void insw(unsigned long port, void *dst, unsigned long count) argument
59 static inline void insl(unsigned long port, void *dst, unsigned long count) argument
/linux-master/drivers/gpu/drm/i915/gt/
H A Dshmem_utils.c160 int shmem_read(struct file *file, loff_t off, void *dst, size_t len) argument
/linux-master/include/net/
H A Ddst_ops.h46 static inline int dst_entries_get_fast(struct dst_ops *dst) argument
51 static inline int dst_entries_get_slow(struct dst_ops *dst) argument
57 static inline void dst_entries_add(struct dst_ops *dst, int val) argument
63 dst_entries_init(struct dst_ops *dst) argument
68 dst_entries_destroy(struct dst_ops *dst) argument
[all...]
/linux-master/drivers/interconnect/
H A Ddebugfs-client.c34 const char *dst; member in struct:debugfs_path
39 static struct icc_path *get_path(const char *src, const char *dst) argument
54 char *src, *dst; local
[all...]
H A Dicc-clk.c25 static int icc_clk_set(struct icc_node *src, struct icc_node *dst) argument
/linux-master/arch/arm64/lib/
H A Dcsum.c136 __uint128_t src, dst; local
/linux-master/fs/bcachefs/
H A Djournal_sb.c182 unsigned i, dst = 0, nr_compacted = 1; local
/linux-master/net/sched/
H A Dsch_frag.c11 unsigned long dst; member in struct:sch_frag_data
74 sch_frag_dst_get_mtu(const struct dst_entry *dst) argument
[all...]
/linux-master/drivers/net/ethernet/netronome/nfp/
H A Dnfp_net_repr.h53 struct metadata_dst *dst; member in struct:nfp_repr
/linux-master/arch/powerpc/kernel/
H A Dsignal.h19 static inline int __get_user_sigset(sigset_t *dst, const sigset_t __user *src) argument
/linux-master/drivers/interconnect/qcom/
H A Dicc-rpmh.c86 int qcom_icc_set(struct icc_node *src, struct icc_node *dst) argument
/linux-master/drivers/remoteproc/
H A Dmtk_scp_ipi.c86 void scp_memcpy_aligned(void __iomem *dst, const void *src, unsigned int len) argument
[all...]
/linux-master/drivers/video/fbdev/omap2/omapfb/displays/
H A Dencoder-opa362.c33 opa362_connect(struct omap_dss_device *dssdev, struct omap_dss_device *dst) argument
55 opa362_disconnect(struct omap_dss_device *dssdev, struct omap_dss_device *dst) argument
[all...]
H A Dencoder-tfp410.c31 tfp410_connect(struct omap_dss_device *dssdev, struct omap_dss_device *dst) argument
51 tfp410_disconnect(struct omap_dss_device *dssdev, struct omap_dss_device *dst) argument
[all...]

Completed in 211 milliseconds

1234567891011>>