Searched refs:usb_do_io (Results 1 - 1 of 1) sorted by relevance

/solaris-userland-s11u3/components/libusb/ugen/src/
H A Dlibusbugen.c78 static int usb_do_io(int fd, int stat_fd, char *data, size_t size, int flag);
478 additional = usb_do_io(info->ep_fd[0],
526 sent = usb_do_io(info->ep_fd[ep_index], info->ep_status_fd[ep_index],
570 received = usb_do_io(info->ep_fd[ep_index],
613 sent = usb_do_io(info->ep_fd[ep_index],
658 received = usb_do_io(info->ep_fd[ep_index],
1224 rval = usb_do_io(fd, stat_fd, (char *)&req,
1237 rval = usb_do_io(fd, stat_fd, buffer,
1247 * usb_do_io:
1254 usb_do_io(in function
[all...]

Completed in 16 milliseconds