patch_offset      244 drivers/bluetooth/btrtl.c 	u32 patch_offset = 0;
patch_offset      352 drivers/bluetooth/btrtl.c 			patch_offset = get_unaligned_le32(patch_offset_base +
patch_offset      358 drivers/bluetooth/btrtl.c 	if (!patch_offset) {
patch_offset      364 drivers/bluetooth/btrtl.c 	BT_DBG("length=%x offset=%x index %d", patch_length, patch_offset, i);
patch_offset      365 drivers/bluetooth/btrtl.c 	min_size = patch_offset + patch_length;
patch_offset      373 drivers/bluetooth/btrtl.c 	buf = kmemdup(btrtl_dev->fw_data + patch_offset, patch_length,
patch_offset      130 drivers/gpu/drm/amd/amdgpu/amdgpu_ib.c 	unsigned patch_offset = ~0;
patch_offset      197 drivers/gpu/drm/amd/amdgpu/amdgpu_ib.c 		patch_offset = amdgpu_ring_init_cond_exec(ring);
patch_offset      263 drivers/gpu/drm/amd/amdgpu/amdgpu_ib.c 	if (patch_offset != ~0 && ring->funcs->patch_cond_exec)
patch_offset      264 drivers/gpu/drm/amd/amdgpu/amdgpu_ib.c 		amdgpu_ring_patch_cond_exec(ring, patch_offset);
patch_offset     1039 drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c 	unsigned patch_offset = 0;
patch_offset     1064 drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c 		patch_offset = amdgpu_ring_init_cond_exec(ring);
patch_offset     1115 drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c 		amdgpu_ring_patch_cond_exec(ring, patch_offset);