Home
last modified time | relevance | path

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

/openbmc/linux/drivers/bluetooth/
H A Dbtrtl.c629 u16 patch_length, num_patches; in rtlbt_parse_firmware() local
734 num_patches = le16_to_cpu(epatch_info->num_patches); in rtlbt_parse_firmware()
737 le32_to_cpu(epatch_info->fw_version), num_patches); in rtlbt_parse_firmware()
746 min_size += 8 * num_patches; in rtlbt_parse_firmware()
751 patch_length_base = chip_id_base + (sizeof(u16) * num_patches); in rtlbt_parse_firmware()
752 patch_offset_base = patch_length_base + (sizeof(u16) * num_patches); in rtlbt_parse_firmware()
753 for (i = 0; i < num_patches; i++) { in rtlbt_parse_firmware()
H A Dbtrtl.h40 __le16 num_patches; member
/openbmc/qemu/scripts/
H A Dcheckpatch.pl456 my $num_patches = @patches;
472 if ($num_patches > 1 && $quiet == 0) {
473 my $prefix = "$i/$num_patches";
476 $vname = "Patch $i/$num_patches";
482 print "\n" if ($num_patches > 1 && $quiet == 0);
/openbmc/linux/drivers/scsi/aic7xxx/
H 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()
H 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()