Home
last modified time | relevance | path

Searched refs:int_buffer (Results 1 – 7 of 7) sorted by relevance

/components/drivers/usb/cherryusb/class/hub/
A Dusbh_hub.c310 …usbh_int_urb_fill(&hub->intin_urb, hub->parent, hub->intin, hub->int_buffer, 1, 0, hub_int_complet… in hub_int_timeout()
417 hub->int_buffer = g_hub_intbuf[hub->bus->busid][hub->index - 1]; in usbh_hub_connect()
478 memcpy(&portchange_index, hub->int_buffer, 2); in usbh_hub_events()
689 hub->int_buffer = bus->hcd.roothub_intbuf; in usbh_hub_initialize()
/components/drivers/usb/cherryusb/core/
A Dusbh_core.h141 uint8_t *int_buffer; member
/components/drivers/usb/cherryusb/port/ohci/
A Dusb_hc_ohci.c299 bus->hcd.roothub.int_buffer[0] |= (1 << (port + 1)); in OHCI_IRQHandler()
/components/drivers/usb/cherryusb/port/rp2040/
A Dusb_hc_rp2040.c767 bus->hcd.roothub.int_buffer[0] = (1 << 1); in USBH_IRQHandler()
773 bus->hcd.roothub.int_buffer[0] = (1 << 1); in USBH_IRQHandler()
/components/drivers/usb/cherryusb/port/musb/
A Dusb_hc_musb.c1006 bus->hcd.roothub.int_buffer[0] = (1 << 1); in USBH_IRQHandler()
1014 bus->hcd.roothub.int_buffer[0] = (1 << 1); in USBH_IRQHandler()
/components/drivers/usb/cherryusb/port/dwc2/
A Dusb_hc_dwc2.c1440 bus->hcd.roothub.int_buffer[0] = (1 << 1); in dwc2_port_irq_handler()
1506 bus->hcd.roothub.int_buffer[0] = (1 << 1); in USBH_IRQHandler()
/components/drivers/usb/cherryusb/port/ehci/
A Dusb_hc_ehci.c1436 bus->hcd.roothub.int_buffer[0] |= (1 << (port + 1)); in USBH_IRQHandler()

Completed in 48 milliseconds