Searched refs:usb_otg_controller_interface_t (Results 1 – 2 of 2) sorted by relevance
95 } usb_otg_controller_interface_t; typedef121 const usb_otg_controller_interface_t *controllerInterface; /*!< controller interface APIs */
29 const usb_otg_controller_interface_t **controllerTable);78 static const usb_otg_controller_interface_t s_KhciInterface = {USB_OtgKhciInit, USB_OtgKhciDeinit, …85 …d _USB_OtgGetControllerInterface(uint8_t controllerId, const usb_otg_controller_interface_t **cont… in _USB_OtgGetControllerInterface()