Lines Matching full:class
7 device controller driver and USB device class drivers or customer applications.
35 * USB HID class
40 Implementing a non-standard USB class
51 * Optionally class, vendor and custom handlers
55 .. literalinclude:: ../../../subsys/usb/class/loopback.c
63 .. literalinclude:: ../../../subsys/usb/class/loopback.c
71 .. literalinclude:: ../../../subsys/usb/class/loopback.c
79 class driver through the registered vendor handler.
81 For the loopback class driver, :c:func:`loopback_vendor_handler` processes
84 .. literalinclude:: ../../../subsys/usb/class/loopback.c
90 The class driver waits for the :makevar:`USB_DC_CONFIGURED` device status code
133 To transmit data to the host, the class driver should call usb_write().
135 sending another packet the class driver should wait for the completion of
144 USB transaction(s), depending endpoint max packet size. The class driver does