Home
last modified time | relevance | path

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

/linux/include/uapi/linux/usb/
H A Draw_gadget.h37 /* The type of event fetched with the USB_RAW_IOCTL_EVENT_FETCH ioctl. */
61 * struct usb_raw_event - argument for USB_RAW_IOCTL_EVENT_FETCH ioctl.
183 #define USB_RAW_IOCTL_EVENT_FETCH _IOR('U', 2, struct usb_raw_event) macro
/linux/Documentation/usb/
H A Draw-gadget.rst56 4. In a loop issue ``USB_RAW_IOCTL_EVENT_FETCH`` to receive events from
63 Once ``USB_RAW_EVENT_CONNECT`` is received via ``USB_RAW_IOCTL_EVENT_FETCH``,
/linux/drivers/usb/gadget/legacy/
H A Draw_gadget.c1308 case USB_RAW_IOCTL_EVENT_FETCH: in raw_ioctl()