Home
last modified time | relevance | path

Searched defs:usbfs_ioctl (Results 1 – 2 of 2) sorted by relevance

/external/libusb/libusb/os/
Dlinux_usbfs.h106 struct usbfs_ioctl { struct
107 int ifno; /* interface 0..N ; negative numbers reserved */
131 #define IOCTL_USBFS_IOCTL _IOWR('U', 18, struct usbfs_ioctl) argument
/external/chromium_org/third_party/libusb/src/libusb/os/
Dlinux_usbfs.h109 struct usbfs_ioctl { struct
110 int ifno; /* interface 0..N ; negative numbers reserved */
111 int ioctl_code; /* MUST encode size + direction of data so the
113 void *data; /* param buffer (in, or out) */