| /device/soc/rockchip/common/vendor/drivers/gpu/arm/mali400/mali/linux/ |
| D | mali_osk_wq.c | 28 _mali_osk_wq_work_handler_t handler; member 35 _mali_osk_wq_work_handler_t handler; member 109 _mali_osk_wq_work_t *mali_osk_wq_create_work(_mali_osk_wq_work_handler_t handler, void *data) in mali_osk_wq_create_work() 126 _mali_osk_wq_work_t *_mali_osk_wq_create_work_high_pri(_mali_osk_wq_work_handler_t handler, void *d… in _mali_osk_wq_create_work_high_pri() 206 …wq_delayed_work_object_t *_mali_osk_wq_delayed_create_work(_mali_osk_wq_work_handler_t handler, vo… in _mali_osk_wq_delayed_create_work()
|
| /device/soc/rockchip/common/kernel/drivers/gpu/arm/mali400/mali/linux/ |
| D | mali_osk_wq.c | 27 _mali_osk_wq_work_handler_t handler; member 34 _mali_osk_wq_work_handler_t handler; member 104 _mali_osk_wq_work_t *_mali_osk_wq_create_work(_mali_osk_wq_work_handler_t handler, void *data) in _mali_osk_wq_create_work() 119 _mali_osk_wq_work_t *_mali_osk_wq_create_work_high_pri(_mali_osk_wq_work_handler_t handler, void *d… in _mali_osk_wq_create_work_high_pri() 198 …wq_delayed_work_object_t *_mali_osk_wq_delayed_create_work(_mali_osk_wq_work_handler_t handler, vo… in _mali_osk_wq_delayed_create_work()
|
| /device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/lwip_sack/include/lwip/ |
| D | timeouts.h | 75 lwip_cyclic_timer_handler handler; member 109 #define sys_timeout_ext(msecs, handler, arg) sys_timeout_debug(msecs, handler, arg, #handler) argument 114 #define sys_timeout(msecs, handler, arg) (void)sys_timeout_ext(msecs, handler, arg) argument
|
| D | lowpower.h | 71 lwip_timer_handler handler; member 81 sys_timeout_handler handler; member 125 #define sys_timeout(msecs, handler, arg) (void)sys_timeout_ext(msecs, handler, arg) argument
|
| D | debug.h | 154 #define LWIP_ERROR(message, expression, handler) do { \ argument
|
| /device/qemu/arm_virt/liteos_a/board/extcmd/ |
| D | reset_shell.c | 43 UINT32 osReHookFuncAdd(STORAGE_HOOK_FUNC handler, VOID *param) in osReHookFuncAdd() 61 UINT32 osReHookFuncDel(STORAGE_HOOK_FUNC handler) in osReHookFuncDel()
|
| /device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/libcoap/include/coap2/ |
| D | net.h | 232 coap_response_handler_t handler) { in coap_register_response_handler() 247 coap_nack_handler_t handler) { in coap_register_nack_handler() 260 coap_ping_handler_t handler) { in coap_register_ping_handler() 273 coap_pong_handler_t handler) { in coap_register_pong_handler()
|
| D | resource.h | 83 coap_method_handler_t handler[7]; member
|
| /device/soc/hisilicon/hi3751v350/sdk_linux/source/common/drv/include/ |
| D | hi_osal.h | 110 void (*handler)(struct osal_workqueue_ *workqueue); member 122 void (*handler)(unsigned long); member 169 OSAL_HRTIMER_RESTART_E (*handler)(void *timer); member 240 void (*handler)(unsigned long data); member 330 int (*handler)(unsigned int argc, char (*argv)[PROC_CMD_SINGEL_LENGTH_MAX], void *private); member 382 int (*handler)(unsigned int cmd, void *arg, void *private_data); member
|
| /device/soc/hisilicon/hi3516dv300/sdk_linux/drv/osal/linux/ |
| D | osal_interrupt.c | 25 int osal_request_irq(unsigned int irq, osal_irq_handler_t handler, osal_irq_handler_t thread_fn, co… in osal_request_irq()
|
| /device/soc/hisilicon/hi3861v100/sdk_liteos/platform/os/Huawei_LiteOS/kernel/base/include/ |
| D | los_swtmr_pri.h | 53 … SWTMR_PROC_FUNC handler; /**< Callback function that handles software timer timeout */ member
|
| /device/soc/hisilicon/hi3751v350/sdk_linux/source/common/drv/osal/ |
| D | osal_task.c | 36 osal_task *osal_kthread_create(osal_kthread_handler handler, void *data, const char *name, unsigned… in osal_kthread_create()
|
| D | osal_gpio.c | 130 int osal_gpio_irq_request(unsigned int gpio, osal_irq_handler handler, in osal_gpio_irq_request()
|
| D | osal_workqueue.c | 89 int osal_workqueue_init(osal_workqueue *work, osal_workqueue_handler handler) in osal_workqueue_init()
|
| D | osal_interrupt.c | 50 int osal_irq_request(unsigned int irq, osal_irq_handler handler, osal_irq_handler thread_fn, const … in osal_irq_request()
|
| /device/soc/rockchip/common/sdk_linux/include/linux/ |
| D | rockchip-iovmm.h | 70 …e void rockchip_iovmm_set_fault_handler(struct device *dev, rockchip_iommu_fault_handler_t handler) in rockchip_iovmm_set_fault_handler()
|
| D | iommu.h | 105 iommu_fault_handler_t handler; member 362 iommu_dev_fault_handler_t handler; member 739 …ine void iommu_set_fault_handler(struct iommu_domain *domain, iommu_fault_handler_t handler, void … in iommu_set_fault_handler() 831 …int iommu_register_device_fault_handler(struct device *dev, iommu_dev_fault_handler_t handler, voi… in iommu_register_device_fault_handler()
|
| /device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/oal/ |
| D | oal_interrupt.h | 117 static inline hi_s32 oal_request_irq(hi_u32 irq, irq_handler_t handler, unsigned long flags, const … in oal_request_irq()
|
| /device/soc/rockchip/common/vendor/drivers/media/platform/rockchip/isp/ |
| D | videobuf2-rdma-sg.c | 34 struct vb2_vmarea_handler handler; member
|
| /device/soc/rockchip/rk3588/kernel/drivers/media/platform/rockchip/isp/ |
| D | videobuf2-rdma-sg.c | 34 struct vb2_vmarea_handler handler; member
|
| /device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/hcc/ |
| D | hcc_host.c | 332 hi_s32 hcc_host_proc_rx_queue_impl(oal_netbuf_head_stru *head, void *handler, int32_t type) 876 hi_s32 hcc_host_proc_tx_queue_impl(oal_netbuf_head_stru *buffQueue, void *handler, int32_t type)
|
| /device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/ |
| D | siutils_priv.h | 70 gci_gpio_handler_t handler; member
|
| /device/soc/rockchip/common/sdk_linux/drivers/iommu/ |
| D | iommu.c | 1070 int iommu_register_device_fault_handler(struct device *dev, iommu_dev_fault_handler_t handler, void… in iommu_register_device_fault_handler() 1923 void iommu_set_fault_handler(struct iommu_domain *domain, iommu_fault_handler_t handler, void *toke… in iommu_set_fault_handler()
|
| /device/soc/rockchip/rk3588/kernel/drivers/media/i2c/ |
| D | ov13855.c | 1805 struct v4l2_ctrl_handler *handler; in ov13855_initialize_controls() local
|
| /device/soc/rockchip/common/vendor/drivers/media/i2c/ |
| D | gc2093.c | 617 struct v4l2_ctrl_handler *handler; in gc2093_initialize_controls() local
|