Home
last modified time | relevance | path

Searched defs:dst (Results 701 - 725 of 6308) sorted by relevance

1...<<21222324252627282930>>...253

/kernel/linux/linux-5.10/drivers/interconnect/qcom/
H A Dicc-rpmh.c84 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 Di915_gem_phys.c27 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 Ddst_ca.h41 struct dst_state *dst; member
/kernel/linux/linux-5.10/drivers/media/pci/cx18/
H A Dcx18-av-vbi.c68 static int decode_vps(u8 *dst, u8 *p) in decode_vps() argument
/kernel/linux/linux-5.10/drivers/net/ethernet/netronome/nfp/
H A Dnfp_net_repr.h53 struct metadata_dst *dst; member
/kernel/linux/linux-5.10/drivers/infiniband/core/
H A Duverbs_marshall.c62 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 Dlibcxgb_cm.c126 struct dst_entry *dst = NULL; in cxgb_find_route6() local
[all...]
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath11k/
H A Ddp_rx.h31 u8 dst[ETH_ALEN]; member
/kernel/linux/linux-5.10/drivers/scsi/aic94xx/
H A Daic94xx_reg.c284 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 Datafb_utils.h220 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 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

Completed in 9 milliseconds

1...<<21222324252627282930>>...253