/device/soc/rockchip/common/sdk_linux/drivers/dma-buf/ |
H A D | dma-buf.c | 23 #include <linux/poll.h> 95 * Any fences that a dma-buf poll can wait on should be signaled in dma_buf_release() 270 * Userspace can query the state of these implicitly tracked fences using poll() 289 spin_lock_irqsave(&dcb->poll->lock, flags); in dma_buf_poll_cb() 290 wake_up_locked_poll(dcb->poll, dcb->active); in dma_buf_poll_cb() 292 spin_unlock_irqrestore(&dcb->poll->lock, flags); in dma_buf_poll_cb() 295 static __poll_t dma_buf_poll(struct file *file, poll_table *poll) in dma_buf_poll() argument 311 poll_wait(file, &dmabuf->poll, poll); in dma_buf_poll() 313 events = poll_requested_events(poll) in dma_buf_poll() [all...] |
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/os/Huawei_LiteOS/components/lib/libc/musl/include/ |
H A D | poll.h | 10 #include <bits/poll.h> 40 int poll (struct pollfd *, nfds_t, int);
|
/drivers/hdf_core/adapter/khdf/liteos/osal/src/ |
H A D | osal_cdev.c | 112 return dev->opsImpl->poll(filep, fds); in OsalCdevPoll() 120 fops->poll = src->poll != NULL ? OsalCdevPoll : NULL; in AssignFileOps()
|
/drivers/peripheral/audio/hal/hdi_binder/server/src/ |
H A D | hdf_audio_input_event.c | 18 #include <poll.h> 92 ret = poll(g_fdSets, (nfds_t)n, -1); in AudioPnpInputPollAndRead() 94 AUDIO_FUNC_LOGE("[poll] failed, %{public}d", errno); in AudioPnpInputPollAndRead()
|
/drivers/peripheral/codec/hal/idl_service/src/ |
H A D | icodec_buffer.cpp | 17 #include <poll.h> 144 retCode = poll(&pollfds, 1, timeout); in SyncWait()
|
/drivers/peripheral/codec/hal/v2.0/hdi_impl/src/ |
H A D | icodec_buffer.cpp | 17 #include <poll.h> 98 retCode = poll(&pollfds, 1, timeout); in SyncWait()
|
/drivers/hdf_core/adapter/khdf/linux/osal/include/ |
H A D | osal_cdev_adapter.h | 24 #include <linux/poll.h>
|
/device/soc/rockchip/common/sdk_linux/include/linux/ |
H A D | dma-buf.h | 375 * @poll: for userspace poll support 376 * @cb_excl: for userspace poll support 377 * @cb_shared: for userspace poll support 412 /* poll support */ 413 wait_queue_head_t poll; member 417 wait_queue_head_t *poll; member
|
/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/ |
H A D | pollndk.cpp | 22 #include <poll.h>
49 ret = poll(nullptr, PARAM_0, PARAM_1);
in Poll() 135 {"poll", nullptr, Poll, nullptr, nullptr, nullptr, napi_default, nullptr},
in Init() 150 .nm_modname = "poll",
|
H A D | prctlndk.cpp | 20 #include <poll.h>
|
/drivers/hdf_core/adapter/khdf/linux/osal/src/ |
H A D | osal_cdev.c | 177 return dev->opsImpl->poll(filep, pollTable); in OsalCdevPoll() 203 fops->poll = src->poll != NULL ? OsalCdevPoll : NULL; in AssignFileOps()
|
/device/soc/hisilicon/hi3751v350/sdk_linux/source/common/drv/osal/ |
H A D | osal_device.c | 23 #include <linux/poll.h> 341 if (fops->poll != NULL) { in __osal_poll() 342 ret = fops->poll(&t, (void *)&(fileops_node->private_data)); in __osal_poll() 407 .poll = __osal_poll,
|
/drivers/hdf_core/framework/include/osal/ |
H A D | osal_cdev.h | 29 unsigned int (*poll)(struct file *filep, poll_table *pollTable); member
|
/device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/tl/ |
H A D | mali_kbase_timeline_io.c | 27 #include <linux/poll.h> 39 .poll = kbasep_timeline_io_poll, 275 * kbasep_timeline_io_poll - poll timeline stream for packets 277 * @wait: Pointer to poll table
|
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/tl/ |
H A D | mali_kbase_timeline_io.c | 28 #include <linux/poll.h> 44 .poll = kbasep_timeline_io_poll, 289 * kbasep_timeline_io_poll - poll timeline stream for packets 291 * @wait: Pointer to poll table
|
/drivers/peripheral/usb/ddk/host/src/ |
H A D | ddk_uevent_handle.c | 18 #include <poll.h> 179 if (poll(&fd, 1, -1) <= 0) { in DdkUeventMain() 180 HDF_LOGE("usb event poll fail %{public}d", errno); in DdkUeventMain() 194 HDF_LOGE("usb event poll error"); in DdkUeventMain()
|
/drivers/peripheral/input/hal/include/ |
H A D | input_common.h | 20 #include <poll.h>
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/taurus/ai_sample/interconnection_server/ |
H A D | hisignalling.c | 26 #include <poll.h> 633 ret = poll(&fdS1, 1, 0); /* 1: 监视一个文件描述符 */ in UartProcess() 635 MSG("gpio1 poll error\n"); in UartProcess() 653 ret = poll(&fdS2, 1, 0); /* 1: 监视一个文件描述符 */ in UartProcess() 655 MSG("gpio2 poll error\n"); in UartProcess()
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/platform/common/ |
H A D | sample_comm_vpss.c | 22 #include <poll.h>
|
/device/soc/rockchip/rk3399/hardware/mpp/include/ |
H A D | rk_mpi.h | 59 * poll : poll port for dequeue 157 * @brief poll port for dequeue 161 * @param[in] timeout mpp poll type, its usage can refer mpp_task.h. 165 MPP_RET (*poll)(MppCtx ctx, MppPortType type, MppPollType timeout); member
|
/device/soc/rockchip/rk3568/hardware/mpp/include/ |
H A D | rk_mpi.h | 59 * poll : poll port for dequeue 157 * @brief poll port for dequeue 161 * @param[in] timeout mpp poll type, its usage can refer mpp_task.h. 165 MPP_RET (*poll)(MppCtx ctx, MppPortType type, MppPollType timeout); member
|
/device/soc/rockchip/rk3588/hardware/mpp/include/ |
H A D | rk_mpi.h | 60 * poll : poll port for dequeue 158 * @brief poll port for dequeue 162 * @param[in] timeout mpp poll type, its usage can refer mpp_task.h. 166 MPP_RET (*poll)(MppCtx ctx, MppPortType type, MppPollType timeout); member
|
/device/soc/rockchip/common/hardware/mpp/include/ |
H A D | rk_mpi.h | 59 * poll : poll port for dequeue 157 * @brief poll port for dequeue 161 * @param[in] timeout mpp poll type, its usage can refer mpp_task.h. 165 MPP_RET (*poll)(MppCtx ctx, MppPortType type, MppPollType timeout); member
|
/drivers/hdf_core/framework/model/network/common/netdevice/ |
H A D | net_device_impl.h | 49 int (*poll)(struct napi_struct *, int), int weight);
|
/drivers/peripheral/codec/image/jpeg/src/ |
H A D | codec_jpeg_core.cpp | 17 #include <poll.h>
|