Lines Matching full:buffer
57 * @buffer the data buffer to save usb report descriptor.
58 * @param nbytes the size of buffer
63 rt_uint8_t id, rt_uint8_t *buffer, rt_size_t size) in rt_usbh_hid_get_report() argument
82 if(rt_usb_hcd_control_xfer(device->hcd, device, &setup, buffer, size, in rt_usbh_hid_get_report()
91 * @buffer the data buffer to save usb report descriptor.
92 * @param nbytes the size of buffer
96 rt_err_t rt_usbh_hid_set_report(struct uintf* intf, rt_uint8_t *buffer, rt_size_t size) in rt_usbh_hid_set_report() argument
115 if(rt_usb_hcd_control_xfer(device->hcd, device, &setup, buffer, size, in rt_usbh_hid_set_report()
157 * @buffer the data buffer to save usb report descriptor.
158 * @param nbytes the size of buffer
163 rt_uint8_t *buffer, rt_size_t size) in rt_usbh_hid_get_report_descriptor() argument
182 if(rt_usb_hcd_control_xfer(device->hcd, device, &setup, buffer, size, in rt_usbh_hid_get_report_descriptor()
231 rt_usb_hcd_int_xfer(pipe->intf->device->hcd, pipe, hid->buffer, in rt_usbh_hid_callback()
334 hid->buffer, hid->pipe_in->ep.wMaxPacketSize, timeout); in rt_usbh_hid_enable()