Lines Matching +full:write +full:- +full:assist
5 USB Raw Gadget is a gadget driver that gives userspace low-level control over
38 capabilities. This allows the user to write UDC-agnostic gadgets.
40 5. Raw Gadget has an ioctl-based interface instead of a filesystem-based
46 The user can interact with Raw Gadget by opening ``/dev/raw-gadget`` and
53 1. Create a Raw Gadget instance by opening ``/dev/raw-gadget``.
62 Nevertheless, Raw Gadget provides a UDC-agnostic way to write USB gadgets.
71 https://github.com/xairy/raw-gadget
76 Every Raw Gadget endpoint read/write ioctl submits a USB request and waits
77 until its completion. This is done deliberately to assist with coverage-guided
84 - Report more events (suspend, resume, etc.) through
87 - Support ``O_NONBLOCK`` I/O. This would be another mode of operation, where
90 - Support USB 3 features (accept SS endpoint companion descriptor when
93 - Support ISO transfer features (expose ``frame_number`` for completed