| /components/drivers/usb/cherryusb/class/audio/ |
| A D | usb_audio.h | 694 uint8_t bInterval; member 775 …s, bSubFrameSize, bBitResolution, bEndpointAddress, bmAttributes, wMaxPacketSize, bInterval, ...) \ argument 814 …bInterval, /* bInterval : one packet per frame */ … 864 …bInterval, /* bInterval : one packet per frame */ … 879 …bInterval, /* bInterval */ … 916 …bInterval, /* bInterval : one packet per frame */ … 1174 …lConfig, bSubslotSize, bBitResolution, bEndpointAddress, bmAttributes, wMaxPacketSize, bInterval) \ argument 1214 …bInterval, /* bInterval */ … 1255 …bInterval, /* bInterval */ … 1316 …bInterval, /* bInterval */ … [all …]
|
| /components/drivers/usb/cherryusb/class/hid/ |
| A D | usb_hid.h | 583 …RIPTOR_INIT(bInterfaceNumber, bInterfaceSubClass, wItemLength, int_ep, wMaxPacketSize, bInterval) \ argument 606 bInterval /* bInterval: Polling Interval */ 610 …RIPTOR_INIT(bInterfaceNumber, bInterfaceSubClass, wItemLength, int_ep, wMaxPacketSize, bInterval) \ argument 633 bInterval /* bInterval: Polling Interval */ 637 …_INIT(bInterfaceNumber, bInterfaceSubClass, wItemLength, in_ep, out_ep,wMaxPacketSize, bInterval) \ argument 660 …bInterval, /* bInterval: Polling Interval */ … 666 bInterval /* bInterval: Polling Interval */
|
| /components/drivers/usb/cherryusb/core/ |
| A D | usbh_core.h | 59 ep_desc->bInterval, \ 228 urb->interval = USBH_GET_URB_INTERVAL(ep->bInterval, hport->speed); in usbh_int_urb_fill()
|
| A D | usbh_core.c | 326 …("\t\tbInterval: 0x%02x \r\n", hport->config.intf[i].altsetting[j].ep[k].ep_desc.bInterval); in usbh_print_hubport_info() 382 ep->bInterval = 0; in usbh_enumerate()
|
| A D | usbd_core.c | 1162 ep0.bInterval = 0;
|
| /components/drivers/usb/cherryusb/common/ |
| A D | usb_def.h | 403 uint8_t bInterval; /* Polling interval in (micro) frames */ member 700 #define USB_ENDPOINT_DESCRIPTOR_INIT(bEndpointAddress, bmAttributes, wMaxPacketSize, bInterval) \ argument 706 bInterval /* bInterval */
|
| /components/drivers/usb/cherryusb/class/wireless/ |
| A D | usbh_bluetooth.c | 88 ep_desc->bInterval, in usbh_bluetooth_connect() 284 interval = g_bluetooth_class.intin->bInterval; in usbh_bluetooth_hci_evt_rx_thread()
|
| /components/legacy/usb/usbdevice/class/ |
| A D | uaudioreg.h | 72 uByte bInterval; member
|
| /components/drivers/include/drivers/ |
| A D | usb_common.h | 343 rt_uint8_t bInterval; member
|
| /components/drivers/usb/cherryusb/class/video/ |
| A D | usbh_video.c | 341 ep_desc->bInterval, in usbh_video_list_info()
|
| /components/drivers/usb/cherryusb/port/musb/ |
| A D | usb_hc_musb.c | 425 HWREGB(USB_RXINTERVAL_BASE(chidx)) = urb->ep->bInterval; in musb_intr_urb_init() 441 HWREGB(USB_TXINTERVAL_BASE(chidx)) = urb->ep->bInterval; in musb_intr_urb_init()
|
| /components/drivers/usb/cherryusb/class/hub/ |
| A D | usbh_hub.c | 419 …= usb_osal_timer_create("hubint_tim", USBH_GET_URB_INTERVAL(hub->intin->bInterval, hport->speed) /… in usbh_hub_connect()
|
| /components/drivers/usb/cherryusb/port/rp2040/ |
| A D | usb_hc_rp2040.c | 283 …EndpointAddress, USB_GET_ENDPOINT_TYPE(urb->ep->bmAttributes), urb->ep->bInterval, urb->hport->spe… in rp2040_bulk_int_urb_init()
|
| /components/drivers/usb/cherryusb/port/ehci/ |
| A D | usb_hc_ehci.c | 543 urb->ep->bInterval, in ehci_intr_urb_init()
|