Lines Matching defs:interface
40 This file provides an interface to use the usb manager.*/
147 * this bDeviceClass value indicates that each interface specifies its
304 * A structure representing the standard USB interface descriptor. This
317 /** Number of this interface */
320 /** Value used to select this alternate setting for this interface */
323 /** Number of endpoints used by this interface (excluding the control
327 /** USB-IF class code for this interface. See \ref usb_manager_class_code. */
330 /** USB-IF subclass code for this interface, qualified by the
334 /** USB-IF protocol code for this interface, qualified by the
338 /** Index of string descriptor describing this interface */
348 * A collection of alternate settings for a particular USB interface.
351 /** Array of interface descriptors. The length of this array is determined
355 /** The number of alternate settings that belong to this interface.
397 struct usb_manager_interface *interface;