/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/ |
H A D | bcmbloom.c | 67 bcm_bloom_filter_t *bp = NULL; in bcm_bloom_create() local 74 bp = (*alloc_cb)(cb_ctx, sizeof(*bp)); in bcm_bloom_create() 75 if (!bp) { in bcm_bloom_create() 80 memset(bp, 0, sizeof(*bp)); in bcm_bloom_create() 81 bp->cb_ctx = cb_ctx; in bcm_bloom_create() 82 bp->max_hash = max_hash; in bcm_bloom_create() 83 bp->hash = (*alloc_cb)(cb_ctx, sizeof(*bp in bcm_bloom_create() 114 bcm_bloom_filter_t *bp; bcm_bloom_destroy() local 134 bcm_bloom_add_hash(bcm_bloom_filter_t *bp, bcm_bloom_hash_t hash, uint *idx) bcm_bloom_add_hash() argument 155 bcm_bloom_remove_hash(bcm_bloom_filter_t *bp, uint idx) bcm_bloom_remove_hash() argument 168 bcm_bloom_is_member(bcm_bloom_filter_t *bp, const uint8 *tag, uint tag_len, const uint8 *buf, uint buf_len) bcm_bloom_is_member() argument 206 bcm_bloom_add_member(bcm_bloom_filter_t *bp, const uint8 *tag, uint tag_len) bcm_bloom_add_member() argument 227 bcm_bloom_get_filter_data(bcm_bloom_filter_t *bp, uint buf_size, uint8 *buf, uint *buf_len) bcm_bloom_get_filter_data() argument [all...] |
H A D | dhd_pno.c | 794 char *bp = buf; in _dhd_pno_convert_format() local 811 bp += nreadsize = snprintf(bp, nleftsize, "scancount=%d\n", in _dhd_pno_convert_format() 834 bp += nreadsize = snprintf(bp, nleftsize, "trunc\n"); in _dhd_pno_convert_format() 843 _base_bp = bp; in _dhd_pno_convert_format() 847 bp += nreadsize = snprintf(bp, nleftsize, "bssid=%s\n", in _dhd_pno_convert_format() 851 bp += nreadsize = snprintf(bp, nleftsiz in _dhd_pno_convert_format() [all...] |
H A D | wl_cfgnan.c | 4148 static int wl_nan_bloom_create(bcm_bloom_filter_t **bp, uint *idx, uint size) in wl_nan_bloom_create() argument 4154 idx, WL_NAN_HASHES_PER_BLOOM, size, bp); in wl_nan_bloom_create() 4161 err = bcm_bloom_add_hash(*bp, wl_nan_hash, &i); in wl_nan_bloom_create() 4183 bcm_bloom_filter_t *bp = NULL; in wl_cfgnan_sd_params_handler() local 4412 ret = wl_nan_bloom_create(&bp, &bloom_idx, bloom_len); in wl_cfgnan_sd_params_handler() 4421 ret = bcm_bloom_add_member(bp, srftmp, ETHER_ADDR_LEN); in wl_cfgnan_sd_params_handler() 4436 ret = bcm_bloom_get_filter_data(bp, bloom_len, in wl_cfgnan_sd_params_handler()
|
H A D | dhd_linux.c | 16986 extern uint32 dhd_readregl(void *bp, uint32 addr); 16987 extern uint32 dhd_writeregl(void *bp, uint32 addr, uint32 data);
|
/device/soc/rockchip/rk3568/hardware/mpp/mpp/legacy/inc/ |
H A D | mpp_bitput.h | 42 RK_S32 mpp_set_bitput_ctx(BitputCtx_t *bp, RK_U64 *data, RK_U32 len); 43 void mpp_put_bits(BitputCtx_t *bp, RK_U64 invalue, RK_S32 lbits); 44 void mpp_put_align(BitputCtx_t *bp, RK_S32 align_bits, int flag);
|
/device/soc/rockchip/common/sdk_linux/fs/xfs/ |
H A D | xfs_inode.c | 773 * also returns the [locked] bp pointing to the head of the freelist
955 * it returns the bp containing the head of the freelist as
in xfs_dir_ialloc() 2401 static void xfs_ifree_mark_inode_stale(struct xfs_buf *bp, struct xfs_inode *free_ip, xfs_ino_t inum)
in xfs_ifree_mark_inode_stale() argument 2403 struct xfs_mount *mp = bp->b_mount;
in xfs_ifree_mark_inode_stale() 2404 struct xfs_perag *pag = bp->b_pag;
in xfs_ifree_mark_inode_stale() 2501 struct xfs_buf *bp;
in xfs_ifree_cluster() local 2535 xfs_trans_get_buf(tp, mp->m_ddev_targp, blkno, mp->m_bsize * igeo->blocks_per_cluster, XBF_UNMAPPED, &bp);
in xfs_ifree_cluster() 2549 bp->b_ops = &xfs_inode_buf_ops;
in xfs_ifree_cluster() 2557 xfs_ifree_mark_inode_stale(bp, free_ip, inum + i);
in xfs_ifree_cluster() 2560 xfs_trans_stale_inode_buf(tp, bp);
in xfs_ifree_cluster() 3165 struct xfs_buf *bp; xfs_rename() local 3331 xfs_iflush(struct xfs_inode *ip, struct xfs_buf *bp) xfs_iflush() argument 3475 xfs_iflush_cluster(struct xfs_buf *bp) xfs_iflush_cluster() argument [all...] |
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/flashboot/drivers/flash/ |
H A D | hi_flashboot_flash.c | 169 /* none protect cmp:0 bp[2:0]:0 */ in flash_protect_check_nonprotect() 173 /* none protect cmp:1 bp[2:1]:0x3 bp0:x */ in flash_protect_check_nonprotect() 184 hi_u8 bp = cmp_bp & 0x1F; in flash_protect_set_protect() local 197 if (((p_data[0] & (0x1F<<2)) == (bp<<2)) && ((p_data[1] & (0x1<<6)) == (cmp<<6))) { /* 2 6 */ in flash_protect_set_protect() 200 /* none protect cmp:0 bp[2:0]:0 */ in flash_protect_set_protect() 205 p_data[0] |= (hi_u8)(bp<<2); /* 2 */ in flash_protect_set_protect() 224 if (((p_data[0] & (0x1F<<2)) == (bp<<2)) && ((p_data[1] & (0x1<<6)) == (cmp<<6))) { /* 2 6 */ in flash_protect_set_protect()
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/loaderboot/drivers/flash/ |
H A D | hi_loaderboot_flash.c | 169 hi_u8 bp = cmp_bp & 0x1F; in flash_protect_set_protect() local 183 if (((p_data[0] & (0x1F<<2)) == (bp<<2)) && ((p_data[1] & (0x1<<6)) == (cmp<<6))) { /* 2 6 */ in flash_protect_set_protect() 187 p_data[0] |= (hi_u8)(bp<<2); /* 2 */ in flash_protect_set_protect() 207 if (((p_data[0] & (0x1F<<2)) == (bp<<2)) && ((p_data[1] & (0x1<<6)) == (cmp<<6))) { /* 2 6 */ in flash_protect_set_protect()
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/taurus/color_space_convert/smp/ |
H A D | smp_color_space_convert.c | 343 uint8_t *bp = NULL;
in ImgRgbToBgr() local 353 bp = (uint8_t*)(uintptr_t)img->au64VirAddr[2]; // 2: VirAddr array subscript, not out of bounds
in ImgRgbToBgr() 354 HI_ASSERT(rp && bp);
in ImgRgbToBgr() 358 rp[j] = bp[j];
in ImgRgbToBgr() 359 bp[j] = c;
in ImgRgbToBgr() 362 bp += img->au32Stride[2]; // 2: au32Stride array subscript, not out of bounds
in ImgRgbToBgr()
|
/device/board/hisilicon/hispark_aries/uboot/secureboot_release/ddr_init/drv/ |
H A D | ddr_training_impl.c | 48 char *bp = b; in ddrtr_memset() local 51 *bp++ = (unsigned char)c; in ddrtr_memset()
|
/device/board/hisilicon/hispark_taurus/uboot/secureboot_release/ddr_init/drv/ |
H A D | ddr_training_impl.c | 47 char *bp = b; in ddrtr_memset() local 50 *bp++ = (unsigned char)c; in ddrtr_memset()
|