Searched defs:handle (Results 701 - 725 of 1084) sorted by relevance

<<21222324252627282930>>

/netbsd-current/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
H A Damdgpu_dce_virtual.c252 static int dce_virtual_early_init(void *handle) argument
363 static int dce_virtual_sw_init(void *handle) argument
407 static int dce_virtual_sw_fini(void *handle) argument
422 static int dce_virtual_hw_init(void *handle) argument
467 static int dce_virtual_hw_fini(void *handle) argument
479 dce_virtual_suspend(void *handle) argument
484 dce_virtual_resume(void *handle) argument
489 dce_virtual_is_idle(void *handle) argument
494 dce_virtual_wait_for_idle(void *handle) argument
499 dce_virtual_soft_reset(void *handle) argument
504 dce_virtual_set_clockgating_state(void *handle, enum amd_clockgating_state state) argument
510 dce_virtual_set_powergating_state(void *handle, enum amd_powergating_state state) argument
[all...]
H A Damdgpu_sdma_v2_4.c830 static int sdma_v2_4_early_init(void *handle) argument
844 static int sdma_v2_4_sw_init(void *handle) argument
891 static int sdma_v2_4_sw_fini(void *handle) argument
903 static int sdma_v2_4_hw_init(void *handle) argument
917 static int sdma_v2_4_hw_fini(void *handle) argument
926 sdma_v2_4_suspend(void *handle) argument
933 sdma_v2_4_resume(void *handle) argument
940 sdma_v2_4_is_idle(void *handle) argument
952 sdma_v2_4_wait_for_idle(void *handle) argument
969 sdma_v2_4_soft_reset(void *handle) argument
1111 sdma_v2_4_set_clockgating_state(void *handle, enum amd_clockgating_state state) argument
1118 sdma_v2_4_set_powergating_state(void *handle, enum amd_powergating_state state) argument
[all...]
H A Damdgpu_gmc_v6_0.c800 static int gmc_v6_0_early_init(void *handle) argument
810 static int gmc_v6_0_late_init(void *handle) argument
841 static int gmc_v6_0_sw_init(void *handle) argument
921 static int gmc_v6_0_sw_fini(void *handle) argument
936 static int gmc_v6_0_hw_init(void *handle) argument
958 gmc_v6_0_hw_fini(void *handle) argument
968 gmc_v6_0_suspend(void *handle) argument
977 gmc_v6_0_resume(void *handle) argument
991 gmc_v6_0_is_idle(void *handle) argument
1003 gmc_v6_0_wait_for_idle(void *handle) argument
1017 gmc_v6_0_soft_reset(void *handle) argument
1128 gmc_v6_0_set_clockgating_state(void *handle, enum amd_clockgating_state state) argument
1134 gmc_v6_0_set_powergating_state(void *handle, enum amd_powergating_state state) argument
[all...]
H A Damdgpu_si_dma.c471 static int si_dma_early_init(void *handle) argument
485 static int si_dma_sw_init(void *handle) argument
520 static int si_dma_sw_fini(void *handle) argument
531 static int si_dma_hw_init(void *handle) argument
538 static int si_dma_hw_fini(void *handle) argument
547 si_dma_suspend(void *handle) argument
554 si_dma_resume(void *handle) argument
561 si_dma_is_idle(void *handle) argument
572 si_dma_wait_for_idle(void *handle) argument
585 si_dma_soft_reset(void *handle) argument
648 si_dma_set_clockgating_state(void *handle, enum amd_clockgating_state state) argument
691 si_dma_set_powergating_state(void *handle, enum amd_powergating_state state) argument
[all...]
H A Damdgpu_gmc_v9_0.c838 static int gmc_v9_0_early_init(void *handle) argument
882 static int gmc_v9_0_late_init(void *handle) argument
1079 static int gmc_v9_0_sw_init(void *handle) argument
1239 static int gmc_v9_0_sw_fini(void *handle) argument
1324 static int gmc_v9_0_hw_init(void *handle) argument
1411 gmc_v9_0_hw_fini(void *handle) argument
1428 gmc_v9_0_suspend(void *handle) argument
1435 gmc_v9_0_resume(void *handle) argument
1449 gmc_v9_0_is_idle(void *handle) argument
1455 gmc_v9_0_wait_for_idle(void *handle) argument
1461 gmc_v9_0_soft_reset(void *handle) argument
1467 gmc_v9_0_set_clockgating_state(void *handle, enum amd_clockgating_state state) argument
1482 gmc_v9_0_get_clockgating_state(void *handle, u32 *flags) argument
1494 gmc_v9_0_set_powergating_state(void *handle, enum amd_powergating_state state) argument
[all...]
H A Damdgpu_gmc_v10_0.c628 static int gmc_v10_0_early_init(void *handle) argument
645 static int gmc_v10_0_late_init(void *handle) argument
771 static int gmc_v10_0_sw_init(void *handle) argument
878 static int gmc_v10_0_sw_fini(void *handle) argument
959 static int gmc_v10_0_hw_init(void *handle) argument
988 gmc_v10_0_hw_fini(void *handle) argument
1004 gmc_v10_0_suspend(void *handle) argument
1013 gmc_v10_0_resume(void *handle) argument
1027 gmc_v10_0_is_idle(void *handle) argument
1033 gmc_v10_0_wait_for_idle(void *handle) argument
1039 gmc_v10_0_soft_reset(void *handle) argument
1044 gmc_v10_0_set_clockgating_state(void *handle, enum amd_clockgating_state state) argument
1057 gmc_v10_0_get_clockgating_state(void *handle, u32 *flags) argument
1066 gmc_v10_0_set_powergating_state(void *handle, enum amd_powergating_state state) argument
[all...]
/netbsd-current/sys/external/bsd/drm2/dist/drm/i915/gem/
H A Di915_gem_object_types.h30 u32 handle; member in struct:i915_lut_handle
/netbsd-current/sys/external/bsd/drm2/dist/drm/i915/gvt/
H A Dopregion.c74 u16 handle; member in struct:efp_child_device_config
/netbsd-current/sys/external/bsd/drm2/dist/drm/nouveau/dispnv50/
H A Datom.h60 u32 handle; member in struct:nv50_head_atom::__anon858
72 u32 handle; member in struct:nv50_head_atom::__anon859
88 u32 handle; member in struct:nv50_head_atom::__anon860
168 u32 handle; member in struct:nv50_wndw_atom::__anon869
174 u32 handle; member in struct:nv50_wndw_atom::__anon870
181 u32 handle; member in struct:nv50_wndw_atom::__anon871
214 u32 handle[6]; member in struct:nv50_wndw_atom::__anon874
/netbsd-current/sys/external/bsd/drm2/dist/include/uapi/drm/
H A Dpanfrost_drm.h84 __u32 handle; member in struct:drm_panfrost_wait_bo
102 __u32 handle; member in struct:drm_panfrost_create_bo
129 __u32 handle; member in struct:drm_panfrost_mmap_bo
190 __u32 handle; member in struct:drm_panfrost_get_bo_offset
223 __u32 handle; /* in, GEM handle */ member in struct:drm_panfrost_madvise
H A Dtegra_drm.h67 __u32 handle; member in struct:drm_tegra_gem_create
79 __u32 handle; member in struct:drm_tegra_gem_mmap
297 __u32 handle; member in struct:drm_tegra_cmdbuf
333 __u32 handle; member in struct:drm_tegra_reloc::__anon1747
349 __u32 handle; member in struct:drm_tegra_reloc::__anon1748
385 __u32 handle; member in struct:drm_tegra_waitchk
539 __u32 handle; member in struct:drm_tegra_gem_set_tiling
581 __u32 handle; member in struct:drm_tegra_gem_get_tiling
619 __u32 handle; member in struct:drm_tegra_gem_set_flags
638 __u32 handle; member in struct:drm_tegra_gem_get_flags
[all...]
/netbsd-current/sys/external/bsd/drm2/dist/include/drm/
H A Ddrm_legacy.h135 unsigned long handle; member in struct:drm_sg_mem
172 void *handle; /**< User-space: "Handle" to pass to mmap() */ member in struct:drm_local_map
/netbsd-current/sys/external/bsd/drm2/dist/drm/radeon/
H A Dradeon_uvd.c264 uint32_t handle = atomic_read(&rdev->uvd.handles[i]); local
339 uint32_t handle = atomic_read(&rdev->uvd.handles[i]); local
475 int32_t *msg, msg_type, handle; local
784 radeon_uvd_get_create_msg(struct radeon_device *rdev, int ring, uint32_t handle, struct radeon_fence **fence) argument
820 radeon_uvd_get_destroy_msg(struct radeon_device *rdev, int ring, uint32_t handle, struct radeon_fence **fence) argument
[all...]
/netbsd-current/sys/external/bsd/drm2/dist/drm/vmwgfx/
H A Dvmwgfx_shader.c718 vmw_user_shader_alloc(struct vmw_private *dev_priv, struct vmw_buffer_object *buffer, size_t shader_size, size_t offset, SVGA3dShaderType shader_type, uint8_t num_input_sig, uint8_t num_output_sig, struct ttm_object_file *tfile, u32 *handle) argument
H A Dvmwgfx_resource.c264 vmw_user_resource_lookup_handle(struct vmw_private *dev_priv, struct ttm_object_file *tfile, uint32_t handle, const struct vmw_user_resource_conv *converter, struct vmw_resource **p_res) argument
309 vmw_user_resource_noref_lookup_handle(struct vmw_private *dev_priv, struct ttm_object_file *tfile, uint32_t handle, const struct vmw_user_resource_conv *converter) argument
334 vmw_user_lookup_handle(struct vmw_private *dev_priv, struct ttm_object_file *tfile, uint32_t handle, struct vmw_surface **out_surf, struct vmw_buffer_object **out_buf) argument
[all...]
/netbsd-current/sys/external/bsd/drm2/dist/drm/i915/
H A Di915_gem.c225 u32 handle; local
[all...]
/netbsd-current/sys/external/bsd/drm2/dist/drm/
H A Ddrm_syncobj.c183 drm_syncobj_find(struct drm_file *file_private, u32 handle) argument
339 drm_syncobj_find_fence(struct drm_file *file_private, u32 handle, u64 point, u64 flags, struct dma_fence **fence) argument
512 drm_syncobj_get_handle(struct drm_file *file_private, struct drm_syncobj *syncobj, u32 *handle) argument
537 drm_syncobj_create_as_handle(struct drm_file *file_private, u32 *handle, uint32_t flags) argument
552 drm_syncobj_destroy(struct drm_file *file_private, u32 handle) argument
650 drm_syncobj_handle_to_fd(struct drm_file *file_private, u32 handle, int *p_fd) argument
664 drm_syncobj_fd_to_handle(struct drm_file *file_private, int fd, u32 *handle) argument
708 drm_syncobj_import_sync_file_fence(struct drm_file *file_private, int fd, int handle) argument
729 drm_syncobj_export_sync_file(struct drm_file *file_private, int handle, int *p_fd) argument
[all...]
H A Ddrm_prime.c107 uint32_t handle; member in struct:drm_prime_member
179 drm_prime_add_buf_handle(struct drm_prime_file_private *prime_fpriv, struct dma_buf *dma_buf, uint32_t handle) argument
242 drm_prime_lookup_buf_by_handle(struct drm_prime_file_private *prime_fpriv, uint32_t handle) argument
272 drm_prime_lookup_buf_handle(struct drm_prime_file_private *prime_fpriv, struct dma_buf *dma_buf, uint32_t *handle) argument
430 drm_gem_prime_fd_to_handle(struct drm_device *dev, struct drm_file *file_priv, int prime_fd, uint32_t *handle) argument
561 drm_gem_prime_handle_to_fd(struct drm_device *dev, struct drm_file *file_priv, uint32_t handle, uint32_t flags, int *prime_fd) argument
[all...]
/netbsd-current/sys/dev/acpi/
H A Dacpi_pci_link.c1123 acpi_pci_link_devbyhandle(ACPI_HANDLE handle) argument
H A Dacpi_tz.c654 ACPI_HANDLE handle; local
697 ACPI_HANDLE handle; local
716 ACPI_HANDLE handle = sc->sc_node->ad_handle; local
[all...]
/netbsd-current/sys/arch/sparc/sparc/
H A Dmsiiep.c579 mspcic_bus_read_2(bus_space_tag_t space, bus_space_handle_t handle, argument
589 mspcic_bus_read_4(bus_space_tag_t space, bus_space_handle_t handle, argument
599 mspcic_bus_read_8(bus_space_tag_t space, bus_space_handle_t handle, argument
609 mspcic_bus_write_2(bus_space_tag_t space, bus_space_handle_t handle, argument
618 mspcic_bus_write_4(bus_space_tag_t space, bus_space_handle_t handle, argument
627 mspcic_bus_write_8(bus_space_tag_t space, bus_space_handle_t handle, bus_size_t offset, uint64_t value) argument
[all...]
/netbsd-current/sys/arch/arm/sociox/
H A Dsni_i2c.c221 ACPI_HANDLE handle = aa->aa_node->ad_handle; local
/netbsd-current/external/mpl/dhcp/dist/includes/omapip/
H A Domapip_p.h85 omapi_handle_t handle; /* Handle of object being operated on, member in struct:__anon30
/netbsd-current/sys/dev/ic/
H A Dicp.c1336 icp_read_event(struct icp_softc *icp, int handle, gdt_evt_str *estr) argument
/netbsd-current/sys/altq/
H A Daltq_rmclass.h110 u_int handle; member in struct:_rm_class_stats_

Completed in 203 milliseconds

<<21222324252627282930>>