Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/uart/drv/uart/
H A DdrvUART.c148 .poll = HAL_UART_Aeon_Poll,
160 .poll = HAL_UART_PIU_Poll,
784 if (dev->devio->poll) in mdrv_uart_poll()
786 return dev->devio->poll((device_t)dev, types); in mdrv_uart_poll()
/utopia/UTPA2-700.0.x/mxlib/hal/M7821/
H A DhalCHIP.c672 extern int poll (struct pollfd *__fds, nfds_t __nfds, int __timeout);
779 err=poll(&PollFd, 1, 100); in interrupt_thread()
/utopia/UTPA2-700.0.x/mxlib/hal/maxim/
H A DhalCHIP.c672 extern int poll (struct pollfd *__fds, nfds_t __nfds, int __timeout);
779 err=poll(&PollFd, 1, 100); in interrupt_thread()
/utopia/UTPA2-700.0.x/mxlib/hal/marcus/
H A DhalCHIP.c672 extern int poll (struct pollfd *__fds, nfds_t __nfds, int __timeout);
779 err=poll(&PollFd, 1, 100); in interrupt_thread()
/utopia/UTPA2-700.0.x/mxlib/hal/mainz/
H A DhalCHIP.c655 extern int poll (struct pollfd *__fds, nfds_t __nfds, int __timeout);
757 err = poll(&PollFd, 1, 100); in interrupt_thread()
/utopia/UTPA2-700.0.x/mxlib/hal/maserati/
H A DhalCHIP.c672 extern int poll (struct pollfd *__fds, nfds_t __nfds, int __timeout);
779 err=poll(&PollFd, 1, 100); in interrupt_thread()
/utopia/UTPA2-700.0.x/mxlib/hal/manhattan/
H A DhalCHIP.c672 extern int poll (struct pollfd *__fds, nfds_t __nfds, int __timeout);
779 err=poll(&PollFd, 1, 100); in interrupt_thread()
/utopia/UTPA2-700.0.x/mxlib/hal/mustang/
H A DhalCHIP.c658 extern int poll (struct pollfd *__fds, nfds_t __nfds, int __timeout);
760 err = poll(&PollFd, 1, 100); in interrupt_thread()
/utopia/UTPA2-700.0.x/mxlib/hal/messi/
H A DhalCHIP.c655 extern int poll (struct pollfd *__fds, nfds_t __nfds, int __timeout);
757 err = poll(&PollFd, 1, 100); in interrupt_thread()
/utopia/UTPA2-700.0.x/mxlib/hal/M7621/
H A DhalCHIP.c672 extern int poll (struct pollfd *__fds, nfds_t __nfds, int __timeout);
779 err=poll(&PollFd, 1, 100); in interrupt_thread()
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/sys/
H A Dpoll.h58 extern int poll (struct pollfd *__fds, nfds_t __nfds, int __timeout);
/utopia/UTPA2-700.0.x/mxlib/include/
H A DMsDevice.h149 int (*poll) (device_t dev, int types); member
/utopia/UTPA2-700.0.x/projects/tmplib/include/
H A DMsDevice.h149 int (*poll) (device_t dev, int types); member
/utopia/UTPA2-700.0.x/modules/mfe/drv/mfe/
H A Dmdrv_mfe_io.h125 #define poll(a, b, c) 1 macro
H A Dmdrv_mfe.c274 .poll = MDrv_MFE_poll,
/utopia/UTPA2-700.0.x/mxlib/hal/k7u/
H A DhalCHIP.c874 extern int poll (struct pollfd *__fds, nfds_t __nfds, int __timeout);
976 err = poll(&PollFd, 1, 100); in interrupt_thread()
/utopia/UTPA2-700.0.x/mxlib/hal/k6lite/
H A DhalCHIP.c874 extern int poll (struct pollfd *__fds, nfds_t __nfds, int __timeout);
976 err = poll(&PollFd, 1, 100); in interrupt_thread()
/utopia/UTPA2-700.0.x/mxlib/hal/curry/
H A DhalCHIP.c874 extern int poll (struct pollfd *__fds, nfds_t __nfds, int __timeout);
976 err = poll(&PollFd, 1, 100); in interrupt_thread()
/utopia/UTPA2-700.0.x/mxlib/hal/kano/
H A DhalCHIP.c874 extern int poll (struct pollfd *__fds, nfds_t __nfds, int __timeout);
976 err = poll(&PollFd, 1, 100); in interrupt_thread()
/utopia/UTPA2-700.0.x/mxlib/hal/k6/
H A DhalCHIP.c874 extern int poll (struct pollfd *__fds, nfds_t __nfds, int __timeout);
976 err = poll(&PollFd, 1, 100); in interrupt_thread()
/utopia/UTPA2-700.0.x/modules/msos/msos/linux/
H A DdrvIPAPool.c1110 if ((ret=poll(&fds, 1, -1)) < 0) in IPA_Pool_Polling_Task()
/utopia/UTPA2-700.0.x/modules/mfe/api/mfe/
H A Dmadp_mfe.c1359 if ((poll(&PollFd, 1, -1) > 0)) in MAdp_MFE_Proc()
/utopia/UTPA2-700.0.x/modules/sc/drv/sc/sc2/
H A DdrvSC.c2707 if (0 < poll(&sPoll, 1, 50)) in MDrv_SC_Task_Proc()
/utopia/UTPA2-700.0.x/modules/sc/drv/sc/sc1/
H A DdrvSC.c3524 if (0 < poll(&sPoll, 1, 50)) in MDrv_SC_Task_Proc()
/utopia/UTPA2-700.0.x/projects/build/
H A Dpreprocess.txt67180 int (*poll) (device_t dev, int types);