Home
last modified time | relevance | path

Searched refs:dstn (Results 1 – 15 of 15) sorted by relevance

/OK3568_Linux_fs/u-boot/lib/
H A Dlz4_wrapper.c52 int ulz4fn(const void *src, size_t srcn, void *dst, size_t *dstn) in ulz4fn() argument
54 const void *end = dst + *dstn; in ulz4fn()
59 *dstn = 0; in ulz4fn()
67 *dstn = len; in ulz4fn()
135 *dstn = out - dst; in ulz4fn()
/OK3568_Linux_fs/kernel/drivers/crypto/
H A Dqcom-rng.c77 u8 *dstn, unsigned int dlen) in qcom_rng_generate() argument
89 ret = qcom_rng_read(rng, dstn, dlen); in qcom_rng_generate()
/OK3568_Linux_fs/kernel/sound/soc/intel/atom/sst/
H A Dsst_loader.c155 listnode->dstn = destn; in sst_fill_memcpy_list()
266 memcpy32_toio((void __iomem *)listnode->dstn, in sst_do_memcpy()
269 memcpy(listnode->dstn, listnode->src, listnode->size); in sst_do_memcpy()
H A Dsst.h279 void *dstn; member
/OK3568_Linux_fs/u-boot/include/u-boot/
H A Dlz4.h63 int ulz4fn(const void *src, size_t srcn, void *dst, size_t *dstn);
/OK3568_Linux_fs/kernel/arch/s390/include/asm/
H A Dstp.h57 u32 dstn; member
/OK3568_Linux_fs/kernel/sound/core/
H A Dcompress_offload.c257 void *dstn; in snd_compr_write_data() local
266 dstn = runtime->buffer + app_pointer; in snd_compr_write_data()
270 if (copy_from_user(dstn, buf, count)) in snd_compr_write_data()
274 if (copy_from_user(dstn, buf, copy)) in snd_compr_write_data()
/OK3568_Linux_fs/kernel/sound/soc/qcom/qdsp6/
H A Dq6asm-dai.c1071 void *dstn; in q6asm_compr_copy() local
1087 dstn = prtd->dma_buffer.area + app_pointer; in q6asm_compr_copy()
1090 if (copy_from_user(dstn, buf, count)) in q6asm_compr_copy()
1094 if (copy_from_user(dstn, buf, copy)) in q6asm_compr_copy()
/OK3568_Linux_fs/kernel/drivers/crypto/amcc/
H A Dcrypto4xx_core.c1166 u8 *dstn, unsigned int dlen) in crypto4xx_prng_generate() argument
1177 ret = ppc4xx_prng_data_read(dev, dstn, dlen); in crypto4xx_prng_generate()
/OK3568_Linux_fs/external/rkwifibt/drivers/infineon/
H A Ddhd_wlfc.c635 uint8* dstn = DHD_PKTTAG_DSTN(PKTTAG(p)); in _dhd_wlfc_find_table_entry() local
647 if ((iftype == WLC_E_IF_ROLE_STA || ETHER_ISMULTI(dstn) || in _dhd_wlfc_find_table_entry()
653 if (entry && ETHER_ISMULTI(dstn)) { in _dhd_wlfc_find_table_entry()
661 if (!memcmp(table[i].ea, dstn, ETHER_ADDR_LEN)) { in _dhd_wlfc_find_table_entry()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/
H A Ddhd_wlfc.c635 uint8* dstn = DHD_PKTTAG_DSTN(PKTTAG(p)); in _dhd_wlfc_find_table_entry() local
647 if ((iftype == WLC_E_IF_ROLE_STA || ETHER_ISMULTI(dstn) || in _dhd_wlfc_find_table_entry()
653 if (entry && ETHER_ISMULTI(dstn)) { in _dhd_wlfc_find_table_entry()
661 if (!memcmp(table[i].ea, dstn, ETHER_ADDR_LEN)) { in _dhd_wlfc_find_table_entry()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/
H A Ddhd_wlfc.c635 uint8* dstn = DHD_PKTTAG_DSTN(PKTTAG(p)); in _dhd_wlfc_find_table_entry() local
647 if ((iftype == WLC_E_IF_ROLE_STA || ETHER_ISMULTI(dstn) || in _dhd_wlfc_find_table_entry()
653 if (entry && ETHER_ISMULTI(dstn)) { in _dhd_wlfc_find_table_entry()
661 if (!memcmp(table[i].ea, dstn, ETHER_ADDR_LEN)) { in _dhd_wlfc_find_table_entry()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/
H A Ddhd_wlfc.c638 uint8* dstn = DHD_PKTTAG_DSTN(PKTTAG(p)); in _dhd_wlfc_find_table_entry() local
650 if ((iftype == WLC_E_IF_ROLE_STA || ETHER_ISMULTI(dstn) || in _dhd_wlfc_find_table_entry()
656 if (entry && ETHER_ISMULTI(dstn)) { in _dhd_wlfc_find_table_entry()
664 if (!memcmp(table[i].ea, dstn, ETHER_ADDR_LEN)) { in _dhd_wlfc_find_table_entry()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/
H A Ddhd_wlfc.c761 uint8* dstn = DHD_PKTTAG_DSTN(PKTTAG(p)); in _dhd_wlfc_find_table_entry() local
773 if ((iftype == WLC_E_IF_ROLE_STA || ETHER_ISMULTI(dstn) || in _dhd_wlfc_find_table_entry()
779 if (entry && ETHER_ISMULTI(dstn)) { in _dhd_wlfc_find_table_entry()
787 if (!memcmp(table[i].ea, dstn, ETHER_ADDR_LEN)) { in _dhd_wlfc_find_table_entry()
/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/
H A Ddhd_wlfc.c761 uint8* dstn = DHD_PKTTAG_DSTN(PKTTAG(p)); in _dhd_wlfc_find_table_entry() local
773 if ((iftype == WLC_E_IF_ROLE_STA || ETHER_ISMULTI(dstn) || in _dhd_wlfc_find_table_entry()
779 if (entry && ETHER_ISMULTI(dstn)) { in _dhd_wlfc_find_table_entry()
787 if (!memcmp(table[i].ea, dstn, ETHER_ADDR_LEN)) { in _dhd_wlfc_find_table_entry()