/kernel/linux/linux-5.10/drivers/interconnect/qcom/ |
H A D | icc-rpmh.c | 84 int qcom_icc_set(struct icc_node *src, struct icc_node *dst) in qcom_icc_set() argument
|
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gem/ |
H A D | i915_gem_phys.c | 27 void *dst; in i915_gem_object_get_pages_phys() local 108 char *dst; in i915_gem_object_put_pages_phys() local
|
/kernel/linux/linux-5.10/drivers/media/pci/bt8xx/ |
H A D | dst_ca.h | 41 struct dst_state *dst; member
|
/kernel/linux/linux-5.10/drivers/media/pci/cx18/ |
H A D | cx18-av-vbi.c | 68 static int decode_vps(u8 *dst, u8 *p) in decode_vps() argument
|
/kernel/linux/linux-5.10/drivers/net/ethernet/netronome/nfp/ |
H A D | nfp_net_repr.h | 53 struct metadata_dst *dst; member
|
/kernel/linux/linux-5.10/drivers/infiniband/core/ |
H A D | uverbs_marshall.c | 62 ib_copy_ah_attr_to_user(struct ib_device *device, struct ib_uverbs_ah_attr *dst, struct rdma_ah_attr *ah_attr) ib_copy_ah_attr_to_user() argument 96 ib_copy_qp_attr_to_user(struct ib_device *device, struct ib_uverbs_qp_attr *dst, struct ib_qp_attr *src) ib_copy_qp_attr_to_user() argument 136 __ib_copy_path_rec_to_user(struct ib_user_path_rec *dst, struct sa_path_rec *src) __ib_copy_path_rec_to_user() argument 161 ib_copy_path_rec_to_user(struct ib_user_path_rec *dst, struct sa_path_rec *src) ib_copy_path_rec_to_user() argument 175 ib_copy_path_rec_from_user(struct sa_path_rec *dst, struct ib_user_path_rec *src) ib_copy_path_rec_from_user() argument [all...] |
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/libcxgb/ |
H A D | libcxgb_cm.c | 126 struct dst_entry *dst = NULL; in cxgb_find_route6() local [all...] |
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath11k/ |
H A D | dp_rx.h | 31 u8 dst[ETH_ALEN]; member
|
/kernel/linux/linux-5.10/drivers/scsi/aic94xx/ |
H A D | aic94xx_reg.c | 284 void asd_read_reg_string(struct asd_ha_struct *asd_ha, void *dst, in asd_read_reg_string() argument
|
/kernel/linux/linux-5.10/drivers/video/fbdev/ |
H A D | atafb_utils.h | 220 static inline void fast_memmove(char *dst, const char *src, size_t size) in fast_memmove() argument 280 static inline void fill8_col(u8 *dst, u32 m[]) in fill8_col() argument 301 fill8_2col(u8 *dst, u8 fg, u8 bg, u32 mask) fill8_2col() argument 359 fill16_col(u32 *dst, int rows, u32 m[]) fill16_col() argument 375 memmove32_col(void *dst, void *src, u32 mask, u32 h, u32 bytes) memmove32_col() argument [all...] |
H A D | c2p_planar.c | 48 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 D | sysfillrect.c | 25 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 D | syscopyarea.c | 28 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 D | cfbfillrect.c | 35 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 D | encoder-tfp410.c | 29 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 D | encoder-opa362.c | 33 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 D | mach64_cursor.c | 147 u8 __iomem *dst = (u8 __iomem *)info->sprite.addr; in atyfb_cursor() local
|
/kernel/linux/linux-5.10/net/netfilter/ |
H A D | nft_rt.c | 25 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 D | utils.c | 163 int nf_route(struct net *net, struct dst_entry **dst, struct flowi *fl, in nf_route() argument
|
H A D | nft_byteorder.c | 32 u32 *dst = ®s->data[priv->dreg]; in nft_byteorder_eval() local
|
H A D | xt_nat.c | 37 static void xt_nat_convert_range(struct nf_nat_range2 *dst, in xt_nat_convert_range() argument [all...] |
H A D | xt_multiport.c | 28 ports_match_v1(const struct xt_multiport_v1 *minfo, u_int16_t src, u_int16_t dst) ports_match_v1() argument
|
H A D | xt_policy.c | 86 const struct dst_entry *dst = skb_dst(skb); in match_policy_out() local
|
/kernel/linux/linux-5.10/samples/bpf/ |
H A D | sockex3_user.c | 13 __be32 dst; member
|
H A D | xdp_rxq_info_kern.c | 61 unsigned short dst[3]; in swap_src_dst_mac() local
|