Home
last modified time | relevance | path

Searched refs:poll (Results 1 - 25 of 136) sorted by relevance

123456

/device/soc/rockchip/common/sdk_linux/drivers/dma-buf/
H A Ddma-buf.c23 #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 Dpoll.h10 #include <bits/poll.h>
40 int poll (struct pollfd *, nfds_t, int);
/drivers/hdf_core/adapter/khdf/liteos/osal/src/
H A Dosal_cdev.c112 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 Dhdf_audio_input_event.c18 #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 Dicodec_buffer.cpp17 #include <poll.h>
144 retCode = poll(&pollfds, 1, timeout); in SyncWait()
/drivers/peripheral/codec/hal/v2.0/hdi_impl/src/
H A Dicodec_buffer.cpp17 #include <poll.h>
98 retCode = poll(&pollfds, 1, timeout); in SyncWait()
/drivers/hdf_core/adapter/khdf/linux/osal/include/
H A Dosal_cdev_adapter.h24 #include <linux/poll.h>
/device/soc/rockchip/common/sdk_linux/include/linux/
H A Ddma-buf.h375 * @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 Dpollndk.cpp22 #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 Dprctlndk.cpp20 #include <poll.h>
/drivers/hdf_core/adapter/khdf/linux/osal/src/
H A Dosal_cdev.c177 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 Dosal_device.c23 #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 Dosal_cdev.h29 unsigned int (*poll)(struct file *filep, poll_table *pollTable); member
/device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/tl/
H A Dmali_kbase_timeline_io.c27 #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 Dmali_kbase_timeline_io.c28 #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 Dddk_uevent_handle.c18 #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 Dinput_common.h20 #include <poll.h>
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/taurus/ai_sample/interconnection_server/
H A Dhisignalling.c26 #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 Dsample_comm_vpss.c22 #include <poll.h>
/device/soc/rockchip/rk3399/hardware/mpp/include/
H A Drk_mpi.h59 * 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 Drk_mpi.h59 * 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 Drk_mpi.h60 * 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 Drk_mpi.h59 * 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 Dnet_device_impl.h49 int (*poll)(struct napi_struct *, int), int weight);
/drivers/peripheral/codec/image/jpeg/src/
H A Dcodec_jpeg_core.cpp17 #include <poll.h>

Completed in 13 milliseconds

123456