num_patches       245 drivers/bluetooth/btrtl.c 	u16 patch_length, num_patches;
num_patches       329 drivers/bluetooth/btrtl.c 	num_patches = le16_to_cpu(epatch_info->num_patches);
num_patches       331 drivers/bluetooth/btrtl.c 	       le32_to_cpu(epatch_info->fw_version), num_patches);
num_patches       339 drivers/bluetooth/btrtl.c 	min_size += 8 * num_patches;
num_patches       344 drivers/bluetooth/btrtl.c 	patch_length_base = chip_id_base + (sizeof(u16) * num_patches);
num_patches       345 drivers/bluetooth/btrtl.c 	patch_offset_base = patch_length_base + (sizeof(u16) * num_patches);
num_patches       346 drivers/bluetooth/btrtl.c 	for (i = 0; i < num_patches; i++) {
num_patches        35 drivers/bluetooth/btrtl.h 	__le16 num_patches;
num_patches      9465 drivers/scsi/aic7xxx/aic79xx_core.c 	u_int	num_patches;
num_patches      9467 drivers/scsi/aic7xxx/aic79xx_core.c 	num_patches = ARRAY_SIZE(patches);
num_patches      9468 drivers/scsi/aic7xxx/aic79xx_core.c 	last_patch = &patches[num_patches];
num_patches      6931 drivers/scsi/aic7xxx/aic7xxx_core.c 	u_int	num_patches;
num_patches      6933 drivers/scsi/aic7xxx/aic7xxx_core.c 	num_patches = ARRAY_SIZE(patches);
num_patches      6934 drivers/scsi/aic7xxx/aic7xxx_core.c 	last_patch = &patches[num_patches];