Home
last modified time | relevance | path

Searched refs:cp_size (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/mvl88w8977/mlan/esa/
H A DkeyMgmtSta.c2013 UINT8 cp_size = 0;
2046 cp_size = pIeData - (UINT8 *)pRsnIe;
2047 memcpy(util_fns, pos, (UINT8 *)pRsnIe, cp_size);
2048 pos += cp_size;
2074 cp_size = pIeEnd - pIeData;
2075 memcpy(util_fns, pos, pIeData, cp_size);
2076 pos += cp_size;
2145 UINT8 cp_size = 0;
2184 cp_size = (UINT8 *)(&pTemp->PwsKeyCnt) - (UINT8 *)pIe;
2185 memcpy(util_fns, pos, (UINT8 *)pIe, cp_size);
[all …]
/OK3568_Linux_fs/kernel/include/linux/
H A Dqcom_scm.h87 extern int qcom_scm_mem_protect_video_var(u32 cp_start, u32 cp_size,
147 extern inline int qcom_scm_mem_protect_video_var(u32 cp_start, u32 cp_size, in qcom_scm_mem_protect_video_var() argument
/OK3568_Linux_fs/kernel/drivers/media/platform/qcom/venus/
H A Dfirmware.c207 if (core->use_tz && res->cp_size) { in venus_boot()
209 res->cp_size, in venus_boot()
H A Dcore.h81 u32 cp_size; member
H A Dcore.c592 .cp_size = 0x70800000,
/OK3568_Linux_fs/kernel/fs/gfs2/
H A Dxattr.c450 unsigned cp_size; in gfs2_iter_unstuffed() local
482 cp_size = (sdp->sd_jbsize > amount) ? amount : sdp->sd_jbsize; in gfs2_iter_unstuffed()
485 memcpy(dout, pos, cp_size); in gfs2_iter_unstuffed()
491 memcpy(pos, din, cp_size); in gfs2_iter_unstuffed()
/OK3568_Linux_fs/kernel/drivers/firmware/
H A Dqcom_scm.c762 int qcom_scm_mem_protect_video_var(u32 cp_start, u32 cp_size, in qcom_scm_mem_protect_video_var() argument
773 .args[1] = cp_size, in qcom_scm_mem_protect_video_var()
/OK3568_Linux_fs/kernel/net/mpls/
H A Daf_mpls.c2528 size_t cp_size; in resize_platform_label_table() local
2579 cp_size = size; in resize_platform_label_table()
2581 cp_size = old_limit * sizeof(struct mpls_route *); in resize_platform_label_table()
2583 memcpy(labels, old, cp_size); in resize_platform_label_table()