Searched refs:b_len (Results 1 – 8 of 8) sorted by relevance
| /OK3568_Linux_fs/u-boot/drivers/i2c/ |
| H A D | rk_i2c.c | 279 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 D | ci_udc.h | 85 uint32_t b_len; member
|
| H A D | ci_udc.c | 378 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 D | uptodate.c | 603 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 D | dhd_custom_cis.c | 1465 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 D | dhd_custom_cis.c | 1465 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 D | tegra_nand.c | 389 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 D | dir.c | 256 const unsigned char *b, int b_len) in fat_name_match() argument 258 if (a_len != b_len) in fat_name_match()
|