Home
last modified time | relevance | path

Searched defs:src (Results 3951 - 3975 of 3989) sorted by relevance

1...<<151152153154155156157158159160

/kernel/linux/linux-6.6/drivers/ufs/core/
H A Dufshcd.c2174 struct utp_transfer_req_desc *src = lrbp->utr_descriptor_ptr; in ufshcd_send_command() local
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm.c5242 struct rect src = { 0 }; /* viewport in composition space*/ in update_stream_scaling_settings() local
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dmub/inc/
H A Ddmub_cmd.h3512 union dmub_addr src; member
4261 const uint64_t *src = (const uint64_t *)cmd; in dmub_rb_push_front() local
4291 const uint8_t *src = (const uint8_t *)cmd; in dmub_rb_out_push_front() local
4378 const uint64_t volatile *src = (const uint64_t volatile *)((uint8_t *)(rb->base_address) + rb->rptr); in dmub_rb_out_front() local
/kernel/linux/linux-6.6/kernel/bpf/
H A Dbtf.c781 const char *src = btf_str_by_offset(btf, offset); in __btf_name_valid() local
/kernel/linux/linux-6.6/drivers/crypto/hisilicon/
H A Dqm.c626 static void qm_mb_write(struct hisi_qm *qm, const void *src) in qm_mb_write() argument
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb3/
H A Dt3_cpl.h689 __u8 src:1; member
697 __u8 src:1; member
/kernel/linux/linux-6.6/drivers/net/wireless/intel/ipw2x00/
H A Dipw2200.c10284 struct sk_buff *src = txb->fragments[n]; in ipw_handle_promiscuous_tx() local
5354 ipw_copy_rates(struct ipw_supported_rates *dest, const struct ipw_supported_rates *src) ipw_copy_rates() argument
/kernel/linux/linux-6.6/drivers/net/wireless/marvell/mwifiex/
H A Dmain.h1268 mwifiex_copy_rates(u8 *dest, u32 pos, u8 *src, int len) in mwifiex_copy_rates() argument
/kernel/linux/linux-6.6/drivers/gpu/drm/tegra/
H A Ddc.h141 } src; member
/kernel/linux/linux-6.6/sound/pci/rme9652/
H A Dhdsp.c4605 static inline int copy_u32_le(void __user *dest, void __iomem *src) in copy_u32_le() argument
3962 snd_hdsp_playback_copy(struct snd_pcm_substream *substream, int channel, unsigned long pos, struct iov_iter *src, unsigned long count) snd_hdsp_playback_copy() argument
/kernel/linux/linux-6.6/drivers/scsi/lpfc/
H A Dlpfc_sli.c240 uint64_t *src = srcp; in lpfc_sli4_pcimem_bcopy() local
12093 uint32_t *src = srcp; in lpfc_sli_pcimem_bcopy() local
12121 uint32_t *src = srcp; in lpfc_sli_bemem_bcopy() local
/kernel/linux/linux-6.6/kernel/sched/
H A Dcore.c2888 int dup_user_cpus_ptr(struct task_struct *dst, struct task_struct *src, in dup_user_cpus_ptr() argument
6477 struct rq *dst = cpu_rq(this), *src = cpu_rq(that); in try_steal_cookie() local
[all...]
/kernel/linux/linux-6.6/lib/zstd/compress/
H A Dzstd_compress.c2723 static size_t ZSTD_buildSeqStore(ZSTD_CCtx* zc, const void* src, size_t srcSize) in ZSTD_buildSeqStore() argument
2868 ZSTD_generateSequences(ZSTD_CCtx* zc, ZSTD_Sequence* outSeqs, size_t outSeqsSize, const void* src, size_t srcSize) ZSTD_generateSequences() argument
2905 ZSTD_isRLE(const BYTE* src, size_t length) ZSTD_isRLE() argument
2963 ZSTD_buildBlockEntropyStats_literals(void* const src, size_t srcSize, const ZSTD_hufCTables_t* prevHuf, ZSTD_hufCTables_t* nextHuf, ZSTD_hufCTablesMetadata_t* hufMetadata, const int literalsCompressionIsDisabled, void* workspace, size_t wkspSize) ZSTD_buildBlockEntropyStats_literals() argument
3407 ZSTD_compressSeqStore_singleBlock(ZSTD_CCtx* zc, seqStore_t* const seqStore, repcodes_t* const dRep, repcodes_t* const cRep, void* dst, size_t dstCapacity, const void* src, size_t srcSize, U32 lastBlock, U32 isPartition) ZSTD_compressSeqStore_singleBlock() argument
3553 ZSTD_compressBlock_splitBlock_internal(ZSTD_CCtx* zc, void* dst, size_t dstCapacity, const void* src, size_t blockSize, U32 lastBlock, U32 nbSeq) ZSTD_compressBlock_splitBlock_internal() argument
3642 ZSTD_compressBlock_splitBlock(ZSTD_CCtx* zc, void* dst, size_t dstCapacity, const void* src, size_t srcSize, U32 lastBlock) ZSTD_compressBlock_splitBlock() argument
3672 ZSTD_compressBlock_internal(ZSTD_CCtx* zc, void* dst, size_t dstCapacity, const void* src, size_t srcSize, U32 frame) ZSTD_compressBlock_internal() argument
3735 ZSTD_compressBlock_targetCBlockSize_body(ZSTD_CCtx* zc, void* dst, size_t dstCapacity, const void* src, size_t srcSize, const size_t bss, U32 lastBlock) ZSTD_compressBlock_targetCBlockSize_body() argument
3790 ZSTD_compressBlock_targetCBlockSize(ZSTD_CCtx* zc, void* dst, size_t dstCapacity, const void* src, size_t srcSize, U32 lastBlock) ZSTD_compressBlock_targetCBlockSize() argument
3841 ZSTD_compress_frameChunk(ZSTD_CCtx* cctx, void* dst, size_t dstCapacity, const void* src, size_t srcSize, U32 lastFrameChunk) ZSTD_compress_frameChunk() argument
3975 ZSTD_writeSkippableFrame(void* dst, size_t dstCapacity, const void* src, size_t srcSize, unsigned magicVariant) ZSTD_writeSkippableFrame() argument
4020 ZSTD_compressContinue_internal(ZSTD_CCtx* cctx, void* dst, size_t dstCapacity, const void* src, size_t srcSize, U32 frame, U32 lastFrameChunk) ZSTD_compressContinue_internal() argument
4081 ZSTD_compressContinue(ZSTD_CCtx* cctx, void* dst, size_t dstCapacity, const void* src, size_t srcSize) ZSTD_compressContinue() argument
4097 ZSTD_compressBlock(ZSTD_CCtx* cctx, void* dst, size_t dstCapacity, const void* src, size_t srcSize) ZSTD_compressBlock() argument
4109 ZSTD_loadDictionaryContent(ZSTD_matchState_t* ms, ldmState_t* ls, ZSTD_cwksp* ws, ZSTD_CCtx_params const* params, const void* src, size_t srcSize, ZSTD_dictTableLoadMethod_e dtlm) ZSTD_loadDictionaryContent() argument
4540 ZSTD_compressEnd(ZSTD_CCtx* cctx, void* dst, size_t dstCapacity, const void* src, size_t srcSize) ZSTD_compressEnd() argument
4566 ZSTD_compress_advanced(ZSTD_CCtx* cctx, void* dst, size_t dstCapacity, const void* src, size_t srcSize, const void* dict,size_t dictSize, ZSTD_parameters params) ZSTD_compress_advanced() argument
4583 ZSTD_compress_advanced_internal( ZSTD_CCtx* cctx, void* dst, size_t dstCapacity, const void* src, size_t srcSize, const void* dict,size_t dictSize, const ZSTD_CCtx_params* params) ZSTD_compress_advanced_internal() argument
4597 ZSTD_compress_usingDict(ZSTD_CCtx* cctx, void* dst, size_t dstCapacity, const void* src, size_t srcSize, const void* dict, size_t dictSize, int compressionLevel) ZSTD_compress_usingDict() argument
4612 ZSTD_compressCCtx(ZSTD_CCtx* cctx, void* dst, size_t dstCapacity, const void* src, size_t srcSize, int compressionLevel) ZSTD_compressCCtx() argument
4622 ZSTD_compress(void* dst, size_t dstCapacity, const void* src, size_t srcSize, int compressionLevel) ZSTD_compress() argument
4997 ZSTD_compress_usingCDict_internal(ZSTD_CCtx* cctx, void* dst, size_t dstCapacity, const void* src, size_t srcSize, const ZSTD_CDict* cdict, ZSTD_frameParameters fParams) ZSTD_compress_usingCDict_internal() argument
5009 ZSTD_compress_usingCDict_advanced(ZSTD_CCtx* cctx, void* dst, size_t dstCapacity, const void* src, size_t srcSize, const ZSTD_CDict* cdict, ZSTD_frameParameters fParams) ZSTD_compress_usingCDict_advanced() argument
5022 ZSTD_compress_usingCDict(ZSTD_CCtx* cctx, void* dst, size_t dstCapacity, const void* src, size_t srcSize, const ZSTD_CDict* cdict) ZSTD_compress_usingCDict() argument
5507 ZSTD_compressStream2_simpleArgs( ZSTD_CCtx* cctx, void* dst, size_t dstCapacity, size_t* dstPos, const void* src, size_t srcSize, size_t* srcPos, ZSTD_EndDirective endOp) ZSTD_compressStream2_simpleArgs() argument
5522 ZSTD_compress2(ZSTD_CCtx* cctx, void* dst, size_t dstCapacity, const void* src, size_t srcSize) ZSTD_compress2() argument
5599 ZSTD_copySequencesToSeqStoreExplicitBlockDelim(ZSTD_CCtx* cctx, ZSTD_sequencePosition* seqPos, const ZSTD_Sequence* const inSeqs, size_t inSeqsSize, const void* src, size_t blockSize) ZSTD_copySequencesToSeqStoreExplicitBlockDelim() argument
5662 ZSTD_copySequencesToSeqStoreNoBlockDelim(ZSTD_CCtx* cctx, ZSTD_sequencePosition* seqPos, const ZSTD_Sequence* const inSeqs, size_t inSeqsSize, const void* src, size_t blockSize) ZSTD_copySequencesToSeqStoreNoBlockDelim() argument
5802 ZSTD_compressSequences_internal(ZSTD_CCtx* cctx, void* dst, size_t dstCapacity, const ZSTD_Sequence* inSeqs, size_t inSeqsSize, const void* src, size_t srcSize) ZSTD_compressSequences_internal() argument
5914 ZSTD_compressSequences(ZSTD_CCtx* const cctx, void* dst, size_t dstCapacity, const ZSTD_Sequence* inSeqs, size_t inSeqsSize, const void* src, size_t srcSize) ZSTD_compressSequences() argument
[all...]
/kernel/linux/linux-6.6/net/core/
H A Dfilter.c90 int copy_bpf_fprog_from_user(struct sock_fprog *dst, sockptr_t src, int len) in copy_bpf_fprog_from_user() argument
3930 void *src, *dst; in bpf_xdp_copy_buf() local
5945 struct in6_addr *src = (struct in6_addr *) params->ipv6_src; bpf_ipv6_fib_lookup() local
[all...]
H A Ddev.c8104 netdev_hw_stats64_add(struct rtnl_hw_stats64 *dest, const struct rtnl_hw_stats64 *src) netdev_hw_stats64_add() argument
10556 const atomic_long_t *src = (atomic_long_t *)netdev_stats; netdev_stats_to_stats64() local
[all...]
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ice/
H A Dice_adminq_cmd.h498 __le16 src; member
/kernel/linux/linux-5.10/drivers/infiniband/hw/hfi1/
H A Dchip.c5719 u64 src = read_csr(dd, SEND_EGRESS_ERR_SOURCE); /* read first */ in handle_send_egress_err_info() local
13222 static void read_mod_write(struct hfi1_devdata *dd, u16 src, u64 bits, in read_mod_write() argument
13251 u16 src; in set_intr_bits() local
[all...]
/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/
H A Dphy_n.c24635 u32 *buf, *src, *dst, sz; in wlc_phy_a1_nphy() local
/kernel/linux/linux-5.10/drivers/staging/rtl8192u/ieee80211/
H A Dieee80211.h1038 u8 src[ETH_ALEN]; member
/kernel/linux/linux-5.10/drivers/staging/rtl8192e/
H A Drtllib.h870 u8 src[ETH_ALEN]; member
/kernel/linux/linux-5.10/include/net/
H A Dcfg80211.h2934 __be32 src, dst; member
/kernel/linux/linux-5.10/fs/f2fs/
H A Df2fs.h2425 static inline void f2fs_copy_page(struct page *src, struct page *dst) in f2fs_copy_page() argument
/kernel/linux/linux-5.10/fs/ext4/
H A Dext4.h2601 ext4_fname_from_fscrypt_name(struct ext4_filename *dst, const struct fscrypt_name *src) ext4_fname_from_fscrypt_name() argument
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/display/
H A Dintel_display.c6283 struct drm_rect src = { skl_pfit_enable() local
[all...]
/kernel/linux/linux-6.6/drivers/staging/rtl8192u/ieee80211/
H A Dieee80211.h975 u8 src[ETH_ALEN]; member

Completed in 235 milliseconds

1...<<151152153154155156157158159160