Searched defs:dst (Results 276 - 300 of 1761) sorted by relevance

<<11121314151617181920>>

/linux-master/include/uapi/linux/netfilter/
H A Dxt_HMARK.h30 __u16 dst; member in struct:hmark_ports::__anon13062
34 __be16 dst; member in struct:hmark_ports::__anon13063
/linux-master/net/bridge/netfilter/
H A Debt_log.c42 __be16 dst; member in struct:tcpudphdr
/linux-master/drivers/media/usb/as102/
H A Das102_fw.c21 static unsigned char atohx(unsigned char *dst, char *src) argument
45 unsigned char *src, dst; local
[all...]
/linux-master/drivers/media/pci/cx18/
H A Dcx18-vbi.c46 u8 *dst = &cx->vbi.sliced_mpeg_data[idx][0]; local
[all...]
/linux-master/sound/pcmcia/pdaudiocf/
H A Dpdaudiocf_irq.c41 static inline void pdacf_transfer_mono16(u16 *dst, u16 xor, unsigned int size, unsigned long rdp_port) argument
49 static inline void pdacf_transfer_mono32(u32 *dst, u32 xor, unsigned int size, unsigned long rdp_port) argument
61 static inline void pdacf_transfer_stereo16(u16 *dst, u16 xor, unsigned int size, unsigned long rdp_port) argument
69 static inline void pdacf_transfer_stereo32(u32 *dst, u32 xor, unsigned int size, unsigned long rdp_port) argument
82 pdacf_transfer_mono16sw(u16 *dst, u16 xor, unsigned int size, unsigned long rdp_port) argument
90 pdacf_transfer_mono32sw(u32 *dst, u32 xor, unsigned int size, unsigned long rdp_port) argument
102 pdacf_transfer_stereo16sw(u16 *dst, u16 xor, unsigned int size, unsigned long rdp_port) argument
110 pdacf_transfer_stereo32sw(u32 *dst, u32 xor, unsigned int size, unsigned long rdp_port) argument
123 pdacf_transfer_mono24le(u8 *dst, u16 xor, unsigned int size, unsigned long rdp_port) argument
139 pdacf_transfer_mono24be(u8 *dst, u16 xor, unsigned int size, unsigned long rdp_port) argument
155 pdacf_transfer_stereo24le(u8 *dst, u32 xor, unsigned int size, unsigned long rdp_port) argument
175 pdacf_transfer_stereo24be(u8 *dst, u32 xor, unsigned int size, unsigned long rdp_port) argument
[all...]
/linux-master/arch/arm/vdso/
H A Dvdsomunge.c111 static void write_elf_word(Elf32_Word val, Elf32_Word *dst, bool swap) argument
/linux-master/net/phonet/
H A Dpn_netlink.c160 static int fill_route(struct sk_buff *skb, struct net_device *dev, u8 dst, argument
191 void rtm_phonet_notify(int event, struct net_device *dev, u8 dst) argument
226 u8 dst; local
[all...]
/linux-master/include/linux/mailbox/
H A Dbrcm-message.h48 struct scatterlist *dst; member in struct:brcm_message::__anon746::__anon748
/linux-master/drivers/video/fbdev/omap2/omapfb/dss/
H A Doutput.c198 dss_mgr_connect(struct omap_overlay_manager *mgr, struct omap_dss_device *dst) argument
205 dss_mgr_disconnect(struct omap_overlay_manager *mgr, struct omap_dss_device *dst) argument
[all...]
/linux-master/arch/x86/boot/
H A Dvideo.c262 addr_t dst = 0; local
/linux-master/crypto/
H A Dcrypto_null.c71 static void null_crypt(struct crypto_tfm *tfm, u8 *dst, const u8 *src) argument
27 null_compress(struct crypto_tfm *tfm, const u8 *src, unsigned int slen, u8 *dst, unsigned int *dlen) argument
H A Dnhpoly1305.c198 int crypto_nhpoly1305_final_helper(struct shash_desc *desc, u8 *dst, nh_t nh_fn) argument
218 int crypto_nhpoly1305_final(struct shash_desc *desc, u8 *dst) argument
H A Dkeywrap.c129 struct scatterlist *src, *dst; local
198 struct scatterlist *src, *dst; local
[all...]
/linux-master/lib/crypto/
H A Ddes.c781 void des_encrypt(const struct des_ctx *ctx, u8 *dst, const u8 *src) argument
802 void des_decrypt(const struct des_ctx *ctx, u8 *dst, const u8 *src) argument
844 void des3_ede_encrypt(const struct des3_ede_ctx *dctx, u8 *dst, const u8 *src) argument
873 void des3_ede_decrypt(const struct des3_ede_ctx *dctx, u8 *dst, cons argument
[all...]
H A Dchacha20poly1305-selftest.c8828 chacha20poly1305_encrypt_bignonce(u8 *dst, const u8 *src, const size_t src_len, argument
8862 chacha20poly1305_selftest_encrypt(u8 *dst, const u8 *src, const size_t src_len, argument
/linux-master/sound/core/oss/
H A Dlinear.c65 char *dst; local
42 do_convert(struct linear_priv *data, unsigned char *dst, unsigned char *src) argument
/linux-master/arch/sparc/crypto/
H A Dcamellia_glue.c62 static void camellia_encrypt(struct crypto_tfm *tfm, u8 *dst, const u8 *src) argument
71 static void camellia_decrypt(struct crypto_tfm *tfm, u8 *dst, const u8 *src) argument
/linux-master/drivers/net/ethernet/chelsio/cxgb3/
H A Dl2t.c302 struct l2t_entry *t3_l2t_get(struct t3cdev *cdev, struct dst_entry *dst, argument
/linux-master/drivers/isdn/hardware/mISDN/
H A Disdnhdlc.c118 isdnhdlc_decode(struct isdnhdlc_vars *hdlc, const u8 *src, int slen, int *count, u8 *dst, int dsize) argument
341 isdnhdlc_encode(struct isdnhdlc_vars *hdlc, const u8 *src, u16 slen, int *count, u8 *dst, int dsize) argument
[all...]
/linux-master/drivers/infiniband/hw/vmw_pvrdma/
H A Dpvrdma_misc.c224 void pvrdma_qp_cap_to_ib(struct ib_qp_cap *dst, const struct pvrdma_qp_cap *src) argument
233 void ib_qp_cap_to_pvrdma(struct pvrdma_qp_cap *dst, const struct ib_qp_cap *src) argument
242 pvrdma_gid_to_ib(union ib_gid *dst, const union pvrdma_gid *src) argument
248 ib_gid_to_pvrdma(union pvrdma_gid *dst, const union ib_gid *src) argument
254 pvrdma_global_route_to_ib(struct ib_global_route *dst, const struct pvrdma_global_route *src) argument
264 ib_global_route_to_pvrdma(struct pvrdma_global_route *dst, const struct ib_global_route *src) argument
274 pvrdma_ah_attr_to_rdma(struct rdma_ah_attr *dst, const struct pvrdma_ah_attr *src) argument
288 rdma_ah_attr_to_pvrdma(struct pvrdma_ah_attr *dst, const struct rdma_ah_attr *src) argument
[all...]
/linux-master/include/linux/
H A Dasync_tx.h118 async_tx_find_channel(struct async_submit_ctl *submit, enum dma_transaction_type tx_type, struct page **dst, int dst_count, struct page **src, int src_count, size_t len) argument
/linux-master/arch/x86/crypto/
H A Dchacha_glue.c48 static void chacha_dosimd(u32 *state, u8 *dst, const u8 *src, argument
142 chacha_crypt_arch(u32 *state, u8 *dst, const u8 *src, unsigned int bytes, int nrounds) argument
[all...]
/linux-master/arch/arm/crypto/
H A Dchacha-glue.c40 static void chacha_doneon(u32 *state, u8 *dst, const u8 *src, argument
85 void chacha_crypt_arch(u32 *state, u8 *dst, cons argument
[all...]
/linux-master/drivers/gpu/drm/omapdrm/dss/
H A Dbase.c141 omapdss_device_connect(struct dss_device *dss, struct omap_dss_device *src, struct omap_dss_device *dst) argument
166 omapdss_device_disconnect(struct omap_dss_device *src, struct omap_dss_device *dst) argument
[all...]
/linux-master/arch/arm/probes/uprobes/
H A Dcore.c117 void *dst = xol_page_kaddr + (vaddr & ~PAGE_MASK); local

Completed in 225 milliseconds

<<11121314151617181920>>