Searched refs:num_patches (Results 1 - 3 of 3) sorted by relevance

/linux-4.1.27/drivers/bluetooth/
H A Dbtusb.c1408 __le16 num_patches; member in struct:rtl_epatch_header
1464 u16 patch_length, num_patches; rtl8723b_parse_firmware() local
1538 num_patches = le16_to_cpu(epatch_info->num_patches); rtl8723b_parse_firmware()
1539 BT_DBG("fw_version=%x, num_patches=%d", rtl8723b_parse_firmware()
1540 le32_to_cpu(epatch_info->fw_version), num_patches); rtl8723b_parse_firmware()
1548 min_size += 8 * num_patches; rtl8723b_parse_firmware()
1553 patch_length_base = chip_id_base + (sizeof(u16) * num_patches); rtl8723b_parse_firmware()
1554 patch_offset_base = patch_length_base + (sizeof(u16) * num_patches); rtl8723b_parse_firmware()
1555 for (i = 0; i < num_patches; i++) { rtl8723b_parse_firmware()
/linux-4.1.27/drivers/scsi/aic7xxx/
H A Daic7xxx_core.c6964 u_int num_patches; ahc_check_patch() local
6966 num_patches = ARRAY_SIZE(patches); ahc_check_patch()
6967 last_patch = &patches[num_patches]; ahc_check_patch()
H A Daic79xx_core.c9517 u_int num_patches; ahd_check_patch() local
9519 num_patches = ARRAY_SIZE(patches); ahd_check_patch()
9520 last_patch = &patches[num_patches]; ahd_check_patch()

Completed in 160 milliseconds