Home
last modified time | relevance | path

Searched defs:handles (Results 101 - 125 of 194) sorted by relevance

12345678

/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/
H A Ddrm_gem.c709 u32 *handles; in drm_gem_objects_lookup() local
[all...]
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/
H A Da2dp_avdtp.cpp227 uint16_t handles[] = {handle}; in SuspendReq() local
242 uint16_t handles[] = {handle}; in StartReq() local
/kernel/linux/linux-5.10/drivers/gpu/drm/
H A Ddrm_syncobj.c1157 uint32_t i, *handles; in drm_syncobj_array_find() local
[all...]
H A Ddrm_gem.c694 u32 *handles; in drm_gem_objects_lookup() local
[all...]
/kernel/linux/linux-5.10/drivers/misc/vmw_vmci/
H A Dvmci_host.c206 struct vmci_handle *handles; in drv_cp_harray_to_user() local
/kernel/linux/linux-5.10/drivers/xen/xenbus/
H A Dxenbus_client.c68 grant_handle_t handles[XENBUS_MAX_RING_GRANTS]; member
568 static int xenbus_unmap_ring(struct xenbus_device *dev, grant_handle_t *handles, in xenbus_unmap_ring() argument
500 __xenbus_map_ring(struct xenbus_device *dev, grant_ref_t *gnt_refs, unsigned int nr_grefs, grant_handle_t *handles, struct map_ring_valloc *info, unsigned int flags, bool *leaked) __xenbus_map_ring() argument
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/vc4/
H A Dvc4_gem.c732 uint32_t *handles; in vc4_cl_lookup_bos() local
[all...]
/kernel/linux/linux-6.6/drivers/misc/vmw_vmci/
H A Dvmci_host.c206 struct vmci_handle *handles; in drv_cp_harray_to_user() local
/kernel/linux/linux-6.6/drivers/xen/xenbus/
H A Dxenbus_client.c68 grant_handle_t handles[XENBUS_MAX_RING_GRANTS]; member
612 static int xenbus_unmap_ring(struct xenbus_device *dev, grant_handle_t *handles, in xenbus_unmap_ring() argument
545 __xenbus_map_ring(struct xenbus_device *dev, grant_ref_t *gnt_refs, unsigned int nr_grefs, grant_handle_t *handles, struct map_ring_valloc *info, unsigned int flags, bool *leaked) __xenbus_map_ring() argument
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/
H A Ddrm_syncobj.c1245 uint32_t i, *handles; in drm_syncobj_array_find() local
[all...]
H A Ddrm_gem.c702 u32 *handles; in drm_gem_objects_lookup() local
[all...]
/third_party/ffmpeg/libavfilter/
H A Daf_ladspa.c67 LADSPA_Handle *handles; member
[all...]
/third_party/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/
H A DICUJDKCompare.java512 boolean handles(MorC t, MorC m) { in handles() method in ICUJDKCompare.MethodRecord
/third_party/node/deps/v8/src/compiler/
H A Dnode-properties.cc351 ToRefSet(JSHeapBroker* broker, const ZoneHandleSet<Map>& handles) ToRefSet() argument
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/egl/gbm/
H A DDisplayGbm.cpp270 uint32_t handles[4] = {gbm_bo_get_handle(mBO).u32}; in getDRMFB() local
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/avdtp/
H A Davdtp_api.c1075 uint16_t AVDT_StartReq(const uint16_t *handles, uint8_t numHandles, uint8_t *transLabel) in AVDT_StartReq() argument
1108 uint16_t AvdtStartReq(const uint16_t *handles, uint8_t numHandles, uint8_t *transLabel) in AvdtStartReq() argument
1227 AVDT_SuspendReq(const uint16_t *handles, uint8_t numHandles, uint8_t *transLabel) AVDT_SuspendReq() argument
1260 AvdtSuspendReq(const uint16_t *handles, uint8_t numHandles, uint8_t *transLabel) AvdtSuspendReq() argument
[all...]
/third_party/curl/tests/server/
H A Dsockfilt.c449 HANDLE signal, handle, handles[2]; in select_ws_wait_thread() local
631 HANDLE abort, signal, handle, *handles; in select_ws() local
[all...]
/third_party/icu/icu4c/source/common/
H A Ddictbe.cpp45 DictionaryBreakEngine::handles(UChar32 c) const { in handles() function in DictionaryBreakEngine
/third_party/libdrm/amdgpu/
H A Damdgpu_cs.c720 amdgpu_cs_syncobj_wait(amdgpu_device_handle dev, uint32_t *handles, unsigned num_handles, int64_t timeout_nsec, unsigned flags, uint32_t *first_signaled) amdgpu_cs_syncobj_wait() argument
732 amdgpu_cs_syncobj_timeline_wait(amdgpu_device_handle dev, uint32_t *handles, uint64_t *points, unsigned num_handles, int64_t timeout_nsec, unsigned flags, uint32_t *first_signaled) amdgpu_cs_syncobj_timeline_wait() argument
745 amdgpu_cs_syncobj_query(amdgpu_device_handle dev, uint32_t *handles, uint64_t *points, unsigned num_handles) amdgpu_cs_syncobj_query() argument
755 amdgpu_cs_syncobj_query2(amdgpu_device_handle dev, uint32_t *handles, uint64_t *points, unsigned num_handles, uint32_t flags) amdgpu_cs_syncobj_query2() argument
/third_party/mesa3d/src/freedreno/vulkan/
H A Dtu_drm.c523 uint32_t handles[wait_count]; in tu_timeline_sync_wait() local
488 drm_syncobj_wait(struct tu_device *device, uint32_t *handles, uint32_t count_handles, uint64_t timeout_nsec, bool wait_all) drm_syncobj_wait() argument
/third_party/mesa3d/src/gallium/tests/trivial/
H A Dcompute.c405 init_globals(struct context *ctx, const int *slots, uint32_t **handles) init_globals() argument
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_compute.c334 si_set_global_binding(struct pipe_context *ctx, unsigned first, unsigned n, struct pipe_resource **resources, uint32_t **handles) si_set_global_binding() argument
/third_party/node/deps/icu-small/source/common/
H A Ddictbe.cpp45 DictionaryBreakEngine::handles(UChar32 c, const char*) const { in handles() function in DictionaryBreakEngine
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
H A Dnv50_state.c1419 nv50_set_global_bindings(struct pipe_context *pipe, unsigned start, unsigned nr, struct pipe_resource **resources, uint32_t **handles) nv50_set_global_bindings() argument
/third_party/libdrm/
H A Dxf86drmMode.h121 uint32_t handles[4]; member

Completed in 43 milliseconds

12345678