Searched defs:usb_control_msg (Results 1 - 1 of 1) sorted by relevance

/drivers/usb/core/
H A Dmessage.c104 * usb_control_msg - Builds a control urb, sends it off and waits for completion
131 int usb_control_msg(struct usb_device *dev, unsigned int pipe, __u8 request, function
154 EXPORT_SYMBOL_GPL(usb_control_msg); variable
631 * returned by the underlying usb_control_msg() call.
643 result = usb_control_msg(dev, usb_rcvctrlpipe(dev, 0),
679 * returned by the underlying usb_control_msg() call.
689 result = usb_control_msg(dev, usb_rcvctrlpipe(dev, 0),
810 * Return: length of the string (>= 0) or usb_control_msg status (< 0).
900 * returned by the underlying usb_control_msg() call.
940 * or else the status code from the underlying usb_control_msg() cal
[all...]

Completed in 533 milliseconds