Home
last modified time | relevance | path

Searched refs:max_handles (Results 1 – 8 of 8) sorted by relevance

/linux/drivers/gpu/drm/radeon/
H A Duvd_v4_2.c62 (RADEON_UVD_SESSION_SIZE * rdev->uvd.max_handles)) >> 3; in uvd_v4_2_resume()
75 WREG32(UVD_GP_SCRATCH4, rdev->uvd.max_handles); in uvd_v4_2_resume()
H A Duvd_v2_2.c125 (RADEON_UVD_SESSION_SIZE * rdev->uvd.max_handles)) >> 3; in uvd_v2_2_resume()
H A Duvd_v1_0.c133 (RADEON_UVD_SESSION_SIZE * rdev->uvd.max_handles)) >> 3; in uvd_v1_0_resume()
/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_uvd.h57 unsigned max_handles; member
H A Damdgpu_kms.c1121 handle.uvd_max_handles = adev->uvd.max_handles; in amdgpu_info_ioctl()
/linux/drivers/cxl/core/
H A Dmbox.c990 u8 max_handles = CXL_CLEAR_EVENT_MAX_HANDLES; in cxl_clear_event_record() local
991 size_t pl_size = struct_size(payload, handles, max_handles); in cxl_clear_event_record()
999 max_handles = (cxl_mbox->payload_size - sizeof(*payload)) / in cxl_clear_event_record()
1001 pl_size = struct_size(payload, handles, max_handles); in cxl_clear_event_record()
1031 if (i == max_handles) { in cxl_clear_event_record()
/linux/include/net/bluetooth/
H A Dmgmt.h867 __u8 max_handles; member
/linux/net/bluetooth/
H A Dmgmt.c2383 if (rp->used_handles >= rp->max_handles) in send_count()
2402 rp.max_handles = MESH_HANDLES_MAX; in mesh_features()
2406 if (rp.max_handles) in mesh_features()
2498 rp.max_handles = MESH_HANDLES_MAX; in mesh_send()
2502 if (rp.max_handles <= rp.used_handles) { in mesh_send()