Home
last modified time | relevance | path

Searched refs:actual_len (Results 1 – 2 of 2) sorted by relevance

/components/drivers/usb/cherryusb/class/wireless/
A Dusbh_bluetooth.c198 uint16_t actual_len = 0; in usbh_bluetooth_hci_rx_thread() local
218 actual_len += g_bluetooth_class.bulkin_urb.actual_length; in usbh_bluetooth_hci_rx_thread()
220 usbh_bluetooth_hci_dump(g_bluetooth_rx_buf, actual_len); in usbh_bluetooth_hci_rx_thread()
222 actual_len = 0; in usbh_bluetooth_hci_rx_thread()
281 uint16_t actual_len = 0; in usbh_bluetooth_hci_evt_rx_thread() local
306 actual_len += g_bluetooth_class.intin_urb.actual_length; in usbh_bluetooth_hci_evt_rx_thread()
311 actual_len = 0; in usbh_bluetooth_hci_evt_rx_thread()
329 uint16_t actual_len = 0; in usbh_bluetooth_hci_acl_rx_thread() local
349 actual_len += g_bluetooth_class.bulkin_urb.actual_length; in usbh_bluetooth_hci_acl_rx_thread()
352 usbh_bluetooth_hci_dump(g_bluetooth_rx_buf, actual_len + 1); in usbh_bluetooth_hci_acl_rx_thread()
[all …]
/components/drivers/usb/cherryusb/class/vendor/net/
A Dusbh_asix.c771 uint16_t actual_len; local
788 actual_len = buflen + 8;
791 actual_len = buflen + 4;
794 …lkout_urb, g_asix_class.hport, g_asix_class.bulkout, g_asix_tx_buffer, actual_len, USB_OSAL_WAITIN…

Completed in 8 milliseconds