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

/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ppc64/kernel/
H A Dioctl32.c3337 struct usbdevfs_bulktransfer kbulk; local
3346 if (get_user(kbulk.ep, &ubulk->ep) ||
3347 get_user(kbulk.len, &ubulk->len) ||
3348 get_user(kbulk.timeout, &ubulk->timeout) ||
3357 if (!uptr || kbulk.len > PAGE_SIZE)
3362 if ((kbulk.ep & 0x80) == 0) {
3364 if (copy_from_user(kptr, uptr, kbulk.len))
3368 kbulk.data = kptr;
3372 err = sys_ioctl(fd, USBDEVFS_BULK, (unsigned long) &kbulk);
3376 ((kbulk
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/sparc64/kernel/
H A Dioctl32.c3886 struct usbdevfs_bulktransfer kbulk; local
3895 if (get_user(kbulk.ep, &ubulk->ep) ||
3896 get_user(kbulk.len, &ubulk->len) ||
3897 get_user(kbulk.timeout, &ubulk->timeout) ||
3906 if (!uptr || kbulk.len > PAGE_SIZE)
3911 if ((kbulk.ep & 0x80) == 0) {
3913 if (copy_from_user(kptr, uptr, kbulk.len))
3917 kbulk.data = kptr;
3921 err = sys_ioctl(fd, USBDEVFS_BULK, (unsigned long) &kbulk);
3925 ((kbulk
[all...]

Completed in 105 milliseconds