Lines Matching refs:poll_fd
48 res = close(tmr->poll_fd) < 0 ? -errno : 0;
56 if ((flags = fcntl(timer->poll_fd, F_GETFL)) < 0)
62 if (fcntl(timer->poll_fd, F_SETFL, flags) < 0)
73 fd = timer->poll_fd;
108 if (ioctl(tmr->poll_fd, SNDRV_TIMER_IOCTL_INFO, info) < 0)
120 if (ioctl(tmr->poll_fd, SNDRV_TIMER_IOCTL_PARAMS, params) < 0)
137 if (ioctl(tmr->poll_fd, cmd, status) < 0)
154 if (ioctl(tmr->poll_fd, cmd) < 0)
171 if (ioctl(tmr->poll_fd, cmd) < 0)
188 if (ioctl(tmr->poll_fd, cmd) < 0)
201 result = read(tmr->poll_fd, buffer, size);
277 tmr->poll_fd = fd;