Home
last modified time | relevance | path

Searched refs:num_patches (Results 1 – 4 of 4) sorted by relevance

/linux-6.3-rc2/drivers/bluetooth/
A Dbtrtl.c301 u16 patch_length, num_patches; in rtlbt_parse_firmware() local
391 num_patches = le16_to_cpu(epatch_info->num_patches); in rtlbt_parse_firmware()
393 le32_to_cpu(epatch_info->fw_version), num_patches); in rtlbt_parse_firmware()
401 min_size += 8 * num_patches; in rtlbt_parse_firmware()
406 patch_length_base = chip_id_base + (sizeof(u16) * num_patches); in rtlbt_parse_firmware()
407 patch_offset_base = patch_length_base + (sizeof(u16) * num_patches); in rtlbt_parse_firmware()
408 for (i = 0; i < num_patches; i++) { in rtlbt_parse_firmware()
A Dbtrtl.h35 __le16 num_patches; member
/linux-6.3-rc2/drivers/scsi/aic7xxx/
A Daic7xxx_core.c6897 u_int num_patches; in ahc_check_patch() local
6899 num_patches = ARRAY_SIZE(patches); in ahc_check_patch()
6900 last_patch = &patches[num_patches]; in ahc_check_patch()
A Daic79xx_core.c9420 u_int num_patches; in ahd_check_patch() local
9422 num_patches = ARRAY_SIZE(patches); in ahd_check_patch()
9423 last_patch = &patches[num_patches]; in ahd_check_patch()

Completed in 44 milliseconds