Home
last modified time | relevance | path

Searched defs:handle (Results 1076 - 1100 of 3697) sorted by relevance

1...<<41424344454647484950>>...148

/third_party/vulkan-headers/include/vulkan/
H A Dvulkan_shared.hpp122 SharedHandleBase( HandleType handle, Args &&... control_args ) in SharedHandleBase() argument
255 : BaseType( handle, std::move( parent ), std::move( deleter ) ) in BaseType() argument
260 explicit SharedHandle( HandleType handle, DeleterType deleter = DeleterType() ) VULKAN_HPP_NOEXCEPT : BaseType( handle, st argument
956 BaseType( handle, std::move( parent ), std::move( deleter ), swapchain_owned ) BaseType() argument
1001 BaseType( handle, std::move( surface ), std::move( parent ), std::move( deleter ) ) BaseType() argument
1041 SharedHandleBaseNoDestroy( handle, std::move( parent ) ) SharedHandleBaseNoDestroy() argument
1056 SharedHandleBaseNoDestroy( handle, std::move( parent ) ) SharedHandleBaseNoDestroy() argument
1072 SharedHandleBaseNoDestroy( handle, std::move( parent ) ) SharedHandleBaseNoDestroy() argument
[all...]
/third_party/vulkan-loader/loader/
H A Dadapters.h27 UINT handle; member
41 UINT handle; member
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/interdrv/common/cipher/src/drv/cipher_v1.0/drivers/
H A Dkapi_hash.c68 static hi_s32 kapi_hash_chk_handle(hi_handle handle) in kapi_hash_chk_handle() argument
[all...]
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/component/hifb/drv/hi3516cv500/
H A Dhifb_blit.c142 hi_s32 handle = -1; in hifb_drv_fill() local
402 static hi_s32 drv_blit_start(hi_s32 handle, hifb_blit_opt *opt, hi_tde_export_func *tde_export_func, in drv_blit_start() argument
474 hi_s32 ret, handle; hifb_drv_blit() local
587 drv_rotate_start(hi_s32 handle, hifb_rotate_opt *rotate_opt, hi_tde_export_func *tde_export_func, hi_s32 *cancel_ret) drv_rotate_start() argument
630 hi_s32 handle = -1; hifb_drv_rotate() local
[all...]
/device/qemu/riscv32_virt/liteos_m/board/driver/
H A Dvirtmmio.c198 bool VirtmmioRegisterIRQ(struct VirtmmioDev *dev, HWI_PROC_FUNC handle, void *argDev, const char *devName) in VirtmmioRegisterIRQ() argument
/device/qemu/drivers/virtio/
H A Dvirtmmio.c190 bool VirtmmioRegisterIRQ(struct VirtmmioDev *dev, HWI_PROC_FUNC handle, void *argDev, const char *devName) in VirtmmioRegisterIRQ() argument
/device/board/hihope/rk3568/audio_drivers/headset_monitor/include/
H A Danalog_headset.h59 DevHandle handle; member
/device/board/hisilicon/hispark_taurus/audio_drivers/dsp/src/
H A Ddsp_ops.c218 static void DspSpiClose(DevHandle handle) in DspSpiClose() argument
227 static int32_t DspSpiTransfer(DevHandle handle, const uint8_t *msgs, const uint32_t count) in DspSpiTransfer() argument
236 static int32_t DspSpiRead(DevHandle handle, const uint8_t *buf, const uint32_t len) in DspSpiRead() argument
246 static int32_t DspSpiSetCfg(DevHandle handle, struct SpiCfg *cfg) in DspSpiSetCfg() argument
255 static int32_t DspSpiGetCfg(DevHandle handle, struc in DspSpiSetCfg() argument
[all...]
/device/soc/hisilicon/common/hal/display/source/display_device/src/core/
H A Dhdi_layer.cpp183 void HdiLayer::SetPixel(const BufferHandle &handle, int x, int y, uint32_t color) in SetPixel() argument
205 const BufferHandle &handle = mHdiBuffer->mHandle; ClearColor() local
[all...]
/device/qemu/SmartL_E802/liteos_m/board/hals/csky_driver/src/
H A Ddw_timer.c81 static void manage_clock(timer_handle_t handle, uint8_t enable) in manage_clock() argument
90 static void do_prepare_sleep_action(timer_handle_t handle) in do_prepare_sleep_action() argument
98 static void do_wakeup_sleep_action(timer_handle_t handle) in do_wakeup_sleep_action() argument
158 csi_timer_uninitialize(timer_handle_t handle) csi_timer_uninitialize() argument
180 csi_timer_power_control(timer_handle_t handle, csi_power_stat_e state) csi_timer_power_control() argument
201 csi_timer_config(timer_handle_t handle, timer_mode_e mode) csi_timer_config() argument
230 csi_timer_set_timeout(timer_handle_t handle, uint32_t timeout) csi_timer_set_timeout() argument
244 csi_timer_start(timer_handle_t handle) csi_timer_start() argument
288 csi_timer_stop(timer_handle_t handle) csi_timer_stop() argument
306 csi_timer_suspend(timer_handle_t handle) csi_timer_suspend() argument
318 csi_timer_resume(timer_handle_t handle) csi_timer_resume() argument
337 csi_timer_get_current_value(timer_handle_t handle, uint32_t *value) csi_timer_get_current_value() argument
354 csi_timer_get_status(timer_handle_t handle) csi_timer_get_status() argument
382 csi_timer_get_load_value(timer_handle_t handle, uint32_t *value) csi_timer_get_load_value() argument
[all...]
/device/soc/rockchip/common/hardware/display/src/display_device/
H A Dhdi_layer.cpp178 void HdiLayer::SetPixel(const BufferHandle &handle, int x, int y, uint32_t color) in SetPixel() argument
202 BufferHandle &handle = mHdiBuffer->mHandle; ClearColor() local
[all...]
/device/soc/rockchip/common/hardware/display/src/display_gralloc/
H A Ddisplay_gralloc_gbm.c271 static int32_t DmaBufferSync(const BufferHandle *handle, bool start) in DmaBufferSync() argument
370 static void CloseBufferHandle(BufferHandle *handle) in CloseBufferHandle() argument
[all...]
/device/soc/rockchip/common/kernel/drivers/gpu/arm/mali400/ump/linux/
H A Dump_kernel_linux.c64 ump_dd_handle handle; member
/device/soc/rockchip/common/sdk_linux/include/uapi/drm/
H A Drockchip_drm.h54 uint32_t handle; member
58 uint32_t handle; member
71 uint32_t handle; member
/device/soc/rockchip/rk3399/hardware/display/src/display_device/
H A Dhdi_layer.cpp175 void HdiLayer::SetPixel(const BufferHandle &handle, int x, int y, uint32_t color) in SetPixel() argument
196 BufferHandle &handle = mHdiBuffer->mHandle; ClearColor() local
[all...]
/device/soc/rockchip/rk3399/hardware/display/src/display_gralloc/
H A Ddisplay_gralloc_gbm.c233 static int32_t DmaBufferSync(const BufferHandle *handle, bool start) in DmaBufferSync() argument
324 static void CloseBufferHandle(BufferHandle *handle) in CloseBufferHandle() argument
[all...]
/device/soc/rockchip/rk3566/hardware/display/src/display_device/
H A Dhdi_layer.cpp240 void HdiLayer::SetPixel(const BufferHandle &handle, int x, int y, uint32_t color) in SetPixel() argument
261 BufferHandle &handle = mHdiBuffer->mHandle; ClearColor() local
[all...]
/device/soc/rockchip/rk3566/hardware/display/src/display_gralloc/
H A Ddisplay_gralloc_gbm.cpp230 static int32_t DmaBufferSync(const BufferHandle *handle, bool start) in DmaBufferSync() argument
333 static void CloseBufferHandle(BufferHandle *handle) in CloseBufferHandle() argument
[all...]
/device/soc/rockchip/rk3568/hardware/display/src/display_device/
H A Dhdi_layer.cpp240 void HdiLayer::SetPixel(const BufferHandle &handle, int x, int y, uint32_t color) in SetPixel() argument
261 BufferHandle &handle = mHdiBuffer->mHandle; ClearColor() local
[all...]
/device/soc/rockchip/rk3568/hardware/display/src/display_gralloc/
H A Ddisplay_gralloc_gbm.cpp230 static int32_t DmaBufferSync(const BufferHandle *handle, bool start) in DmaBufferSync() argument
333 static void CloseBufferHandle(BufferHandle *handle) in CloseBufferHandle() argument
[all...]
/device/soc/rockchip/rk3588/hardware/display/src/display_device/
H A Dhdi_layer.cpp240 void HdiLayer::SetPixel(const BufferHandle &handle, int x, int y, uint32_t color) in SetPixel() argument
261 BufferHandle &handle = mHdiBuffer->mHandle; ClearColor() local
[all...]
/device/soc/rockchip/rk3588/hardware/display/src/display_gralloc/
H A Ddisplay_gralloc_gbm.cpp230 static int32_t DmaBufferSync(const BufferHandle *handle, bool start) in DmaBufferSync() argument
333 static void CloseBufferHandle(BufferHandle *handle) in CloseBufferHandle() argument
[all...]
/device/soc/rockchip/rk3588/kernel/include/uapi/drm/
H A Drockchip_drm.h54 uint32_t handle; member
58 uint32_t handle; member
71 uint32_t handle; member
/kernel/linux/linux-5.10/drivers/base/
H A Ddevtmpfs.c380 static int handle(const char *name, umode_t mode, kuid_t uid, kgid_t gid, in handle() function
/kernel/linux/linux-5.10/drivers/acpi/
H A Dinternal.h171 acpi_handle handle; member

Completed in 20 milliseconds

1...<<41424344454647484950>>...148