Man Page: usb_descriptor_fillbuf
Operating Environment: centos
Section: 9
USB_DESCRIPTOR_FILLB(9) Kernel Mode Gadget API USB_DESCRIPTOR_FILLB(9)NAMEusb_descriptor_fillbuf - fill buffer with descriptorsSYNOPSISint usb_descriptor_fillbuf(void * buf, unsigned buflen, const struct usb_descriptor_header ** src);ARGUMENTSbuf Buffer to be filled buflen Size of buf src Array of descriptor pointers, terminated by null pointer.DESCRIPTIONCopies descriptors into the buffer, returning the length or a negative error code if they can't all be copied. Useful when assembling descriptors for an associated set of interfaces used as part of configuring a composite device; or in other cases where sets of descriptors need to be marshaled.AUTHORDavid Brownell <dbrownell@users.sourceforge.net> Author.COPYRIGHTKernel Hackers Manual 3.10 June 2014 USB_DESCRIPTOR_FILLB(9)
| Related Man Pages |
|---|
| struct_usb_composite_dev(9) - centos |
| struct_usb_ep(9) - centos |
| struct_usb_composite_driver(9) - centos |
| usb_gadget_config_buf(9) - centos |
| usb_gstrings_attach(9) - centos |
| Similar Topics in the Unix Linux Community |
|---|
| Set hard block limit for user using quota |
| DB2 convert digits to binary format |
| Docker learning Phase-I |
| Unsure why access time on a directory change isn't changing |
| Controlling user input |