Home
last modified time | relevance | path

Searched defs:dst (Results 376 - 400 of 3291) sorted by relevance

1...<<11121314151617181920>>...132

/kernel/linux/linux-5.10/drivers/video/fbdev/
H A Dc2p_planar.c48 static inline void store_planar(void *dst, u32 dst_inc, u32 bpp, u32 d[8]) in store_planar() argument
61 static inline void store_planar_masked(void *dst, u32 dst_inc, u32 bpp, in store_planar_masked() argument
69 dst); in store_planar_masked() local
86 void c2p_planar(void *dst, const void *src, u32 dx, u32 dy, u32 width, in c2p_planar() argument
[all...]
/kernel/linux/linux-5.10/drivers/video/fbdev/core/
H A Dsysfillrect.c25 bitfill_aligned(struct fb_info *p, unsigned long *dst, int dst_idx, in bitfill_aligned() argument
81 bitfill_unaligned(struct fb_info *p, unsigned long *dst, int dst_idx, unsigned long pat, int left, int right, unsigned n, int bits) bitfill_unaligned() argument
135 bitfill_aligned_rev(struct fb_info *p, unsigned long *dst, int dst_idx, unsigned long pat, unsigned n, int bits) bitfill_aligned_rev() argument
191 bitfill_unaligned_rev(struct fb_info *p, unsigned long *dst, int dst_idx, unsigned long pat, int left, int right, unsigned n, int bits) bitfill_unaligned_rev() argument
249 unsigned long *dst; sys_fillrect() local
[all...]
H A Dsyscopyarea.c28 bitcpy(struct fb_info *p, unsigned long *dst, unsigned dst_idx, in bitcpy() argument
170 bitcpy_rev(struct fb_info *p, unsigned long *dst, unsigned dst_idx, const unsigned long *src, unsigned src_idx, unsigned bits, unsigned n) bitcpy_rev() argument
[all...]
H A Dcfbfillrect.c35 bitfill_aligned(struct fb_info *p, unsigned long __iomem *dst, int dst_idx, in bitfill_aligned() argument
50 FB_WRITEL(comp(pat, FB_READL(dst), first), dst); in bitfill_aligned() local
56 FB_WRITEL(comp(pat, FB_READL(dst), first), dst); in bitfill_aligned() local
79 FB_WRITEL(comp(pat, FB_READL(dst), last), dst); bitfill_aligned() local
92 bitfill_unaligned(struct fb_info *p, unsigned long __iomem *dst, int dst_idx, unsigned long pat, int left, int right, unsigned n, int bits) bitfill_unaligned() argument
107 FB_WRITEL(comp(pat, FB_READL(dst), first), dst); bitfill_unaligned() local
112 FB_WRITEL(comp(pat, FB_READL(dst), first), dst); bitfill_unaligned() local
138 FB_WRITEL(comp(pat, FB_READL(dst), last), dst); bitfill_unaligned() local
146 bitfill_aligned_rev(struct fb_info *p, unsigned long __iomem *dst, int dst_idx, unsigned long pat, unsigned n, int bits, u32 bswapmask) bitfill_aligned_rev() argument
217 bitfill_unaligned_rev(struct fb_info *p, unsigned long __iomem *dst, int dst_idx, unsigned long pat, int left, int right, unsigned n, int bits) bitfill_unaligned_rev() argument
284 unsigned long __iomem *dst; cfb_fillrect() local
[all...]
/kernel/linux/linux-5.10/drivers/video/fbdev/omap2/omapfb/displays/
H A Dencoder-tfp410.c29 tfp410_connect(struct omap_dss_device *dssdev, struct omap_dss_device *dst) tfp410_connect() argument
49 tfp410_disconnect(struct omap_dss_device *dssdev, struct omap_dss_device *dst) tfp410_disconnect() argument
[all...]
H A Dencoder-opa362.c33 opa362_connect(struct omap_dss_device *dssdev, struct omap_dss_device *dst) opa362_connect() argument
55 opa362_disconnect(struct omap_dss_device *dssdev, struct omap_dss_device *dst) opa362_disconnect() argument
[all...]
/kernel/linux/linux-5.10/drivers/video/fbdev/aty/
H A Dmach64_cursor.c147 u8 __iomem *dst = (u8 __iomem *)info->sprite.addr; in atyfb_cursor() local
/kernel/linux/linux-5.10/net/netfilter/
H A Dnft_rt.c25 struct dst_entry *dst = NULL; in get_tcpmss() local
41 nf_route(nft_net(pkt), &dst, &fl, false, nft_pf(pkt)); in get_tcpmss() local
60 const struct dst_entry *dst; in nft_rt_get_eval() local
[all...]
H A Dutils.c163 int nf_route(struct net *net, struct dst_entry **dst, struct flowi *fl, in nf_route() argument
H A Dnft_byteorder.c32 u32 *dst = &regs->data[priv->dreg]; in nft_byteorder_eval() local
H A Dxt_nat.c37 static void xt_nat_convert_range(struct nf_nat_range2 *dst, in xt_nat_convert_range() argument
[all...]
H A Dxt_multiport.c28 ports_match_v1(const struct xt_multiport_v1 *minfo, u_int16_t src, u_int16_t dst) ports_match_v1() argument
H A Dxt_policy.c86 const struct dst_entry *dst = skb_dst(skb); in match_policy_out() local
/kernel/linux/linux-5.10/samples/bpf/
H A Dsockex3_user.c13 __be32 dst; member
H A Dxdp_rxq_info_kern.c61 unsigned short dst[3]; in swap_src_dst_mac() local
/kernel/linux/linux-5.10/include/linux/
H A Duuid.h41 static inline void guid_copy(guid_t *dst, const guid_t *src) in guid_copy() argument
46 static inline void import_guid(guid_t *dst, const __u8 *src) in import_guid() argument
51 static inline void export_guid(__u8 *dst, const guid_t *src) in export_guid() argument
66 static inline void uuid_copy(uuid_t *dst, const uuid_t *src) in uuid_copy() argument
71 static inline void import_uuid(uuid_t *dst, const __u8 *src) in import_uuid() argument
76 export_uuid(__u8 *dst, const uuid_t *src) export_uuid() argument
[all...]
H A Dsockptr.h44 static inline int copy_from_sockptr_offset(void *dst, sockptr_t src, in copy_from_sockptr_offset() argument
53 static inline int copy_from_sockptr(void *dst, sockptr_t src, size_t size) in copy_from_sockptr() argument
58 static inline int copy_to_sockptr_offset(sockptr_t dst, size_t offset, in copy_to_sockptr_offset() argument
94 static inline long strncpy_from_sockptr(char *dst, sockptr_ argument
[all...]
/kernel/linux/linux-5.10/include/media/
H A Dvsp1.h60 struct v4l2_rect dst; member
/kernel/linux/linux-5.10/include/net/
H A Ddst_ops.h46 static inline int dst_entries_get_fast(struct dst_ops *dst) in dst_entries_get_fast() argument
51 static inline int dst_entries_get_slow(struct dst_ops *dst) in dst_entries_get_slow() argument
57 static inline void dst_entries_add(struct dst_ops *dst, int val) in dst_entries_add() argument
63 dst_entries_init(struct dst_ops *dst) dst_entries_init() argument
68 dst_entries_destroy(struct dst_ops *dst) dst_entries_destroy() argument
[all...]
/kernel/linux/linux-5.10/include/linux/sunrpc/
H A Daddr.h59 static inline bool __rpc_copy_addr4(struct sockaddr *dst, in __rpc_copy_addr4() argument
85 static inline bool __rpc_copy_addr6(struct sockaddr *dst, in __rpc_copy_addr6() argument
103 static inline bool __rpc_copy_addr6(struct sockaddr *dst, in __rpc_copy_addr6() argument
157 static inline bool rpc_copy_addr(struct sockaddr *dst, in rpc_copy_addr() argument
[all...]
/kernel/linux/linux-5.10/security/selinux/ss/
H A Dcontext.h41 static inline int mls_context_cpy(struct context *dst, struct context *src) in mls_context_cpy() argument
61 static inline int mls_context_cpy_low(struct context *dst, struct context *src) in mls_context_cpy_low() argument
81 mls_context_cpy_high(struct context *dst, struct context *src) mls_context_cpy_high() argument
99 mls_context_glblub(struct context *dst, struct context *c1, struct context *c2) mls_context_glblub() argument
150 context_cpy(struct context *dst, struct context *src) context_cpy() argument
[all...]
/kernel/linux/linux-5.10/security/safesetid/
H A Dlsm.c66 static enum sid_policy_type setid_policy_lookup(kid_t src, kid_t dst, enum setid_type new_type) in setid_policy_lookup() argument
32 _setid_policy_lookup(struct setid_ruleset *policy, kid_t src, kid_t dst) _setid_policy_lookup() argument
/kernel/linux/linux-5.10/tools/lib/
H A Dbitmap.c21 void __bitmap_or(unsigned long *dst, const unsigned long *bitmap1, in __bitmap_or() argument
60 int __bitmap_and(unsigned long *dst, const unsigned long *bitmap1, in __bitmap_and() argument
/kernel/linux/linux-5.10/fs/cifs/
H A Dcache.c59 char *delim, *dst; in extract_sharename() local
/kernel/linux/linux-5.10/lib/
H A Dtextsearch.c204 static unsigned int get_linear_data(unsigned int consumed, const u8 **dst, in get_linear_data() argument

Completed in 10 milliseconds

1...<<11121314151617181920>>...132