Home
last modified time | relevance | path

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

/linux/include/uapi/linux/usb/
H A Draw_gadget.h106 /* Maximum number of non-control endpoints in struct usb_raw_eps_info. */
157 * struct usb_raw_eps_info - argument for USB_RAW_IOCTL_EPS_INFO ioctl.
160 struct usb_raw_eps_info { struct
237 * Fills in the usb_raw_eps_info structure with information about non-control
242 #define USB_RAW_IOCTL_EPS_INFO _IOR('U', 11, struct usb_raw_eps_info)
161 epsusb_raw_eps_info global() argument
/linux/drivers/usb/gadget/legacy/
H A Draw_gadget.c1250 struct usb_raw_eps_info *info; in raw_ioctl_eps_info()