Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/i2c/
H A Drk_i2c.c279 uchar *buf, uint b_len, bool snd) in rk_i2c_read() argument
283 uint bytes_remain_len = b_len; in rk_i2c_read()
294 chip, reg, r_len, b_len); in rk_i2c_read()
381 uchar *buf, uint b_len) in rk_i2c_write() argument
386 uint bytes_remain_len = b_len + r_len + 1; in rk_i2c_write()
395 chip, reg, r_len, b_len); in rk_i2c_write()
/OK3568_Linux_fs/u-boot/drivers/usb/gadget/
H A Dci_udc.h85 uint32_t b_len; member
H A Dci_udc.c378 if (ci_req->b_buf && req->length > ci_req->b_len) { in ci_bounce()
383 ci_req->b_len = roundup(req->length, ARCH_DMA_MINALIGN); in ci_bounce()
384 ci_req->b_buf = memalign(ARCH_DMA_MINALIGN, ci_req->b_len); in ci_bounce()
388 ci_req->hw_len = ci_req->b_len; in ci_bounce()
/OK3568_Linux_fs/kernel/fs/ocfs2/
H A Duptodate.c603 unsigned int i, b_len = ocfs2_clusters_to_blocks(sb, 1) * c_len; in ocfs2_remove_xattr_clusters_from_cache() local
605 for (i = 0; i < b_len; i++, block++) in ocfs2_remove_xattr_clusters_from_cache()
/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/
H A Ddhd_custom_cis.c1465 uint8 b_len; member
1782 if ((cur_b_info->b_len == boardtype_len) && in dhd_check_module_cid()
1783 (cur_b_info->b_len != 0) && in dhd_check_module_cid()
1785 cur_b_info->b_len - 1) == 0)) { in dhd_check_module_cid()
1798 if (cur_b_info && cur_b_info->b_len > 0) { in dhd_check_module_cid()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/
H A Ddhd_custom_cis.c1465 uint8 b_len; member
1782 if ((cur_b_info->b_len == boardtype_len) && in dhd_check_module_cid()
1783 (cur_b_info->b_len != 0) && in dhd_check_module_cid()
1785 cur_b_info->b_len - 1) == 0)) { in dhd_check_module_cid()
1798 if (cur_b_info && cur_b_info->b_len > 0) { in dhd_check_module_cid()
/OK3568_Linux_fs/u-boot/drivers/mtd/nand/raw/
H A Dtegra_nand.c389 int a_len, u8 *oobbuf, int b_len) in check_ecc_error() argument
422 !blank_check(oobbuf, b_len)) in check_ecc_error()
/OK3568_Linux_fs/kernel/fs/fat/
H A Ddir.c256 const unsigned char *b, int b_len) in fat_name_match() argument
258 if (a_len != b_len) in fat_name_match()