Home
last modified time | relevance | path

Searched defs:queue (Results 1 - 25 of 104) sorted by relevance

12345

/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/mbedtls/include/mbedtls/
H A Dpoly1305.h66 uint8_t queue[16]; /** The current partial block of data. */ member
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/oal/
H A Doal_queue.h83 static inline hi_void oal_queue_set(oal_queue_stru *queue, hi_u32 *pul_buf, hi_u8 max_elements) in oal_queue_set() argument
99 static inline hi_void oal_queue_destroy(oal_queue_stru *queue) in oal_queue_destroy() argument
121 oal_queue_enqueue(oal_queue_stru *queue, hi_void *element) oal_queue_enqueue() argument
143 oal_queue_dequeue(oal_queue_stru *queue) oal_queue_dequeue() argument
162 oal_queue_get_length(const oal_queue_stru *queue) oal_queue_get_length() argument
[all...]
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/mac/common/
H A Dmac_resource.h59 oal_queue_stru queue; member
/device/soc/rockchip/common/vendor/drivers/gpu/arm/mali400/mali/linux/
H A Dmali_osk_wait_queue.c43 void _mali_osk_wait_queue_wait_event(_mali_osk_wait_queue_t *queue, mali_bool (*condition)(void *), void *data) in _mali_osk_wait_queue_wait_event() argument
50 void _mali_osk_wait_queue_wait_event_timeout(_mali_osk_wait_queue_t *queue, mali_bool (*condition)(void *), void *data, in _mali_osk_wait_queue_wait_event_timeout() argument
58 _mali_osk_wait_queue_wake_up(_mali_osk_wait_queue_t *queue) _mali_osk_wait_queue_wake_up() argument
74 _mali_osk_wait_queue_term(_mali_osk_wait_queue_t *queue) _mali_osk_wait_queue_term() argument
[all...]
H A Dmali_osk_notification.c97 void _mali_osk_notification_queue_term(_mali_osk_notification_queue_t *queue) in _mali_osk_notification_queue_term() argument
109 void mali_osk_notification_queue_send(_mali_osk_notification_queue_t *queue, _mali_osk_notification_t *object) in mali_osk_notification_queue_send() argument
139 _mali_osk_notification_queue_dequeue(_mali_osk_notification_queue_t *queue, _mali_osk_notification_t **result) _mali_osk_notification_queue_dequeue() argument
171 _mali_osk_notification_queue_receive(_mali_osk_notification_queue_t *queue, _mali_osk_notification_t **result) _mali_osk_notification_queue_receive() argument
[all...]
/device/soc/rockchip/rk3568/hardware/omx_il/osal/
H A DRockchip_OSAL_Queue.c40 ROCKCHIP_QUEUE *queue = (ROCKCHIP_QUEUE *)queueHandle; in Rockchip_OSAL_QueueCreate() local
84 ROCKCHIP_QUEUE *queue = (ROCKCHIP_QUEUE *)queueHandle; Rockchip_OSAL_QueueTerminate() local
108 ROCKCHIP_QUEUE *queue = (ROCKCHIP_QUEUE *)queueHandle; Rockchip_OSAL_Queue() local
130 ROCKCHIP_QUEUE *queue = (ROCKCHIP_QUEUE *)queueHandle; Rockchip_OSAL_Dequeue() local
153 ROCKCHIP_QUEUE *queue = (ROCKCHIP_QUEUE *)queueHandle; Rockchip_OSAL_GetElemNum() local
166 ROCKCHIP_QUEUE *queue = (ROCKCHIP_QUEUE *)queueHandle; Rockchip_OSAL_SetElemNum() local
179 ROCKCHIP_QUEUE *queue = (ROCKCHIP_QUEUE *)queueHandle; Rockchip_OSAL_ResetQueue() local
[all...]
/device/soc/rockchip/common/kernel/drivers/gpu/arm/mali400/mali/linux/
H A Dmali_osk_wait_queue.c43 void _mali_osk_wait_queue_wait_event(_mali_osk_wait_queue_t *queue, mali_bool(*condition)(void *), void *data) in _mali_osk_wait_queue_wait_event() argument
50 void _mali_osk_wait_queue_wait_event_timeout(_mali_osk_wait_queue_t *queue, mali_bool(*condition)(void *), void *data, u32 timeout) in _mali_osk_wait_queue_wait_event_timeout() argument
57 _mali_osk_wait_queue_wake_up(_mali_osk_wait_queue_t *queue) _mali_osk_wait_queue_wake_up() argument
71 _mali_osk_wait_queue_term(_mali_osk_wait_queue_t *queue) _mali_osk_wait_queue_term() argument
[all...]
H A Dmali_osk_notification.c94 void _mali_osk_notification_queue_term(_mali_osk_notification_queue_t *queue) in _mali_osk_notification_queue_term() argument
106 void _mali_osk_notification_queue_send(_mali_osk_notification_queue_t *queue, _mali_osk_notification_t *object) in _mali_osk_notification_queue_send() argument
136 _mali_osk_notification_queue_dequeue(_mali_osk_notification_queue_t *queue, _mali_osk_notification_t **result) _mali_osk_notification_queue_dequeue() argument
167 _mali_osk_notification_queue_receive(_mali_osk_notification_queue_t *queue, _mali_osk_notification_t **result) _mali_osk_notification_queue_receive() argument
[all...]
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/csf/
H A Dmali_kbase_csf_scheduler.h525 kbase_csf_scheduler_queue_has_trace(struct kbase_queue *queue) kbase_csf_scheduler_queue_has_trace() argument
[all...]
H A Dmali_kbase_csf_kcpu_debugfs.c74 kbasep_csf_kcpu_debugfs_print_queue(struct seq_file *file, struct kbase_context *kctx, struct kbase_kcpu_command_queue *queue) kbasep_csf_kcpu_debugfs_print_queue() argument
139 struct kbase_kcpu_command_queue *queue = kbasep_csf_kcpu_debugfs_show() local
[all...]
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/frw/
H A Dfrw_event_sched.c79 frw_event_sched_queue_stru *queue = HI_NULL; in frw_event_schedule() local
214 hi_u32 oal_queue_init(oal_queue_stru *queue, hi_u8 max_events) in oal_queue_init() argument
[all...]
H A Dfrw_event_sched.h107 oal_queue_stru queue; /* 队列 */ member
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/debug/backend/
H A Dmali_kbase_debug_ktrace_csf.c92 kbasep_ktrace_add_csf(struct kbase_device *kbdev, enum kbase_ktrace_code code, struct kbase_queue_group *group, struct kbase_queue *queue, kbase_ktrace_flag_t flags, u64 info_val) kbasep_ktrace_add_csf() argument
159 kbasep_ktrace_add_csf_kcpu(struct kbase_device *kbdev, enum kbase_ktrace_code code, struct kbase_kcpu_command_queue *queue, u64 info_val1, u64 info_val2) kbasep_ktrace_add_csf_kcpu() argument
[all...]
/device/soc/rockchip/rk3568/hardware/mpp/mpp/legacy/inc/
H A Dmpp_task_impl.h69 MppTaskQueue queue; member
/device/soc/hisilicon/hi3751v350/sdk_linux/source/common/drv/osal/
H A Dosal_fence.c31 wait_queue_head_t queue; member
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/os/Huawei_LiteOS/kernel/base/include/
H A Dlos_queue_pri.h64 UINT8 *queue; /**< Pointer to a queue handle */ member
[all...]
/device/qemu/riscv32_virt/liteos_m/board/driver/
H A Dvirtmmio.c147 static bool CompleteConfigQueue(uint32_t queue, const struct VirtmmioDev *dev) in CompleteConfigQueue() argument
/device/qemu/drivers/virtio/
H A Dvirtmmio.c139 static bool CompleteConfigQueue(uint32_t queue, const struct VirtmmioDev *dev) in CompleteConfigQueue() argument
/device/soc/rockchip/common/vendor/drivers/media/platform/rockchip/ispp/
H A Dcommon.h65 struct list_head queue; member
H A Dparams.c239 static int rkispp_params_vb2_start_streaming(struct vb2_queue *queue, unsigned int count) in rkispp_params_vb2_start_streaming() argument
[all...]
H A Dstats.c251 static int rkispp_stats_vb2_start_streaming(struct vb2_queue *queue, unsigne argument
[all...]
/device/soc/rockchip/common/vendor/drivers/video/rockchip/mpp/
H A Dmpp_service.c294 struct mpp_taskqueue *queue; in mpp_service_probe() local
386 struct mpp_taskqueue *queue; in mpp_service_remove() local
[all...]
/device/soc/rockchip/common/vendor/drivers/media/platform/rockchip/isp/
H A Disp_mipi_luma.c167 static int rkisp_luma_vb2_start_streaming(struct vb2_queue *queue, unsigned int count) in rkisp_luma_vb2_start_streaming() argument
[all...]
H A Disp_stats.c172 static int rkisp_stats_vb2_start_streaming(struct vb2_queue *queue, unsigned int count) in rkisp_stats_vb2_start_streaming() argument
[all...]
/device/soc/rockchip/rk3588/kernel/drivers/media/platform/rockchip/ispp/
H A Dparams.c253 rkispp_params_vb2_start_streaming(struct vb2_queue *queue, unsigned int count) in rkispp_params_vb2_start_streaming() argument
[all...]

Completed in 11 milliseconds

12345