| /utopia/UTPA2-700.0.x/modules/uart/drv/uart/ |
| H A D | drvUART.c | 148 .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 D | halCHIP.c | 672 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 D | halCHIP.c | 672 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 D | halCHIP.c | 672 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 D | halCHIP.c | 655 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 D | halCHIP.c | 672 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 D | halCHIP.c | 672 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 D | halCHIP.c | 658 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 D | halCHIP.c | 655 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 D | halCHIP.c | 672 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 D | poll.h | 58 extern int poll (struct pollfd *__fds, nfds_t __nfds, int __timeout);
|
| /utopia/UTPA2-700.0.x/mxlib/include/ |
| H A D | MsDevice.h | 149 int (*poll) (device_t dev, int types); member
|
| /utopia/UTPA2-700.0.x/projects/tmplib/include/ |
| H A D | MsDevice.h | 149 int (*poll) (device_t dev, int types); member
|
| /utopia/UTPA2-700.0.x/modules/mfe/drv/mfe/ |
| H A D | mdrv_mfe_io.h | 125 #define poll(a, b, c) 1 macro
|
| H A D | mdrv_mfe.c | 274 .poll = MDrv_MFE_poll,
|
| /utopia/UTPA2-700.0.x/mxlib/hal/k7u/ |
| H A D | halCHIP.c | 874 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 D | halCHIP.c | 874 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 D | halCHIP.c | 874 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 D | halCHIP.c | 874 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 D | halCHIP.c | 874 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 D | drvIPAPool.c | 1110 if ((ret=poll(&fds, 1, -1)) < 0) in IPA_Pool_Polling_Task()
|
| /utopia/UTPA2-700.0.x/modules/mfe/api/mfe/ |
| H A D | madp_mfe.c | 1359 if ((poll(&PollFd, 1, -1) > 0)) in MAdp_MFE_Proc()
|
| /utopia/UTPA2-700.0.x/modules/sc/drv/sc/sc2/ |
| H A D | drvSC.c | 2707 if (0 < poll(&sPoll, 1, 50)) in MDrv_SC_Task_Proc()
|
| /utopia/UTPA2-700.0.x/modules/sc/drv/sc/sc1/ |
| H A D | drvSC.c | 3524 if (0 < poll(&sPoll, 1, 50)) in MDrv_SC_Task_Proc()
|
| /utopia/UTPA2-700.0.x/projects/build/ |
| H A D | preprocess.txt | 67180 int (*poll) (device_t dev, int types);
|