Home
last modified time | relevance | path

Searched defs:func (Results 1 - 25 of 94) sorted by relevance

1234

/device/soc/rockchip/common/vendor/drivers/gpu/arm/midgard/
H A Dmali_kbase_debug.c20 void kbase_debug_assert_register_hook(kbase_debug_assert_hook *func, void *param) in kbase_debug_assert_register_hook() argument
H A Dmali_kbase_debug.h40 kbase_debug_assert_hook *func; member
/device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/
H A Dmali_kbase_debug.c27 void kbase_debug_assert_register_hook(kbase_debug_assert_hook *func, void *param) in kbase_debug_assert_register_hook() argument
H A Dmali_kbase_debug.h47 kbase_debug_assert_hook *func; member
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/
H A Dmali_kbase_debug.c29 void kbase_debug_assert_register_hook(kbase_debug_assert_hook *func, void *param) in kbase_debug_assert_register_hook() argument
H A Dmali_kbase_debug.h46 kbase_debug_assert_hook *func; member
/device/soc/rockchip/common/kernel/drivers/gpu/arm/midgard/
H A Dmali_kbase_debug.c27 void kbase_debug_assert_register_hook(kbase_debug_assert_hook *func, void *param) in kbase_debug_assert_register_hook() argument
H A Dmali_kbase_debug.h44 kbase_debug_assert_hook *func; member
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/flashboot/include/
H A Dlzmaram.h25 lzma_stream_fct func; member
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/wal/
H A Dwal_regdb.h55 hi_void (*func)(struct callback_head *head); member
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/frw/
H A Dfrw_timer.h58 frw_timeout_func func; /* 超时处理函数 */ member
H A Dfrw_main.c45 hi_void frw_set_rom_resv_func(frw_rom_resv_func_enum_uint8 func_id, hi_void *func) in frw_set_rom_resv_func() argument
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/osal/linux/
H A Dosal_wait.c51 int osal_wait_interruptible(osal_wait_t *wait, osal_wait_cond_func_t func, const void *param) in osal_wait_interruptible() argument
88 int osal_wait_uninterruptible(osal_wait_t *wait, osal_wait_cond_func_t func, const void *param) in osal_wait_uninterruptible() argument
120 int osal_wait_timeout_interruptible(osal_wait_t *wait, osal_wait_cond_func_t func, const void *param, in osal_wait_timeout_interruptible() argument
161 osal_wait_timeout_uninterruptible(osal_wait_t *wait, osal_wait_cond_func_t func, const void *param, unsigned long ms) osal_wait_timeout_uninterruptible() argument
[all...]
H A Dosal_workqueue.c77 int osal_init_work(struct osal_work_struct *work, osal_work_func_t func) in osal_init_work() argument
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/platform/vio/
H A Dsample_vio_main.c58 static hi_void SAMPLE_VIO_SIGNAL(void (*func)(int)) in SAMPLE_VIO_SIGNAL() argument
/device/soc/hisilicon/hi3751v350/sdk_linux/source/common/drv/osal/
H A Dosal_wait.c52 int osal_wait_interruptible(osal_wait *wait, osal_wait_condition_func func, const void *param) in osal_wait_interruptible() argument
75 int osal_wait_uninterruptible(osal_wait *wait, osal_wait_condition_func func, const void *param) in osal_wait_uninterruptible() argument
100 int osal_wait_timeout_interruptible(osal_wait *wait, osal_wait_condition_func func, const void *param, unsigned long ms) in osal_wait_timeout_interruptible() argument
124 int osal_wait_timeout_uninterruptible(osal_wait *wait, osal_wait_condition_func func, in osal_wait_timeout_uninterruptible() argument
[all...]
H A Dosal_exportfunc.c31 void *func; member
51 int osal_exportfunc_register(unsigned int module_id, const char *name, void *func) in osal_exportfunc_register() argument
118 int osal_exportfunc_get(unsigned int module_id, void **func) in osal_exportfunc_get() argument
[all...]
/device/soc/rockchip/common/sdk_linux/include/drm/
H A Ddrm_sync_helper.h81 drm_reservation_cb_func_t func; member
/device/soc/rockchip/rk3588/kernel/include/drm/
H A Ddrm_sync_helper.h83 drm_reservation_cb_func_t func; member
/device/soc/hisilicon/hi3861v100/sdk_liteos/include/
H A Dhi_workqueue.h45 inline hi_void hi_workqueue_init_work(hi_work *work, work_func func) in hi_workqueue_init_work() argument
69 inline hi_void hi_workqueue_init_delayed_work(hi_delayed_work *delayed_work, work_func func) in hi_workqueue_init_delayed_work() argument
/device/soc/rockchip/rk3588/kernel/drivers/video/rockchip/rga3/
H A Drga_fence.c106 rga_add_dma_fence_callback(struct rga_job *job, struct dma_fence *in_fence, dma_fence_func_t func) rga_add_dma_fence_callback() argument
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/oal/
H A Doal_spinlock.h298 static inline hi_u32 oal_spin_lock_irq_exec(oal_spin_lock_stru *pst_lock, oal_irqlocked_func func, hi_void *p_arg, in oal_spin_lock_irq_exec() argument
/device/board/hihope/rk3568/audio_drivers/headset_monitor/src/
H A Danalog_headset_base.c140 int32_t SetIrqType(uint16_t gpio, uint16_t irqType, GpioIrqFunc func, void *arg) in SetIrqType() argument
/device/soc/hisilicon/hi3861v100/hi3861_adapter/hals/iot_hardware/wifiiot_lite/
H A Dhal_iot_gpio.c72 IoTGpioRegisterIsrFunc(unsigned int id, IotGpioIntType intType, IotGpioIntPolarity intPolarity, GpioIsrCallbackFunc func, char *arg) IoTGpioRegisterIsrFunc() argument
/device/soc/rockchip/rk2206/adapter/hals/iot_hardware/wifiiot_lite/
H A Dhal_iot_gpio.c66 IoTGpioRegisterIsrFunc(unsigned int id, IotGpioIntType intType, IotGpioIntPolarity intPolarity, GpioIsrCallbackFunc func, char *arg) IoTGpioRegisterIsrFunc() argument

Completed in 8 milliseconds

1234