patch_length      245 drivers/bluetooth/btrtl.c 	u16 patch_length, num_patches;
patch_length      350 drivers/bluetooth/btrtl.c 			patch_length = get_unaligned_le16(patch_length_base +
patch_length      364 drivers/bluetooth/btrtl.c 	BT_DBG("length=%x offset=%x index %d", patch_length, patch_offset, i);
patch_length      365 drivers/bluetooth/btrtl.c 	min_size = patch_offset + patch_length;
patch_length      372 drivers/bluetooth/btrtl.c 	len = patch_length;
patch_length      373 drivers/bluetooth/btrtl.c 	buf = kmemdup(btrtl_dev->fw_data + patch_offset, patch_length,
patch_length      378 drivers/bluetooth/btrtl.c 	memcpy(buf + patch_length - 4, &epatch_info->fw_version, 4);