Home
last modified time | relevance | path

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

1234

/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);
/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/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
/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,
/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
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/platform/common/
H A Dsample_comm_vpss.c22 #include <poll.h>
H A Dsample_comm_isp.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
/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/rockchip/common/sdk_linux/tools/usb/ffs-aio-example/simple/device_app/
H A Daio_simple.c38 #include <sys/poll.h>
254 ret = poll(pfds, 1, 0); in handle_ep0()
/device/soc/rockchip/rk3568/hardware/codec/jpeg/src/
H A Dcodec_jpeg_decoder.cpp143 auto ret = mpi_->poll(mppCtx_, MPP_PORT_INPUT, MPP_POLL_BLOCK); in MppTaskProcess()
145 CODEC_LOGE("poll input error %{public}d", ret); in MppTaskProcess()
167 /* poll and wait here */ in GetFrame()
168 MPP_RET ret = mpi_->poll(mppCtx_, MPP_PORT_OUTPUT, MPP_POLL_BLOCK); in GetFrame()
170 CODEC_LOGE("poll output error %{public}d", ret); in GetFrame()
/device/soc/rockchip/rk3588/hardware/codec/jpeg/src/
H A Dcodec_jpeg_decoder.cpp201 auto ret = mpi_->poll(mppCtx_, MPP_PORT_INPUT, MPP_POLL_BLOCK); in MppTaskProcess()
203 CODEC_LOGE("poll input error %{public}d", ret); in MppTaskProcess()
225 /* poll and wait here */ in GetFrame()
226 MPP_RET ret = mpi_->poll(mppCtx_, MPP_PORT_OUTPUT, MPP_POLL_BLOCK); in GetFrame()
228 CODEC_LOGE("poll output error %{public}d", ret); in GetFrame()
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/osal/linux/
H A Dosal_device.c23 #include <linux/poll.h>
457 if (pdata->dev->fops->poll != NULL) { in osal_poll()
458 ret = pdata->dev->fops->poll(&t, (void *)&(pdata->data)); in osal_poll()
512 .poll = osal_poll,
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/component/hifb/src/init/linux/
H A Dhifb_init.c20 #include <linux/poll.h>
138 .poll = vsync_poll,
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/lwip_sack/include/lwip/priv/
H A Dtcp_priv.h291 if ((pcb)->poll != NULL) { \
292 (ret) = (pcb)->poll((pcb)->callback_arg, (pcb)); \
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/lwip_sack/include/lwip/
H A Dtcp.h100 /** @brief Function prototype for TCP poll callback functions. Called periodically as
509 tcp_poll_fn poll; member
718 void tcp_poll (struct tcp_pcb *pcb, tcp_poll_fn poll, u8_t interval);
/device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/
H A Dmali_kbase_kinstr_jm.c44 #include <linux/poll.h>
373 * @wait_queue: A wait queue for poll
384 * * The user will then poll the file descriptor for data
612 * reader_poll() - Handles a poll call on the reader file descriptor
613 * @file: The file that the poll was performed on
614 * @wait: The poll table
616 * The results of the poll will be unreliable if there is no mapped memory as
652 .owner = THIS_MODULE, .llseek = no_llseek, .read = reader_read, .poll = reader_poll, .release = reader_release};
H A Dmali_kbase_vinstr.c38 #include <linux/poll.h>
121 .poll = kbasep_vinstr_hwcnt_reader_poll,
964 * kbasep_vinstr_hwcnt_reader_poll() - hwcnt reader's poll.
966 * @wait: Non-NULL pointer to poll table.
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/
H A Dmali_kbase_kinstr_jm.c44 #include <linux/poll.h>
374 * @wait_queue: A wait queue for poll
385 * * The user will then poll the file descriptor for data
616 * reader_poll() - Handles a poll call on the reader file descriptor
617 * @file: The file that the poll was performed on
618 * @wait: The poll table
620 * The results of the poll will be unreliable if there is no mapped memory as
657 .poll = reader_poll,
H A Dmali_kbase_vinstr.c39 #include <linux/poll.h>
136 .poll = kbasep_vinstr_hwcnt_reader_poll,
1033 * kbasep_vinstr_hwcnt_reader_poll() - hwcnt reader's poll.
1035 * @wait: Non-NULL pointer to poll table.
/device/soc/rockchip/rk3568/hardware/mpp/mpp/legacy/
H A Dvpu_api_legacy.cpp745 ret = mpi->poll(mpp_ctx, MPP_PORT_INPUT, MPP_POLL_BLOCK); in decode()
747 HDF_LOGE("%s mpp input poll failed", __func__); in decode()
769 ret = mpi->poll(mpp_ctx, MPP_PORT_INPUT, MPP_POLL_BLOCK); in decode()
771 HDF_LOGE("%s mpp output poll failed", __func__); in decode()
1113 ret = mpi->poll(mpp_ctx, MPP_PORT_INPUT, MPP_POLL_BLOCK); in encode()
1115 HDF_LOGE("%s mpp input poll failed", __func__); in encode()
1139 ret = mpi->poll(mpp_ctx, MPP_PORT_OUTPUT, MPP_POLL_BLOCK); in encode()
1141 HDF_LOGE("%s mpp output poll failed", __func__); in encode()
1167 ret = mpi->poll(mpp_ctx, MPP_PORT_INPUT, MPP_POLL_BLOCK); in encode()
1169 HDF_LOGE("%s mpp input poll faile in encode()
[all...]

Completed in 22 milliseconds

1234