Home
last modified time | relevance | path

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

/external/libiio/src/
Dlocal.c120 static int ioctl_nointr(int fd, unsigned long request, void *data) in ioctl_nointr() function
473 ret = (ssize_t) ioctl_nointr(f, in local_get_buffer()
498 ret = (ssize_t) ioctl_nointr(f, BLOCK_DEQUEUE_IOCTL, &block); in local_get_buffer()
827 ret = ioctl_nointr(fd, BLOCK_FREE_IOCTL, NULL); in enable_high_speed()
856 ret = ioctl_nointr(fd, BLOCK_ALLOC_IOCTL, &req); in enable_high_speed()
873 ret = ioctl_nointr(fd, BLOCK_QUERY_IOCTL, &pdata->blocks[i]); in enable_high_speed()
879 ret = ioctl_nointr(fd, BLOCK_ENQUEUE_IOCTL, &pdata->blocks[i]); in enable_high_speed()
901 ioctl_nointr(fd, BLOCK_FREE_IOCTL, 0); in enable_high_speed()
1020 ioctl_nointr(pdata->fd, BLOCK_FREE_IOCTL, 0); in local_close()