Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/bluetooth/
Dbtrtl.c245 u16 patch_length, num_patches; in rtlbt_parse_firmware() local
329 num_patches = le16_to_cpu(epatch_info->num_patches); in rtlbt_parse_firmware()
331 le32_to_cpu(epatch_info->fw_version), num_patches); in rtlbt_parse_firmware()
339 min_size += 8 * num_patches; in rtlbt_parse_firmware()
344 patch_length_base = chip_id_base + (sizeof(u16) * num_patches); in rtlbt_parse_firmware()
345 patch_offset_base = patch_length_base + (sizeof(u16) * num_patches); in rtlbt_parse_firmware()
346 for (i = 0; i < num_patches; i++) { in rtlbt_parse_firmware()
Dbtrtl.h35 __le16 num_patches; member
/Linux-v5.4/drivers/scsi/aic7xxx/
Daic7xxx_core.c6931 u_int num_patches; in ahc_check_patch() local
6933 num_patches = ARRAY_SIZE(patches); in ahc_check_patch()
6934 last_patch = &patches[num_patches]; in ahc_check_patch()
Daic79xx_core.c9465 u_int num_patches; in ahd_check_patch() local
9467 num_patches = ARRAY_SIZE(patches); in ahd_check_patch()
9468 last_patch = &patches[num_patches]; in ahd_check_patch()