/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/os/Huawei_LiteOS/kernel/include/ |
H A D | los_event.h | 46 * Event reading mode: The task waits for all its expected events to occur. 52 * Event reading mode: The task waits for any of its expected events to occur. 68 * Solution: Set bits excluding bit 25 of the event mask to events. 262 * @param events [IN] Event mask to be written. 272 extern UINT32 LOS_EventWrite(PEVENT_CB_S eventCB, UINT32 events); 285 * <li>The value of events needs to be reversed when it is passed-in.</li> 289 * @param events [IN] Mask of the event to be cleared. 297 extern UINT32 LOS_EventClear(PEVENT_CB_S eventCB, UINT32 events);
|
/device/soc/rockchip/common/sdk_linux/drivers/dma-buf/ |
H A D | dma-buf.c | 301 __poll_t events; in dma_buf_poll() local 313 events = poll_requested_events(poll) & (EPOLLIN | EPOLLOUT); in dma_buf_poll() 314 if (!events) { in dma_buf_poll() 335 if (fence_excl && (!(events & EPOLLOUT) || shared_count == 0)) { in dma_buf_poll() 346 events &= ~pevents; in dma_buf_poll() 352 if (events & pevents) { in dma_buf_poll() 355 events &= ~pevents; in dma_buf_poll() 358 events &= ~pevents; in dma_buf_poll() 371 if ((events & EPOLLOUT) && shared_count > 0) { in dma_buf_poll() 378 events in dma_buf_poll() [all...] |
H A D | dma-fence.c | 20 #include <trace/events/dma_fence.h>
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/os/Huawei_LiteOS/components/lib/libc/musl/include/ |
H A D | poll.h | 36 short events; member
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/os/Huawei_LiteOS/components/lib/libc/musl/include/sys/ |
H A D | epoll.h | 49 uint32_t events; member
|
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/ |
H A D | mali_kbase_trace_gpu_mem.h | 26 #include <trace/events/gpu_mem.h>
|
H A D | mali_kbase.h | 78 #include <trace/events/gpu.h> 579 * the counter during disjoint events we also increment the counter when jobs may be affected 583 * the count of disjoint events. 585 * The disjoint state is then used to increase the count of disjoint events during job submission 599 * Increase the count of disjoint events 607 * Increase the count of disjoint events only if the GPU is in a disjoint state 617 * Returns the count of disjoint events 620 * @return the count of disjoint events
|
/device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/ |
H A D | mali_kbase_trace_gpu_mem.h | 27 #include <trace/events/gpu_mem.h>
|
H A D | mali_kbase.h | 79 #include <trace/events/gpu.h> 519 * the counter during disjoint events we also increment the counter when jobs may be affected 523 * the count of disjoint events. 525 * The disjoint state is then used to increase the count of disjoint events during job submission 539 * Increase the count of disjoint events 547 * Increase the count of disjoint events only if the GPU is in a disjoint state 557 * Returns the count of disjoint events 560 * @return the count of disjoint events
|
/device/soc/rockchip/common/vendor/drivers/rockchip/ |
H A D | rockchip_ipa.c | 12 #include <trace/events/thermal.h>
15 #include <trace/events/thermal_ipa_power.h>
|
/device/soc/rockchip/rk3588/kernel/drivers/soc/rockchip/ |
H A D | rockchip_ipa.c | 12 #include <trace/events/thermal.h> 15 #include <trace/events/thermal_ipa_power.h>
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/libcoap/include/coap2/ |
H A D | coap_io.h | 145 coap_epoll_ctl_mod(coap_socket_t *sock, uint32_t events, const char *func);
|
H A D | net.h | 188 * Callback function that is used to signal events to the 653 * return the list of sockets with events to wait for and the next timeout 668 * @return timeout as maxmimum number of milliseconds that the application should wait for network events or 0 if the application should wait forever. 723 * epoll_wait() to wait for network events or 0 if wait should be 731 * Process all the epoll events 736 * @param events The list of events returned from an epoll_wait() call. 737 * @param nevents The number of events. 740 void coap_io_do_events(coap_context_t *ctx, struct epoll_event* events,
|
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/i915/gt/uc/ |
H A D | intel_guc.c | 136 u32 events = REG_FIELD_PREP(ENGINE1_MASK, GUC_INTR_GUC2HOST); in gen11_enable_guc_interrupts() local 139 intel_uncore_write(gt->uncore, GEN11_GUC_SG_INTR_ENABLE, events); in gen11_enable_guc_interrupts() 140 intel_uncore_write(gt->uncore, GEN11_GUC_SG_INTR_MASK, ~events); in gen11_enable_guc_interrupts()
|
/device/soc/rockchip/common/sdk_linux/kernel/power/ |
H A D | process.c | 22 #include <trace/events/power.h>
|
H A D | suspend.c | 30 #include <trace/events/power.h>
|
H A D | hibernate.c | 34 #include <trace/events/power.h> 260 * swsusp_show_speed - Print time elapsed between two events during hibernation.
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/taurus/ai_sample/interconnection_server/ |
H A D | hisignalling.c | 789 fds1.events = POLLPRI; in AiUartTransmit() 797 fds2.events = POLLPRI; in AiUartTransmit()
|
/device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/backend/gpu/ |
H A D | mali_kbase_clk_rate_trace_mgr.c | 34 #include <trace/events/power_gpu_frequency.h>
|
/device/soc/rockchip/common/sdk_linux/tools/usb/ffs-aio-example/simple/device_app/ |
H A D | aio_simple.c | 252 pfds[0].events = POLLIN; in handle_ep0()
|
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/backend/gpu/ |
H A D | mali_kbase_clk_rate_trace_mgr.c | 34 #include <trace/events/power_gpu_frequency.h>
|
/device/soc/rockchip/common/vendor/drivers/gpu/arm/midgard/ |
H A D | mali_kbase.h | 65 #include <trace/events/gpu.h>
272 * the counter during disjoint events we also increment the counter when jobs may be affected
277 * disjoint events.
279 * The disjoint state is then used to increase the count of disjoint events during job submission
291 * Increase the count of disjoint events
299 * Increase the count of disjoint events only if the GPU is in a disjoint state
309 * Returns the count of disjoint events
312 * @return the count of disjoint events
420 /* Dispatch kbase trace events as system trace events */
[all...] |
/device/soc/rockchip/common/kernel/drivers/gpu/arm/midgard/ |
H A D | mali_kbase.h | 73 #include <trace/events/gpu.h> 294 * the counter during disjoint events we also increment the counter when jobs may be affected 299 * disjoint events. 301 * The disjoint state is then used to increase the count of disjoint events during job submission 313 * Increase the count of disjoint events 321 * Increase the count of disjoint events only if the GPU is in a disjoint state 331 * Returns the count of disjoint events 334 * @return the count of disjoint events 446 /* Dispatch kbase trace events as system trace events */ [all...] |
/device/soc/rockchip/common/sdk_linux/arch/arm64/kernel/ |
H A D | process.c | 12 #include <trace/events/power.h>
|
/device/soc/rockchip/common/sdk_linux/kernel/cgroup/ |
H A D | cgroup-v1.c | 19 #include <trace/events/cgroup.h>
|