Home
last modified time | relevance | path

Searched refs:buf2 (Results 1 – 11 of 11) sorted by relevance

/device/soc/hisilicon/hi3751v350/sdk_linux/source/common/drv/osal/
Dosal_string.c25 const void *buf2, unsigned long size2) in osal_memncmp() argument
31 return memcmp(buf1, buf2, size1); in osal_memncmp()
/device/soc/rockchip/common/sdk_linux/fs/ubifs/
Drecovery.c244 void *buf1 = NULL, *buf2 = NULL, *cor1 = NULL, *cor2 = NULL; in ubifs_recover_master_node() local
256 err = get_master_node(c, UBIFS_MST_LNUM + 1, &buf2, &mst2, &cor2); in ubifs_recover_master_node()
271 offs2 = (void *)mst2 - buf2; in ubifs_recover_master_node()
312 offs2 = (void *)mst2 - buf2; in ubifs_recover_master_node()
366 vfree(buf2); in ubifs_recover_master_node()
381 ubifs_dump_node(c, mst2, c->leb_size - ((void *)mst2 - buf2)); in ubifs_recover_master_node()
383 vfree(buf2); in ubifs_recover_master_node()
/device/soc/bestechnic/bes2600/liteos_m/sdk/bsp/platform/hal/
Dhal_trace.h335 …e_get_history_buffer(const uint8_t **buf1, uint32_t *len1, const uint8_t **buf2, uint32_t *len2), \
336 …{ if (buf1) { *buf1 = NULL; } if (len1) { *len1 = 0; } if (buf2) { *buf2 = NULL; } if (len2) { *le…
Dhal_trace.c1116 void hal_trace_get_history_buffer(const uint8_t **buf1, uint32_t *len1, const uint8_t **buf2, uint3… in hal_trace_get_history_buffer() argument
1152 if (buf2) { in hal_trace_get_history_buffer()
1153 *buf2 = b2; in hal_trace_get_history_buffer()
/device/board/unionman/unionpi_tiger/kernel/drivers/rtl88x2cs/hal/phydm/
Dphydm_interface.c494 s32 odm_compare_memory(struct dm_struct *dm, void *buf1, void *buf2, u32 length) in odm_compare_memory() argument
497 return memcmp(buf1, buf2, length); in odm_compare_memory()
499 return memcmp(buf1, buf2, length); in odm_compare_memory()
501 return memcmp(buf1, buf2, length); in odm_compare_memory()
503 return _rtw_memcmp(buf1, buf2, length); in odm_compare_memory()
505 return PlatformCompareMemory(buf1, buf2, length); in odm_compare_memory()
507 return rtw_memcmp(buf1, buf2, length); in odm_compare_memory()
Dphydm_interface.h196 s32 odm_compare_memory(struct dm_struct *dm, void *buf1, void *buf2,
/device/soc/hisilicon/hi3861v100/sdk_liteos/include/
Dhi_diag.h603 const hi_void *buf2, diag_buffer_size buffer_size);
/device/soc/hpmicro/sdk/hpm_sdk/drivers/inc/
Dhpm_sdp_drv.h99 uint32_t buf2[AES_BLOCK_SIZE / sizeof(uint32_t)]; /**< buf2 */ member
/device/soc/hisilicon/hi3751v350/sdk_linux/source/common/drv/include/
Dhi_osal.h465 const void *buf2, unsigned long size2);
/device/board/isoftstone/yangfan/kernel/src/driv/input/touchscreen/gt9xx/
Dgt9xx_update.c2766 s8 buf1, buf2; in gup_clk_dac_setting() local
2769 i2c_read_bytes(i2c_connect_client, _bRW_MISCTL__RG_OSC_CALIB, &buf2, 1); in gup_clk_dac_setting()
2772 buf2 = (dac >> 2) & 0x3f; in gup_clk_dac_setting()
2775 i2c_write_bytes(i2c_connect_client, _bRW_MISCTL__RG_OSC_CALIB, &buf2, 1); in gup_clk_dac_setting()
/device/soc/hpmicro/sdk/hpm_sdk/drivers/src/
Dhpm_sdp_drv.c443 uint8_t *ctr = (uint8_t *) &aes_ctx->buf2; in aes_ccm_auth_crypt()